@charset "utf-8";
/* CSS Document */
body{font:12px/22px "\5B8B\4F53"; text-align:left;color:#333;font-family:Microsoft Yahei}
body,div,ul,ol,li,dl,dt,dd,span,p,h1,h2,h3,h4,h5,h6,img,form,table,tr,td,th,label{margin:0;padding:0;}
img{border:none;}@font-face { font-family:"DINPro";src: url("../font/DINPro-Regular.otf");} body{font-family: DINPro;}
h2,h3{ font-weight:500;}
ul,ol,li{list-style-type:none;}
select,input,label,textarea,img{vertical-align:middle;font-size:12px;color:#555;}
input {outline: none;border:none;background: none;}
a{color:#333;text-decoration:none;cursor: pointer;}
a:hover{text-decoration:none;}
.fl{float:left;}.fr{float:right;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.mt10{margin-top:10px;}.mb10{margin-bottom:10px;}.ml10{margin-left:10px;}.mr10{margin-right:10px;}
.mt20{margin-top:20px;}.mb20{margin-bottom:20px;}.ml20{margin-left:20px;}.mr20{margin-right:20px;}
.mt30{margin-top:30px;}.mb30{margin-bottom:30px;}.ml30{margin-left:30px;}.mr30{margin-right:30px;}
.rel {position:relative;}.abs{position:absolute;}.cl{clear:both;}
.w1200{width:1200px;margin:0 auto;}input::-webkit-input-placeholder{color:#999999}textarea::-webkit-input-placeholder{color:#999999}
input[type="checkbox"],
input[type="radio"],
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{
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: normal;
    color: #424242;
    font-size:14px;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
            user-select: text;
    -webkit-appearance: none;
            appearance: none;
            outline: none;
}
/*头部*/
.header .topnav{
    background:#111111;
    height:26px;
    line-height:26px;
}
.header .topnav a{
    color:#ffffff;
    font-size:12px;
    padding-left:23px;
    margin:0 0 0 30px;
}
.header .topnav .langue{
    background:url(../images/ico-langue.png) 0 center no-repeat;
    background-size:18px;
    padding-right:17px;
    position: relative;
}
.header .topnav .langue::after{
    content:"";
    position: absolute;
    right:0;
    background:url(../images/arrow-b-white.png) 0 0 no-repeat;
    background-size:12px;
    width:12px;
    height:12px;
    top:50%;
    margin-top:-6px;
}
.header .topnav .login{
    background:url(../images/ico-login.png) 0 center no-repeat;
    background-size:18px;
}
.header .headercon{
    position: relative;
    height:100px;
    text-align: center;
    background:#fff;
}
.header .headercon .logo{
    height:60px;
    position: absolute;
    left:50px;
    top:50%;
    margin-top:-30px;
}
.header .headercon .logo img{
    height:60px;
    object-fit: contain;
}
.header .headercon .nav{
    display:inline-block;
}
.header .headercon .nav ul li{
    float:left;
    line-height: 100px;
    padding:0 30px;
}
.header .headercon .nav ul li a.first{
    font-size:18px;
    color:#333333;
}
.header .headercon .nav ul li.cur a.first,
.header .headercon .nav ul li:hover a.first{
    color:#0076fe;
}
.header .headercon .nav ul li.cur a{
    border-bottom:#0076fe 6px solid;
    padding-bottom:25px;
}
.header .headercon .tell{
    background:url(../images/ico-24hour.png) 0 center no-repeat;
    background-size:48px;
    padding-left:58px;
    position: absolute;
    right:50px;
    top:50%;
    height:48px;
    margin-top:-24px;
}
.header .headercon .tell a{
    line-height: 24px;
    color:#0076fe;
    font-size:17px;
    display:block;
    font-weight:600;
}
.header .headercon .menu{
    display:none;
}
/*下拉菜单*/
.header .nav ul li:hover .dropMenu{
    display:block;
}
.header .nav .dropMenu{
    background:#fff;
    width:100%;
    left:0;
    z-index:9;
    top:100px;
    border-top:#e0e0e0 1px solid;
    box-shadow:0 5px 10px rgba(0,0,0,0.05);
    display:none;
    position:absolute;
}
.header .nav .dropMenu dl{
    width:230px;
    padding:40px 40px;
    box-sizing:border-box;
    float:left;
    text-align: left;
}
.header .nav .dropMenu dl dt{
    line-height:28px;
    margin-bottom:20px;
}
.header .nav .dropMenu dl dt a{
    font-size:22px;
    color:#0076fe;
}
.header .nav .dropMenu dl dd a{
    line-height:36px;
    font-size:16px;
    display:block;
    color:#666666;
}
.header .nav .dropMenu dl dd a:hover{
    color:#0076fe;
}
.header .nav .dropMenu .icolist{
    padding:40px 40px 30px 30px;
    box-sizing:border-box;
    overflow: hidden;
}
.header .nav .dropMenu .icolist a{
    display:block;
    width:140px;
    height:100px;
    border-radius:6px;
    border:#dbdbdb 1px solid;
    float:left;
    margin:0 0 20px 20px;
    text-align:center;
    box-sizing:border-box;
}
.header .nav .dropMenu .icolist a img{
    display:block;
    width:60px;
    height:60px;
    object-fit: contain;
    margin:5px auto 0;
}
.header .nav .dropMenu .icolist a span{
    display:block;
    line-height:18px;
    font-size:14px;
    color:#666666;
}
/*首页*/
.index-banner .swiper-slide{
    background-size:cover;
    height:600px;
}
.index-inquire{
    background:url(../images/index-search-bg.png) center 0 no-repeat;
    background-size:1920px;
    height:160px;
}
.index-inquire .w1200{
    padding:0 30px;
    box-sizing: border-box;
}
.index-inquire .index-inquire-tab{
    display:flex;
    padding:20px 0 15px 0;
}
.index-inquire .index-inquire-tab li{
    margin-right:70px;
}
.index-inquire .index-inquire-tab li a{
    font-size:14px;
    color:#f7f7f6;
}
.index-inquire .index-inquire-tab li.cur a{
    font-size:16px;
    position:relative;
}
.index-inquire .index-inquire-tab li.cur a:after{
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left:-11px;
    content:"";
    width:22px;
    height:4px;
    background:#ffffff;
    border-radius:100px;
}
.index-inquire .form{
    margin:10px 0 0 0;
}
.index-inquire .form .input{
    float: left;
    margin:0 20px 0 0;
}
.index-inquire .form label{
    display:block;
    font-size:14px;
    color:#ffffff;
    line-height:28px;
}
.index-inquire .form label em{
    font-style:normal;
    color:#e67817;
    font-size:14px;
}
.index-inquire .form .input input{
    background:#ffffff;
    height:40px;
    width:160px;
    line-height:40px;
    padding:0 10px;
    box-sizing:border-box;
    border-radius:4px;
}
.index-inquire .form .btn {
    margin:28px 0 0 0;
    float:left;
}
.index-inquire .form .btn a{
    display:inline-block;
    width:100px;
    height:40px;
    border-radius:4px;
    background:#ff9900;
    text-align: center;
    line-height:40px;
    font-size:18px;
    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:40px;
    width:210px;
    border-radius:4px;
    position: relative;
}
.index-inquire .form .count input{
    margin:0 auto;
    width:130px;
}
.index-inquire .form .count .sy_minus,
.index-inquire .form .count .sy_plus{
    position: absolute;
    width:38px;
    height:38px;
    margin:1px;
    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:16px;
}
.index-inquire .form .count .sy_plus{
    background:url(../images/ico-plus.png) center center no-repeat #dddddd;
    background-size:16px;
    right:0;
}
.index-inquire .form .count span{
    position: absolute;
    color:#999999;
    font-size:14px;
    line-height:40px;
    top:0;
    right:50px;
}

.index-service{
    height:112px;
    margin:40px auto;
}
.index-service .swiper-container{
    height:112px;
    width:1120px;
    margin:0 auto;
}
.index-service .swiper-slide{
    border-radius:6px;
    border:#dbdbdb 1px solid;
    width:140px;
    height:100px;
    text-align: center;
    padding:10px;
    box-sizing:border-box;
}
.index-service .swiper-slide:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}
.index-service .swiper-slide img{
    display:inline-block;
    width:60px;
    height:60px;
    object-fit: contain;
}
.index-service .swiper-slide span{
    display:block;
    color:#666666;
    font-size:14px;
    line-height:20px;
}
.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:22px;
    height:100px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-service .swiper-button-prev{
    left:0;
    right:auto;
}
.index-hd{
    text-align: center;
    margin-bottom:40px;
}
.index-hd h2{
    font-size:40px;
    color:#0076fe;
    line-height:50px;
    margin-bottom:10px;
}
.index-hd p{
    color:#999999;
    font-size:18px;
    line-height:24px;
}
.index-advantage{
    margin:90px 0 60px;
    overflow: hidden;
}
.index-advantage .con{
    border-radius:8px;
    border:#dbdbdb 1px solid;
    box-sizing: border-box;
    overflow: hidden;
}
.index-advantage .info{
    background:#0076fe;
    width:300px;
    height:416px;
    float:left;
    text-align: center;
    color:#fff;
    padding:70px 0;
    box-sizing: border-box;
}
.index-advantage .info h3{
    font-size: 26px;
    line-height:36px;
}
.index-advantage .info .tell{
    margin:50px 0;
}
.index-advantage .info .tell p{
    font-size: 20px;
    color:#fff;
    line-height:36px;
}
.index-advantage .info a{
    background:#fff;
    width:110px;
    height:42px;
    line-height:42px;
    text-align: center;
    color:#0076fe;
    font-size:16px;
    display:inline-block;
    border-radius:10px;
}
.index-advantage .info a:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}
.index-advantage ul{
    float:left;
}
.index-advantage ul li{
    float:left;
    border-right:#dbdbdb 1px solid;
    box-sizing: border-box;
    height:416px;
    width:298px;
    text-align: center;
}
.index-advantage ul li:last-child{
    border-right:0;
}
.index-advantage ul li .pic{
    border-radius:100px;
    border:#0076fe 2px solid;
    width:110px;
    height:110px;
    margin:70px auto 40px;
    text-align:center;
    transition: 0.5s;
    box-sizing:border-box;
}
.index-advantage ul li:hover .pic{
    transition: 0.3s;
    padding-top:15px;
}
.index-advantage ul li .pic img{
    width:70px;
    height:70px;
    margin:20px;
    transition: 0.5s;
}
.index-advantage ul li:hover .pic img{
    transition: 0.5s;
    margin-top:5px;
    transition-delay: 0.3s;
}
.index-advantage ul li h3{
    font-size:28px;
    color:#0076fe;
    line-height:50px;
    margin-bottom:30px;
}
.index-advantage ul li p{
    font-size:16px;
    color:#666666;
    line-height:36px;
}
.index-intro {
    position:relative;
    margin-bottom:110px;
}
.index-intro .text{
    margin:120px 0 0 0;
    width:600px;
}
.index-intro .text h3{
    font-size:24px;
    color:#111111;
    line-height:36px;
    margin-bottom:30px;
}
.index-intro .text p{
    font-size:14px;
    color:#777777;
    line-height:24px;
    position: relative;
}
.index-intro .text p:before{
    content:"";
    background:#0076fe;
    width:8px;
    height:8px;
    position: absolute;
    left:-18px;
    top:8px;
}
.index-intro .text p .blue{
    color:#0076fe;
}
.index-intro .con{
    position:relative;
}
.index-intro .data {
    width:560px;
    margin:130px 0 0 0;
    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:70px;
    line-height:70px;
    font-family: DINPro;
    color:#0076fe;
    font-weight: 600;
}
.index-intro .data ul li span em{
    font-size:16px;
    line-height:22px;
    font-style:normal;
}
.index-intro .data ul li label{
    font-size:14px;
    color:#999999;
    line-height:26px;
    display:block;
}
.index-intro .pic{
    position:absolute;
    right:-50px;
    top:-20px;
}
.index-intro .pic img{
    width:598px;
    height:431px;
}

.index-safeguard{
    background:url(../images/index-safeguard-bg.png) top center no-repeat;
    background-size:1920px;
    margin:0 0 60px 0;
    padding:60px 0 0 0;
    overflow: hidden;
}
.index-safeguard .index-hd h2{
    color:#fff;
}
.index-safeguard .con ul{
    margin:0 0 0 -50px;
}
.index-safeguard .con ul li{
    float:left;
    width:200px;
    height:250px;
    margin:0 0 20px 50px;
    background:#fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius:8px;
    padding:60px 20px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.index-safeguard .con ul li a{
    display:block;
    transition: 0.5s;
}
.index-safeguard .con ul li:hover a{
    transition: 0.5s;
    padding-top:15px;
}
.index-safeguard .con ul li img{
    width:90px;
    height:90px;
    display:block;
    margin:0 auto;
    position:relative;
    z-index:2;
    transition:0.5s;
}
.index-safeguard .con ul li:hover img{
    margin-top:-15px;
    transition:0.5s;
    transition-delay: 0.5s;
}
.index-safeguard .con ul li span{
    font-size:14px;
    color:#333333;
    display:block;
    margin:40px 0 0 0;
}
.index-safeguard .con ul li:hover span{
    color:#0076fe;
}
.index-safeguard .con ul li:before{
    content:"";
    position: absolute;
    right:-80px;
    top:-50px;
    width:220px;
    height:220px;
    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:90px;
}
.index-news .index-news-tab{
    text-align: center;
    margin-bottom:40px;
    overflow: hidden;
}
.index-news .index-news-tab ul{
    display:inline-block;
}
.index-news .index-news-tab ul li{
    float:left;
    padding:0 40px;
    line-height:40px;
    position:relative;
}
.index-news .index-news-tab ul li a{
    font-size:36px;

    color:#666666;
    padding-bottom:10px;
    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:5px;
    width:1px;
    height:35px;
    background:#9b9b9b;
}
.index-news .index-news-tab ul li:last-child:after{
    display:none;
}
.index-news .list ul{
    margin-left:-45px;
}
.index-news .list ul li{
    width:370px;
    height:410px;
    background:#f7f7f7;
    float:left;
    margin:0 0 45px 45px;
}
.index-news .list ul li .pic{
    width:370px;
    height:230px;
    position:relative;
    overflow: hidden;
}
.index-news .list ul li .pic img{
    width:370px;
    height:230px;
    display:block;
    object-fit: cover;
    transition: 1s;
}
.index-news .list ul li .pic:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.index-news .list ul li .pic span{
    position: absolute;
    left:0;
    top:0;
    background:#999999;
    display:inline-block;
    line-height:30px;
    padding:0 15px;
    text-align: center;
    color:#fff;
    font-size:12px;
    z-index:2;
}
.index-news .list ul li .text{
    padding:20px;
}
.index-news .list ul li .text h3{
    font-size:14px;
    line-height:26px;
    margin-bottom:10px;
    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:10px;
}
.index-news .list ul li .text .row span{
    font-size:12px;
    line-height:26px;
    margin-right:20px;
    color:#333333;
    padding-left:18px;
}
.index-news .list ul li .text .location{
    background:url(../images/ico-location.png) 0 center no-repeat;
    background-size:16px;
}
.index-news .list ul li .text .date{
    background:url(../images/ico-date.png) 0 center no-repeat;
    background-size:16px;
}
.index-news .list ul li .text p{
    font-size:12px;
    line-height:18px;
    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:16px;
    color:#0076fe;
    border:#0076fe 1px solid;
    display:block;
    float:left;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    margin:0 15px;
}
.index-news .btns a:hover{
    background:#0076fe;
    color:#fff;
}

.index-business{
    background:url(../images/index-business-bg.png) center 0 no-repeat;
    background-size:1920px;
    height:740px;
    padding:60px 0;
    box-sizing: border-box;

}
.index-business .index-hd h2,
.index-business .index-hd p{
    color:#fff;
}
.index-business .con{
    height:450px;
    border:rgba(255,255,255,0.3) 15px solid;
    border-radius:10px;
    box-sizing: border-box;
}
.index-business .con .box{
    background:#fff;
    height:420px;
    box-sizing: border-box;
    padding:30px 70px 0;
    overflow: hidden;
}
.index-business .con .flow{
    overflow: hidden;
}
.index-business .con .flow dl{
    float:left;
    width:335px;
}
.index-business .con .flow dl dt{
    position:relative;
    width:335px;
    height:50px;
    line-height:50px;
    font-size:18px;
    color:#2f6399;
    font-weight:600;
    padding:0 40px;
}
.index-business .con .flow dl dt span{
    position:relative;
    z-index:2;
}
.index-business .con .flow dl dt:after{
    content:"";
    position:absolute;
    width:335px;
    height:50px;
    left:0;
    top:0;
    z-index:1;
}
.index-business .con .flow:nth-child(1) dl dt:after{
    background:url(../images/index-business-arrow.png) 0 0 no-repeat;
    background-size:335px;
}
.index-business .con .flow:nth-child(2) dl dt:after{
    background:url(../images/index-business-arrow.png) 0 0 no-repeat;
    background-size:335px;
    transform: rotateY(180deg);
}
.index-business .con .flow dl dd{
    padding:10px 20px;
}
.index-business .con .flow dl dd p{
    font-size:16px;
    color:#002f66;
    line-height:30px;
    position:relative;
    padding-left:17px;
}
.index-business .con .flow dl dd p:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    margin-top:-3.5px;
    background:#002f66;
    border-radius:100px;
    width:7px;
    height:7px;
}
.index-business .con .flow dl:hover dt{
    color:#fff;
}
.index-business .con .flow:nth-child(1) dl:hover dt:after{
    background:url(../images/index-business-arrow-cur.png) 0 0 no-repeat;
    background-size:335px;
}
.index-business .con .flow:nth-child(2) dl:hover dt:after{
    background:url(../images/index-business-arrow-cur.png) 0 0 no-repeat;
    background-size:335px;
    transform: rotateY(180deg);
}
.index-partner{
    background:url(../images/index-partner-bg.png) center 130px no-repeat #f8f8f8;
    background-size:1294px;
    padding:80px 0;
    box-sizing: border-box;
    margin-bottom:80px;
}
.index-partner .index-hd{
    margin-bottom:100px;
}
.index-partner-swiper .swiper-container{
    width:1200px;
}
.index-partner-swiper .swiper-container .swiper-slide{
    border:#dbdbdb 1px solid;
    background:#fff;
    border-radius:6px;
    height:104px;
    box-sizing:border-box;
    overflow: hidden;
}
.index-partner-swiper .swiper-container .swiper-slide img{
    width:225px;
    height:104px;
    object-fit: contain;
    margin:0 auto;
    transition: 1s;
}
.index-partner-swiper .swiper-container .swiper-slide:hover img{
    transition: 1s;
    transform: scale(1.1);
}
.index-partner-swiper .swiper-button-prev{
    left:50%;
    background-size:18px;
    margin-left:-650px;
    opacity:0.2;
}
.index-partner-swiper .swiper-button-next{
    left:50%;
    background-size:18px;
    margin-left:620px;
    opacity:0.2;
}
.index-distribution{
     margin-bottom:50px;
     overflow: hidden;
     position:relative;
     height:780px;
}
.index-distribution .map img{
    width:1201px;
    height:600px;
    display:block;
}
.index-distribution .con{
    position: absolute;
    bottom:0;
    left:0;
}
.index-distribution .con h3{
    font-size:18px;
    color:#0076fe;
    font-weight:600;
    line-height:36px;
    margin-bottom:10px;
}
.index-distribution .con .text{
    margin-bottom: 10px;
}
.index-distribution .con .text p{
    font-size:12px;
    color:#333333;
    line-height:24px;
}

/*底部*/
.footer{
    background:#282828;
    padding:40px 0;
    overflow: hidden;
}
.footer dl{
    float:left;
    min-width: 200px;
}
.footer dl dt{
    color:#ffffff;
    font-size:14px;
    line-height:36px;
}
.footer dl dd a{
    display:block;
}
.footer dl dd,
.footer dl dd label,
.footer dl dd a{
    font-size:12px;
    color:#999999;
    line-height:26px;
}
.footer dl dd label{
    margin-right:10px;
    line-height:20px;
}
.footer dl .phone{
    background:url(../images/ico-phone.png) 0 center no-repeat;
    background-size:16px;
    padding-left:21px;
    line-height:20px;
}
.footer dl .qq{
    background:url(../images/ico-qq.png) 0 center no-repeat;
    background-size:16px;
    padding-left:21px;
    line-height:20px;
    margin-top:5px;
}
.footer .copyright{
    color:#999999;
    text-align: center;
    line-height:26px;
    padding:15px 0;
    margin:30px 0 0 0;
    font-size:12px;
}
.footer .line{
    background:#4f4f4f;
    height:1px;
    margin:30px auto;
    overflow: hidden;
}
.footer .tool{
    width:860px;
    float:left;
}
.footer .tool h3{
    text-align: center;
    font-size:14px;
    color:#efefef;
    line-height:36px;
    margin-bottom:10px;
}
.footer .tool .swiper-container{
    width:770px;
    margin:0 auto;
}
.footer .tool .swiper-slide{
    width:120px;
    height:50px;
    background:#fff;
    border-radius:6px;
}
.footer .tool .swiper-slide img{
    width:120px;
    height:50px;
    display:block;
    object-fit: contain;
}
.footer .tool .swiper-button-prev,
.footer .tool .swiper-button-next{
    background-size:12px;
    background-color:rgba(255,255,255,0.1);
    width:22px;
    height:110px;
    bottom:0;
    top:auto;
}
.footer .qrcode{
    float:right;
}
.footer .qrcode ul li{
    float:left;
    margin:0 0 0 20px;
}
.footer .qrcode ul li span{
    display:block;
    color:#efefef;
    font-size:14px;
    line-height:36px;
    text-align:center;
}
.footer .qrcode ul li .code{
    background:#fff;
    width:110px;
    height:110px;
    border-radius:6px;
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
}
.footer .qrcode ul li .code img{
    width:102px;
    height:102px;
    display:block;
    object-fit: contain;
}
/*浮动菜单*/
.fix-menu{
    position:fixed;
    bottom:400px;
    right:20px;
    z-index:9;
}
.fix-menu ul li{
    background:#0076fe;
    width:70px;
    height:80px;
    box-shadow:0 2px 20px rgba(31,12,101,0.1);
    border-radius:8px;
    margin:10px 0;
    padding:15px 0;
    text-align:center;
    box-sizing: border-box;
}
.fix-menu ul li img{
    width:26px;
    height:26px;
    display:block;
    margin:0 auto;
}
.fix-menu ul li span{
    display:block;
    color:#ffffff;
    font-size:12px;
    line-height:24px;
}

/*关于我们*/
.about-us .about-banner{
    height:440px;
    background-size:1920px;
}
.about-us .about-nav{
    background:#fff;
    box-shadow: 0 3px 15px #eee;
    height:80px;
    width:1200px;
    margin:-40px auto 0;
    border-radius:8px;
}
.about-us .about-nav .fl a{
    line-height:80px;
    font-size:16px;
    color:#333333;
    width:120px;
    text-align: center;
    display:inline-block;
}
.about-us .about-nav .fl a.cur{
    color:#0076fe;
    font-weight:600;
}
.about-us .about-nav .fr a{
    display:inline-block;
    background:#0076fe;
    width:110px;
    height:40px;
    line-height:40px;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:100px;
    margin:20px 30px 0 0;
}
.about-us .about-hd{
    text-align: center;
    margin-bottom:40px;
}
.about-us .about-hd h2{
    font-size:40px;
    color:#0076fe;
    line-height:50px;
    margin-bottom:10px;
}
.about-us .about-hd p{
    color:#999999;
    font-size:18px;
    line-height:24px;
}
.about-us .company-profile{
    padding:70px 0;
    overflow: hidden;
}
.about-us .company-profile .con{
    margin-top:70px;
    overflow: hidden;
}
.about-us .company-profile .left{
    width:560px;
    float:left;
}
.about-us .company-profile .left h3{
    font-size:26px;
    color:#333333;
    line-height:36px;
}
.about-us .company-profile .left span{
    font-size:14px;
    color:#999999;
    line-height:22px;
    display:block;
}
.about-us .company-profile .left .text{
    margin:30px 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:6px;
    color:#fff;
    font-size:14px;
    text-align:center;
    width:145px;
    height:48px;
    line-height:48px;
    margin:30px 0 0 0;
}
.about-us .company-profile .right{
    width:518px;
    border-radius:8px;
    overflow:hidden;
    height:330px;
    float:right;
}
.about-us .company-profile .right h3{
    line-height:35px;
    height:35px;
    background:-webkit-linear-gradient(left,#153d71,#245596);
    color:#fff;
    text-align: center;
    font-size:16px;
}
.about-us .company-profile .right video{
    width:518px;
    height:295px;
}
.about-us .company-honor{
    padding:90px 0 180px;
    overflow:hidden;
    background:url(../images/honor-bg.png) center 780px no-repeat #f6f6f6;
    background-size:1599px;
}
.about-us .company-honor .pic img{
    /*width:855px;*/
    height:525px;
    display:block;
    margin:60px auto 0;
    object-fit: contain;
}
.about-us .company-honor .list{
    text-align:center;
}
.about-us .company-honor .list ul{
    display:inline-block;
}
.about-us .company-honor .list ul li{
    float:left;
    margin:0 10px;
}
.about-us .company-honor .list ul li img{
    width:185px;
    height:132px;
    display:block;
    object-fit: contain;
}
.about-us .company-idea{
    padding:90px 0;
    box-sizing:border-box;
    overflow: hidden;
    background:url(../images/aboutus-idea.png) center 0 no-repeat;
    background-size:1920px;
    height:680px;
}
.about-us .company-idea .about-hd h2{
    color:#fff;
}
.about-us .company-idea .about-hd p{
    color:#fff;
}
.about-us .company-idea ul{
    margin:80px 0;
    overflow: hidden;
}
.about-us .company-idea ul li{
    float:left;
    margin:0 35px;
}
.about-us .company-idea ul li .pic{
    width:124px;
    height:124px;
    background:#fff;
    border-radius:100%;
    text-align: center;
}
.about-us .company-idea ul li .pic img{
    width:70px;
    height:70px;
    display:inline-block;
    margin:27px auto;
}
.about-us .company-idea ul li span{
    display:block;
    text-align:center;
    color:#fff;
    font-size: 30px;
    line-height:50px;
    margin:10px 0 0 0;
}
.about-us .company-idea .w1200 p{
    font-size:18px;
    color:#ffffff;
    line-height:32px;
}
.about-us .company-course{
    padding:80px 0 50px 0;
    overflow: hidden;
    position:relative;
}
.about-us .company-course:before{
    content:"";
    position:absolute;
    left:7.5px;
    top:0;
    width:2px;;
    height:100%;
    background:#eee;
}
.about-us .company-course .about-hd{
    margin-bottom:40px;
}
.about-us .company-course .con ul li {
    overflow: hidden;
}
.about-us .company-course .con ul li label{
    float:left;
    position:relative;
    display:inline-block;
    font-size:14px;
    color:#333333;
    line-height:24px;
    padding-left:38px;
    margin:10px 0;
    width:170px;
}
.about-us .company-course .con ul li .text{
    float:left;
    overflow: hidden;
    font-size:14px;
    color:#333333;
    line-height:24px;
}
.about-us .company-course .con ul li .text p{
    margin:10px 0;
}
.about-us .company-course .con ul li.on label{
    color:#3569fd;
    font-size:24px;
}
.about-us .company-course .con ul li label:before{
    content:"";
    position: absolute;
    left:4px;
    top:8px;
    width:8px;
    height:8px;
    background:#cccccc;
    border-radius:100px;
}
.about-us .company-course .con ul li.on label:before{
    background:#3569fd;
    width:15px;
    height:15px;
    left:0;
    top:5px;
}
.about-us .company-elegant{
    background:#f6f6f6;
    padding:80px 0 60px;
    overflow: hidden;
}
.about-us .company-elegant-tab{
    text-align: center;
    margin-bottom:40px;
    overflow: hidden;
}
.about-us .company-elegant-tab ul{
    display:inline-block;
}
.about-us .company-elegant-tab ul li{
    float:left;
    padding:0 40px;
    line-height:40px;
    position:relative;
}
.about-us .company-elegant-tab ul li a{
    font-size:36px;

    color:#666666;
    padding-bottom:10px;
    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:5px;
    width:1px;
    height:35px;
    background:#9b9b9b;
}
.about-us .company-elegant-tab ul li:last-child:after{
    display:none;
}
.about-us .company-elegant .con ul{
    margin-left:-10px;
}
.about-us .company-elegant .con ul li{
    float:left;
    width:232px;
    height:196px;
    background:#fff;
    margin:0 0 20px 10px;
    overflow: hidden;
    padding:12px;
    box-sizing: border-box;
}
.about-us .company-elegant .con ul li img{
    width:210px;
    height:114px;
    object-fit: cover;
    display:block;
}
.about-us .company-elegant .con ul li p{
    display:block;
    font-size:16px;
    color:#333333;
    line-height:24px;
    margin:8px 0 0 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*分页*/
.paging{
    text-align:center;
}
.paging .cont{
    display:inline-block;
}
.paging .cont a{
    display:block;
    background:#fff;
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    font-size:18px;
    color:#333;
    float:left;
    margin:0 5px;
    border:#e0e0e0 1px solid;
}
.paging .cont a:hover,
.paging .cont a.on{
    background:#0076fe;
    color:#fff;
}
.self-service-banner{
    height:440px;
    background-size:1920px;
}
.self-service-hd{
    text-align: center;
    margin-bottom:40px;
}
.self-service-hd h2{
    font-size:40px;
    color:#0076fe;
    line-height:50px;
    margin-bottom:10px;
}
.self-service-hd p{
    color:#999999;
    font-size:18px;
    line-height:24px;
}
.self-service .online-order {
    padding:60px 0;
    overflow: hidden;
}
.self-service .online-order .left{
    float:left;
    width:600px;
}
.self-service .online-order .right{
    float:right;
    width:580px;
}
.self-service .online-order ul li{
    margin-bottom:30px;
    overflow: hidden;
}
.self-service .online-order ul li label{
    display:block;
    width:130px;
    float:left;
    line-height:32px;
    font-size:16px;
}
.self-service .online-order ul li input{
    border:#bfcbd6 1px solid;
    width:424px;
    line-height:32px;
    height:32px;
    padding:0 10px;
    box-sizing: border-box;
    border-radius:3px;
}
.self-service .online-order ul li textarea{
    border:#bfcbd6 1px solid;
    width:424px;
    line-height:24px;
    height:96px;
    padding:10px;
    box-sizing: border-box;
    border-radius:3px;
}
.self-service .online-order ul li .select{
    border:#bfcbd6 1px solid;
    width:424px;
    line-height:32px;
    height:32px;
    box-sizing: border-box;
    border-radius:3px;
    float:left;
    overflow: hidden;
    position: relative;
}
.self-service .online-order ul li .select select{
    height:30px;
    line-height:30px;
    padding:0 10px;
    cursor:pointer;
}
.self-service .online-order ul li .select:after{
    content:"";
    position:absolute;
    right:10px;
    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:32px;
    font-size:16px;
    margin-right:10px;
}
.self-service .online-order ul li .w-input input{
    width:108px;
    margin-right:10px;
}
.self-service .online-order .btn{
    display:inline-block;
    background:#3569fd;
    border-radius:3px;
    line-height:40px;
    text-align:center;
    color:#fff;
    font-size:18px;
    width:424px;
    margin:0 0 0 130px;
}
.self-service .optimization{
    padding:80px 0;
    background:#f8f8f8;
    overflow: hidden;
}
.self-service .optimization ul{
    margin:0 0 0 -70px;
}
.self-service .optimization ul li{
    float:left;
    width:560px;
    text-align:center;
    margin:0 0 20px 70px;
}
.self-service .optimization ul li img{
    width:560px;
    height:360px;
    display:block;
    object-fit: cover;
}
.self-service .optimization ul li span{
    display:block;
    line-height:36px;
    color:#333333;
    font-size:24px;
    margin:10px 0 0 0;
}
.common-problem{
    background:url(../images/index-safeguard-bg.png) center 0 no-repeat;
    background-size:1920px;
    padding:70px 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:30px;
}
.common-problem .con h3{
    color:#0076fe;
    font-size:24px;
    line-height:70px;
    border-bottom:#b3c3d7 1px solid;
    padding:0 30px;
}
.common-problem .con ul li .bar{
    padding:20px 40px;
    height:62px;
    box-sizing: border-box;
    overflow: hidden;
    cursor:pointer;
    position:relative;
}
.common-problem .con ul li .bar::after{
    content:"";
    position: absolute;
    right:20px;
    background:url(../images/arrow-b.png) center center no-repeat;
    background-size: 22px;
    width:22px;
    height:22px;
    top:50%;
    margin-top:-11px;
}
.common-problem .con ul li.cur .bar::after{
    background:url(../images/arrow-t.png) center center no-repeat;
    background-size: 22px;
}
.common-problem .con ul li:nth-child(even) .bar{
    background:#f7f7f7;
}
.common-problem .con ul li .bar span{
    display:inline-block;
    background:#3569fd;
    width:22px;
    height:22px;
    float:left;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.common-problem .con ul li h4{
    color:#333333;
    font-size:18px;
    line-height:22px;
    margin:0 0 0 10px;
    float:left;
}
.common-problem .con ul li .text{
    border-top:#b3c3d7 1px solid;
    padding:30px 40px 30px;
    margin:0 0 0 40px;
    font-size:14px;
    color:#666666;
    line-height:36px;
    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;
    padding:10px 0 30px 0;
    box-sizing: border-box;
}
.online-customer .hd{
    width:1200px;
    height:85px;
    margin:0 auto;
    color:#fff;
}
.online-customer .hd h2{
    background:url(../images/intelligent-man.png) 30px 0 no-repeat;
    background-size:85px;
    line-height:85px;
    padding-left:150px;
    float:left;
    font-size:30px;
    font-weight:600;
}
.online-customer .hd label{
    float:left;
    color:#fff;
    font-size:22px;
    line-height:85px;
    margin:0 20px;
}
.online-customer .hd span{
    float:left;
    font-size:20px;
    line-height:85px;
}
.online-customer .con{
    background:#fff;
    width:1200px;
    min-height:400px;
    border-radius:30px;
    margin:0 auto;
    overflow: hidden;
}
.online-customer .con .leftside{
    width:870px;
    height:100%;
    float:left;
}
.online-customer .chat-window{
    background:#f2f6fe;
    height:calc(100% - 140px);
    border-radius:30px 0 0 0;
    padding:40px 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.online-customer .chat-window .chatbox{
    margin-bottom:40px;
    overflow: hidden;
}
.online-customer .chat-window .chatbox .avatar{
    width:44px;
    height:44px;
    display:block;
    object-fit: cover;
    border-radius:100px;
    float:left;
    background:#c5e3ff;
    margin-right:10px;
}
.online-customer .chat-window .chatbox .text{
    padding:15px;
    line-height: 20px;
    color:#333333;
    background:#fff;
    border-radius:10px 10px 10px 0;
    float:left;
    font-size:14px;
}
.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 10px;
    float:right;
}
.online-customer .chat-window .chatbox.right .text{
    float: left;
    border-radius:10px 10px 0 10px;
    background:#349af8;
    color:#fff;
    max-width:600px;
}
.online-customer .chat-window .chatbox.right .text a{
    color:#fff;
}
.online-customer .chat-operate textarea{
    height:60px;
    line-height:20px;
    margin:10px 20px;
    box-sizing: border-box;
    font-size:16px;
    width:830px;
}
.online-customer .chat-operate .words{
    color:#333333;
    font-size:16px;
    font-style: italic;
    margin:0 20px;
    float:left;
    line-height:50px;
}
.online-customer .chat-operate .btn{
    width:115px;
    height:50px;
    line-height:50px;
    background:#0076fe;
    border-radius:100px;
    color:#fff;
    font-size:16px;
    display:block;
    float:right;
    text-align: center;
    margin:0 20px 0 0;
}
.online-customer .rightside{
    border-left:#eeeeee 1px solid;
    height:100%;
    width:330px;
    float:right;
    box-sizing: border-box;
    position:relative;
    overflow-y:scroll;
}
div::-webkit-scrollbar{
    width:5px;
    background: rgba(0,0,0,0.1)
    border-radius:100px;
}
div::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.5)
}
.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 20px 8px;
    width:100px;
    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;
}