body{
    min-width: 1200px;font-family: PingFangSC-Regular, sans-serif;
}
p,dl,dd,dt{
    margin: 0;padding: 0;
}
ul,li{margin:0;padding: 0;list-style-type:none;}
a, a:focus{outline:none; }
a:hover{text-decoration: none;}
.clearfix::before, .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.auto{
    width:1200px;
    margin:0 auto;
}
/*----------head------------*/
.head{
    width:100%;
    height: 70px;
    line-height: 70px;
    background-color: #EAEFFF;
    position: fixed;
    top:0;
    z-index: 999;
}
.logo{
    text-align: right;
}
.logo img{
    display: inline-block;
    width: 181px;
    height: 45px;
}
.topnav{
    width:1150px;
    height:70px;
    border:0;
    margin-left: auto;
    margin-right: auto;
}
.topnav .nav{
    margin-left:25px;
}
.topnav .nav li.on{

}
.topnav .nav li.on a{
    color:#23369F;
}
.nav li.on a.nav-a {
    border-bottom: 2px solid rgb(223, 20, 47);
    padding: 0px 0px 10px;
}
.nav li {
    position: relative;
    margin: 0px 32px;
}
.nav li a{
    font-size: 16px;
    color: #2E2E2E;
}
.nav a{
    color: #ffffff;
}
.nav li.oncp:hover .sevNav {
    display: block;
}
.nav a:hover{
    color:#3BA3FB;
    text-decoration: none;
}
/*---head end---*/
@media (min-width: 1200px) {
    .carouselDiv {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .carouselDiv {
        max-width: 1200px;
    }
}


.clear{
    clear:both;
}

.indextitle2 {
    width: 100%;
    text-align: center;
    color: #4E4E4E;
    font-size: 16px;
    margin: 20px 0 80px;
}

.indextitle3 {
    width: 270px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    line-height: 65px;
    font-size: 40px;
    color:  #4E4E4E ;
    font-family: HiraginoSansGB-W6,HiraginoSansGB;
}

.indexcentent {
    color: #ffffff;
    font-size: 20px;
    line-height: 270px;
    vertical-align:middle;
    text-align: center;
    background: url(../img/index1.png) no-repeat;
    background-size: 100% 100%;
}


.indexcentent2 {
      position: relative;
    overflow: hidden;
    color: #4E4E4E;
    font-size: 14px;
    height: 289px;
    margin-top: 25px;
    width: 365px;
    padding: 2px 0;
    box-shadow: 1px 0px 10px #ececec;
}

.indexcentent2 h2{
    position: absolute;
    width: 100%;
    color: #fff;
    top: 100px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.indexcentent2 p{
    opacity: 0;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: absolute;
    padding: 13px 25px;
    bottom: -130px;
    background: #00000073;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.indexcentent2:hover h2{
    top: 55px;
}
.indexcentent2:hover p{
    opacity: 1;
    bottom: 0;
}
.indexcentent2 span{display:table-cell; vertical-align:middle;}

.producturldl{
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #fff;
    text-align: center;
}
.producturldl:hover{
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    background-color: #F1F8FE;
}
.producturl{
    width: 240px;
    height: 124px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    float: left;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
}
.producturl:hover{
    width: 240px;
    height: 124px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    float: left;
    text-align: center;
    background-color: #F1F8FE;
}
.producturl>span{
    color:#1052FF;
    font-size:12px ;
    width: 100%;
    display: block;
    line-height: 15px;
}
.producturlactive{
    color:#ffffff;
    background: linear-gradient(to right,#1052FF, #439BFE);
    box-shadow: 2px 5px 10px #439BFE;
}
.producturlactive>span{
    color:#ffffff;
}

/* bootstrap è½®æ’­å›¾æ·¡å…¥æ·¡å‡º */
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

/* bootstrap 4 è½®æ’­å›¾ åž‚ç›´æ»šåŠ¨*/
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.carousel-item .title2{
    width: 190px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #fff;
    margin-top: 30px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.carousel-item .title2 label{
    display: none;
    margin-left: 5px;
}
.carousel-item .title2:hover{
    width: 222px;
    height: 70px;
    background: #fff;
    border: 0;
    color:#050A57;
    border-radius: 35px;
    margin-left: -10px;
}
.carousel-item .title2:hover label{
    display: inline-block;
}
.car-in{
    text-align: center;
    font-size: 24px;
    font-family: HiraginoSansGB-W3,HiraginoSansGB;
    font-weight: normal;
    color: rgba(255,255,255,1);
    line-height: 36px;
    letter-spacing: 15px;
    padding: 130px 0 0;
}
.car-in2{
    width: 580px;
    height: 100px;
    background: url(../img/car-in.png)no-repeat center;
    margin: 0px auto 10px;
}
.car-in3{
    text-align: center;
    font-size:14px;
    font-family:HiraginoSansGB-W3,HiraginoSansGB;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:37px;
}
.justify{
	justify-content: center;
}
.sys-flex{
    display: flex;
}
/*----é¦–é¡µ--*/
.banner{
    width:100%;
    height:700px;
    margin-top: 70px;
    position: relative;
}
.product-title{
    font-family: simhei;
    text-align: center;
    line-height: 70px;
    font-size: 34px;
    color: #000000;
    margin: 40px 0 0;
    width: 100%;
}
.product-line-line{
    text-align: center;
    width: 100%;
}
.product-line-count{
    margin-top:50px;
    justify-content: space-between;
}

.service{
    width: 100%;
    min-width: 1200px;
    color: #ffffff;
    padding: 0px 0 20px;
}
.cooperative-partner{
    width: 100%;
    line-height: 120px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cooperative-partner .cooperative-partner-dv{
    width: 25%;
    text-align: center;
}
.cooperative-partner .cooperative-partner-dv img{
    display: inline-block;
}
.service .service-li .service-li-img{
    text-align: center;
}
.service .service-li .service-li-tit{
    text-align: center;
    margin: 30px 0 10px;
    font-size: 18px;
}
.service .service-li p{
    text-align: center;
}
.product-ecology-detail{
    height: 765px;
    margin-top:80px;
}
.product-ecology-detail div{
    width: 1224px;
    height: 765px;
    margin:0 auto;
}
/*----äº§å“ä¸­å¿ƒ---*/
.product-ban{
    margin-top: 70px;
    width:100%;
    min-width: 1200px;
    height:600px;
    background: url(../img/projecttop.png) no-repeat;
    background-size:100% 100%;
}
#navDiv{
    width:100% ;
    height: 124px;
    position: relative;
    top: -70px;
    z-index: 998;
}
#navDiv #productDiv{
    width: 1204px;
    min-width: 800px;
    margin: 0 auto;
    z-index: 60;
    height: 124px;
    line-height: 62px;
    background-color: #fff;
    box-shadow:0px 5px 10px 0px #f2f0f0;
}
#navDiv #agentDiv{
    width: 1204px;
    min-width: 800px;
    margin: 0 auto;
    height: 124px;
    line-height: 62px;
    background-color: #fff;
    box-shadow:0px 5px 10px 0px #f2f0f0;
}
.product-znzdDiv{
    margin-top: -150px;
    width:100%;
}
#znzdDiv{
    margin-top:150px;
}
.product-znzdDiv-zn{
    margin-top: 50px;
}
#zdzsDiv{
    margin-top:40px;
}
.zdzsDiv-tit{
    color:#050A57;
    font-size:33px; 
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.exhibition{
    margin-top:50px;
    display: flex;
    justify-content: center;
	padding:0 340px 50px;
}
.exhibition .exhibition-l{
    text-align: center;
}
.exhibition .exhibition-l img{
    height: 382px;
}
.exhibition .exhibition-l p{
    color: #4E4E4E;
    font-size: 14px;
    margin: 30px 0 30px;
}
.exhibition .exhibition-l a,.report-count-l a{
    display: inline-block;
    width: 190px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    font-family: simsun;
    background: #1052FF;
}
.report{
    color: #050A57;
    font-size: 33px;
    width: 100%;
    text-align: center;
    height: 90px;
    line-height: 90px;
    margin: 80px 0 0;
}
.report-count{
    margin: 0 auto;
    padding: 55px 240px 70px;
    display: flex;
    justify-content: center;
}
.report-count .report-count-l{
    text-align: center;
}
.report-count .report-count-l p{
    color: #4E4E4E;
    font-size: 14px;
    margin:30px 0 30px;
}
.sample-paper{
    width: 100%;
    background-color: #F8F8F9;
}
.sample-paper .sample-paper-count{
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.sample-paper .sample-paper-count div.sample-paper-l{
    margin: 0 6px 0 0;
    line-height: 300px;
    width: 200px;
}
.sample-paper .sample-paper-count div.sample-paper-l span{
    margin: 0 6px 0 0;
    line-height: 20px;
    width: 200px;
    display: block;
}
.sample-paper .sample-paper-count div.sample-paper-2{
    margin: 0 6px 0 0;
    line-height: 350px;
    width: 236px;
}
.sample-paper .sample-paper-count div.sample-paper-2 span{
    margin: 0 6px 0 0;
    line-height: 20px;
    width: 236px;
    display: block;
}
.sample-paper .sample-paper-count div.sample-paper-2 img:hover{
    box-shadow: 0px 15px 40px -10px rgb(138, 169, 188);
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}
.self-help-sys{
    width:100%;
    height:650px;
}
#znfwDiv{
    margin-top:50px;
}
.self-help-sys .self-help-sys-cot{
    margin-top: 60px;
}
.self-help-sys .self-help-sys-cot .img{
    margin: 0 40px 0 30px;
}
.self-help-sys-cot .txt div{
    padding: 50px 0 25px;
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
    font-weight: bold;
}
.self-help-sys-cot .txt p{
    font-size: 16px;
    position: relative;
    width: 400px;
    line-height: 35px;
    padding-left: 20px;
}
.self-help-sys-cot .txt p::before,.to-configure-txt p::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1153FF;
    left: 0;
    top: 14px;
    border-radius: 50%;
}
.to-configure{
    width: 100%;
    padding: 100px 0 70px;
}
.to-configure-txt{
    margin: 0 25px 0 20px;
}
.to-configure-txt p{
    position: relative;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 40px;
    padding-left: 30px;
}
.to-configure-txt-tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 20px 30px;
}
.to-configure-txt-tit2{
    font-size: 20px;
    color:#4E4E4E;
    padding:10px 0 5px 30px;
}
.to-configure-img{
    padding-top: 30px;
}
.school-adm{
    width:100%;
}
.school-adm-title{
    width: 100%;
    margin: 50px 0 40px;
    color: #4E4E4E;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.school-adm .img{
    margin: 0 auto;
    width: 853px; 
}
/*--------è§£å†³æ–¹æ¡ˆ--------*/
.industry{
    justify-content: space-between;
    margin-top: 70px;
}
.industry .industry-l{
    width: 344px;
    box-shadow: 1px 2px 20px #ccc;
}
.industry .industry-l p{
    width: 100%;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    color: #4E4E4E;
}
#modalType{
    width: 440px;
    margin: 55px auto 0;
    justify-content: space-between;
}
#modalType li{
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    width: 150px;
    height: 50px;
    font-size: 20px;
    text-align: center;
}
#modalType li.on::before{
    position: absolute;
    content: "";
    width: 52px;
    height: 6px;
    background: #1052FF;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.programme{
    width: 1200px;
    overflow: hidden;
}
.programme-c{
    margin: 90px auto 0;
    width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectul{
    width: 347px;
    height: 250px;
    margin: 0 5px 60px;
    box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.65);
}
.znzz{
	background: url(img/znzz.png) no-repeat;
}
.znzz:hover {
    background: url(img/znzz2.png) no-repeat;
}
.bddz{
	background: url(img/bddz.png) no-repeat;
}
.bddz:hover {
    background: url(img/bddz2.png) no-repeat;
}
.ythdy{
	background: url(img/ythdy.png) no-repeat;
}
.ythdy:hover {
    background: url(img/ythdy2.png) no-repeat;
}
.dzfw{
	background: url(img/dzfw.png) no-repeat;
}
.dzfw:hover {
    background: url(img/dzfw2.png) no-repeat;
}
.znld{
	background: url(img/znld.png) no-repeat;
}
.znld:hover {
    background: url(img/znld2.png) no-repeat;
}
.sfyz{
	background: url(img/sfyz.png) no-repeat;
}
.sfyz:hover {
    background: url(img/sfyz2.png) no-repeat;
}
.ythdy{
	background: url(img/ythdy.png) no-repeat;
}
.ythdy:hover {
    background: url(img/ythdy2.png) no-repeat;
}
.rlsb{
	background: url(img/rlsb.png) no-repeat;
}
.rlsb:hover {
    background: url(img/rlsb2.png) no-repeat;
}
.fpxs{
	background: url(img/fpxs.png) no-repeat;
}
.fpxs:hover {
    background: url(img/fpxs2.png) no-repeat;
}
.wlgbj{
	background: url(img/wlgbj.png) no-repeat;
}
.wlgbj:hover {
    background: url(img/wlgbj2.png) no-repeat;
}
.cccrz{
	background: url(img/cccrz.png) no-repeat;
}
.cccrz:hover {
    background: url(img/cccrz2.png) no-repeat;
}
.projectul a{
	height:100%;
	display: inline-block;
}
.projectnote{
    color: #4E4E4E;
    font-size: 14px;
    margin: 0 50px;
}
.projecttitle{
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 20px 15px;
    line-height: 30px;
}
.projectgo{
	margin-left:250px;
	margin-top: 30px;

}

.projectul:hover .projectnote,.projectul:hover .projecttitle,.projectul:hover .projectgo{
    color:#ffffff;
}

/*-----è§£å†³æ–¹æ¡ˆè¯¦æƒ…------*/

.location{
    width: 100%;
    margin-top: 100px;
    padding-bottom: 60px;
}
.solution{
    width:100%;
    margin-bottom: 50px;
}
.location-curr{
    border-left: 8px solid #1052FF;
    padding-left: 20px;
    color: #5A5A5A;
    line-height: 30px;
    font-size: 24px;
}
.solution-title{
    font-size: 32px;
    margin-top: 50px;
    line-height: 35px;
    margin-bottom: 20px;
}
.solution-title img{
    margin-right: 20px;
}
.solution-count{
    padding-right: 80px;
    padding-left: 80px;
}
.solution-count .solution-txt{
    width: 450px;
    letter-spacing: 2px;
    
}

.solution-count .solution-txt p{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
    font-weight: 500;
}
.solution-count .solution-txt2{
    text-align: center;
    width: 850px;
    margin: 0 auto;
}
.solution-count .solution-txt2 p{
    text-align: left;
    line-height: 25px;
    margin: 35px 0 40px;
}
.solution-count .img3{
    margin: 50px 50px 0 95px;
}
.solution-count .solution-txt3{
    padding-top:50px;
}
.solution-count .solution-txt3 p{
    margin: 20px 0 0;
    text-align: left;
}

.solution-count .img{
    float:right;
}
.solution-cent{
    justify-content: space-between;
    padding: 110px 115px;
}
.solution-cent .cent p{
    text-align: center;
    line-height: 20px;
    margin: 50px 0 0;
}
.cent-detail-title{
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 60px 0 50px;
}
.cent-detail{
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px 45px;
}
.ove{
    overflow: hidden;
}
.cent-detail p{
    position: relative;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 20px;
    width: 25%;
    padding-left: 30px;
    margin: 0 0 25px;
}
.cent-detail p::before{
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0E49F9;
}
.solution-prot{
    padding: 100px 120px 80px;
}
.solution-prot-p {
    width: 430px;
    padding: 80px 0 0 55px;
}
.solution-prot-p p{
    position: relative;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.solution-prot-p p::before {
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0E49F9;
}
.solution-prot img{
    margin: 0 100px 0 100px;
}
/*----å…¬å¸æ¦‚å†µ------*/
.company{
    overflow: hidden;
}
.company-ban{
    height: 700px;
    width: 100%;
    position: relative;
    background: url(../img/company-ban.png) no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.company-ban-title {
    width: 1200px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.company-ban-title p{
    font-size: 36px;
    margin: 0;
}
.company-introduce{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.company-introduce-t{
    width: 100%;
    padding: 0 50px;
    margin: -125px auto 0;
    background: #fff;
    box-shadow: 0px 5px 20px #E0E0E0;
    overflow: hidden;
}
.company-introduce-title{
    font-weight: bold;
}
.company-introduce-txt p{
    font-size: 18px;
    color: #666;
    margin: 0 0 20px;
    line-height: 40px;
    font-family: PingFang SC;
}
.company-introduce-txt2{
    position: relative;
    padding: 0 0 60px;
}
.company-introduce-txt2-ds{
    position: absolute;
    width: 680px;
    right: 0;
    top: 20px;
    padding: 20px 50px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 5px 20px #E0E0E0;
}
/*bu*/
.company-qualification{
	background: #F8F8F9;
    width: 100%;
	min-width: 1400px;
    overflow: hidden;
	margin-bottom: 80px;
}
.company-qualification-cot{
    width: 1100px;
    margin: 50px auto 0;
}
.company-qualification-cot-t{
	display:flex;
	justify-content: space-between;
}
.company-qualification-cot-t1{
	padding-left: 40px;
}
.company-qualification-cot-t2{
	display: flex;
    justify-content: space-between;
    width: 515px;
}
.company-qualification-cot p{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft yahei;
    color: #333;
    font-weight: bold;
    line-height: 25px;
    margin: 35px 0 0;
}
.company-qualification-cot img{
	box-shadow: 5px 2px 15px #b2b2b2;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.company-qualification-cot img:hover{
	box-shadow: 0px 15px 40px -10px rgb(138 169 188);
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}
.company-introduce-txt2-ds h2{
    font-size: 30px;
    color: #444;
    line-height: 35px;
    margin-bottom: 20px;
}
.company-qualification-cot-t2 li{
	    padding: 25px 0 0;
}
.company-qualification-cot-b{
	    width: 100%;
    padding: 60px 0 60px;
}
.company-introduce-txt2-ds p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-family: PingFang SC;
    letter-spacing: 1.5px;   
}
.company-product{
    margin: 65px auto 60px;
    width: 1400px;
}
.company-product .com-pd{
    width: 327px;
    flex: 1;
    padding: 0 25px 40px;
    box-shadow: 0px 5px 20px #E0E0E0;
    margin-right: 30px;
}
.company-product .com-pd:nth-last-child(1){
    margin-right: 0;
}
.company-product .com-pd .com-pd-img{
    width: 76px;
    height: 84px;
    background: url(../img/com-pd-img.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 30px;
}
.company-product .com-pd h3{
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.company-product .com-pd p{
    color: #4E4E4E;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 35px;
}

.company-product .p1{
    background: url(../img/gsgk_1.png) no-repeat;
}

.company-product .p1:hover{
    color:#fff;
    background: url(../img/gsgk_12.png) no-repeat;
}
.p1:hover h3,.p1:hover p,.p2:hover h3,.p2:hover p,.p3:hover h3,.p3:hover p,.p4:hover h3,.p4:hover p{
    color:#fff;
}
.company-product .p2{
    background: url(../img/gsgk_2.png) no-repeat;
}
.company-product .p2:hover{
    color:#fff;
    background: url(../img/gsgk_22.png) no-repeat;
}
.company-product .p3{
    background: url(../img/gsgk_3.png) no-repeat;
}
.company-product .p3:hover{
    color:#fff;
    background: url(../img/gsgk_32.png) no-repeat;
}
.company-product .p4{
    background: url(../img/gsgk_4.png) no-repeat;
}
.company-product .p4:hover{
    color:#fff;
    background: url(../img/gsgk_42.png) no-repeat;
}
.news-wrap{
    position: relative;
    width: 100%;
    margin: 370px auto 0;
}
.environment{
    overflow: hidden;
    background: #F8F8F9;
    padding: 35px 0 45px;
    margin-bottom: 30px;
}
.environment-list{
    width: 1200px;
    margin: 45px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.environment-list .environment-list-img{
    width: 372px;
    margin-bottom: 40px;
}
/*---------ä»£ç†åˆä½œ---------*/
.cooperation-ban{
    width: 100%;
    height: 454px;
    background: linear-gradient(94deg, #DAEAFD 0%, #F5F5F5 100%);
    margin-top: 70px;
}
.cooperation-ban-title{
    text-align: center;
    width: 1204px;
    min-width: 800px;
    margin:0 auto;
}
.cooperation-ban-title h1{
    font-size: 60px;
    font-weight: bold;
    color:#333333;
    margin: 0;
}
.cooperation-ban-title p{
    font-size: 22px;
    line-height: 25px;
    margin-top: 40px;
    color:#666666;
}
.agent {
    width: 100%;
    line-height: 70px;
    min-width: 1200px;
    overflow: hidden;
    box-shadow: 0 3px 7px #0000002e;
}
.agent-auto{
    width: 1000px;
    margin: 0 auto;
}
.agent .agent-nav{
    position: relative;
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.agent .agent-nav.on,.agent .agent-nav:hover{
    color: #6D94FC;
}
.agent .agent-nav::before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 69px;
    height: 1px;
    background: #6D94FC;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
    opacity: 0;
}
.agent .agent-nav.on::before,.agent .agent-nav:hover::before{
    opacity: 1;
}
.agent-cooperation{
    width: 100%;
    height: 840px;
    background-image: url(img/dlhzbj.png);
    padding-top: 10px;
}
.agent-cooperation-count{
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.agent-cooperation-l{
    width: 341px;
    height: 620px;
    padding: 20px 15px;
    font-family: microsoft yahei;
    background: #F5F6FA;
border-radius: 8px;
}
.agent-cooperation-l .agent-cooperation-l-tit{
    margin-top: 10px;
}
.agent-cooperation-l .agent-cooperation-l-tit div{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: simhei;
}
.agent-cooperation-l .agent-cooperation-l-tit p{
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin: 15px 0 20px;
}
.agent-cooperation-l .agent-cooperation-l-txt div{
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.agent-cooperation-l .agent-cooperation-l-txt p{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 35px;
    display: flex;
}
.agent-cooperation-l .agent-cooperation-l-txt p i{

    font-style: normal;
    
    margin-right: 10px;
}
.agent-cooperation-l .agent-cooperation-l-txt p span{
        
    display: block;
        
    font-size: 14px;
}
.agent-right{
    width: 100%;
    height: 540px;
    background: #F7F9FD;
}
.agent-right-auto{
    width: 1200px;
    color:#595959;
    margin: 50px auto 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 55px 0 30px;
}
.agent-right-center{
width: 900px;
min-width: 800px;
margin-left: auto;
margin-right: auto;
height: 140px;
}
.agent-right-center p{
    font-size: 16px;
    line-height: 30px;
}
.agent-obligation{
    width: 1150px;
    margin: 80px auto 0;
    justify-content: space-between;
    padding-bottom: 80px;
    height: 540px;
}
.agent-obligation-li{
    width: 539px;
    height: 248px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 6px rgba(225, 225, 225, 0.5);
    border-radius: 6px;
    float: left;
    margin-left: 15px;
    margin-right:15px;
    margin-bottom: 20px;
    padding-left:20px;
    padding-right: 20px;
    padding-top:50px;
    position: relative;
}
.agent-obligation-li h3{
    font-size: 17px;
    font-weight: bold;
    font-family: simhei;
    color:#EC585D;
    line-height: 25px;
}
.agent-obligation-li p{
    width: 250px;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
}
.agent-obligation-li img{
    top: 40px;
    right: 60px;
    position: absolute;
}
.product-agent-count{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
}
.product-agent-count::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 35px;
}
.product-agent-count .product-agent-count-l{
    text-align: center;
    margin: 0 80px;
}
.product-agent-count .product-agent-count-l span{
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    background: #377FFC;
    border-radius: 24px;
    display: block;
    line-height: 48px;
}
.product-agent-count .product-agent-count-l div{
    width: 54px;
    height: 64px;
    background: url(../img/ag-img1.png)no-repeat;
    background-size: 100% 100%;
    margin: 40px 0 25px;
}
.product-agent-count .product-agent-count-l div.ag-img2{
    width: 64px;
    height: 64px;
    background: url(../img/ag-img2.png)no-repeat;
    background-size: 100% 100%;
}
.product-agent-count .product-agent-count-l div.ag-img3{
    width: 56px;
    height: 64px;
    background: url(../img/ag-img3.png)no-repeat;
    background-size: 100% 100%;
}
.product-agent-count .product-agent-count-l div.ag-img4{
    width: 76px;
    height: 64px;
    background: url(../img/ag-img4.png)no-repeat;
    background-size: 100% 100%;
}
.product-agent-count .product-agent-count-l i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2D6BE0;
}
.apply{
    text-align: center;
    background: #2D6BE0;
    color: #fff;
    width: 188px;
    line-height: 48px;
    margin: 90px auto 110px;
}
/*------------agent-end--------------*/
.about-ban{
    position: relative;
    margin-top: 70px;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(../img/about-ban.jpg)no-repeat;
    background-size: 100% 100%;
}
.about-ban-title{
    width: 1200px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.about-ban-title div{
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 45px;
}
.about-ban-title p{
    font-size: 22px;
    line-height: 35px;
}
.business-link{
    text-align: center;
    font-size: 18px;
    color: #6c6c6c;
    line-height: 25px;
    margin: 40px 0 80px;
}
.about-map{
    width: 100%;
    padding: 60px 0 120px;
    background: #F8F8F9;
}
.business-count{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.business-count .business-count-pep{
    width: 230px;
    height: 315px;
    border: 1px solid #666;
    text-align: center;
    padding: 0 30px;
}
.business-count .business-count-pep div{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 25px;
    text-align: left;
    margin: 40px 0 20px;
}
.business-count .business-count-pep span{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.business-count .business-count-pep p{
    color: #000;
    font-size: 14px;
    margin: 30px 0 35px;
}
.business-count .business-count-pep a{
    display: inline-block;
    width: 126px;
    height: 35px;
    background: url(../img/chat.png)no-repeat;
    background-size:100% 100%;
}
.business-count .business-count-pep a img{
    display: inline-block;
    width: 26px;
    height: 28px;
    background: #fff;
    margin-right: 15px;
}
.about-support-tit{
    font-size: 18px;
    color: #6c6c6c;
    margin: 40px auto 80px;
    width: 830px;
}
.about-support-tit p{
    line-height: 40px;
}
.about-support{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    justify-content: space-between;
}
.about-support .about-support-l{
    width: 330px;
    height: 240px;
    border: 1px solid #C4C4C4;
    position: relative;
    padding: 40px 0 0 70px;
}
.about-support .about-support-l div{
    font-size: 14px;
    color: #4e4e4e;
    font-weight: bold;
}
.about-support .about-support-l p{
    color: #666;
    line-height: 30px;
    margin: 15px 0 25px;
    height: 60px;
}
.about-support .about-support-l .chat{
    display: inline-block;
    width: 126px;
    height: 35px;
    background: url(../img/chat2.png)no-repeat;
    background-size:100% 100%;
}
.about-support .about-support-l .chat img {
    display: inline-block;
    width: 26px;
    height: 28px;
    background: #000;
    margin-right: 10px;
}
.about-support .about-support-l .img{
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(../img/ab-su1.png)no-repeat;
    background-size: 100% 100%;
    top: 31px;
    left: -30px;
}
.about-support .about-support-l .img2{
    background: url(../img/ab-su2.png)no-repeat;
    background-size:100% 100%;   
}
.about-support .about-support-l .img3{
    background: url(../img/ab-su3.png)no-repeat;
    background-size:100% 100%;   
}
.about-info{
    width: 100%;
    padding: 80px 0;
    background: #f8f8f8;
}
.about-info-count{
    justify-content: space-between;
}
.about-info-count .about-info-i{
    display: flex;
    background: #fff;
    padding: 50px 90px;
    width: 580px;
}
.about-info-count .about-info-i .img{
    width: 38px;
    height: 38px;
    background: #000;
    margin-right: 50px;
}
.about-info-count .about-info-i .about-info-i-ds div{
    font-size: 22px;
    color: #555;
    font-weight: bold;
    line-height: 30px;
    font-family: simhei;
    margin-bottom: 15px;
}
.about-info-count .about-info-i .about-info-i-ds p{
    color: #666;
    font-size: 18px;
    line-height: 40px;
}
/*----资讯-----*/
.news-ban{
    background: url(../img/company-ban.jpg) no-repeat center rgba(61,76,102,.92);
    background-size: cover;
}
.news-cout-list{
    justify-content: space-between;
}
.news-nav{
    font-family: arial;
    position: relative;
    margin-top: 0;
    width: 220px;
    height: 265px;
    background-color: #305DC3;
}
.news-nav-t{
    width: 220px;
    background-color: #264EA7;
    position: absolute;
    top: -70px;
    height: 150px;
    padding: 40px 31px 0;
    border-radius: 3px 3px 0px 0px;
}
.news-nav-t p.title{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    width: 158px;
    margin:-5px 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}
.news-nav-t p.subtitle{
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    color: #EAEAEA;
    /* margin-right: 31px; */
    width: 150px;
    text-align: right;
}
.news-nav-a{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px 35px;
    text-align: left;
    background-color: #305DC3;
    border-radius: 0px 0px 3px 3px;
}
.news-nav-a a{
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-left: 15px;
    display: block;
    height: 43px;
    line-height: 43px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #CFDCF9;
    font-size: 14px;
}
.news-nav-a a:hover{
    padding-left: 30px;
    background-color: #2249A0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list{
    width: 935px;
    padding-top: 60px;
}
.news-list .news-iten{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.news-list .news-iten .newscontent{
    display: flex;
}
.news-list .news-iten .newsimg{
    width: 180px;
    height: 110px;
    margin: 0 40px 0 0;
}
.news-list .news-iten .newsimg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.news-iten .newsbody {
    padding: 15px 0 0;
}
.news-iten .newsbody .title{
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 16px;
    color: #06090e;
    line-height: 32px;
    text-align: left;
}
.news-iten .newsbody .description{
    font-size: 13px;
    line-height: 22px;
    color: #B5B5B5;
}
.pages{
    padding: 55px 0 80px;
}
.pages a{
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    transition: background-color 0.2s ease-out;
}
.pages a.active{
    color: #fff;
    background-color: #305dc3;
}
.news-cout-detail-tit{
    margin: 100px 0 50px;
}
.news-cout-detail-tit h1{
    font-size: 26px;
    color: #444;
    margin-bottom: 8px;
    text-align: center;
}
.news-cout-detail-tit p{
    color: #c1c1c1;
    font-size: 16px;
    text-align: center;
}
.news-body{
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
}
/*---footer---*/
.footer{
    width:100%;
    min-width: 1200px;
    padding: 40px 0 30px;
    background:#242B3B;
    color:#ffffff;
}
.footer-auto{
    justify-content: space-between;
    padding: 0 35px;
}
.footer-lk-st .footer-lk-title,.footer-wx-title{
    font-size: 20px;
    margin: 10px 0 20px;
}
.footer-lk-st .footer-lk-i{
    font-size: 14px;
    display: flex;
    width: 680px;
    flex-wrap: wrap;
}
.footer-lk-st .footer-lk-i p{
    text-align: left;
    width: 320px;
    font-size: 16px;
    line-height: 40px;
}
.foot{
    width:100%;
    font-size: 14px;
    font-family:PingFangSC-Regular,PingFang SC;
    background-color: #2A2A2A;
    color:#ffffff;
    text-align: center;
    padding: 30px 0 20px;
}
.foot p{
    margin: 0;
    line-height: 35px;
}

/*---浮窗----*/
.floor{
    width: 80px;
    position: fixed;
    right: 10px;
    z-index: 99999;
    top: 0;
    transform: translateY(200px);
    background: linear-gradient(to bottom right, #1052FF, #1F85F9);
}
.floor .f-l{
    height: 80px;
    position: relative;
    cursor: pointer;
}
.floor .f-l .f-la{
    position: relative;
    text-align: center;
    display: block;
    padding: 15px 15px;
}
.floor .f-l .f-la:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 15px;
}
.floor .re-tu-tp .f-la:after{
display: none;
}
.floor .f-l .f-la img{
    display: inline-block;
    width: 24px;
    height: auto;
}
.floor .f-l .f-l-p{
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    margin-top: 10px;
}
.zx-visit{
    position: absolute;
    top: 0;
    left: 92px;
    background: linear-gradient(to bottom right, #1052FF, #439BFE);
}
.zx-visit-dh{
    width: 232px;
    height: 142px;
    text-align: center;
}
.zx-visit-dh img{
    padding: 20px 0 0;
}
.zx-visit-dh p{
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin: 15px 0 15px;
}
.zx-visit-dh div{
    display: inline-block;
    font-size: 12px;
    width: 135px;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius:  5px; 
    color: #fff;
}
.floor .f-l:hover .zx-visit{
    transition: all 300ms linear;
    transform: translateX(0);
    left: -238px;
}


.topnavul {      

    margin-top:240px;
   
 }
 .topnavul li{
     line-height: 50px;
     list-style: disc;
 }
.jjfacp{
    width: 100%;
    background: #F4F6F9;
    padding: 130px 0 85px;
}
.jjfacp-item1{
    width:160px;
    height: 328px;
}
.jjfacp-item1 .title{
    width: 160px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    margin-top:70px;
}
.jjfacp-item1 .title2{
    width: 160px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #979797;
    margin-top: 30px;
    line-height: 70px;
    font-size: 21px;
    color: #333333;
    text-align: center;
}
.jjfacp-item1 .title2 label{
    display: none;
    margin-left: 5px;
}
.jjfacp-item1 .title2:hover{
    width: 182px;
    height: 70px;
    background: #0067ED;
    border: 0;
    color:#FFFFFF;
    border-radius: 35px;
    margin-left: -10px;
}
.jjfacp-item1 .title2:hover label{
    display: inline-block;
}
.jjfacp-count {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 80%;
}
.jjfacp-count3{
width: 100%;
    background: #F4F6F9;
    padding: 100px 0 70px;
    margin-top: 60px;
}
.jjfacp-item2 {
    width: 20%;
    margin-right: 20px;
    text-align: center;
}
.jjfacp-count2{
	margin:0 auto;
}
.jjfacp-item2:nth-of-type(4n) {
    margin-right: 0;
}
.jjfacp-item1 span,.jjfacp-item2 span{
	width: 60%;
    text-align: center;
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.jjfacp-item1 img:hover,.jjfacp-item2 img:hover{
    box-shadow: 0px 15px 40px -10px rgb(138, 169, 188);
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}
.popbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.popbox .content {
    position: absolute;
    width: 550px;
    left: 50%;
    top: 150px;
    margin-left: -275px;
    padding: 25px;
    background: #fff;
}
.popbox a.close {
    background: #999;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
.popbox .content .tit {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
}
.popbox .content .input {
    background: #f6f6f6;
}
.message {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
}
.message dl {
    position: relative;
    padding: 0 0 0px 77px;
    line-height: 34px;
}
.message dl dt {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #2c2c2c;
}
.message dl dd {
    position: relative;
}
.message dl dd .ico {
    position: absolute;
    left: 11px;
}
.message dl dd .input {
    text-indent: 3em;
    border: 1px solid #cccccc;
    height: 32px;
    line-height: 32px;
    width: 99%;
}
.message dl dd .resetbtn {
    width: 100px;
    height: 40px;
    color: #333;
    cursor: pointer;
    background: #e4e4e4;
    border:0;
}
.message dl dd .sendbtn {
    width: 100px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    background: #2D6BE0;
    margin-right: 50px;
    border:0;
}
.message dl dd .tc {
    text-align: center;
}
.message dl dd text {
    padding-left:40px;
}

.cpsy-ban{
    margin-top: 70px;
    width:100%;
    min-width: 1200px;
    height: 600px;
    background: linear-gradient(90deg, #DAEAFD 0%, #F6F6F6 100%);
}

.cpsy-banr{
    width: 500px;
    float: right;
}

.cpsy-banl{
    width: 700px;
    height: 400px;
    float: left;
}

.cpsytitle{
    width: 504px;
    height: 84px;
    font-size: 72px;
    font-family: HYGangYiTiJ;
    color: #333333;
    line-height: 84px;
    display: block;
    margin-top:10px;
}
.cpsytitle2{
    width: 500px;
    height: 21px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #151618;
    line-height: 21px;
    display: block;
    margin-top:20px;
}
.cpsytitle3{
    width: 500px;
    height: 42px;
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    display: block;  
    margin-top:50px;  
}
.cpsybutton{
    width: 306px;
    height: 73px;
    background: linear-gradient(90deg, #0B87F4 0%, #065AF8 100%);
    border-radius: 37px;
    line-height: 73px;
    margin-top:50px;
    padding-left:30px;
}
.cpsybutton span{
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 20px;
}
.fwimg{
    width: 100%;
    text-align: center;
}
.fwtitle{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top:20px;
}
.fwcontent{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top:40px;
    padding-left: 20px;
    padding-right: 20px;
}
.sylcrow{
    width: 255px;
    height: 330px;
    background: #FFFFFF;
    border: 1px solid #979797;
    margin-left: 8px;
    margin-right:8px;
    text-align: center;
    padding-top:68px;
}
.sylcrowl{
    width: 35px;
    height: 330px;
    border:0;
    text-align: center;
    align-items: center;
    display: flex;
}
.sylcrowl img{
    width: 35px;
    height: 35px;
    border:0;
}

.sylcrowtitle{
    width: 100%;color: #666666;font-size: 14px;margin-bottom: 40px;
}
.sylcrowtitle2{
    width: 100%;color: #666666;font-size: 20px;margin-top:30px;
}
.dzrzimgl{
    float: left;
    width: 800px;
    padding-left: 20px;
}
.dzrzimgr{
    float: right;
    padding-right: 20px;
}
.dzrzimgl>img:hover,.dzrzimgr>img:hover{
    box-shadow: 0px 15px 40px -10px rgb(138, 169, 188);
transform: translate3d(0, -8px, 0);
transition: transform .3s ease;
}

/*-----------1-20-----------*/
.nav .sevNav{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 35px 0;
    background: #f9f9f9;
    border: 1px #ccc solid;
    z-index: 9999;
    display: none;
}
.nav .sevNav .boxLayer {
    background-color: #f9f9f9;
    width: 1000px;
    margin: auto;
}
.nav .sevNav .boxLayer .snavBox {
    width: 25%;
    padding: 5px 0px;
}
.nav .sevNav .boxLayer .mod_chanpin {
    width: 1100px;
    height: 100%;
    border-right: solid 1px #E3E3E3;
    z-index: 10050;
    margin-left: -70px;
}
.nav .sevNav .boxLayer .mod_chanpin dl {
    width: 25%;
    height: 100%;
    text-indent: 12px;
    float: left;
    text-align: center;
	border-left: solid 1px #E3E3E3;
} 
.nav .sevNav .boxLayer .mod_chanpin dl dt{
    line-height: 35px;
}
.nav .sevNav .boxLayer .mod_chanpin dl dt a{
    font-size: 14px;
    color: #1052FF;
	line-height: 30px;
}

.nav .sevNav .boxLayer .mod_chanpin dl dd{

}
.nav .sevNav .boxLayer .mod_chanpin dl dd a{
    display: block;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 30px;

}
.nav .sevNav .boxLayer .mod_chanpin dl dd a:hover{
	color: #1052FF;
}
.product-T{
    width: 1100px;
    margin: 0 auto;
}
.product-T-title{
    text-align: center;
    font-size: 32px;
    margin: 45px 0 50px;
}
.product-T-ma{
    padding: 0 0 200px;
}
.product-T-ma-tit{
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
}
.product-T-ma-tit li{
    padding: 5px 10px;
    border: 1px solid #ececec;
    margin: 0 15px;
    cursor: pointer;
	border-radius: 5px;
	    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.product-T-ma-tit li.on,.product-T-ma-tit li:hover{
    background: #1052FF;
    color: #fff;
}
.product-T-ma-count{

}
.product-serveb{
    display: none;
}
.product-serve{
    display: flex;
}
.product-serve img{
    width: 550px;
    height: 345px;
}
.product-serve .product-serve-count{
    width: 520px;
    margin-left: 50px;
}
.product-serve .product-serve-count h3{
    font-size: 32px;
    line-height: 40px;
    padding: 15px 0 10px;
}
.product-serve .product-serve-count p{
    font-size: 12px;
    line-height: 25px;
}
.product-serve .product-serve-count a{
    display: inline-block;
    color: #333;
    border: 1px solid #979797;
    padding: 0 15px;
    line-height: 30px;
    margin: 20px 0 0;
	    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.product-serve .product-serve-count a:hover{
	background: #1052FF;
    color: #fff;
}
.product-T-ma-count2{
    border-bottom: 1px solid #ccc;
    padding: 90px 0 50px;
    margin: 0 0 50px;
}



.product-T-ma-count .sie{
    display: block;
}
.item2{
    width: 100%;
}
.fc8{
    background-color: #F8F8F9;
}
.product-T-detail-introduce{
    padding: 20px 0 35px;
}
.product-T-detail-introduce p{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}
.znzzzd-im{
    text-align: center;
    padding: 45px 0 100px;
}
.sample-paper2{
    width: 100%;
    background: #fff;
}
.list-Pager{
    text-align: right;
    margin: 0 auto;
    width: 1200px;
    padding: 60px 0 50px;
}
.list-Pager a{
    float: right;
    font-size: 16px;
    color: #333;
    display: flex;
    width: 200px;
}
.list-Pager a .rt{
    display: block;
}
.list-Pager a .rt img {
    width: 28px;
}
.list-Pager a span{
	display: block;
    line-height: 30px;
    margin: 0 0 0 18px;
}
.list-Pager a:hover{
	color: #1052FF;
}
.product-T-detail-introduce-achievement{
    text-align: center;
}
.stystem-display{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    padding: 40px 0 60px;
}
.stystem-display-left{

}
.stystem-display-left h3{
    color: #333;
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 35px;
}
.stystem-display-left-detail{
    width: 500px;
}
.stystem-display-left-detail li{
    position: relative;
    line-height: 30px;
}
.stystem-display-left-detail li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #1153FF;
    top: 10px;
    left: -20px;
    border-radius: 6px;
}
.stystem-display-left-detail li span{
    color: #333;
    font-weight: bold;
}
.stystem-display-img{
    width: 1000px;
    padding: 0 0 50px;
}
.stystem-display-img img{
    width: 100%;
    height: auto;
}
.functional-application{
    overflow: hidden;
    padding: 50px 0 30px;
	width:1050px;
}
.functional-application .fu-ap{
    float: left;
    width: 300px;
    height: 173px;
    border: 1px solid #979797;
    margin: 0 70px 45px 0;
    text-align: center;
	cursor:pointer;
}
.functional-application .fu-ap i{
    padding: 20px 0 0;
    display: block;
}
.functional-application .fu-ap:nth-of-type(3n){
    margin-right: 0;
}
.functional-application .fu-ap h3{
    font-size: 20px;
    margin: 15px 0 10px;
    line-height: 30px;
}
.functional-application .fu-ap p{
    color: #4E4E4E;
    width: 60%;
    margin: 0 auto 0;
    line-height: 25px;
    padding: 10px 0 0;
}
.functional-application .fu-ap:hover{
    background: linear-gradient(to right,#1052FF, #439BFE);
    box-shadow: 2px 5px 10px #439bfe;
}

.functional-application .fu-ap:hover h3{
	color:#fff
}

.functional-application .fu-ap:hover p{
	color:#fff
}
/*--------------*/
.fuc-apply-detail{

}
.fuc-apply-detail h2{
    font-size: 24px;
    line-height: 30px;
    margin: 75px 0 0;
}
.fuc-apply-detail-count{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fuc-apply-detail-count .fade-co-li{
    display: flex;
    width: 310px;
    justify-content: space-between;
    padding: 40px 0 0;
}
.fuc-apply-detail-count .fade-co-li i{
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #065AF8;
}
.fuc-apply-detail-count .fade-co-li .fade-co{
    width: 240px;
}
.fuc-apply-detail-count .fade-co-li .fade-co h3{
    font-size: 20px;
}
.fuc-apply-detail-count .fade-co-li .fade-co p{
    font-size: 14px;
}
/*--------------------------*/
.proc1{
    width: 1000px;
    display: flex;
    padding: 60px 0 0;
}
.proc1 .proc1-i{
    display: flex;
    width: 470px;
    justify-content: space-between;
}
.proc1 .proc1-i li{
    width: 220px;
    text-align: center;
}
.proc1 .proc1-i li img{
    display: block;
    width: auto;
    height: 385px;
}
.proc1 .proc1-i li span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0;
    font-weight: bold;
}
.proc1 p{
    width: 270px;
    line-height: 30px;
    margin: 105px 0 0 115px;
}
/*------------em-word-----------*/
.em-word{

}
.em-word p{
    text-align: center;
    line-height: 20px;
    margin: 60px 0 40px;
}
.em-word .em-word-dv{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.em-word .em-word-dv .em-word-dv2{
    width: 470px;
}
.em-word .em-word-dv .em-word-dv2 img{

}
.em-word .em-word-dv .em-word-dv2 span{
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 125px;
}
.clode-cx{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    padding: 80px 0 40px;
}
.clode-cx-bd{
    display: flex;
    justify-content: space-between;
    width: 430px;
}
.clode-cx2{
    
}
.clode-cx2 img{
    box-shadow: 5px 2px 15px #b2b2b2;
}
.clode-cx2 span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 20px 0 0;
}
.clode-cx p{
    width: 343px;
    font-size: 14px;
    line-height: 45px;
    margin: 80px 80px 0 0;
}
.fw-rz{
    display: flex;
    justify-content: space-between;
    width: 750px;
    padding: 75px 0 0;
}
.fw-rz p{
    width: 320px;
    line-height: 40px;
    margin: 90px 0 0 0;
}
.fw-rz-img{

}
.fw-rz-img img{
    width: 100%;
    box-shadow: 2px 7px 20px #888888;
}
.fw-rz-img span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 20px 0 0;
}
/*---------------------*/
.sys-gn{
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0 90px;
	width:1100px;
}
.sys-gn li{
    width: 25%;
    text-align: center;
    padding: 45px 0 0;
}
.sys-gn li span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 20px auto 0;
    width: 70%;
    font-weight: bold;
}
.tech-pro{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 50px;
	width: 950px;
}
.tech-pro img{
    width: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.tech-pro span{
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #333;
    margin: 50px 0 0;
}
.report-s{

}
.report-s .report-s-t{
    display: flex;
    width: 1024px;
    margin: 35px auto 0;
    box-shadow: 2px 2px 10px #d4d4d4;
    padding: 30px 0 30px;
}
.report-s-t .report-s-t-l{
    width: 33.33%;
    text-align: center;
}
.report3{
    width: 140px;
    height: 140px;
    background: url(../img/report3-1.png)no-repeat center;
    margin: 0 auto;
}
.report-s-t .report-s-t-l .report3-2{
    background: url(../img/report3-2.png)no-repeat center;
}
.report-s-t .report-s-t-l .report3-3{
    width: 180px;
    background: url(../img/report3-3.png)no-repeat center;
}
.report-s-t .report-s-t-l p{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
}
.report-s-ic{
    text-align: center;
    padding: 35px 0 35px;
}
.report-s-ic img{
    margin: 0 10px;
}
.report-s-ic span{
    font-size: 14px;
}
.report-s-c{
    width: 1025px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.report-s-cc{
    width: 270px;
    height: 240px;
    box-shadow: 2px 3px 10px #dcdcdc;
}
.report-s-cc .report4{
    width: 105px;
    height: 115px;
    background: url(../img/report3-4.png)no-repeat center;
    margin: 40px auto 0;
}
.report-s-cc p{
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 50%;
    margin: 15px auto 0;
}
.report-s-cc .report4-2{
    background: url(../img/report3-5.png)no-repeat center;
}
.report-s-cc .report4-3{
    background: url(../img/report3-6.png)no-repeat center;
}
.report-s-cc .report4-4{
    background: url(../img/report3-7.png)no-repeat center;
}
.report-s-cc .report4-5{
    background: url(../img/report3-8.png)no-repeat center;
}
.report-s-ic2{

}
.report-s-ic2 p{
    font-size: 14px;
    line-height: 20px;
    margin: 80px 0 10px;
    text-align: center;
}
.report-s-ic3{
    margin: 35px auto;
    width: 270px;
    display: flex;
}
.report-s-ic3 span{
    display: block;
    width: 85px;
    color: #333;
}
.report-s-ic3 img{
    padding: 0 13px;
}
.report-s-ic3 img.report-s-ic3-i{
    transform:rotate(180deg);
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.report-s-ic3 .report-s-ic3-s{
    width: 70px;
}
/*--------------*/
.product-T-detail-introduce-self-xj{
    text-align: center;
}
.brand-gn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 50px;
	width:1100px;
}
.brand-gn .brand-gns{
    width: 290px;
    height: 205px;
    margin: 0 30px 45px 0;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
}
.brand-gn .brand-gns h3{
    text-align: center;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    color: #fff;
    background: #1052FF;
}
.brand-gn .brand-gns p{
    padding: 0 34px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin: 35px 0 0;
}
.brand-gn .brand-gns:nth-of-type(3n){
    margin-right: 0;
}
.brand-gn .brand-gns:nth-last-child(1) p{
    margin-top: 0;
}
.xtjg{
    width: 1050px;
}
.xtjg img{
    display: block;
    width: 60%;
    height: auto;
    margin: 90px auto 65px;
}
/*---------------*/
.could-xw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0;
}
.could-xw2{
    width: 865px;
    padding: 40px 0 40px;
}
.could-xw li{
    width: 25%;
    text-align: center;
}
.could-xw li div{

}
.could-xw li div img{
    
}
.could-xw li span{
    display: block;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    margin: 25px 0 20px;
}
.could-xw li p{
    width: 60%;
    margin: 0 auto;
}
.signal-mappimg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.signal-mappimg .signal-mappimg-ba{
    width: 350px;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi{
    display: flex;
    justify-content: space-between;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi li{
    width: 160px;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi li img{
    box-shadow: 0px 2px 13px 7px #ccc;
        transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi li img:hover{
transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi li p{
    width: 60%;
    margin: 20px auto 0;
}
.signal-mappimg .signal-mappimg-ba .signal-mappimg-bi li p span{
    font-weight: bold;
}
.signal-mappimg .signal-mappimg-ba h3{
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 20px 0 55px;
}

.proc1 .proc1-i li img:hover,.clode-cx2 img:hover,.fw-rz-img img:hover{
    box-shadow: 0px 15px 40px -10px rgb(138 169 188);
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}
.tech-pro img:hover,.report3:hover,.report-s-cc .report4:hover{
	transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
}


/*-------ai--------*/
.product-title-ai{
    width: 376px;
    text-align: center;
    font-size: 32px;
    color: #212529;
    background: url(../img/tuoy.png) no-repeat center;
    margin: 0 auto;
}
.scenarios{
    width: 100%;
    height: 120px;

}
.scenarios-tit-c{
    background-color: #3699FF;
}
.scenarios-tit{
    margin: 0 auto;
    position: relative;
    width: 326px;
    height: 100px;
}
.scenarios-tit h3{
    width: 100%;
    text-align: center;
    padding: 28px 0 0;
    font-size: 34px;
    color: #fff;
}
.scenarios-tit p{
    width: 170px;
    height: 24px;
    line-height: 24px;
    background-color: #3699FF;
    left: 80px;
    text-align: center;
    color: #bcdfff;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    bottom: -10px
}
.scenarios-tit-rote{
    position: absolute;
    top: 15px;
    width: 324px;
    height: 89px;
    border: 2px solid #b5d2f1;
}
.scenarios-ul{
    display: flex;
    justify-content: space-between;
    padding: 25px 0 30px;
    width: 1150px;
    margin: 0 auto;
}
.scenarios-ul li{
    position: relative;
    width: 19%;
}
.scenarios-ul li img{
    width: 100%;
    height: auto;
}
.scenarios-ul li span{
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}
.features{
    background: #ebf6fc;
    padding: 10px 0 20px;
}
.features ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px auto 0;
    width: 1150px;
}
.features ul li{
    width: 350px;
    height: 287px;
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.features ul li img{
    display: block;
    margin: 45px auto 0;
    height: 80px;
}
.features ul li h3{
    font-size: 20px;
    color: #40A3FF;
    margin: 10px 0 15px;
    line-height: 35px;
}
.features ul li p{
    color: #B6B6B6;
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
}
.features ul li:hover{
    background: linear-gradient(to right,#1052FF, #439BFE);
   box-shadow: 2px 5px 10px #439bfe;   
}
.features ul li:hover h3,.features ul li:hover p{
color:#fff;
}

/*---*/
.finance{
    width: 100%;
    min-width: 1200px;
    background: #40a3ff;
    color: #fff;
    padding: 35px 0 25px;
    margin:55px 0 30px
}
.finance h1{
    font-size: 34px;
    text-align: center;
}
.finance p{
    width: 1100px;
    margin: 0 auto;
    font-size: 18px;
    color: #f6fbfe;
    line-height: 40px;
}
.fun-app{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}
.fapd{
    padding: 20px 0 50px;
}
.fun-app .fun-app-div{
    width: 340px;
    height: 440px;
    border-top: 15px solid #40a3ff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #5f66f9;
}
.fun-app-div h3{
    font-size: 30px;
    text-align: center;
    color: #000;
    margin: 25px 0 30px;
}
.fapd .fapd-d{
    margin: 0 0 40px;
    overflow: hidden;
}
.fapd .fapd-d img{
    float: left;
    display: block;
    margin: 0px 15px 0 20px;
    width: 45px;
}
.fapd .fapd-d p{
    float: left;
    font-size: 16px;
    width: 240px;
    line-height: 25px;
}
.fapd .fapd-d.fad-1 p{
    margin: 10px 0 0;
}
.fapd .fapd-d.fad-9 img{
    margin: 15px 10px 0 25px;
}
/*----reimbursement----*/
.reimbursement{
    width: 100%;
    min-width: 1200px;
    background: #f2f2f2;
    padding: 1px 0 0;
}
.reimbursement-count{
    padding: 30px 0 40px;
    width: 1000px;
}
.reimbursement-count .rei-se{
    display: flex;
    justify-content: space-between;
}
.rei-se .rei-se-pi p{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 0;
}
.rei-se-pi .rei-se-pi-im{
    display: block;
    width: 95px;
    height: 99px;
    background: url(../img/re-se1.png)no-repeat center;
    background-size: 70%;
    margin: 0 auto;

}
.rei-se-pi-j i{
    display: block;
    width: 70px;
    height: 17px;
    background: url(../img/re-se-j.png)no-repeat center;
    margin: 40px 0 0;
    background-size: 90%;
}
.rei-se-pi .rei-se-pi-im2{
    background: url(../img/re-se2.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im3{
    background: url(../img/re-se3.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im4{
    background: url(../img/re-se4.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im5{
    background: url(../img/re-se5.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im6{
    background: url(../img/re-se10.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im7{
    background: url(../img/re-se9.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im8{
    background: url(../img/re-se8.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im9{
    background: url(../img/re-se7.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im10{
    background: url(../img/re-se6.png)no-repeat center;
    background-size: 70%;
}
.reimbursement-count .rei-se-j{
    text-align: right;
    height: 100px;
    position: relative;
}
.reimbursement-count .rei-se-j i{
    transform: rotate(90deg);
    display: inline-block;
}
.rei-se2 .rei-se-pi-j i{
    transform: rotate(180deg);
}
.fapd2{
    margin: 20px auto 50px;
}
.fapd2 .fun-app-div .fapd-txt{

}
.fapd2 .fun-app-div .fapd-txt p{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}
.fapd2 .fun-app-div .fapd-txt2 p{
    margin-bottom: 15px;
}

.rei-se-pi .rei-se-pi-im-cg{
    background: url(../img/c-ge1.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im-cg2{
    background: url(../img/c-ge.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im-cg3{
    background: url(../img/c-ge3.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im-cg4{
    background: url(../img/c-ge4.png)no-repeat center;
    background-size: 70%;
}
.rei-se-pi .rei-se-pi-im-cg5{
    background: url(../img/c-ge5.png)no-repeat center;
    background-size: 70%;
}
.rei-se .rei-se-pi-j2{
    position: relative;
}
.rei-se .rei-se-pi-j2 span{
    position: absolute;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    top: 18px;
}

.reimbursement-count .rei-se-pi-j3 i{

}
.rei-se-pi-j3 span{
    position: absolute;
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 14px;
    right: 10px;
    top: 20px;
    letter-spacing: 2px;
}
.exhibition2-tit{
    margin: 25px auto 30px;
}
.exhibition2{
    text-align: center;
    margin-bottom: 100px;
}
.exhibition2 img{
    margin: 25px 0 0;
}
@media screen and (max-width: 768px){
	.nav li {
		margin: 0px 30px;
	}
	.company-product {
		width: 1200px;
	}
}