﻿blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, td, textarea, th, ul {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    /*display: block;*/
}

address, b, caption, cite, code, dfn, em, strong, th, var {
    font-weight: 400;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
}

q:after, q:before {
    content: "";
}

abbr, acronym {
    border: 0;
}

strong, th {
    font-weight: 700;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
    color:#4A4A4A;
}

a:hover {
    text-decoration: none;
    color: #2A7CFF;
}

button, input, option, select, textarea {}

input:focus, textarea:focus {
    outline: 0;
}



img {
    max-width: 100%;
}

body {
    font-family: "SimHei",Arial,sans-serif;
    font-size: 16px;
    color:#4A4A4A;
    background: #F6FAFC;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both; }
.container {
    width: 1200px;
    margin: 0 auto;
}
#header {
    background: #fff;
}
#header .container {
    height: 98px;
    display: flex;
}
.logo {
    width: 270px;
    height: 64px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    background-size:270px 64px;
    margin-top: 12px;
}
#nav {
    margin-top: 27px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a {
    color: #4A4A4A;
    font-size: 16px;
}
.nav>li>a:hover {
    color: #2A7CFF;
    background: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}
.nav>li.active>a {
    color: #2A7CFF;
}
.nav>li.active>a:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #2A7CFF;
    left: 50%;
    margin-left: -30px;
    bottom: -5px;
    position: absolute;
    border-radius: 1.5px;
}
#header li .container {
    height: auto;
}
#header .logon {
    margin-top: 33px;
}
#header .logon a {
    width:80px;
    height:32px;
    background:rgba(42,124,255,1);
    border-radius:20px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
}
.secondMenu {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 13;
    display: none;
    justify-content: center;
    padding-bottom: 30px;
}
.secondMenu .container {
    justify-content: center;
    display: flex;
}
.secondProductMenu {
    float: left;
    width: 20%;
    padding-top: 22px;
    padding-right: 50px;
    text-align: left;
}
.secondProductMenu dt {
    color: #2A7CFF;
    font-weight:500;
    line-height: 45px;
    padding-left: 31px;
    position: relative;
    font-size: 20px;
    border-bottom: #DCDCDC 1px solid;
    padding-bottom: 12px;
}
.secondProductMenu dt a {
    color: #2A7CFF;
}
.secondProductMenu dt:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon-product.png) no-repeat;
    top: 50%;
    margin-top: -16px;
    left: 0;
}
.secondProductMenu dd {
    padding: 12px 0;

}
.secondProductMenu dd a {
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.secondProductMenu dd a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;;
    margin-top: -5px;
    width: 11px;
    height: 10px;
    background: url(../images/icon-product-2.png) no-repeat;
}
.secondProductMenu dd a:hover:before,.secondProductMenu dd div:hover a.snv:before,.secondProductMenu dd a.active:before {
    background: url(../images/icon-product-2-hover.png) no-repeat;
}
.secondProductMenu dd div:hover a.snv {
    color:#2A7CFF;
}
.secondProductMenu dd div.tbox {
    position: relative;
    display: inline-block;
}
.secondProductMenu dd p {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    display: none;
    margin-left: 20px;
}

.secondProductMenu dd div:hover p {
    display: block;
}
.secondProductMenu dd p a:before {
    background: url(../images/icon-product-3.png) no-repeat;
}
.secondProductMenu dd p a:hover:before,.secondProductMenu dd a.active:before {
    background: url(../images/icon-product-3-hover.png) no-repeat;
}
@media screen and (max-width: 1700px) {
    .secondProductMenu dd {
        position: relative;
    }
    .secondProductMenu dd div.tbox {
        position: static;
        display: block;
    }
    .secondProductMenu dd p {
        left: auto;
        right: 100%;
        margin-left: 0;
        background: #e9eff9;
        padding: 15px 20px;
        top: 0;
        bottom: 0;

    }
}
#footerLink {
    padding-top: 150px;
    padding-bottom: 70px;
    background: url(../images/footerBg.png) no-repeat;
    background-size: cover;
}
#footerLink .container {
    display: flex;
}
.footerLinkList {
    width: 25%;
    color: #fff;
    padding-left: 50px;
}
.footerLinkList a {
    color: #fff;
}
.footerLinkList dt {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.footerLinkList dd a {
    line-height: 40px;
    display: block;
    font-size: 14px;
}
#footer {
    background: #313131;
    line-height: 50px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
}
#footer img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
}
.asideMenu {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.12);
    border-radius:6px;
    z-index: 121;
}
.asideMenu li {
    position: relative;
    width: 60px;
    height: 60px;
    border-bottom: 1px #dcdcdc solid;
}
.asideMenu li:first-child {
    border-radius:6px 6px 0 0;
}
.asideMenu li:last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}
.asideMenu li .top {
    padding-top: 30px;
    text-align: center;
}
.asideMenu li i {
    display: block;
    width: 100%;
    height: 100%;
    font-style: normal;
}
.asideMenu li:hover i {
    color: #fff;
}
.asideMenu li:first-child i {
    border-radius:6px 6px 0 0;
}
.asideMenu li:last-child i {
    border-radius: 0 0 6px 6px;
}
.qq {
    background: url(../images/qq.png) center center no-repeat;
}
.asideMenu li:hover .qq {
    background: #2a7cff url(../images/qq-hover.png)  center center no-repeat;
}
.weixin {
    background: url(../images/weixin.png) center center no-repeat;
}
.asideMenu li:hover .weixin {
    background: #2a7cff url(../images/weixin-hover.png)  center center no-repeat;
}
.inline {
    background: url(../images/inline.png) center center no-repeat;
}
.asideMenu li:hover .inline {
    background: #2a7cff url(../images/inline-hover.png)  center center no-repeat;
}
.phone {
    background: url(../images/phone.png) center center no-repeat;
}
.asideMenu li:hover .phone {
    background: #2a7cff url(../images/phone-hover.png)  center center no-repeat;
}
.top {
    background: url(../images/top.png) center 10px no-repeat;
}
.pages {
    text-align: center;
    padding: 32px 0;
}
.pages a,.pages span {
    display: inline-block;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    padding: 0 10px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 14px;
}
.pages span {
    background: #0F58D6;
    color: #fff;
}
.asideMenu li:hover .top {
    background: #2a7cff url(../images/top-hover.png)  center 30px no-repeat;
}
.asideMenu li .weixinShow {
    position: absolute;
    right: 60px;
    background: #fff;
    top: 0;
    width:269px;
    height:336px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.12);
    border-radius:6px;
    padding:36px 36px 0;
    text-align: center;
    display: none;
}
.asideMenu li .qqShow{
    position: absolute;
    right: 60px;
    background: #fff;
    top: 0;
    width:269px;
    height:59px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.12);
    border-radius:6px;
    padding:23px 36px 0;
    text-align: center;
    display: none;
}
.asideMenu li:hover div {
    display: block;
}
.asideMenu li div p {
    margin-bottom: 20px;
}
.banner {
    position: relative;
}
.bannerText {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    align-items: center;
    color: #fff;
}
.bannerText h2 {
    font-size: 36px;
    font-weight: bold;
}
.bannerText p {
    font-size:20px;
    color:rgba(255,255,255,0.7);
    line-height:40px;
    margin: 50px 0;
}
.bannerText a {
    display: block;
    width:224px;
    height:48px;
    background:rgba(255,255,255,1);
    box-shadow:0px 20px 30px 0px rgba(37,15,138,0.2);
    border-radius:25px;
    line-height: 48px;
    color: #4A4A4A;
    text-align: center;
    position: relative;
}
.bannerText a i {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../images/jt.png) no-repeat;
    margin-left: 22px;
    vertical-align: middle;
}
.swiper-pagination-bullet {
    width:32px;
    height:8px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    margin: 0 10px;
}

.mainTitle {
    color: #333;
    text-align: center;
    font-size: 34px;
    padding: 35px 0 45px;
}
.productBox {
    background: #f6fafc;
}
.productClass {
    display: flex;
    margin-bottom: 80px;
}
.productClass .img {
    width: 33.333%;
}
.productClass .intro {
    flex: 1;
    align-items: center;
    display: flex;
}
.productClass .intro dl {
    padding-left: 86px;
    position: relative;
    margin-left: 40px;
}
.productClass .intro h3 {
    font-size:24px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:45px;
}
.productClass .intro dt i {
    position: absolute;
    width: 64px;
    height:64px;

    left: 0;
    top: 0;
}
.icon-h1 {
    background:url(../images/h-1.png);
    background-size: 100%;
}
.icon-h2 {
    background:url(../images/h-2.png);
    background-size: 100%;
}
.icon-h3 {
    background:url(../images/h-3.png);
    background-size: 100%;
}
.icon-h4 {
    background:url(../images/h-4.png);
    background-size: 100%;
}
.productClass .intro dt p {
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:35px;
    text-align: justify;
}
.productClass .intro dd {
    margin-top: 30px;
}
.productClass .intro dd p {
    float: left;
    width: 50%;
    height: 45px;
}
.productClass .intro dd p i {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
.productClass .intro dd p:hover a {
    color: #2A7CFF;
}
.icon-1-1 {
    background: url(../images/icon-1-1.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-1-1 {
    background: url(../images/icon-1-1-active.png) no-repeat;
}
.icon-1-2 {
    background: url(../images/icon-1-2.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-1-2 {
    background: url(../images/icon-1-2-active.png) no-repeat;
}
.icon-1-3 {
    background: url(../images/icon-1-3.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-1-3 {
    background: url(../images/icon-1-3-active.png) no-repeat;
}
.icon-1-4 {
    background: url(../images/icon-1-4.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-1-4 {
    background: url(../images/icon-1-4-active.png) no-repeat;
}
.icon-2-1 {
    background: url(../images/icon-2-1.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-1 {
    background: url(../images/icon-2-1-active.png) no-repeat;
}
.icon-2-2 {
    background: url(../images/icon-2-2.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-2 {
    background: url(../images/icon-2-2-active.png) no-repeat;
}
.icon-2-3 {
    background: url(../images/icon-2-3.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-3 {
    background: url(../images/icon-2-3-active.png) no-repeat;
}
.icon-2-4 {
    background: url(../images/icon-2-4.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-4 {
    background: url(../images/icon-2-4-active.png) no-repeat;
}
.icon-2-5 {
    background: url(../images/icon-2-5.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-5 {
    background: url(../images/icon-2-5-active.png) no-repeat;
}
.icon-2-6 {
    background: url(../images/icon-2-6.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-6 {
    background: url(../images/icon-2-6-active.png) no-repeat;
}
.icon-2-7 {
    background: url(../images/icon-2-7.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-7 {
    background: url(../images/icon-2-7-active.png) no-repeat;
}
.icon-2-8 {
    background: url(../images/icon-2-8.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-8 {
    background: url(../images/icon-2-8-active.png) no-repeat;
}
.icon-2-9 {
    background: url(../images/icon-2-9.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-9 {
    background: url(../images/icon-2-9-active.png) no-repeat;
}
.icon-2-10 {
    background: url(../images/icon-2-10.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-2-10 {
    background: url(../images/icon-2-10-active.png) no-repeat;
}
.icon-3-1 {
    background: url(../images/icon-3-1.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-3-1 {
    background: url(../images/icon-3-1-active.png) no-repeat;
}
.icon-3-2 {
    background: url(../images/icon-3-2.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-3-2 {
    background: url(../images/icon-3-2-active.png) no-repeat;
}
.icon-3-3 {
    background: url(../images/icon-3-3.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-3-3 {
    background: url(../images/icon-3-3-active.png) no-repeat;
}
.icon-3-4 {
    background: url(../images/icon-3-4.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-3-4 {
    background: url(../images/icon-3-4-active.png) no-repeat;
}
.icon-3-5 {
    background: url(../images/icon-3-5.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-3-5 {
    background: url(../images/icon-3-5-active.png) no-repeat;
}
.icon-4-1 {
    background: url(../images/icon-4-1.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-4-1 {
    background: url(../images/icon-4-1-active.png) no-repeat;
}
.icon-4-2 {
    background: url(../images/icon-4-2.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-4-2 {
    background: url(../images/icon-4-2-active.png) no-repeat;
}
.icon-4-3 {
    background: url(../images/icon-4-3.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-4-3 {
    background: url(../images/icon-4-3-active.png) no-repeat;
}
.icon-4-4 {
    background: url(../images/icon-4-4.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-4-4 {
    background: url(../images/icon-4-4-active.png) no-repeat;
}
.icon-4-5 {
    background: url(../images/icon-4-5.png) no-repeat;
}
.productClass .intro dd p:hover i.icon-4-5 {
    background: url(../images/icon-4-5-active.png) no-repeat;
}
.productClass:nth-child(odd) .intro dl {
    margin-left: 0;
    margin-right: 34px;
}
.caseIndex {
    background: #fff;
}
.front {
    position: relative;
    -webkit-perspective: 1000;
    /*backface-visibility: hidden;*/
    transition:  all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.front .title-case {
    position: absolute;
    bottom: 9%;
    left: 12%;
    color: #fff;
}
.title-case {
    font-size:24px;
}
.title-case i {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.title-case h5 {
    font-size:24px;
    padding-bottom: 10px;
    border-bottom: 2px #fff solid;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*
.icon-5-1 {
    background: url(../images/icon-5-1.png) center center no-repeat;
    background-size: contain;
}
.icon-5-2 {
    background: url(../images/icon-5-2.png) center center no-repeat;
    background-size: contain;
}
.icon-5-3 {
    background: url(../images/icon-5-3.png) center center no-repeat;
    background-size: contain;
}
.icon-5-4 {
    background: url(../images/icon-5-4.png) center center no-repeat;
    background-size: contain;
}
.icon-5-5 {
    background: url(../images/icon-5-5.png) center center no-repeat;
    background-size: contain;
}
.icon-5-6 {
    background: url(../images/icon-5-6.png) center center no-repeat;
    background-size: contain;
}*/
.back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background:rgba(42,122,255,.9);
    padding: 20% 9%;
    color: #fff;
    -webkit-perspective: 1000;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.back li {
    font-size: 14px;
    line-height: 30px;
}
.back li a {
    color: #fff;
}
.back .btnbox {
    position: absolute;
    bottom: 9%;
    left: 9%;
}
.back .btnbox a {
    display: block;
    width: 130px;
    height: 32px;
    border-radius: 16px;
    border:1px #fff solid;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.back .btnbox a .gt {
    display: inline-block;
    margin-left: 5px;
    width: 17px;
    height: 15px;
    background: url(../images/gt2.png) no-repeat;
    vertical-align: middle;
}
.swiperCase .swiper-slide:hover .front {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.swiperCase .swiper-slide:hover .back {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
}
.swiper-button-next {
    background: url(../images/next.png) no-repeat;
    width: 74px;
    height: 74px;
}
.swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    width: 74px;
    height: 74px;
}
.swiperCase .swiper-button-next,.swiperCase .swiper-button-prev {
    display: none;
}
.swiperCase:hover .swiper-button-next,.swiperCase:hover .swiper-button-prev {
    display: block;
}
.dynamicBox {
    background: url(../images/index-dynmic.png) center 0 no-repeat;
    margin-top: 70px;
    background-size: cover;
    padding-bottom: 70px;
}
.dynamicBox ul {
    display: flex;
    justify-content: space-between;
}
.dynamicList {
    width: 32%;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(233,233,233,1);
}
.dynamicList dt {
    padding: 15px;
    border-bottom: 1px #d8d8d8 solid;
}
.dynamicList dt span {
    float: left;
    font-size:24px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:24px;
}
.dynamicList dt a {
    float: right;
    font-size:16px;
    font-weight:400;
    color:rgba(15,88,214,1);
    line-height:22px;
}
.dynamicList dd {
    padding: 15px;
}
.dynamicList dd p {
    position: relative;
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    width: 100%;
}
.dynamicList dd p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width:6px;
    height:6px;
    background:rgba(74,74,74,1);
    border-radius: 50%;
}
.dynamicList dd p a {
    float: left;
    width: calc(100% - 95px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynamicList dd p span {
    float: right;
    width: 85px;
    color: #999;
    font-size: 14px;
}
.partnerBox {
    background: #f6fafc;
    padding-bottom: 40px;
}
.partnerBox .container {
    position: relative;
}
.swiperPartner .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiperPartner .swiper-slide {
    width: auto;
    height: 130px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next-partner {
    right: -80px;
    top: 35%;
}
.swiper-button-prev-partner {
    left: -80px;
    top: 35%;
}

/* news */
.mainContainer {
    margin-top: 47px;
    margin-bottom: 44px;
}
.newsAside {
    float: left;
    width: 25%;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
}
.newsAside h2 {
    position: relative;
    margin-left: 70px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
}
.newsAside h2:before {
    position: absolute;
    left: -14px;
    width: 4px;
    height: 24px;
    background:#0F58D6;
    content: '';
}
.newsAside ul {
    padding: 4px 25px 14px;
    border-top: 1px #DCDCDC solid;
}
.newsAside ul li a {
    height:65px;
    line-height: 65px;
    display: block;
    position: relative;
    color: #000;
    padding-left: 66px;
}
.newsAside ul li.active a {
    background:rgba(42,124,255,1);
    color: #fff;
}
.newsAside ul li.active a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    border-left:32px #2A7CFF solid;
    border-top: 32px #fff solid;
    border-bottom: 32px #fff solid;
}
.newsContent {
    float: right;
    width: calc(75% - 24px);
    background: #fff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
}
.newsList {
    padding: 0 20px;
}
.newsList li {
    padding: 32px 0;
    border-bottom: 1px #D8D8D8 solid;
}
.newsList li .imgBox {
    float: left;
    width: 170px;
}
.newsList li .newsListRight {
    margin-left:186px;
}
.newsList li .newsListRight h3 {
    height: 45px;
}
.newsList li .newsListRight h3 a {
    float: left;
    width: calc(100% - 120px);
    font-size: 20px;
    line-height: 45px;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.newsList li .newsListRight h3 span {
    float: right;
    padding-left: 35px;
    line-height: 45px;
    color: #4A4A4A;
    position: relative;
}
.newsList li .newsListRight h3 span:before {
    content: '';
    position: absolute;
    left: 0px;
    width:24px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/eyes.png) no-repeat;
}
.newsList li .newsListRight p {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}
.newsTitle {
    font-size: 24px;
    margin-top: 80px;
    text-align: center;
    padding: 0 50px;
}
.newsTime {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px #dcdcdc solid;
    text-align: center;
}
.newsTime span {
    margin: 0 40px;
}
.newsTime span.eyes {
    padding-left: 35px;
    color: #4A4A4A;
    position: relative;
}
.newsTime span.eyes:before {
    content: '';
    position: absolute;
    left: 0px;
    width:24px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/eyes.png) no-repeat;
}
.newsDetailBox {
    padding: 50px;
    line-height: 36px;
}
.newsDetailBox div {
    text-align: center;
    margin: 20px 0;
}
.newsDetailBox p {
    margin: 20px 0;
}
.troubles p {
    margin: 0;
}
/* product */
.product1 .bannerText {
    bottom: 100px;
}
.productBannerNav {
    position: absolute;
    height: 100px;
    padding: 10px 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    opacity: .8;
}
.productBannerNav.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}
.productBannerNav li {
    display: inline-block;
    height: 80px;
    position: relative;
    line-height: 80px;
    padding: 0 60px;
    font-size: 34px;
}
.productBannerNav li a {
    color: #fff;
}
.productBannerNav li:before {
    content: '';
    right: -1px;
    width: 2px;
    height: 80px;
    background:linear-gradient(180deg,rgba(0,205,236,0) 0%,rgba(0,205,236,1) 56%,rgba(0,205,236,0) 100%);
    top: 0;
    position: absolute;
}
.productBannerNav li:last-child:before {
    display: none;
}
.product1 .productBannerNav {
    background:linear-gradient(270deg,rgba(13,106,223,1) 0%,rgba(3,144,196,1) 100%);
}
.productIntroBox {
    background: #fff;
    padding-bottom: 60px;
}
.productIntro {
    display: flex;
    align-items: center;
}
.productIntro .intro {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 30px;
}
.productIntro dl {
    padding-left: 90px;
}
.productIntro dt {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    height: 64px;
    line-height: 64px;
}
.productIntro dt:before {
    content: '';
    width: 64px;
    height: 64px;
    background: #F2F2F2;
    border-radius: 50%;
    left: -90px;
    top: 0;
    position: absolute;
}
.productIntro dt:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url(../images/icon-product-1-1.png) center center no-repeat;
    background-size: 50%;
    border-radius: 50%;
    left: -90px;
    top: 0;
    position: absolute;
}
.productIntro dd {
    line-height: 36px;
    color:#4A4A4A;
}
.productIntro .img {
    width: 24%;
}
.productStyleBox {
    padding-bottom: 100px;
    background: #F6FAFC;
}
.productStyleBox .productIntro .intro {
    padding-right: 0;
    padding-left: 60px;
}
.productStyleBox .productIntro dt:after {
    background: url(../images/icon-product-1-2.png) center center no-repeat;
}
.productStyleBox .productIntro dd p {
    padding-left: 19px;
    margin-bottom: 22px;
    line-height: 36px;
    color: #5D5D5D;
    position: relative;
}
.productStyleBox .productIntro dd p:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 13px;
    left: 0;
    background: #5D5D5D;
    border-radius: 50%;
}
.productTraitBox {
    background: #F6FAFC;
    padding-bottom: 40px;
}
.productTraitList {
    display: flex;
    flex-wrap: wrap;
}
.productTraitList.pro1 {
    justify-content: center;
}
.productTraitList.pro2 {
    justify-content: left;
}
.productTraitList li {
    width: 25%
}
.productTraitList li {
    padding-top: 100px;
    position: relative;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
}
.productTraitList li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/icon-product-1-3.png) center 0 no-repeat;
    background-size: contain;
}
.productTraitList li:nth-child(even):before {
    background: url(../images/icon-product-1-4.png) center 0 no-repeat;
    background-size: contain;
}
.productTraitList h4 {
    text-align: center;
    font-size: 20px;
    font-weight:600;
    color: #4A4A4A;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;
    height: 30px;
    line-height: 30px;
}
.productTraitList div {
    margin-top: 13px;
    line-height: 30px;
}
.productExtendBox {
    padding-bottom: 81px;
    background: #fff;
}
.productExtendBox .container {
    position: relative;
}
.swiper-button-next-product {
    right: -120px;
}
.swiper-button-prev-product {
    left: -120px;
}
.swiperProduct li {
    position: relative;
}
.swiperProduct li p {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding-right: 50px;
    line-height: 30px;
    font-size: 16px;
}
.swiperProduct li div.swiper-product-box {
    display: table-cell;
    width: 25%;
}
div.swiper-product-box div {
    position: relative;
    margin: 10px 0;
}
div.swiper-product-box img {
    width: 316px;
    height: 161px;
}
.swiperProduct li h6 {
    position: absolute;
    left: 44px;
    bottom: 23px;
    color: #fff;
    font-size: 24px;
}
.product2 .bannerText {
    bottom: 100px;
}
.product2 .bannerText a {
    background:rgba(229,126,70,1);
    box-shadow:0px 20px 30px 0px rgba(37,15,138,0.2);
    color: #fff;
}
.product2 .bannerText a i {
    background: url(../images/jt-white.png) no-repeat;
}
.product2 .productBannerNav {
    background:linear-gradient(180deg,rgba(255,189,100,1) 0%,rgba(247,130,88,1) 100%);
}
.product2 .productBannerNav li:before {
    background:linear-gradient(180deg,rgba(248,139,88,0) 0%,rgba(224,109,36,1) 56%,rgba(247,132,88,0) 100%);
}
.product2 .productIntro dt:after {
    background: url(../images/icon-product-1-7.png) center center no-repeat;
}
.product2 .productTraitBox {
    background: #FEFAF8;
}
.product2 .productIntro .intro {
    padding-left: 0;
}
.product2 .productTraitList li:before {
    background: url(../images/icon-product-1-5.png) center 0 no-repeat;
    background-size: contain;
}
.product2 .productTraitList li:nth-child(even):before {
    background: url(../images/icon-product-1-6.png) center 0 no-repeat;
    background-size: contain;
}

.product2 #footerLink {
    background: url(../images/footerBg2.png) no-repeat;
    background-size: cover;
}
.product3 .bannerText {
    bottom: 100px;
}
.product3 .bannerText a {
    background:#F95D55;
    box-shadow:0px 20px 30px 0px rgba(37,15,138,0.2);
    color: #fff;
}
.product3 .bannerText a i {
    background: url(../images/jt-white.png) no-repeat;
}
.product3 .productBannerNav {
    background:linear-gradient(180deg,rgba(255,92,75,1) 0%,rgba(255,119,105,1) 100%);
    opacity: .9;
}
.product3 .productBannerNav li:before {
    background:linear-gradient(180deg,rgba(250,70,51,0) 0%,rgba(235,56,37,1) 54%,rgba(250,70,51,0) 100%);
}
.product3 .productIntro dt:after {
    background: url(../images/icon-product-1-8.png) center center no-repeat;
}
.product3 .productTraitBox {
    background:rgba(255,224,223,0.16);
}
.product3 .productIntro .intro {
    padding-left: 0;
}
.product3 .productTraitList li:before {
    background: url(../images/icon-product-1-9.png) center 0 no-repeat;
    background-size: contain;
}
.product3 .productTraitList li:nth-child(even):before {
    background: url(../images/icon-product-1-10.png) center 0 no-repeat;
    background-size: contain;
}
.product3 #footerLink {
    background: url(../images/footerBg3.png) no-repeat;
    background-size: cover;
}
.product4 .bannerText {
    bottom: 100px;
}
.product4 .bannerText a {
    background:#2ECCB0;
    box-shadow:0px 20px 30px 0px rgba(37,15,138,0.2);
    color: #fff;
}
.product4 .bannerText a i {
    background: url(../images/jt-white.png) no-repeat;
}
.product4 .productBannerNav {
    background:linear-gradient(180deg,rgba(48,214,201,1) 0%,rgba(22,164,143,1) 100%);
}
.product4 .productBannerNav li:before {
    background:linear-gradient(180deg,rgba(0,205,236,0) 0%,rgba(0,205,236,1) 56%,rgba(0,205,236,0) 100%);
}
.product4 .productIntro dt:after {
    background: url(../images/icon-product-1-11.png) center center no-repeat;
}
.product4 .productTraitBox {
    background:#F0FBFE;
}
.product4 .productIntro .intro {
    padding-left: 0;
}
.product4 .productTraitList li:before {
    background: url(../images/icon-product-1-12.png) center 0 no-repeat;
    background-size: contain;
}
.product4 .productTraitList li:nth-child(even):before {
    background: url(../images/icon-product-1-13.png) center 0 no-repeat;
    background-size: contain;
}
.product4 #footerLink {
    background: url(../images/footerBg4.png) no-repeat;
    background-size: cover;
}

.product5 .bannerText {
    bottom: 100px;
}
.product5 .bannerText a {
    background:#fff;
}
.product5 .bannerText a i {
    background: url(../images/jt.png) no-repeat;
}
.product5 .productBannerNav {
    background:linear-gradient(270deg,rgba(13,106,223,1) 0%,rgba(3,144,196,1) 100%);
}
.product5 .productBannerNav li:before {
    background:linear-gradient(180deg,rgba(0,205,236,0) 0%,rgba(0,205,236,1) 56%,rgba(0,205,236,0) 100%);
}
.product5 .productIntro dt:after {
    background: url(../images/icon-product-1-14.png) center center no-repeat;
}
.product5 .productIntro dt:before {
    background: none;
}

.product5 .productIntro .intro {
    padding-left: 0;
}
.product5 .productTraitList li:before {
    background: url(../images/icon-product-1-15.png) center 0 no-repeat;
}
.product5 .productTraitList li:nth-child(even):before {
    background: url(../images/icon-product-1-16.png) center 0 no-repeat;
}

.product5 .productBg:nth-child(odd) {
    background:#fff;
}
.product5 .productBg:nth-child(odd) .intro {
    order: 1;
}
.product5 .productBg:nth-child(odd) .img {
    order: 2;
}
.product5 .productBg:nth-child(even) .intro {
    order: 2;
}
.product5 .productBg:nth-child(even) .img {
    order: 1;
}
#xzfx .productIntro .intro {
    margin-left: 60px;
}



.productNeedsBox {
    padding-bottom: 50px;
}
.productNeedsBox ul {
    display: flex;
    justify-content: space-between;
}
.productNeedsBox li {
    width: calc(50% - 80px);
    margin: 0 40px;
    background: #fff;
    box-shadow:0px 20px 60px 10px rgba(13,37,62,0.05);
    border-radius:4px;
    border:1px solid rgba(238,238,238,1);
}
.productNeedsBox h3 {
    height: 200px;
    background: #3761DB url(../images/productNeedstitle.png) right 0 no-repeat;
    line-height: 200px;
    padding-left: 143px;
    position: relative;
    font-size: 32px;
    color: #fff;
}
.productNeedsBox h3:before {
    content: '';
    position: absolute;
    width: 69px;
    height: 78px;
    background: url(../images/icon-product-1-15.png) no-repeat;
    left: 50px;
    top: 60px;
}
.productNeedsBox dl {
    padding: 50px 67px 0px 88px;
}
.productNeedsBox dt {
    color: #0D253E;
    font-size: 28px;
    font-weight:500;
    margin-bottom: 25px;
    position: relative;
}
.productNeedsBox dt:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 15px;
    width:12px;
    height:12px;
    background:rgba(55,97,219,1);
    border-radius: 50%;
}
.productNeedsBox dd {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 36px;
}
.productNeedsBox li:last-child h3 {
    background-color: #24B79D;
}
.productNeedsBox li:last-child h3:before {
    background: url(../images/icon-product-1-16.png) no-repeat;
}
.productNeedsBox li:last-child dt:before {
    background:#24B79D;
}
.productDesignBox {
    padding-bottom: 100px;
}
.productDesignBox .productIntro dl {
    padding-left: 0;
}
.productDesignBox .productIntro dt {
    height: 45px;
}
.productDesignBox .productIntro dt:after {
    display: none;
}
.productDesignBox .productIntro dt h5 {
    height: 45px;
    width: 258px;
    text-align: center;
    background:rgba(55,97,219,.2);
    font-size:24px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height: 45px;
}
.productDesignBox .productIntro dd {
    margin-top: 25px;
    text-align: justify;
}
.productDesignBox .productIntro dd div {
    line-height: 36px;
    color: #4A4A4A;
    margin-bottom: 34px;
}
.productDesignBox .productIntro dd p {
    padding-left: 46px;
    position: relative;
    margin-bottom: 32px;
}
.productDesignBox .productIntro dd p:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../images/icon-product-1-17.png) no-repeat;
    width: 36px;
    height: 41px;
}
.productDesignBox .productIntro .img {
    width: 35%;
}


/* 合作伙伴 */
.partnerAside {
    float: left;
    width: 23.4%;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
}
.partnerAside h2 {
    position: relative;
    margin-left: 70px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;

}
.partnerAside h2:after {
    position: absolute;
    left: -70px;
    bottom: -16px;
    height: 1px;
    background:#DCDCDC;
    content: "";
    right: 0;
}
.partnerAside h2:before {
    position: absolute;
    left: -14px;
    width: 4px;
    height: 24px;
    background:#0F58D6;
    content: '';
}
.partnerAside h3 {
    color:rgba(51,51,51,1);
    line-height:25px;
    position: relative;
    padding-left: 65px;
    cursor: pointer;
}
.partnerAside h3:before {
    content: '';
    position: absolute;
    right: 71px;
    top: 8px;
    width: 16px;
    height: 12px;
    background: url(../images/icon-product-3.png) no-repeat;
}
.partnerAside h3.guzhangh2:before {
    background: url(../images/gt6.png) no-repeat;
}
.partnerAside ul {
    padding: 10px 15px;
}
.partnerAside ul:last-child {
    border-bottom: 0;
}
.partnerAside ul li {
}
.partnerAside ul li a {
    min-height:65px;
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    padding-left: 50px;
    width: 100%;
}
.partnerAside ul li a:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}
/*
.partnerAside ul li a.qudao {
    background: url(../images/icon-partner-1.png) 88px center no-repeat;
}
.partnerAside ul li.active a.qudao {
    background:rgba(42,124,255,1) url(../images/icon-partner-1-hover.png) 88px center no-repeat;
    color: #fff;
}
.partnerAside ul li a.apply {
    background: url(../images/icon-partner-2.png) 88px center no-repeat;
}
.partnerAside ul li.active a.apply {
    background:rgba(42,124,255,1) url(../images/icon-partner-2-hover.png) 88px center no-repeat;
    color: #fff;
}*/
.partnerAside ul li.active a {
    background:rgba(42,124,255,1);
    color: #fff;
}
.partnerAside ul li.active a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    border-left:32px #2A7CFF solid;
    border-top: 32px #fff solid;
    border-bottom: 32px #fff solid;
}
.partnerContent {
    float: right;
    width: calc(75% - 24px);
    background: #fff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
    margin-bottom: 24px;
}
.partnerContent .mainTitle {
    padding: 45px 0;
}
.partManageList {
    display: flex;
    justify-content: space-between;
    padding: 0 110px 80px;
}
.partManageList li {
    width: 42%;
    padding-top: 120px;
    position: relative;
}
.partManageList li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
}
.partManageList li:first-child:before {
    background: url(../images/icon-partner-3.png) center 0 no-repeat;
    background-size: 25%;
}
.partManageList li:last-child:before {
    background: url(../images/icon-partner-4.png) center 0 no-repeat;
    background-size: 25%;
}
.partManageList h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #4A4A4A;
}
.partManageList div {
    margin-top: 13px;
    line-height: 30px;
}
.qudaoList {
    padding-left: 230px;
    position: relative;
    background: url(../images/icon-partner-5.png) 40px center no-repeat;
    background-size: 20%;
}
.qudaoList li {
    position: relative;
    margin-bottom: 45px;
    margin-right: 40px;
}
.qudaoList li div {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
}
.qudaoList li:first-child div {
    background: #01C1AB;
}
.qudaoList li:nth-child(2) div {
    background: #2A7CFF;
    padding-top: 20px;
}
.qudaoList li:last-child div {
    background: #CD5D13;
}
.qudaoList li h4 {
    background: #3761DB;
    position: absolute;
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    top: -19px;
    color: #fff;
}
.qudaoList li h4:before {
    content: '';
    width: 9px;
    height: 19px;
    left: -9px;
    border-bottom: 19px #3761DB solid;
    border-left: 9px #fff solid;
    top: 0;
    position: absolute;
}
.qudaodengjiList {
    padding-left: 186px;

    padding-right: 194px;
    padding-top: 21px;
    min-height: 309px;
    margin-bottom: 50px;
    position: relative;
    background-size: cover;
}
.qudaodengjiList:before {
    content: '';
    position: absolute;
    left: 40px;
    height: 100%;
    min-height: 319px;
    width: 298px;
    background: url(../images/icon-partner-6.png) 0 center no-repeat;
    background-size: 100% 100%;
}
.qudaodengjiList li {
    padding-bottom: 7px;
    padding-left: 64px;
    border-bottom: 1px #2A7CFF solid;
    position: relative;
    margin-bottom: 18px;
}
.qudaodengjiList li:before {
    position: absolute;
    content: '';
    left: -5px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #2A7CFF;
    border-radius: 50%;
}
.qudaodengjiList li:after {
    position: absolute;
    content: '';
    right: -5px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #2A7CFF;
    border-radius: 50%;
}
.qudaodengjiList li div {
    font-size: 13px;
    color: #000;
    opacity: .65;
    line-height: 22px;
}
.qudaodengjiList li h4 {
    position: absolute;
    right: -160px;
    width: 140px;
    bottom: -22px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}
.qudaodengjiList li:nth-child(2) {
    margin-left: 25px;
}
.qudaodengjiList li:last-child {
    margin-left: 75px;
}
.qudaodengjiList li:first-child h4 {
    color: #F61A1B;
}
.qudaodengjiList li:nth-child(2) h4 {
    color: #0044B2;
}
.qudaodengjiList li:last-child h4 {
    color: #8D5400;
}
.qudaofazhanList {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 51px;
}
.qudaofazhanList:before {
    position: absolute;
    content: '';
    width: 152px;
    height: 152px;
    background: url(../images/icon-partner-7.png) no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -76px;
    margin-left: -76px;
    background-size: 100%;
}
.qudaofazhanList li {
    width: calc(50% - 135px);
    min-width: calc(50% - 225px);
}
.qudaofazhanList li:nth-child(odd) {
    margin: 4px 47px 4px 0;
}
.qudaofazhanList li:nth-child(even) {
    margin: 4px 0 4px 47px;
}
.qudaofazhanList li h4 {
    font-size: 18px;
    line-height: 45px;
}
.qudaofazhanList li div {
    font-size: 13px;
    line-height: 24px;
}
.qudaozerenList {
    padding: 0px 43px 0px 301px;
    background: url(../images/icon-partner-8.png) 47px 40px no-repeat;
    margin-bottom: 50px;
}
.qudaozerenList li {
    padding-left: 38px;
    margin-bottom: 0px;
    position: relative;
}
.qudaozerenList li:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2A7CFF;
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
}
.qudaozerenList li h4 {
    line-height: 45px;
    font-size: 18px;
}
.qudaozerenList li div {
    font-size: 13px;
    line-height: 24px;
}

.qudaokaoheList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 37px;
    margin-bottom: 50px;
    position: relative;
    justify-content: space-around;
}
.qudaokaoheList:before {
    content: '';
    position: absolute;
    width: 179px;
    height: 179px;
    top: calc(50% - 89.5px);
    left: calc(50% - 89.5px);
    background: url(../images/icon-partner-9.png) center center no-repeat;
    z-index: 1;
}

.qudaokaoheList li {
    width: calc(50% - 22px);
    height: 231px;
    margin: 11px;
    border: 1px #DCDCDC solid;
    border-radius:5px;
    position: relative;
}
.qudaokaoheList li:first-child:before {
    width: 90px;
    height: 90px;
    content: '';
    border-left: 1px #DCDCDC solid;
    border-top: 1px #DCDCDC solid;
    border-radius: 100% 0 0 0;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: #fff;
}
.qudaokaoheList li:nth-child(2):before {
    width: 90px;
    height: 90px;
    content: '';
    border-right: 1px #DCDCDC solid;
    border-top: 1px #DCDCDC solid;
    border-radius: 0 100% 0 0;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background: #fff;
}
.qudaokaoheList li:nth-child(3):before {
    width: 90px;
    height: 90px;
    content: '';
    border-left: 1px #DCDCDC solid;
    border-bottom: 1px #DCDCDC solid;
    border-radius: 0 0 0 100%;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #fff;
}
.qudaokaoheList li:nth-child(4):before {
    width: 90px;
    height: 90px;
    content: '';
    border-right: 1px #DCDCDC solid;
    border-bottom: 1px #DCDCDC solid;
    border-radius: 0 0 100% 0 ;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #fff;
}
.qudaokaoheList li h4 {
    background: #2A7CFF;
    font-size: 24px;
    line-height: 64px;
    height: 64px;
    padding-left: 31px;
    color: #fff;
}
.qudaokaoheList li:nth-child(1) h4 {
    border-radius:5px 5px 0px 0px;
}
.qudaokaoheList li:nth-child(2) h4 {
    border-radius:5px 5px 0px 0px;
}
.qudaokaoheList li:nth-child(3) h4 {
    border-radius: 0px 0px 5px 5px ;
}
.qudaokaoheList li:nth-child(4) h4 {
    border-radius: 0px 0px 5px 5px ;
}
.qudaokaoheList li div {
    height: 165px;
    padding: 20px 33px;
    line-height: 24px;
    font-size: 13px;
}
.qudaokaoheList li:nth-child(1) div {
    padding-right: 100px;
}
.qudaokaoheList li:nth-child(2) div {
    padding-left: 100px;
}
.qudaokaoheList li:nth-child(3) div {
    padding-right: 100px;
}
.qudaokaoheList li:nth-child(4) div {
    padding-left: 100px;
}
.qudaozhichiList {
    padding: 0 47px;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.qudaozhichiList:before {
    width: 20%;
    content: '';
    height: 100%;
    position: absolute;
    left: 40%;
    top: 0;
    background: url(../images/icon-partner-10.png) center center no-repeat;
    background-size: contain;
}
.qudaozhichiList li {
    width: 50%;
    margin: 20px 0;
}
.qudaozhichiList li:nth-child(2n) {
    padding-left: 15%;
}
.qudaozhichiList li:nth-child(2n+1) {
    padding-right: 15%;
}
.qudaozhichiList li h4 {
    font-size: 18px;
    line-height: 45px;
}
.qudaozhichiList li div {
    font-size: 13px;
    line-height: 24px;
}
.applyTable {
    width: calc(100% - 160px);
    margin: 0 60px 50px 100px;
}
.applyTable li {

}
.applyTable li div {
    width: calc(80% - 180px);
    float:left;
    padding: 12px;
}
.applyTable li div.longBox {
    width: calc(100% - 320px);
}
.applyTable li .leftTh {
    width: 200px;
    text-align: right;
    float: left;
    line-height: 32px;
    padding: 12px;
}
.applyTable input {
    width: 100%;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    padding: 0 12px;
    font-size: 14px;
}
.applyTable li div.longBox span {
    margin-right: 30px;
    display: inline-block;
}
.applyTable li div.longBox input {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.applyTable select {
    width: 100%;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size: 14px;
}
.applyTable .adress {
    display: flex;
    justify-content: space-between;
}
.applyTable .adress select {
    width: 30%;
}
.btnBox {
    text-align: center;
    margin-bottom: 80px;
}
.btnBox button {
    width:120px;
    height:36px;
    background:rgba(42,124,255,1);
    border-radius:6px;
    color:rgba(255,255,255,0.85);
    line-height:36px;
}
.applySuccess {
    padding: 100px 0 500px;
    text-align: center;
}
.applySuccess img {
    display: inline-block;
    margin-bottom: 24px;
}
.applySuccess h6 {
    font-size: 24px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:32px;
    margin-bottom: 10px;
}
.applySuccess p {
    color:rgba(0,0,0,0.43);
    line-height:22px;
    font-size:14px;
}
.applySuccess div {
    width:557px;
    height:85px;
    background:rgba(245,245,245,0.5);
    border-radius:2px;
    margin: 72px auto;
    color:rgba(0,0,0,0.43);
    line-height:22px;
    padding: 32px 0;
}
.linkStyle {
    margin: 0 50px;
    height:183px;
    background:rgba(255,255,255,1);
    border-radius:6px;
    border:1px solid rgba(220,220,220,1);
    padding: 53px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linkStyle dl {
    padding-left: 88px;
    background: url(../images/phone2.png) 0 center no-repeat;
}
.linkStyle dt {
    margin-bottom: 5px;
    line-height: 22px;
}
.linkStyle dd {
    font-weight:500;
    color:rgba(42,124,255,1);
    line-height:50px;
    font-size:36px;
}
.linkStyle .lijilianxi {
    width:176px;
    height:42px;
    border:1px solid rgba(42,124,255,1);
    color:rgba(42,124,255,1);
    line-height:40px;
    text-align: center;
}
.map1 {
    margin: 0 50px 50px;
}
.meansBox {
    background:rgba(255,255,255,1);
    border-radius:6px;
    border:1px solid rgba(220,220,220,1);
    padding: 20px 26px;
    margin: 0 47px 24px;
}
.meansBox:last-child {
    margin-bottom: 50px;
}
.meansBox h3 {
    margin-bottom: 24px;
}
.meansBox h3 span {
    float: left;
    font-weight:600;
    color:rgba(74,74,74,1);
}
.meansBox h3 a {
    float: right;
    color: #2A7CFF;
    font-size: 18px;
}
.meansBox li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 24px;
}
.meansBox li:before {
    position: absolute;
    content: '';
    left: 6px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #2A7CFF;
    border-radius: 50%;
}
.meansBox li span {
    float: left;
    width: calc(100% - 100px);
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4A4A4A;
}
.meansBox li a {
    float: right;
    display: none;
}
.meansBox li:hover a {

    display: block;
}

/* 关于我们 */
.about .productBannerNav {
    background:linear-gradient(270deg,rgba(13,106,223,1) 0%,rgba(3,144,196,1) 100%);
    opacity: .9;
    display: flex;
    justify-content: center;
}
.about .productBannerNav  li {
    flex: 1;
    padding: 0;
}
.about .bannerText {
    bottom: 100px;
}
.aboutBox {
    padding: 40px 0;
    background: #fff;
}
.aboutLeft {

}
.aboutRight {
}
.aboutRight h2 {
    font-size:36px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:45px;
    margin-bottom: 22px;
}
.aboutRight h3 {
    font-size:34px;
    font-weight:500;
    color:rgba(42,124,255,1);
    line-height:60px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 36px;
}
.aboutRight h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 7px;
    background: #2A7CFF;
}
.aboutRight p {
    line-height: 44px;
    color: #4A4A4A;
    text-indent: 33px;
}
.historyBox {
    background: #F6FAFC;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.swiperHistory:before {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    top: 304px;
    background: #DCDCDC;
}
.historyBox .swiper-button-next,.historyBox .swiper-button-prev  {
    top: 410px;
}
.historyBox .container {
    background: url(../images/map2.png) center 0 no-repeat;
    background-size: contain;
    position: relative;
}
.swiperHistory {
    padding: 50px 0;
}
.historyBox ul {
    position: relative;
    height: 508px;
}
.historyBox li:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background:rgba(42,124,255,0.5);
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 50%;
}
.historyBox li:after {
    content: '';
    position: absolute;
    width:24px;
    height:24px;
    background:rgba(42,124,255,1);
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
}
.historyBox li p {
    position: absolute;
    background:rgba(42,124,255,0.07);
    border-radius:6px;
    border:1px solid rgba(42,124,255,1);
    padding: 15px;
    line-height: 30px;
    left: 0;
}
.historyBox li p:before {
    position: absolute;
    content: '';
    left: 50%;
    height: 72px;
    width: 1px;
    background: #2A7CFF;
}
.historyBox li:nth-child(odd) p {
    bottom: 326px;
}
.historyBox li:nth-child(even) p {
    top: 326px;
}
.historyBox li:nth-child(odd) p:before {
    bottom: -72px;
}
.historyBox li:nth-child(even) p:before {
    top: -72px;
}
.historyBox li span {
    font-weight:600;
    color:rgba(74,74,74,1);
    line-height:28px;
    font-size: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.historyBox li:nth-child(odd) span {
    top: 288px;
}
.historyBox li:nth-child(even) span {
    bottom: 288px;
}
.historyBox .swiper-button-prev {
    background: url(../images/prev-3.png) no-repeat;
    left: -90px;
}
.historyBox .swiper-button-prev.swiper-button-disabled {
    background: url(../images/prev-2.png) no-repeat;
    opacity: 1;
}
.historyBox .swiper-button-next {
    background: url(../images/next-3.png) no-repeat;
    right: -90px;
}
.historyBox .swiper-button-next.swiper-button-disabled {
    background: url(../images/next-2.png) no-repeat;
    opacity: 1;
}
.companyZZBox {
    padding-bottom: 50px;
    background: #fff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
}
.companyZZBox .container {
    position: relative;
}
.companyZZBox .swiper-button-prev {
    left: -90px;
}
.companyZZBox .swiper-button-next {
    right: -90px;
}
.companyZZBox li {
    text-align: center;
    background: url(../images/zhengshu.png) center center no-repeat;
    background-size: contain;
    padding-top: 80px;
    height: 252px;
    font-size: 24px;
    line-height: 50px;
    font-weight:600;
    color:rgba(85,48,3,1);
}
.userInfoBox {
    padding-bottom: 80px;
}
.userInfoBox .container {
    height:340px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius:10px;
}
.userInfoList li {
    float: left;
    width: 33.3333%;
    position: relative;
    height: 100%;
}
.userInfoList li:before {
    position: absolute;
    right: 0;
    top: 54px;
    bottom: 54px;
    content: '';
    width: 1px;
    background: #DCDCDC;
}
.userInfoList li:last-child:before {
    display: none;
}
.userInfoList li .userInfoFront {
    padding-top: 229px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size:24px;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:33px;
}
.userInfoList li:nth-child(1) {
    background: url(../images/icon-about-1.png) center  79px no-repeat;
}
.userInfoList li:nth-child(2) {
    background: url(../images/icon-about-3.png) center  79px no-repeat;
}
.userInfoList li:nth-child(3) {
    background: url(../images/icon-about-4.png) center  79px no-repeat;
}
.userInfoList li .userInfoBack {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0F58D6;
    padding: 36px 24px;
    overflow-y: auto;
    display: none;
}
.userInfoList li .userInfoBack a {
    margin: 15px 12px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background:rgba(255,255,255,0.15);
    width: calc(50% - 24px);
}
.userInfoList li:hover .userInfoBack {
    display: block;
}
.aboutInfoBox {
    padding-bottom: 40px;
    background: #fff;
}
.aboutInfoList {
    display: flex;
    justify-content: space-between;
}
.aboutInfoList li {
    width: 49.5%;
    background:rgba(255,255,255,1);
    border-radius:8px;
    border:1px solid rgba(220,220,220,1);
    display: flex;
}
.aboutInfoList li .imgLeft {
    width: 190px;
}
.aboutInfoList li .imgLeft img {
    width: 100%;
    height: 240px;
}
.aboutInfoList li .adressRight {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.aboutInfoList li .adressRight dl {
    width: 100%;
}
.aboutInfoList dt {
    font-size:20px;
    color: #4A4A4A;
    font-weight:600;
    line-height:28px;
    margin-bottom: 12px;
}
.aboutInfoList dd {
    color:rgba(82,95,127,1);
    line-height:38px;
}
.aboutInfoList dd p {
    display: flex;
}
.aboutInfoList dd p span {
    width: 90px;
}
.aboutInfoList dd p em {
    display: block;
    font-style: normal;
    flex: 1;
}
.recruit {
    margin-bottom: 50px;
}
.search {
    background:rgba(255,255,255,1);
    border-radius:8px;
    border:1px solid rgba(220,220,220,1);
    padding: 26px 32px;
    margin: 50px 0 24px;
    display: flex;
    justify-content: space-between;
}
.drapdown {
    position: relative;
}
.drapdown .draptoggle {
    display: block;
    width: 100%;
    border-radius:8px;
    border:1px solid rgba(220,220,220,1);
    height: 48px;
    position: relative;
}
.drapdown .draptoggle input {
    padding:10px 34px;
    background: none;
    border: 0;
    height: 46px;
    line-height: 26px;
    font-size: 20px;
}
.drapdown .draptoggle .caret {
    position: absolute;
    width: 20px;
    height: 14px;
    border-top: 14px #999999 solid;
    border-left: 11px #fff solid;
    border-right: 11px #fff solid;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
.drapdown .drapMenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    border:1px solid rgba(220,220,220,1);
    border-radius:8px;
    background: #fff;
    z-index: 10;
    display: none;
}
.drapdown .drapMenu li {
    line-height: 36px;
    padding: 0 20px;
}
.drapdown .drapMenu li:hover {
    background: #f6f6f6;
}
.drapdown.open .drapMenu {
    display: block;
}
.drapName {
    width: 22%;
}
.drapClass {
    width: 19.4%;
}
.zwNameBox {
    font-size: 0;
    display: flex;
    margin-right: 5%;
    padding-right: 5%;
    position: relative;
}
.zwNameBox:before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    background: #DCDCDC;
    width: 1px;
    right: 0;
    content: '';
}
.zwNameBox input {
    height:48px;
    background:rgba(255,255,255,1);
    border-radius:8px 0px 0px 8px;
    border:1px solid rgba(229,229,229,1);
    font-size: 20px;
    line-height: 46px;
    padding-left: 20px;
    flex:1;
}
.zwNameBox button {
    cursor:pointer;
    width: 78px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/icon-search.png) right 0 no-repeat;
    border: 0;
}
.jobList li {
    margin-bottom: 24px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    border:1px solid rgba(220,220,220,1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    height: 127px;
}
.jobList li h6 {
    flex: 1;
    font-size:24px;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:48px;
}
.jobList li h6 a {
    color:rgba(0,0,0,1);
}
.jobList li h6 a:hover {
    color: #2A7CFF;
}
.jobList li div {
    width: 180px;
}
.jobList li div span {
    color:rgba(74,74,74,1);
    line-height:36px;
    font-size: 20px;
    display: block;
    margin-bottom: 14px;
}
.jobList li div a {
    font-size:24px;
    font-weight:500;
    color:rgba(42,124,255,1);
    line-height:33px;
    padding-right: 33px;
    background: url(../images/gt4.png) 100px center no-repeat;
    display: block;
}
.recruitDetail {
    background:rgba(255,255,255,1);
    border-radius:8px;
    border:1px solid rgba(220,220,220,1);
    margin-top: 80px;
    margin-bottom: 50px;
}
.recruitDetail h2 {
    height: 172px;
    padding: 42px 60px 0;
    border-bottom: 1px #DCDCDC solid;
}
.recruitDetail h2 em {
    font-weight:600;
    color:rgba(74,74,74,1);
    line-height:42px;
    font-size:30px;
    float: left;
}
.recruitDetail h2 span {
    float:right;
}
.recruitDetail dl {
    margin: 0 60px;
    padding: 45px 0;
    border-bottom: 1px #DCDCDC solid;
}
.recruitDetail dl:last-child {
    border-bottom: 0;
}
.recruitDetail dt {
    font-size: 24px;
    color: #000;
    line-height:33px;
    margin-bottom: 30px;
}
.recruitDetail dd {
    font-size: 18px;
    line-height: 45px;
}
.recruitDetail .tomail {
    color: #2A7CFF;
    font-size: 24px;
    margin-top: 30px;
}
.recruitDetail a {
    color: #2A7CFF;
}
.recruitDetail a:hover {
    text-decoration: underline;
}


.region_list{
    background: #fafafa;
    padding: 20px;
    margin: 30px 50px;
    display:flex;
}
.region_list div{
    flex:1
}
.region_list .message{

}
.region h3{
    width: 80%;
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
}
.region ul{
    width: 100%;
}
.region ul li{
    float: left;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.region ul li a{
    display:block;
    padding: 4px 18px;
    background: #efefef;
    color:black;
}
.message .message_first{
    border-right: 1px solid #dbdbdb;
}
.message:last-child .message_first{
    border:0;
}
.message ul{
    padding: 0 14px 8px 30px;
    margin-top: 20px;
}
.message ul li{
    font-size: 14px;
    margin-bottom: 5px;
}
.region ul .pitch a{
    background:rgba(42,124,255,1);
    color: white;
}
.guzhangh2 {
    position: relative;
}
.guzhangh2:after{
    content: '';
    position: absolute;
    right: 31px;
    top: 10px;
    width: 16px;
    height: 9px;
    /*background: url(../images/gt3.png) no-repeat;*/
}

.partnerAside ul.guzhangnav {
    display: none;
}
.partnerAside ul.guzhangnav.selected {
    display: block;
}
.partnerAside ul.guzhangnav li a {
    padding-left: 65px;
    min-height: 45px;
    z-index: 2;
    position: relative;
}
.partnerAside ul.guzhangnav li.active a {
    background: #2A7CFF;
    color: #fff;
}
.partnerContent .newsList li .newsListRight {
    margin-left: 0;
}
.partnerAside ul.guzhangnav li.active a:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 22px;
    border-left: 22px #2A7CFF solid;
    border-top: 22px #fff solid;
    border-bottom: 22px #fff solid;
    z-index: -1;
}
/*
@media screen and (max-width: 1200px) {
    .swiper-button-next-product {
        right: -80px;
    }
    .swiper-button-prev-product {
        left: -80px;
    }
    .productClass dd p {
        font-size: 15px;
    }
    .productClass:nth-child(3)>.intro dd {
        margin-top: 30px;
    }
    .productClass .intro dt p {
        font-size: 16px;
    }
    .productClass:nth-child(4)>.intro>dl>dd>p:nth-child(5) {
        width: 100%;
    }
    .title-case {
        font-size:17px;
    }
    .title-case i {
        width: 35px;
        height: 35px;
    }
    .title-case h5 {
        font-size: 17px;
    }
    #footerLink {
        padding-top: 100px;
    }
    .secondProductMenu {
        padding-right: 20px;
    }
    .secondProductMenu dd a {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .productDesignBox .productIntro dd p {
        font-size: 14px;
    }
    .qudaozhichiList li h4 {
        font-size: 16px;
    }
    .linkStyle dd {
        font-size:30px;
    }
    .linkStyle .lijilianxi {
        width: 150px;
    }
    .companyZZBox li {
        font-size: 30px;
        padding-top: 110px;
    }
    .container {
        width: 90%;
        min-width: 1070px;
    }
    .swiper-button-next-partner {
        right: 0;
    }
    .swiper-button-prev-partner {
        left: 0;
    }
    .swiper-button-next-product {
        right: 0px;
    }
    .swiper-button-prev-product {
        left: 0px;
    }
}*/
@media screen and (max-width: 1200px) {

}
/*
.product5 .productIntro {
    display: block;
}
*/




