/*全局样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 500}
ul{list-style: none}
.cl{clear:both}.abs{position:absolute;}.rel{position:relative;}
a{text-decoration:none}
img{border:none;} .fl{float: left;} .fr{float: right}
.fix{position:fixed;} .abs{position:absolute;} .rel{position:relative;}
.din{display:none;} .dib{display:block;}
.mt20{margin-top:0.533333rem}.mb20{margin-bottom:0.533333rem;}.ml20{margin-left:0.533333rem;}.mr20{margin-right:0.533333rem}
.h100{height:2.666667rem;} .h20{height:0.533333rem;} .h88{height:2.346667rem}.h120{height:3.2rem;}
.ovh{overflow: hidden;}.space20{height:0.533333rem;}*:focus{outline: none;}input::-webkit-input-placeholder{color:#999999}textarea::-webkit-input-placeholder{color:#999999}
/*表单类\输入框\radio\checkbox*/
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],select,textarea,
input[type=checkbox],input[type=radio] {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2.2rem;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
            user-select: text;
    -webkit-appearance: none;
            appearance: none;
            outline: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*头部*/
.header{
    height:3.2rem;
    background: #fff;
    position:fixed;
    top:0;
    width:100%;
    left:0;
    z-index:99;
    box-shadow: 0 0 8px rgba(0,0,0,0.15)
}
.header .menu{
    content:"";
    position:absolute;
    right:0.533333rem;
    top:50%;
    width:1.28rem;
    height:1.28rem;
    background:url(../images/ico-menu.png) 0 0 no-repeat;
    background-size:1.28rem;
    margin-top:-0.64rem;
    display:block;
}
.header .menu.cur{
    background:url(../images/ico-close.png) 0 0 no-repeat;
    background-size:1.28rem;
}
.header .logo{
    margin:0.4rem 0 0 0.8rem;
}
.header .logo img{
    height:2.4rem;
    object-fit: contain;
}
.header .nav {
    display:none;
}
.header .nav ul{
    position:absolute;
    width:100%;
    top:3.10rem;
    z-index:9;
}
.header .nav ul{
    background:#fff;
    width:100%;
    height:26rem;
    overflow-y:scroll;
}
.header .nav:after{
    content:"";
    background:rgba(0,0,0,0.6);
    position:fixed;
    width:100%;
    height:100%;
    z-index:8;
}
.header .nav ul li{
    line-height: 2.666667rem;
    border-top:#f0f0f0 1px solid;
}
.header .nav ul li a.first{
    padding:0 0.8rem;
}
.header .nav ul li a{
    font-size:0.693333rem;
    color:#333333;
    display:block;
}
.header .nav ul li.cur a{
    color:#fe0000;
}
.header .topnav{
    position:absolute;
    top:0;
    line-height:3.2rem;
    right:2.933333rem;
}
.header .topnav a{
    font-size:0.693333rem;
    margin:0 0.266667rem;
}
.header .nav .dropMenu{
    background:#f0f0f0;
    padding:0 0.8rem;
    overflow: hidden;
}
.header .nav .dropMenu dt a{
    color:#0076fe;
    line-height:1.333333rem;
    padding:0.533333rem 0;
}
.header .nav .dropMenu dd a{
    line-height:1.866667rem;
}
.header .nav .dropMenu .icolist {
    padding:0.8rem 0 0.266667rem;
    overflow: hidden;
    margin:0 0 0 -0.533333rem;
}
.header .nav .dropMenu .icolist a{
    display:block;
    width:4.2rem;
    height:3rem;
    border-radius:6px;
    border:#dbdbdb 1px solid;
    float:left;
    margin:0 0 0.533333rem 0.533333rem;
    text-align:center;
    box-sizing:border-box;
    background:#fff;
}
.header .nav .dropMenu .icolist a img{
    display:block;
    width:1.6rem;
    height:1.6rem;
    object-fit: contain;
    margin:0.133333rem auto 0;
}
.header .nav .dropMenu .icolist a span{
    display:block;
    line-height:0.693333rem;
    font-size:0.64rem;
    color:#666666;
}
.header .tell{
    display:none;
}
/*首页*/
.index-banner .swiper-slide{
    background-size:cover!important;
    height:9rem;
}
.index-banner .swiper-pagination-switch {
  display: inline-block;
  width:0.48rem;
  height:0.48rem;
  margin:0.053333rem 0.266667rem;
}
.index-banner .swiper-pagination{
    bottom:0.533333rem;
}
.index-banner .swiper-active-switch {
  opacity:1;
  width:0.586667rem;
  height:0.586667rem;
  margin: 0 0.266667rem;
}

/*分页*/
.paging{
    text-align:center;
}
.paging .cont{
    display:inline-block;
}
.paging .cont a{
    display:block;
    background:#eeeeee;
    width:1.333333rem;
    height:1.333333rem;
    text-align:center;
    line-height:1.333333rem;
    font-size:0.64rem;
    color:#7c7c7c;
    float:left;
    margin:0 5px;
}
.paging .cont a:hover,
.paging .cont a.on{
    background:#75b8fc;
    color:#fff;
}

.index-inquire{
    background:url(../images/index-search-bg.png) center 0 no-repeat;
    background-size:cover;
    overflow: hidden;
}
.index-inquire .w1200{
    padding:0 0.8rem;
    box-sizing: border-box;
}
.index-inquire .index-inquire-tab{
    display:-webkit-box;
    padding:0.533333rem 0 1.066667rem;
    overflow-x:scroll;
}
.index-inquire .index-inquire-tab li{
    margin-right:1.866667rem;
}
.index-inquire .index-inquire-tab li a{
    font-size:0.693333rem;
    color:#f7f7f6;
}
.index-inquire .index-inquire-tab li.cur a{
    position:relative;
}
.index-inquire .index-inquire-tab li.cur a:after{
    position:absolute;
    bottom:-0.8rem;
    left:50%;
    margin-left:-0.31rem;
    content:"";
    width:0.62rem;
    height:0.206667rem;
    background:#ffffff;
    border-radius:100px;
}
.index-inquire .form{
    margin:0.533333rem 0 1.066667rem 0;
}
.index-inquire .form .input {
    margin-bottom:0.533333rem;
}
.index-inquire .form label{
    display:block;
    font-size:0.693333rem;
    color:#ffffff;
    line-height:0.96rem;
    margin-bottom:0.266667rem;
}
.index-inquire .form label em{
    font-style:normal;
    color:#e67817;
    font-size:0.64rem;
}
.index-inquire .form .input input{
    background:#ffffff;
    height:1.866667rem;
    width:18.4rem!important;
    line-height:1.866667rem;
    padding:0 0.533333rem;
    box-sizing:border-box;
    border-radius:4px;
}
.index-inquire .form .btn {
    margin:0.8rem 0 0 0;
}
.index-inquire .form .btn a{
    display:inline-block;
    width:18.4rem;
    height:1.866667rem;
    border-radius:4px;
    background:#ff9900;
    text-align: center;
    line-height:1.866667rem;
    font-size:0.746667rem;
    color:#fff;
}
.index-inquire .form input::-webkit-outer-spin-button,
.index-inquire .form input::-webkit-inner-spin-button{
    -webkit-appearance: none!important;
}
.index-inquire .form .count{
    background:#ffffff;
    height:1.866667rem;
    width:18.4rem;
    border-radius:4px;
    position: relative;
}
.index-inquire .form .count input{
    margin:0 auto;
    width:14.933333rem!important;
    height:1.866667rem;
}
.index-inquire .form .count .sy_minus,
.index-inquire .form .count .sy_plus{
    position: absolute;
    width:1.546667rem;
    height:1.546667rem;
    margin:0.16rem;
    background:#dddddd;
    border-radius:4px;
    top:0;
    text-indent: -9999px;
    z-index:8;
    cursor: pointer;
}
.index-inquire .form .count .sy_minus{
    background:url(../images/ico-minus.png) center center no-repeat #dddddd;
    background-size:0.526667rem;
}
.index-inquire .form .count .sy_plus{
    background:url(../images/ico-plus.png) center center no-repeat #dddddd;
    background-size:0.526667rem;
    right:0;
}
.index-inquire .form .count span{
    position: absolute;
    color:#999999;
    font-size:0.693333rem;
    line-height:1.866667rem;
    top:0;
    right:2.133333rem;
}
.index-service{
    height:5.333333rem;
    margin:1.066667rem auto;
}
.index-service .swiper-container{
    height:5.333333rem;
    width:17.0rem;
    margin:0 auto;
}
.index-service .swiper-slide{
    border-radius:6px;
    border:#dbdbdb 1px solid;
    height:5.333333rem;
    text-align: center;
    padding:0.533333rem;
    box-sizing:border-box;
}
.index-service .swiper-slide img{
    display:inline-block;
    width:2.6rem;
    height:2.6rem;
    object-fit: contain;
}
.index-service .swiper-slide span{
    display:block;
    color:#666666;
    font-size:0.64rem;
    line-height:0.96rem;
}
.index-service .swiper-button-prev,
.index-service .swiper-button-next{
    background-color:rgba(0,118,254,0.1);
    top:0;
    right:0;
    margin:0;
    width:0.983333rem;
    height:5.333333rem;
    background-size: 0.586667rem;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-service .swiper-button-prev{
    left:0;
    right:auto;
}
.index-hd{
    text-align: center;
    margin-bottom:1.066667rem;
}
.index-hd h2{
    font-size:1.066667rem;
    color:#0076fe;
    line-height:1.866667rem;
}
.index-hd p{
    color:#999999;
    font-size:0.693333rem;
    line-height:0.96rem;
}
.index-advantage{
    margin:2.4rem 0 1.6rem;
    overflow: hidden;
}
.index-advantage .info{
    background:#0076fe;
    text-align: center;
    color:#fff;
    padding:1.066667rem 0;
    box-sizing: border-box;
}
.index-advantage .info h3{
    font-size:1.066667rem;
    line-height:1.333333rem;
}
.index-advantage .info .tell{
    margin:0.8rem 0;
}
.index-advantage .info .tell p{
    font-size:0.746667rem;
    color:#fff;
    line-height:1.333333rem
}
.index-advantage .info a{
    background:#fff;
    width:4.633333rem;
    height:1.6rem;
    line-height:1.6rem;
    text-align: center;
    color:#0076fe;
    font-size:0.693333rem;
    display:inline-block;
    border-radius:5px;
}
.index-advantage ul li{
    float:left;
    box-sizing: border-box;
    height:11.093333rem;
    width:6.666667rem;
    overflow: hidden;
    text-align: center;
    border:#dbdbdb 1px solid;
    border-left:none;
}
.index-advantage ul li:last-child{
    border-right:0;
}
.index-advantage ul li .pic{
    border-radius:100px;
    border:#0076fe 2px solid;
    width:2.933333rem;
    height:2.933333rem;
    margin:1.866667rem auto 0;
    text-align:center;
}
.index-advantage ul li .pic img{
    width:1.866667rem;
    height:1.866667rem;
    margin:0.533333rem;
}
.index-advantage ul li h3{
    font-size:0.853333rem;
    color:#0076fe;
    line-height:1.6rem;
    margin-bottom:0.533333rem;
}
.index-advantage ul li p{
    font-size:0.586667rem;
    color:#666666;
    line-height:0.96rem;
}
.index-intro {
    position:relative;
    margin-bottom:2.933333rem;
}
.index-intro .text{
    padding:0.8rem 1.066667rem;
}
.index-intro .text h3{
    font-size:0.853333rem;
    color:#111111;
    line-height:1.333333rem;
    margin-bottom:0.533333rem;
}
.index-intro .text p{
    font-size:0.64rem;
    color:#777777;
    line-height:0.96rem;
    position: relative;
}
.index-intro .text p:before{
    content:"";
    background:#0076fe;
    width:0.213333rem;
    height:0.213333rem;
    position: absolute;
    left:-0.48rem;
    top:0.383333rem;
}
.index-intro .text p .blue{
    color:#0076fe;
}
.index-intro .con{
    position:relative;
}
.index-intro .data {
    padding:0.8rem 1.066667rem;
    overflow: hidden;
}
.index-intro .data ul{
    display: flex;
}
.index-intro .data ul li{
    flex:1;
}
.index-intro .data ul li span{
    display:block;
    font-size:1.866667rem;
    line-height:2.133333rem;
    font-family: DINPro;
    color:#0076fe;
    font-weight: 600;
}
.index-intro .data ul li span em{
    font-size:0.693333rem;
    line-height:0.96rem;
    font-style:normal;
}
.index-intro .data ul li label{
    font-size:0.693333rem;
    color:#999999;
    line-height:0.96rem;
    display:block;
}
.index-intro .pic{
    margin:0.8rem;
}
.index-intro .pic img{
    width:100%;
    object-fit:contain;
}
.index-safeguard{
    background:url(../images/index-safeguard-bg.png) top center no-repeat;
    background-size:40rem;
    margin:0 0 1.6rem 0;
    padding:1.6rem 0 0 0;
    overflow: hidden;
}
.index-safeguard .index-hd h2{
    color:#fff;
}
.index-safeguard .con ul li{
    float:left;
    width:5.433333rem;
    height:6.666667rem;
    margin:0 0 0.533333rem 0.933333rem;
    background:#fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius:8px;
    padding:1.6rem 0.533333rem 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.index-safeguard .con ul li img{
    width:2.4rem;
    height:2.4rem;
    display:block;
    margin:0 auto;
    position:relative;
    z-index:2;
}
.index-safeguard .con ul li span{
    font-size:0.693333rem;
    color:#333333;
    line-height:0.853333rem;
    margin:0.266667rem 0 0 0;
    display:block;
}
.index-safeguard .con ul li:before{
    content:"";
    position: absolute;
    right:-2.133333rem;
    top:-1.333333rem;
    width:5.866667rem;
    height:5.866667rem;
    z-index:0;
    opacity:0.1
}
.index-safeguard .con ul li:nth-child(1):before{
    background:url(../images/safeguard-01.png) 0 0 no-repeat;
    background-size:100%;
}
.index-safeguard .con ul li:nth-child(2):before{
    background:url(../images/safeguard-02.png) 0 0 no-repeat;
    background-size:100%;
}
.index-safeguard .con ul li:nth-child(3):before{
    background:url(../images/safeguard-03.png) 0 0 no-repeat;
    background-size:100%;
}
.index-safeguard .con ul li:nth-child(4):before{
    background:url(../images/safeguard-04.png) 0 0 no-repeat;
    background-size:100%;
}
.index-safeguard .con ul li:nth-child(5):before{
    background:url(../images/safeguard-05.png) 0 0 no-repeat;
    background-size:100%;
}

.index-news{
    margin-bottom:2.4rem;
}
.index-news .index-news-tab{
    text-align: center;
    margin-bottom:1.066667rem;
    overflow: hidden;
}
.index-news .index-news-tab ul{
    display:inline-block;
}
.index-news .index-news-tab ul li{
    float:left;
    padding:0 1.066667rem;
    line-height:1.866667rem;
    position:relative;
}
.index-news .index-news-tab ul li a{
    font-size:1.12rem;
    color:#666666;
    padding-bottom:0.266667rem;
    font-weight:600;
}
.index-news .index-news-tab ul li.cur a{
    color:#0076fe;
    border-bottom:#0076fe 2px solid;
}
.index-news .index-news-tab ul li:after{
    content:"";
    position: absolute;
    right:0;
    top:0.133333rem;
    width:1px;
    height:0.933333rem;
    background:#9b9b9b;
}
.index-news .index-news-tab ul li:last-child:after{
    display:none;
}
.index-news .list ul li{
    width:18.933333rem;
    background:#f7f7f7;
    float:left;
    margin:0 0.533333rem 0.533333rem;
}
.index-news .list ul li .pic{
    width:18.933333rem;
    height:11.733333rem;
    position:relative;
}
.index-news .list ul li .pic img{
    width:18.933333rem;
    height:11.733333rem;
    display:block;
    object-fit: cover;
}
.index-news .list ul li .pic span{
    position: absolute;
    left:0;
    top:0;
    background:#999999;
    display:inline-block;
    line-height:1.066667rem;
    padding:0 0.666667rem;
    text-align: center;
    color:#fff;
    font-size:0.64rem;
}
.index-news .list ul li .text{
    padding:0.533333rem;
}
.index-news .list ul li .text h3{
    font-size:0.746667rem;
    line-height:1.066667rem;
    margin-bottom:0.266667rem;
    color:#333333;
    font-weight:600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .list ul li:hover .text h3{
    color:#0076fe;
}
.index-news .list ul li .text .row {
    overflow: hidden;
    margin-bottom:0.266667rem;
}
.index-news .list ul li .text .row span{
    font-size:0.64rem;
    line-height:0.96rem;
    margin-right:0.533333rem;
    color:#333333;
    padding-left:1rem;
}
.index-news .list ul li .text .location{
    background:url(../images/ico-location.png) 0 center no-repeat;
    background-size:0.826667rem;
}
.index-news .list ul li .text .date{
    background:url(../images/ico-date.png) 0 center no-repeat;
    background-size:0.826667rem;
}
.index-news .list ul li .text p{
    font-size:0.64rem;
    line-height:1.066667rem;
    color:#666666;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news .btns{
    text-align:center;
}
.index-news .btns .inline{
    display:inline-block;
}
.index-news .btns a{
    font-size:0.746667rem;
    color:#0076fe;
    border:#0076fe 1px solid;
    display:block;
    float:left;
    width:7.466667rem;
    height:1.866667rem;
    line-height:1.866667rem;
    text-align:center;
    margin:0 0.4rem;
}
.index-news .btns a:hover{
    background:#0076fe;
    color:#fff;
}

.index-business{
    background:url(../images/index-business-bg.png) center 0 no-repeat;
    background-size:cover;
    padding:1.6rem 0;
    box-sizing: border-box;
    overflow: hidden;

}
.index-business .index-hd h2,
.index-business .index-hd p{
    color:#fff;
}
.index-business .con{
    border:rgba(255,255,255,0.3) 15px solid;
    border-radius:10px;
    box-sizing: border-box;
}
.index-business .con .box{
    background:#fff;
    box-sizing: border-box;
    padding:0.8rem;
    overflow: hidden;
}
.index-business .con .flow{
    overflow: hidden;
}
.index-business .con .flow dl dt{
    position:relative;
    font-size:0.853333rem;
    color:#2f6399;
    font-weight:600;
    padding:0 1.6rem;
    width:16.533333rem;
    height:2.48rem;
    line-height:2.48rem;
    background:url(../images/index-business-arrow.png) 0 0 no-repeat;
    background-size:16.533333rem;
}
.index-business .con .flow dl dt span{
    position:relative;
    z-index:2;
}
.index-business .con .flow dl dd{
    padding:10px 20px;
}
.index-business .con .flow dl dd p{
    font-size:0.693333rem;
    color:#002f66;
    line-height:1.333333rem;
    position:relative;
    padding-left:0.8rem;
}
.index-business .con .flow dl dd p:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    margin-top:-0.16rem;
    background:#002f66;
    border-radius:100px;
    width:0.32rem;
    height:0.32rem;
}
.index-business .con .flow dl:hover dt{
    color:#fff;
    background:url(../images/index-business-arrow-cur.png) 0 0 no-repeat;
    background-size:16.533333rem;
}
.index-partner{
    background:url(../images/index-partner-bg.png) center 130px no-repeat #f8f8f8;
    background-size:cover;
    padding:2.133333rem 0;
    box-sizing: border-box;
    margin-bottom:2.133333rem;
}
.index-partner .index-hd{
    margin-bottom:2.666667rem;
}
.index-partner-swiper .swiper-container{
    width:17rem;
}
.index-partner-swiper .swiper-container .swiper-slide{
    border:#dbdbdb 1px solid;
    background:#fff;
    border-radius:6px;
    height:3.5rem;
    box-sizing:border-box;
    overflow: hidden;
}
.index-partner-swiper .swiper-container .swiper-slide img{
    width:100%;
    height:3.5rem;
    object-fit: contain;
    margin:0 auto;
}
.index-partner-swiper .swiper-button-prev{
    left:0;
    background-size:0.746667rem;
    opacity:0.2;
}
.index-partner-swiper .swiper-button-next{
    right:0;
    background-size:0.746667rem;
    opacity:0.2;
}

.index-distribution{
     margin-bottom:1.333333rem;
     overflow: hidden;
     position:relative;
     padding-bottom:10.026667rem;
}
.index-distribution .map img{
    width:100%;
    display:block;
}
.index-distribution .con{
    position: absolute;
    bottom:0;
    left:0.8rem;
    margin-right:0.8rem;
}
.index-distribution .con h3{
    font-size:0.853333rem;
    color:#0076fe;
    font-weight:600;
    line-height:1.6rem;
    margin-bottom:0.266667rem;
}
.index-distribution .con .text{
    margin-bottom: 0.266667rem;
}
.index-distribution .con .text p{
    font-size:0.64rem;
    color:#333333;
    line-height:1.173333rem;
}

/*底部*/
.footer{
    background:#282828;
    overflow: hidden;
}
.footer dl{
    padding:0.8rem;
    border-bottom:rgba(255,255,255,0.1) 1px solid;
}
.footer dl dt{
    color:#ffffff;
    font-size:0.746667rem;
    line-height:1.333333rem;
}
.footer dl dd a{
    display:block;
}
.footer dl dd,
.footer dl dd label,
.footer dl dd a{
    font-size:0.64rem;
    color:#999999;
    line-height:1.6rem;
}
.footer dl dd label{
    margin-right:0.533333rem;
    line-height:1.2rem;
}
.footer dl .phone{
    background:url(../images/ico-phone.png) 0 center no-repeat;
    background-size:0.793333rem;
    padding-left:0.96rem;
    line-height:1.333333rem;
    overflow: hidden;
}
.footer dl .phone p{
    float:left;
    margin-right:0.8rem;
}
.footer dl .qq{
    background:url(../images/ico-qq.png) 0 center no-repeat;
    background-size:0.793333rem;
    padding-left:0.96rem;
    line-height:1.333333rem;
    margin-top:0.133333rem;
}
.footer .copyright{
    color:#999999;
    text-align: center;
    line-height:0.96rem;
    padding:0.8rem;
    font-size:0.64rem;
    border-top:rgba(255,255,255,0.1) 1px solid;
}
.footer .tool h3{
    font-size:0.746667rem;
    color:#efefef;
    line-height:1.6rem;
    padding:0.8rem;
}
.footer .tool .swiper-container{
    width:16.5rem;
    margin:0 auto;
}
.footer .tool .swiper-slide{
    height:3.333333rem;
    background:#fff;
    border-radius:6px;
}
.footer .tool .swiper-slide img{
    width:100%;
    height:3.333333rem;
    display:block;
    object-fit: contain;
}
.footer .tool .swiper-button-prev,
.footer .tool .swiper-button-next{
    background-size:0.526667rem;
    width:0.853333rem;
    height:7.2rem;
    bottom:0;
    top:auto;
    z-index:3;
}
.footer .qrcode{
    padding:0.8rem 0;
    text-align: center;
    border-top:rgba(255,255,255,0.1) 1px solid;
    margin:0.8rem 0 0 0;
}
.footer .qrcode ul{
    display:inline-block;
}
.footer .qrcode ul li{
    float:left;
    margin:0 1.066667rem;
}
.footer .qrcode ul li span{
    display:block;
    color:#efefef;
    font-size:0.746667rem;
    line-height:1.333333rem;
    text-align:center;
}
.footer .qrcode ul li .code{
    background:#fff;
    width:6.0rem;
    height:6.0rem;
    border-radius:6px;
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
}
.footer .qrcode ul li .code img{
    width:5.466667rem;
    height:5.466667rem;
    display:block;
    object-fit: contain;
}

/*浮动菜单*/
.fix-menu{
    position:fixed;
    bottom:8.0rem;
    right:0.266667rem;
    z-index:9;
}
.fix-menu ul li{
    background:#0076fe;
    width:2.133333rem;
    height:2.133333rem;
    box-shadow:0 2px 20px rgba(31,12,101,0.1);
    border-radius:8px;
    margin:0.266667rem 0;
    text-align:center;
    box-sizing: border-box;
    overflow: hidden;
}
.fix-menu ul li img{
    width:1.066667rem;
    height:1.066667rem;
    display:block;
    margin:0.533333rem auto;
}
.fix-menu ul li span{
    display:block;
    color:#ffffff;
    font-size:0.586667rem;
    line-height:0.906667rem;
    display:none;
}
/*关于我们*/
.about-us .about-banner{
    height:7.5rem;
    background-size:29rem!important;
}
.about-us .about-nav{
    background:#fff;
    box-shadow: 0 3px 15px #eee;
    height:2.933333rem;
    margin:-1.066667rem auto 0;
    border-radius:8px;
}
.about-us .about-nav .fl{
    overflow-x:scroll;
    display:-webkit-box;
    float:none;
}
.about-us .about-nav .fl a{
    line-height:2.933333rem;
    font-size:0.8rem;
    color:#333333;
    text-align: center;
    display:block;
    margin:0 0.533333rem 0 0.8rem;
}
.about-us .about-nav .fl a.cur{
    color:#0076fe;
    font-weight:600;
}
.about-us .about-nav .fr a{
    display:none;
}
.about-us .about-hd{
    text-align: center;
    margin-bottom:1.066667rem;
}
.about-us .about-hd h2{
    font-size:1.066667rem;
    color:#0076fe;
    line-height:1.866667rem;
}
.about-us .about-hd p{
    color:#999999;
    font-size:0.693333rem;
    line-height:0.96rem;
}
.about-us .company-profile{
    padding:1.866667rem 0;
    overflow: hidden;
}
.about-us .company-profile .con{
    padding:0 1.066667rem;
    overflow: hidden;
}
.about-us .company-profile .left h3{
    font-size:0.96rem;
    color:#333333;
    line-height:1.6rem;
}
.about-us .company-profile .left span{
    font-size:0.64rem;
    color:#999999;
    line-height:1.12rem;
    display:block;
}
.about-us .company-profile .left .text{
    margin:0.8rem 0 0 0;
}
.about-us .company-profile .left .text p{
    font-size:14px;
    color:#333333;
    line-height:24px;
    text-indent:28px;
}
.about-us .company-profile .left a{
    display:inline-block;
    background:#3569fd;
    border-radius:3px;
    color:#fff;
    font-size:0.693333rem;
    text-align:center;
    width:5.866667rem;
    height:1.6rem;
    line-height:1.6rem;
    margin:0.8rem 0;
}
.about-us .company-profile .right{
    margin:1.333333rem 0 0 0;
}
.about-us .company-profile .right h3{
    line-height:1.333333rem;
    height:1.333333rem;
    background:-webkit-linear-gradient(left,#153d71,#245596);
    color:#fff;
    text-align: center;
    font-size:0.693333rem;
    border-radius:10px 10px 0 0;
}
.about-us .company-profile .right video{
    width:17.866667rem;
    height:10.186667rem;
}
.about-us .company-honor{
    padding:2.4rem 0 3.666667rem 0;
    overflow:hidden;
    background:url(../images/honor-bg.png) center bottom no-repeat #f6f6f6;
    background-size:1200px;
}
.about-us .company-honor .pic img{
    width:18rem;;
    display:block;
    margin:1.6rem auto 0;
    object-fit: contain;
}
.about-us .company-honor .list{
    text-align:center;
}
.about-us .company-honor .list ul{
    display:-webkit-box;
    overflow-x: scroll;
}
.about-us .company-honor .list ul li{
    float:left;
    margin:0 0.266667rem 0 0.8rem;
}
.about-us .company-honor .list ul li img{
    width:4.933333rem;
    height:3.52rem;
    display:block;
    object-fit: contain;
}
.about-us .company-idea{
    padding:2.4rem 0;
    box-sizing:border-box;
    overflow: hidden;
    background:url(../images/aboutus-idea.png) center 0 no-repeat;
    background-size:cover;
}
.about-us .company-idea .about-hd h2{
    color:#fff;
}
.about-us .company-idea .about-hd p{
    color:#fff;
}
.about-us .company-idea ul{
    margin:2.133333rem 0 0 1.066667rem;
    overflow: hidden;
}
.about-us .company-idea ul li{
    float:left;
    margin:0 0 1.066667rem 1.6rem;
}
.about-us .company-idea ul li .pic{
    width:3.806667rem;
    height:3.806667rem;
    background:#fff;
    border-radius:100%;
    text-align: center;
}
.about-us .company-idea ul li .pic img{
    width:2.2rem;
    height:2.2rem;
    display:inline-block;
    margin:0.72rem auto;
}
.about-us .company-idea ul li span{
    display:block;
    text-align:center;
    color:#fff;
    font-size: 0.8rem;
    line-height:1.333333rem;
    margin:0.266667rem 0 0 0;
}
.about-us .company-idea .w1200 p{
    font-size:0.693333rem;
    color:#ffffff;
    line-height:1.066667rem;
    margin:0.8rem 0.8rem 0;
    text-align: center;
}
.about-us .company-course{
    padding:2.133333rem 0 1.333333rem 0;
    overflow: hidden;
    position:relative;
}
.about-us .company-course:before{
    content:"";
    position:absolute;
    left:0.8rem;
    top:0;
    width:1px;;
    height:100%;
    background:#eee;
}
.about-us .company-course .about-hd{
    margin-bottom:1.066667rem;
}
.about-us .company-course .con ul li {
    overflow: hidden;
}
.about-us .company-course .con ul li label{
    position:relative;
    display:inline-block;
    font-size:0.693333rem;
    color:#333333;
    line-height:0.96rem;
    padding-left:1.626667rem;
    margin:0.266667rem 0;
}
.about-us .company-course .con ul li .text{
    overflow: hidden;
    font-size:0.64rem;
    color:#333333;
    line-height:0.96rem;
    margin:0 1.633333rem;
}
.about-us .company-course .con ul li .text p{
    margin:0 0 0.533333rem 0;
}
.about-us .company-course .con ul li.on label{
    color:#3569fd;
    font-size:0.853333rem;
}
.about-us .company-course .con ul li label:before{
    content:"";
    position: absolute;
    left:0.656667rem;
    top:0.213333rem;
    width:0.38rem;
    height:0.38rem;
    background:#cccccc;
    border-radius:100px;
}
.about-us .company-course .con ul li.on label:before{
    background:#3569fd;
    width:0.58rem;
    height:0.58rem;
    left:0.53667rem;
    top:0.213333rem;
}
.about-us .company-elegant{
    background:#f6f6f6;
    padding:2.133333rem 0 1.6rem;
    overflow: hidden;
}
.about-us .company-elegant-tab{
    text-align: center;
    margin-bottom:1.066667rem;
    overflow: hidden;
}
.about-us .company-elegant-tab ul{
    display:inline-block;
}
.about-us .company-elegant-tab ul li{
    float:left;
    padding:0 1.066667rem;
    line-height:1.6rem;
    position:relative;
}
.about-us .company-elegant-tab ul li a{
    font-size:1.12rem;
    color:#666666;
    display:inline-block;
    padding-bottom:0.533333rem;
    font-weight:600;
}
.about-us .company-elegant-tab ul li.cur a{
    color:#0076fe;
    border-bottom:#0076fe 2px solid;
}
.about-us .company-elegant-tab ul li:after{
    content:"";
    position: absolute;
    right:0;
    top:0.366667rem;
    width:1px;
    height:0.933333rem;
    background:#9b9b9b;
}
.about-us .company-elegant-tab ul li:last-child:after{
    display:none;
}
.about-us .company-elegant .con ul{
    margin-bottom:0.8rem;
    overflow:hidden;
}
.about-us .company-elegant .con ul li{
    float:left;
    width:9.2rem;
    background:#fff;
    margin:0 0 0.533333rem 0.533333rem;
    overflow: hidden;
    box-sizing: border-box;
}
.about-us .company-elegant .con ul li img{
    width:9.2rem;
    height:4.986667rem;
    object-fit: cover;
    display:block;
}
.about-us .company-elegant .con ul li p{
    display:block;
    font-size:0.693333rem;
    color:#333333;
    line-height:1.066667rem;
    padding:0.533333rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.self-service-banner{
    height:7rem;
    background-size:31rem!important;
}
.self-service-hd{
    text-align: center;
    margin-bottom:1.066667rem;
}
.self-service-hd h2{
    font-size:1.066667rem;
    color:#0076fe;
    line-height:1.866667rem;
}
.self-service-hd p{
    color:#999999;
    font-size:0.693333rem;
    line-height:0.96rem;
}
.self-service .online-order {
    padding:1.6rem 0;
    overflow: hidden;
}
.self-service .online-order .left{
    border-bottom:#e0e0e0 1px solid;
    padding-bottom:1.066667rem;
    margin-bottom:1.066667rem;
}
.self-service .online-order ul li{
    margin:0.533333rem 0.8rem;
    overflow: hidden;
}
.self-service .online-order ul li label{
    display:block;
    line-height:1.333333rem;
    font-size:0.693333rem;
}
.self-service .online-order ul li input{
    border:#bfcbd6 1px solid;
    line-height:1.866667rem;
    height:1.866667rem;
    padding:0 0.266667rem;
    box-sizing: border-box;
    border-radius:3px;
}
.self-service .online-order ul li textarea{
    border:#bfcbd6 1px solid;
    line-height:1.866667rem;
    height:6.133333rem;
    padding:0.266667rem;
    box-sizing: border-box;
    border-radius:3px;
}
.self-service .online-order ul li .select{
    border:#bfcbd6 1px solid;
    line-height:1.866667rem;
    height:1.866667rem;
    box-sizing: border-box;
    border-radius:3px;
    overflow: hidden;
    position: relative;
}
.self-service .online-order ul li .select select{
    height:1.866667rem;
    line-height:1.866667rem;
    padding:0 0.266667rem;
    cursor:pointer;
}
.self-service .online-order ul li .select:after{
    content:"";
    position:absolute;
    right:0.533333rem;
    top:50%;
    margin-top:-3px;
    border-left:transparent 6px solid;
    border-right:transparent 6px solid;
    border-top:#4a78fd 6px solid;
}
.self-service .online-order ul li .w-input {
    float:left;
}
.self-service .online-order ul li .w-input span{
    float:left;
    line-height:1.866667rem;
    font-size:0.693333rem;
    margin-right:0.266667rem;
}
.self-service .online-order ul li .w-input input{
    width:4.9rem;
    margin-right:0.266667rem;
}
.self-service .online-order .btn{
    display:block;
    background:#3569fd;
    border-radius:3px;
    line-height:1.866667rem;
    text-align:center;
    color:#fff;
    font-size:0.746667rem;
    margin:0.8rem;
    overflow:hidden;
}
.self-service .optimization{
    padding:2.133333rem 0;
    background:#f8f8f8;
    overflow: hidden;
}
.self-service .optimization ul li{
    width:18.4rem;
    text-align:center;
    margin:0.8rem;
}
.self-service .optimization ul li img{
    width:18.4rem;
    display:block;
    object-fit: cover;
}
.self-service .optimization ul li span{
    display:block;
    line-height:1.333333rem;
    color:#333333;
    font-size:0.906667rem;
    margin:0.266667rem 0 0 0;
}
.common-problem{
    background:url(../images/index-safeguard-bg.png) center 0 no-repeat;
    background-size:1200px;
    padding:1.866667rem 0;
    box-sizing:border-box;
}
.common-problem .self-service-hd h2,
.common-problem .self-service-hd p{
    color:#fff;
}
.common-problem .con{
    background: #fff;
    border:#b3c3d7 1px solid;
    border-radius:8px;
    padding-bottom:0.8rem;
}
.common-problem .con ul{
    padding-bottom:0.8rem;
}
.common-problem .con h3{
    color:#0076fe;
    font-size:0.906667rem;
    line-height:1.866667rem;
    border-bottom:#b3c3d7 1px solid;
    padding:0.533333rem 0.8rem;
}
.common-problem .con ul li .bar{
    padding:0.533333rem 1.066667rem;
    height:2.4rem;
    box-sizing: border-box;
    overflow: hidden;
    cursor:pointer;
    position:relative;
}
.common-problem .con ul li .bar::after{
    content:"";
    position: absolute;
    right:0.533333rem;
    background:url(../images/arrow-b.png) center center no-repeat;
    background-size: 0.96rem;
    width:0.96rem;
    height:0.96rem;
    top:50%;
    margin-top:-0.48rem;
}
.common-problem .con ul li.cur .bar::after{
    background:url(../images/arrow-t.png) center center no-repeat;
    background-size:0.96rem;
}
.common-problem .con ul li:nth-child(even) .bar{
    background:#f7f7f7;
}
.common-problem .con ul li .bar span{
    display:inline-block;
    background:#3569fd;
    width:0.86rem;
    height:0.86rem;
    float:left;
    text-align:center;
    color:#fff;
    font-size:0.64rem;
    margin:0.05rem 0;
}
.common-problem .con ul li h4{
    color:#333333;
    font-size:0.746667rem;
    line-height:0.96rem;
    margin:0 0 0 0.266667rem;
    float:left;
}
.common-problem .con ul li .text{
    border-top:#b3c3d7 1px solid;
    padding:0.8rem 1.066667rem 0.8rem;
    margin:0 0 0 1.066667rem;
    font-size:0.693333rem;
    color:#666666;
    line-height:1.226667rem;
    display:none;
}
.common-problem .con ul li.cur .text{
    display:block;
}

.online-customer{
    background:url(../images/online-customer-bg.png) center 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:0.8rem 0 0 0;
    position:fixed;
    z-index:9;
}
.online-customer .hd{
    height:3.2rem;
    margin:0 auto;
    color:#fff;
    display:-webkit-box;
}
.online-customer .hd h2{
    background:url(../images/intelligent-man.png) 0.8rem 0.2rem no-repeat;
    background-size:3.0rem;
    line-height:3.2rem;
    padding-left:4.0rem;
    float:left;
    font-size:1.066667rem;
    font-weight:600;
}
.online-customer .hd label{
    float:left;
    color:#fff;
    font-size:0.746667rem;
    line-height:3.2rem;
    margin:0 0.533333rem;
}
.online-customer .hd span{
    float:left;
    font-size:0.746667rem;
    line-height:3.2rem;
}
.online-customer .con{
    margin:0 auto;
}
.online-customer .con .leftside{
    width:20rem;
    height:100%;
}
.online-customer .chat-window{
    background:#f2f6fe;
    height:calc(100% - 60px);
    border-radius:15px 15px 0 0;
    padding:1.066667rem;
    box-sizing: border-box;
    overflow-y:scroll;
}
.online-customer .chat-window .chatbox{
    margin-bottom:1.066667rem;
    overflow: hidden;
}
.online-customer .chat-window .chatbox .avatar{
    width:1.6rem;
    height:1.6rem;
    display:block;
    object-fit: cover;
    border-radius:100px;
    float:left;
    background:#c5e3ff;
    margin-right:10px;
}
.online-customer .chat-window .chatbox .text{
    padding:0.4rem;
    line-height: 0.96rem;
    color:#333333;
    background:#fff;
    border-radius:10px 10px 10px 0;
    float:left;
    max-width:14rem;
    font-size:0.693333rem;
}
.online-customer .chat-window .chatbox .text a{
    color:#0076fe;
}
.online-customer .chat-window .chatbox.right{
    float:right;
}
.online-customer .chat-window .chatbox.right .avatar{
    margin:0 0 0 0.266667rem;
    float:right;
}
.online-customer .chat-window .chatbox.right .text{
    float: left;
    border-radius:10px 10px 0 10px;
    background:#349af8;
    color:#fff;
}
.online-customer .chat-window .chatbox.right .text a{
    color:#fff;
}

.online-customer .chat-operate{
    background:#fff;
    height:60px;
    overflow: hidden;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9;
}
.online-customer .chat-operate textarea{
    height:60px;
    line-height:60px;
    box-sizing: border-box;
    font-size:14px;
    padding:0 10px;
}
.online-customer .chat-operate .words{
    color:#333333;
    font-size:14px;
    font-style: italic;
    margin:0 10px;
    float:left;
    line-height:60px;
    position:absolute;
    right:90px;
    top:0;
    display:none;
}
.online-customer .chat-operate .btn{
    width:80px;
    height:30px;
    line-height:30px;;
    background:#0076fe;
    border-radius:100px;
    color:#fff;
    font-size:14px;
    display:block;
    float:right;
    text-align: center;
    margin:15px 0;
    position:absolute;
    right:10px;
    top:0;
}
.online-customer .rightside{
    overflow: hidden;
    background:#fff;
    border-top:#eee 1px solid;
    display:none;
}
.online-customer .rightside .hot-question h3{
    font-size:20px;
    color:#333333;
    line-height:36px;
    background:url(../images/ico-hot.png) 0 center no-repeat;
    background-size:26px;
    padding-left:30px;
    margin-bottom:10px;
}
.online-customer .rightside .hot-question{
    padding:25px;
    border-bottom:#eee 1px solid;
}
.online-customer .rightside .hot-question ul li{
    overflow:hidden;
}
.online-customer .rightside .hot-question ul li a{
    line-height:42px;
    font-size:14px;
    color:#333333;
    display:block;
    float:left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.online-customer .rightside .hot-question ul li span{
    float:left;
    display:block;
    width:20px;
    height:20px;
    background:#adbad5;
    border-radius:100px;
    text-align: center;
    line-height:20px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin:11px 10px 0 0;
}
.online-customer .rightside .hot-question ul li:hover a{
    color:#3269d3;
}
.online-customer .rightside .hot-question ul li:nth-child(1) span{
    background:#3269d3;
}
.online-customer .rightside .hot-question ul li:nth-child(2) span{
    background:#518ade;
}
.online-customer .rightside .hot-question ul li:nth-child(3) span{
    background:#62afe9;
}
.online-customer .rightside .common-tool h3{
    font-size:20px;
    color:#333333;
    line-height:36px;
    background:url(../images/ico-tool.png) 0 center no-repeat;
    background-size:26px;
    padding-left:30px;
    margin-bottom:10px;
    margin:0 25px 25px 25px;
}
.online-customer .rightside .common-tool{
    padding:25px 0;
    overflow: hidden;
}
.online-customer .rightside .common-tool ul li{
    float:left;
    margin:0 0 0.8rem 0;
    width:33.3%;
    text-align:center;
}
.online-customer .rightside .common-tool ul li span{
    display:block;
    font-size:14px;
    color:#333333;
    line-height:28px;
}
.online-customer .rightside .common-tool ul li img{
    width:36px;
    height:36px;
    display:block;
    margin:0 auto;
}