@import url('https://fonts.googleapis.com/css?family=Roboto');
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
th,
td,
p,
div,
table,
select {
    margin: 0;
    padding: 0;
    font-family:PingFangSC-Regular,PingFang SC,Roboto,Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #C0CBD7;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
textarea,
select,
lable {
    outline: none;
}

body {
    background: #fff;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/* 底部布局 */
#foot{
    width: 100%;
    /* height:482px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#foot i{
    cursor: pointer;
}
#foot ul{
    padding:0 380px;
    box-sizing: border-box;
    width: 100%;
    height:80px;
    line-height: 80px;
    background:rgba(33,42,46,1);
    list-style: none;
    display: flex;
}
#foot ul:first-child{
    background-image:url('../image/foot/bg_adress@2x.png')!important;
    background-size: auto 100%!important;
}
#foot ul li{
    flex:1;
    text-align: center;
    font-weight:400;
    color:rgba(255,255,255,1);
    font-size:14px;
}
#foot .foot-container{
    flex:1;
    width: 100%;
    padding:88px 380px;
    padding-bottom: 0;
    box-sizing: border-box;
    background-image: url('../image/foot/bg_introduce@2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
#foot .foot-container span,#foot .foot-container .foot-icon1{
    display: none;
    position: relative;
}
.webList{
    position: absolute;
    right:16%;
    top:170px;
    height:98px;
    background:rgba(46,57,63,1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
    min-width:178px;
    display: none;
}
.webList:before{
    display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:rgba(46,57,63,1) transparent transparent transparent;
    position:absolute;
    left:50%;
    bottom:-16px;
}
.webList li{
    padding:0 14px;
    box-sizing: border-box;
    height:50%;
    font-size:14px;
    color:rgba(255,255,255,0.54);
    line-height:48px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.5);
}
.webList li:first-child{
    border-bottom:1px solid #4C5A6A;
}
.webList li a{
    color:#18C29C;
    text-shadow:0px 2px 4px rgba(0,0,0,0.5);
    margin-left: 6px;
}
#foot .foot-container .foot-icon1 .webCode{
    width: 120px;
    height:120px;
    padding:10px;
    box-sizing: border-box;
    position: absolute;
    top: -140px;
    left: 16%;
    background:rgba(46,57,63,1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
    display: none;
}
#foot .foot-container .foot-icon1 .webCode::before{
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: rgba(46,57,63,1) transparent transparent transparent;
    position: absolute;
    left: 45%;
    bottom: -16px;
}
#foot .foot-container .foot-icon1 .webCode img{
    width:100%;
    height:100%;
    margin:0;
}
#foot .foot-container img{
    width:119px;
    height:auto;
    margin-left: calc(50% - 75px);
    margin-bottom: 48px;
}
#foot .foot-container > p{
    width:565px;
    margin:0 auto;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:22px;
    text-align: center;
}
#foot .foot-container .line{
    width:100%;
    height:1px;
    margin-top:87px;
    background:rgba(52,64,77,1);
}
#foot .foot-container div{
    width: 100%;
    height:80px;
    line-height: 80px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: flex;
    position: relative;
}
#foot .foot-container div .list{
    position: absolute;
    right:-5%;
    top:-86px;
    height:98px;
    background:rgba(46,57,63,1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
    min-width:178px;
    display: none;
}
#foot .foot-container div .list:before{
    display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:rgba(46,57,63,1) transparent transparent transparent;
    /* 定位 */
    position:absolute;
    left:50%;
    bottom:-16px;
}
#foot .foot-container div .list li{
    padding:0 14px;
    box-sizing: border-box;
    height:50%;
    font-size:14px;
    color:rgba(255,255,255,0.54);
    line-height:48px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.5);
}
#foot .foot-container div .list li:first-child{
    border-bottom:1px solid #4C5A6A;
}
#foot .foot-container div .list li a{
    color:#18C29C;
    text-shadow:0px 2px 4px rgba(0,0,0,0.5);
    margin-left: 6px;
}
#foot .foot-container div ul{
    flex:1;
    padding:0 170px;
    background: rgba(0,0,0,0);
    display: flex;
}
#foot .foot-container div ul li{
    flex:1;
}
#foot .foot-container div ul .ifs-name {
    min-width: 120px;
}
#foot .foot-container div p:first-child{
    float:left;
}
#foot .foot-container div p:last-child{
    float:right;
    min-width: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#foot .foot-container div p:last-child .qrCode{
    position: absolute;
    top:-180px;
    left:-90%;
    width:auto;
    width:190px;
    height:198px;
    background:rgba(46,57,63,1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
    padding:15px 15px 23px 15px;
    box-sizing: border-box;
    display: none;
}

#foot .foot-container div p:last-child .qrCode:before{
    display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:rgba(46,57,63,1) transparent transparent transparent;
    /* 定位 */
    position:absolute;
    left:50%;
    bottom:-16px;
}

#foot .foot-container div p:last-child .qrCode img{
    width:100%;
    height:100%;
    margin:0;
}
#foot .foot-container div p i:first-child{
    margin-right: 50px;
}

.contentTitle {
    background: #F9FAFB;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(228,231,235,1);
}

.title-list-ul {
    max-width: 1280px;
    margin: 0 auto;
}

.title-list-ul li {
    display: inline-block;
    float: left;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    margin-right: 48px;
}

.title-list-ul li a {
    display: inline-block;
    width: 100%;
    height: 64px;
    line-height: 65px;
    color: #142A3F;
}

li.title-list-active a {
    border-bottom: 3px solid #18C29C;
}

.banner {
    width: 100%;
    height: 370px;
}

.banner-intro {
    position: relative;
    height: 190px;
    padding: 0 20px;
    top: 120px;
    background: rgba(0, 0, 0, 0.7);
    background-color:#000000; /*  ie8 */
    filter:alpha(opacity=70)
}

.banner-intro h2,
.banner-intro p {
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
}

.banner-intro h2 {
    font-size: 28px;
    padding-top: 40px;
}

.banner-intro p {
    font-size: 14px;
    margin-top: 24px;
    line-height: 20px;
}

.container-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

/*
    * 外面盒子样式---自己定义
*/

.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #18C29C;
    box-sizing: border-box;
    text-align: center;
}

/*
    * 页数按钮样式
*/

.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #2E393F;
    text-align: center;
    /* margin: 0 4px; */
    cursor: pointer;
    line-height: 28px;
    color: #18C29C;
    font-size: 13px;
    display: inline-block;
    border-radius: 2px;
}

#firstPage,
#lastPage {
    width: 50px;
    color:  #18C29C;
    border: 1px solid  #18C29C !important;
}

#prePage,
#nextPage {
    /* width: 70px; */
    color:  #18C29C;
    /* border: 1px solid  #18C29C !important; */
}

.page_div .current {
    background-color:  #18C29C;
    border-color:  #18C29C;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color:  #18C29C;
    margin: 0 5px;
}

.wechat-button{
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    margin-left: 13px;
}

.wechat-button + .qrcode {
    display: none;
    position: absolute;
    width:100px;
    height:100px;
    text-align: center;
    z-index: 2;
    padding: 8px;
    background:#f9fafb;
    border-radius:4px;
    border:1px solid #e4e7eb;
    margin-left: 34px;
    margin-top: 10px;
    box-shadow:0px 3px 6px 0px rgba(0,0,0,0.4);
}
.wechat-button + .qrcode:after {
    content: '';
    position: absolute;
    top: -13px;
    left: 12px;
    height: 0px;
    width: 0px;
    border-top: 5px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 9px solid #f9fafb;
}
.wechat-button + .qrcode:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 12px;
    height: 0px;
    width: 0px;
    border-top: 5px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 9px solid #e4e7eb;
}
.wechat-button + .qrcode img {
    width:100px;
}
.intro-logo-phone{
    display: none;
    margin-bottom: 36px;
    width:110px;
    height:36px;
}
/*手机*/

.navbar-logo .logo-phone{
    display: none;
    width:73px;
    height:34px;
}
.container:before,
.container:after{
    display: table;
    content: " ";
}

.container:before,
.container:after{
    clear: both;
}

header{
    background:#192024;
    height:66px;
    font-size:15px;
    color:#ffffff;
    line-height:22px;
    z-index: 10000;
    position: relative;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width:1180px;
}
@media screen and (max-width: 1680px) {
    #foot .foot-container{
        padding:88px 190px;
        padding-bottom: 0;
    }
    #foot ul{
        padding:0 170px;
    }
}
@media screen and (max-width: 1440px) {
    #foot ul:nth-child(1){
        padding:15px 190px;
        box-sizing: border-box;
        line-height: 20px;
        display: block;
        height: auto;
    }
    #foot ul:nth-child(1) li {
        text-align: left;
    }
}
@media screen and (max-width: 1300px) {
    #foot .foot-container{
        padding:88px 80px;
        padding-bottom: 0;
    }
    #foot .foot-container div ul{
        padding:0 120px;
    }

    #navbar-custom{
        width: auto!important;
        /* max-width: auto!important; */
    }
}
@media screen and (max-width: 768px) {

    .navbar-logo .logo-web{
        display: none;
    }
    .navbar-logo .logo-phone{
        display: block;
    }

    header{
        position: fixed;
        z-index: 10;
        width: 100%;
    }
    .bannerAndTitle{
        padding-top: 67px;
    }
    .banner {
        height: 320px;
    }
    .banner-intro {
        height: 210px;
        top: 110px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 1));
    }
    .banner-intro h2 {
        /* padding-top:90px; */
        font-size: 32px;
        color: #ffffff;
        line-height: 47px;
    }
    .banner-intro h2,
    .banner-intro p {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0;
        margin-bottom: 8px;
    }
    .contentTitle {
        display: none;
    }
    .container-content {
        width: 90%;
        margin: 0 auto;
        padding: 0 5%;
    }
    .container {
        width: 90%;
        padding: 0 5%;
    }
    #foot .foot-container div ul{
        display: none;
    }
    #foot .foot-container .line {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1366px){
    .articleContent{
        width: 96%;
        padding:0 2%;
    }
    .contentTitle{
        width: 96%;
        padding:0 2%;
    }
}

@media (min-width: 768px){
    .navbar{
        float: left;
    }
}

 @media (max-width: 767px) {
        .hidden-xs {
          display: none !important;
        }
      }
      @media (min-width: 768px) and (max-width: 991px) {
        .hidden-sm {
          display: none !important;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hidden-md {
          display: none !important;
        }
      }
      @media (min-width: 1200px) {
        .hidden-lg {
          display: none !important;
        }
      }



      @media (max-width: 767px) {
        .visible-xs {
          display: block !important;
        }
      }
      @media (min-width: 768px) and (max-width: 991px) {
        .visible-sm {
          display: block !important;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        .visible-md {
          display: block !important;
        }
      }
      @media (min-width: 1200px) {
        .visible-lg {
          display: block !important;
        }
      }
@media screen and (max-width: 1000px) {
    #foot ul{
        padding:0;
    }
    #foot ul:nth-child(1){
        padding:15px 24px;
        box-sizing: border-box;
        line-height: 20px;
        display: block;
        height: auto;
    }
    #foot ul:nth-child(1) li {
        text-align: left;
    }
    #foot .foot-container{
        padding:72px 24px 14px 24px;
    }
    #foot .foot-container > p{
        width:100%;
        font-size:14px;
        color:rgba(255,255,255,0.7);
        line-height:22px;
        text-align: center;
    }
    #foot .foot-container div p:first-child,#foot .foot-container div p:last-child{
        display: none;
    }
    #foot .foot-container div{
        height:auto;
    }
    #foot .foot-container .foot-icon1{
        display: inline-block;
        margin-top:50px;
        box-sizing: border-box;
        padding: 0 20%;
        visibility: inherit;
    }
    #foot .foot-container .foot-icon1 i{
        width:50%;
        float:left;
    }
    #foot .foot-container span{
        width: 100%;
        display: inline-block;
        text-align: center;
        color:rgba(245,255,253,0.4);
        line-height:20px;
        font-size:14px;
    }
    #foot .foot-container div ul{
        /* padding:0 24px; */
        padding:0 12px;
        height:54px;
        line-height:54px;
    }
    #foot .foot-container div ul li{
        width:25%;
        font-size: 12px;
        color:rgba(255,255,255,0.7);
        height:24px;
        min-width: 70px;
    }
    #foot .foot-container div ul li:nth-child(3),#foot .foot-container div ul li:nth-child(4){
        display: inline-block;
    }
}


#navbar-custom {
    width: 1180px;
    position: relative;
}
#navbar-custom .hidden-xs{
    width:auto;
}
#navbar-custom .hid{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 480px;
    height: 66px;
}
#navbar-custom .navbar>li>a{
    position: relative;
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 10px 25px;
    color:#ffffff;
    cursor: pointer;
}
#navbar-custom .navbar li .contact-us {
    padding:7px 37px;
    border-radius:18px;
    border:1px solid rgba(24,194,156,1);
    background:rgba(0,0,0,0);
    color:#18C29C;
    display: inline;
    margin-left: 25px;
}
#navbar-custom .navbar li .contact-us:hover{
    color: #FFFFFF;
    background: #18C29C;
    border:1px solid #18C29C;
}
#navbar-custom .navbar li .contact-us:active{
    color: #FFFFFF;
    background: #079E7C;
    border:1px solid #079E7C;
}
/* 导航自定义一套 */
#navbar-custom .navbar-logo{
    float: left;
    height: 66px;
    margin-right: 30px
}
.navbar-logo >img{
    width:91px;
    height:auto;
    margin-top: 15px;
}
#navbar-custom .navbar>li{
    float: left;
    display: block;
    height:66px;
    line-height: 66px;
    position: relative;
    z-index:100;
}
#navbar-custom .nav-font{
    position: absolute;
    top:0;
    right:0;
    /*width:700px;*/
    height: 66px;
}
#navbar-custom  .navbar i{
    position: absolute;
    right: 8px;
    top: 30px;
    height: 0px;
    width: 0px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#navbar-custom  .navbar .icon{
    width:18px;
    height:22px;
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:22px;
    border:0;
    position: static;
}

#navbar-custom  .navbar>li>a.navbar-button{
    width:100px;
    margin-top: 18px;
    margin-left: 8px;
    height:24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background:rgba(0,57,45,1);
    border-radius:4px;
    border:1px solid rgba(24,194,156,1);
    }
#navbar-custom  .navbar>li>a.navbar-button:hover{
    background:#01634d;
}
.navbar>li:hover .navbar-select{
    display: block;
}

.navbar-select{
    display: none;
    position: absolute;
    top: 54px;
    left: 24px;
    width: 160px;
    background:#212A2E;
    border-radius:4px;
    border:1px solid #212A2E;
    z-index: 19;

}
.navbar-select:after{
    content: '';
    position: absolute;
    top: -13px;
    left: 12px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 9px solid rgba(46,57,63,1);
}
.navbar-hover::after{
    content: '';
    position: absolute;
    top: -13px;
    left: 12px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 9px solid rgba(60,74,81,1);
}
.navbar-select>a{
    display: block;
    color:rgba(255,255,255,0.54);
    padding: 12px 16px;
    line-height: 20px;
    background:rgba(46,57,63,1);
}
li .navbar-select>a:hover{
    background:rgba(60,74,81,1);
    color:rgba(255,255,255,1);
}
/* li  .navbar-select>a:active{
    background:rgba(32,41,46,1);
    color:rgba(255,255,255,1);
} */
.navbar-toggle{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    /* background-color: #fff; */
    border: 1px solid transparent;
    border-radius: 4px;
    width: 22px;
    height: 14px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle + .navbar-select{
    display: none;
    left: auto;
    top: 68px;
    right: 5%;
    width: 240px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
}
.navbar-toggle + .navbar-select:after{
    left:auto;
    right: 12px;
}
.navbar-select .navbar-select-sub-item {
    display: none;
}
.navbar-select .navbar-select-sub-title i{
    position: absolute;
    right: 16px;
    /* margin-top: 12px; */
    font-size: 20px;
}
.navbar-select .navbar-select-sub-item{
    background: #3C4A51;
    padding-left: 24px;
}
.navbar-select .navbar-select-sub-item>a{
    display: block;
    border-bottom:  1px solid #2E393F;
    font-size:14px;
    color: #fff;
    line-height:44px;
    /* height:44px; */
}

.text-center{
    text-align: center;
}

/* 新闻详情页面， 引用段落的样式 */
blockquote, .left-content blockquote {
    margin: 38px 0 37px;
    background-color:#f9fafb;
    border-radius:2px;
    color:#717c88;
    padding: 40px 36px;
    position: relative;
}

blockquote p, .left-content blockquote p, .application-left blockquote p{
    position: relative;
    margin-bottom: 0;
    margin: -54px -36px;
    padding: 54px 36px;
    font-size: 16px;
    line-height: 29px;
    background: url(../image/application/img_quoteA.png) no-repeat;
    background-position: 24px 0px;
}

blockquote p:after, .left-content blockquote p:after{
    content: url('../image/application/img_quoteB.png');
    position: absolute;
    bottom: -8px;
    right: 13px;
}