﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "POPPINS-MEDIUM";
  src: url("../fonts/POPPINS-MEDIUM.woff2") format("woff2"),
       url("../fonts/POPPINS-MEDIUM.woff") format("woff"),
       url("../fonts/POPPINS-MEDIUM.ttf") format("truetype"),
       url("../fonts/POPPINS-MEDIUM.eot") format("embedded-opentype"),
       url("../fonts/POPPINS-MEDIUM.svg") format("svg");
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;font-family: "Arial","Microsoft Yahei"; list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width:1240px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; box-shadow:2px 2px 5px rgba(0,0,0,0.1);}
div.fy a:hover{ background-color:#1e266e;color:#FFF; box-shadow:2px 2px 5px rgba(0,0,0,0.1); }
div.fy a:active{ background-color:#1e266e;color:#FFF; box-shadow:2px 2px 5px rgba(0,0,0,0.1);}
div.fy span.current{ margin:2px 2px;padding:8px 12px;background-color:#1e266e;color:#FFF; font-size:1.4em; box-shadow:2px 2px 5px rgba(0,0,0,0.1);}
div.fy span.disabled{ margin:2px 2px;padding:8px 12px; color:#aaaaaa; box-shadow:2px 2px 5px rgba(0,0,0,0.1); font-size:1.4em;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:fixed;	top: 24px;	right: 25px;	z-index: 1000;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#1e266e; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*弹出input*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center {background-color:#444;  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left;border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;	display:block;}
.s-close::before,.s-close::after {	content:'';	width:40px;	height:2px;	background:#FFF;	display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {	-webkit-transform:rotate(45deg);	transform:rotate(45deg);}
.s-close::after {	-webkit-transform:translateY(-2px) rotate(-45deg);	transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}

.overCurtain2 {position: fixed; top: 0;    bottom: 0;    left: 0;    right: 0;width:100%;display:none; background-color:#000; opacity:0.7; z-index:999;}
.hide-center2 {position:fixed;right:0;left:0;	bottom:0;	top:20%;margin:auto;	display:none;	z-index:1000;	width: 100%;   max-width: 800px;	height:600px;}

/*header*/
.header .mune .m-dot,.header .mune:after,.header .mune a,.header,.header *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ z-index: 999; position: relative; border-bottom:1px solid #eee; background: #fff;}
.header .warp{ max-width: 1400px;}
.header .logo{ float:left;  padding:10px 0px; }
.header .mune span img{ margin-top: -7px;}
.header .mune{ float:right;}
.header .mune:after{ position: absolute; top:calc(100% + 1px); left: 0; width: 100%; height: 0px; background: #fff; content: "";}
.header .mune>*{ float:left;}
.header .mune .m-list{ position: relative;}
.header .mune .m-list>a{ display: inline-block; font-size:1.4em; color:#333; padding:30px 40px; line-height:20px;}
.header .mune .m-list:last-child>a{ padding: 30px 0 30px 40px;}
.header .mune .m-dot{ transform: scale(0); left: calc(50% - 80px); width: 160px; z-index: 22; position: absolute; top:100%; border-top:1px solid #f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; transform-origin : 50% 0  0;  padding: 10px 0;}
.header .mune .m-dot a{ display: block;  font-size: 1.4em; line-height: 16px; padding: 20px 6px 0 6px; color: #333; background: #fff;}
.header .mune .m-dot a:last-child{ padding-bottom: 20px;}
.header .mune .m-dot a:hover{ text-decoration: underline;}
.header .mune .m-list:hover .m-dot{  transform: scale(1);}
.header.h-showdown{ position: fixed; top:0; left: 0; width: 100%;  box-shadow: 0 0 20px rgba(0,0,0,0.4);}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background: #2c2f34; }
.footer .fo1{ padding: 60px 0 70px 0; overflow:hidden; background: url(../images/footer-bg.jpg) bottom right no-repeat; background-size: cover !important;}
.footer .fo1 .warp{ display: flex; justify-content: space-between;}
.footer .fo1 .mune{ justify-content: space-between; display: flex; width:calc(100% - 340px); overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune .dot{  float:left; padding-right: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune a{ line-height:20px; display:inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune h3 a{ font-weight: bold; font-size:1.4em; color:#fff;  padding-left: 4px; line-height: 1; margin-bottom: 30px; border-left:1px solid #8a8a8a;}
.footer .fo1 .mune p a{ font-size: 1.4em; color: #888; line-height: 24px; }
.footer .fo1 a:hover{ color: #fff; text-decoration: underline;}
.footer .fo1 .two{ width: 240px;}
.footer .fo1 .two p{ line-height: 1.5; color: #fff; font-size: 1.4em;}
.footer .fo1 .two p a{ font-size: 1em; color: #fff;}
.footer .fo1 .two p a:hover{ text-decoration: underline;}
.footer .fo1 .two img{ border-radius: 10px; margin-top: 20px;}

.footer .fo2{ padding: 14px 0; text-align:center;  overflow:hidden; }
.footer .fo2 p{ font-size:1.4em; color:#fff; line-height:18px;}
.footer .fo2 p a{ font-size: 1em; color: #fff; }
.footer .fo2 p a:hover{ text-decoration: underline;}

.bottomlist{ background:#1e266e; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}

/*banner*/
.banner .swiper-slide .img{transition:ease 5s all;-moz-transition: ease 5s all; -webkit-transition:ease 5s all; -o-transition: ease 5s all;}
.banner .swiper-slide{ overflow: hidden;}
.banner .swiper-slide .img{ background-size:cover !important; height:770px;  transform: scale(1.2);}
.banner .swiper-slide-active .img{  transform: scale(1);}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner  .swiper-pagination-custom,.banner  .swiper-pagination-fraction{ bottom: 50px;}
.banner .swiper-pagination-bullet{ width: 12px; height: 12px; background: #fff;}
/*inews*/
.inews{ padding: 50px 0;}
.inews .itxt{ display: flex; justify-content: space-between; margin-top: 20px; overflow: hidden;}
.inews .itxt>div{ width: calc(50% - 7px); background: #f5f5f5;}
.inews .itxt .tit{ padding: 12px 20px; background: #1e266e; color: #fff; display: flex; justify-content: space-between; align-items: center;}
.inews .itxt .tit h3{ font-size: 1.8em; line-height: 1.5; font-weight: bold;}
.inews .itxt .tit a{ font-size: 1.4em; color: #fff; line-height: 1.5;}
.inews .itxt .txt .t{ padding: 12px;}
.inews .itxt .txt .t a{ display: flex; justify-content: space-between; width: 100%; border-bottom: 1px solid #fff; padding: 6px 0; align-items: center;}
.inews .itxt .txt .t p{ font-size: 1.6em; color: #333; line-height: 24px; height: 24px; width: calc(100% - 80px); display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .itxt .txt .t span{ font-size: 1.4em; color: #333; line-height: 1.5; width: 80px; text-align: right;}
.inews .itxt .img .btn{ width: 70px; height: 30px; position: relative;}
.inews .itxt .img .inp:after,.inews .itxt .img .inn:after{ display: none;}
.inews .itxt .img .inp,.inews .itxt .img .inn{ width: 29px; height: 27px; background-size: contain; margin-top: 0; top:0; } 
.inews .itxt .img .inp{ background-image: url(../images/inq.jpg); left: 0;}
.inews .itxt .img .inn{ background-image: url(../images/inn.jpg); right: 0;}
.inews .itxt .img .t{ display: flex; align-items: center;  padding: 12px;}
.inews .itxt .img a{ height: 100%; display: flex; align-items: center;}
.inews .itxt .img a>*{ width: 50%;}
.inews .itxt .img .ti img{ width: 100%;}
.inews .itxt .img .tip{ padding-left: 20px;} 
.inews .itxt .img .tip h3{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 24px; height: 48px;  margin-bottom: 10px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2}
.inews .itxt .img .tip p{ font-size: 1.4em; color: #333; line-height: 24px; height: 72px;  margin-bottom: 30px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .itxt .img .tip span{ font-size: 1.4em; color: #333; line-height: 24px;} 



.inews .txts{ padding: 60px 0 70px 0; overflow: hidden;}
.inews .txts .dot{ width: calc(50% - 20px); float:left; margin: 0 10px; position: relative; z-index: 1;}
.inews .txts .dot .img{ background-size:cover !important; height:360px}
.inews .txts .dot:first-child:after{ position: absolute;  top:-10px; left: -10px; width: 180px; height: 180px; background: #1e266e; content: ""; z-index: -1;}
.inews .txts .dot:last-child:after{ position: absolute;  bottom:-10px; right: -10px; width: 180px; height: 180px; background: #71b2d9; content: ""; z-index: -1;}
.inews .txts .dot .txt{ float:right; max-width: 380px; width: 100%; overflow: hidden;}
.inews .txts .dot:first-child .txt{ margin-top: 35px;}
.inews .txts .dot:last-child .txt{ margin-bottom: 35px;}
.inews .txts .dot .txt>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .txts .dot .txt .date{ text-align: right; width:80px; padding-right: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-right: 4px solid #1e266e;}
.inews .txts .dot .txt .date h3{ font-size: 1.4em; color: #333; line-height: 16px;}
.inews .txts .dot .txt .date h4{ font-size: 2.4em; color: #333; }
.inews .txts .dot .txt p{ padding-left: 20px; width: calc(100% - 80px); font-size: 1.8em; line-height: 20px; color: #333; height: 40px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
/*iab*/
.iab .txts .txt a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iab{ padding: 70px 0 140px 0; position:relative; background:url(../images/I.png)  80% -20% no-repeat #f3f6f9; background-size:auto;}
.iab .txts{ overflow: hidden; padding: 50px 0 0 0;}
.iab .txts>*{ float:left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab .txts .txt h3{ font-size: 2.4em; line-height: 1.5;}
.iab .txts .txt h5{ font-size: 3em; color: #219439; font-weight: bold; margin:10px 0 30px 0;}
.iab .txts .txt h5 span{ font-size: 1em; color: #313131;}
.iab .txts .txt p{ font-size: 1.4em; color: #888888; line-height: 24px;}
.iab .txts .txt a{ font-size: 1.4em; color: #fff; background: #1e266e; display: inline-block; padding: 10px 45px; margin-top: 85px; position: relative;}
.iab .txts .txt a:after{ position: absolute; top:18px; right:-30px; width: 60px ; height: 1px; content: ""; background: #333;}
.iab .txts .txt:hover a{ background: #333;}
.iab .txts .txt{ padding-right: 5%;}
.iab .txts .video{ padding-left: 2%; padding-top: 20px;}
/*ip*/
.ip .img img,.ip .t:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ padding: 90px 0 120px 0; background: url(../images/ip-bg.jpg) top center no-repeat; background-size: cover !important;}
.ip .tits3 h3,.ip .tits3 h4,.ip .tits3 p{ color: #fff;}
.ip .tits3 span{ background: #fff;}
.ip .img img{ width: 100%;}
.ip .img{ overflow: hidden; margin-bottom: 5px;}
.ip .t{ padding: 30px 20px; background: #fff; text-align: center; position: relative;}
.ip .t:after{ position: absolute; top:-19px; left: calc(50% - 19px); width: 38px; height: 38px; background:url(../images/product/more.png) center center no-repeat; content: ""; transform: scale(0);}
.ip .t h3{ font-size: 1.8em; color: 333; line-height: 1.5; font-weight: bold;}
.ip .t h4{ font-size: 1.4em; color: #888; line-height: 20px; height: 20px; text-transform: uppercase; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.ip .swiper-slide:hover .img img{ transform: scale(1.05);}
.ip .swiper-slide:hover .t:after{ transform: scale(1);}
/*icase*/
.icase .cdot .cd .t,.icase .more a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.icase{ padding: 60px 0 70px 0; background: url(../images/icase-bg.jpg) center center no-repeat; background-size: cover !important;}
.icase .cdot{ display: flex; justify-content: space-between;}
.icase .cdot .cd{ position: relative; width: calc(50% - 10px); overflow: hidden;  background-size: cover !important;}
.icase .cdot .cd .img{ overflow: hidden;}
.icase .cdot .cd .img img{ width: 100%;}
.icase .cdot .cd .t:last-child{ position: absolute; bottom:-100%; left: 0; width: 100%; height: 100%; flex-wrap: wrap; align-content: center;  display: flex; align-items: center; justify-content: center; background: rgba(30,38,110,0.6); }
.icase .cdot .cd .t{ padding: 60px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.icase .cdot .cd .t:first-child{ opacity: 0;}
.icase .cdot .cd .t h3{ font-weight: bold; font-size: 2em; border-bottom: 1px solid #fff; color: #fff; line-height: 1.5; margin-bottom: 10px; padding-bottom: 6px; width: 100%;}
.icase .cdot .cd .t p{ font-size: 1.4em; color: #fff; line-height: 2;  width: 100%;}

.icase .cdot .cd:hover .t:last-child{ bottom:0;}
.icase .more{ text-align: center; margin-top: 50px;}
.icase .more a{ display: inline-block; padding: 4px 30px; background: #1e266e; color: #fff; font-size: 1.4em; line-height: 1.5;}
.icase .more a:hover{box-shadow: 2px 2px 6px rgba(0,0,0,0.6);}

/*ipartners*/
.ipartners { padding-top: 60px; }
.ipartners .txts{ padding: 10px 0 130px 0; overflow: hidden; }
.ipartners .txts .dot{ width: calc(20% - 20px); margin: 10px; float:left;}
.ipartners img{ max-width: 100%;}
.ipartners .ipartners-slider{ padding-bottom: 40px;}

/*tits2*/
.tits2{ text-align: center;}
.tits2 h3{ font-size:2.4em; color:#1e266e; font-weight:bold; margin-bottom: 10px; text-transform: uppercase;}
.tits2 h4{ font-size: 2.4em; color: #333; font-weight: bold; margin-bottom: 12px;}
.tits2 span{ margin: 8px 0 28px 0; width: 48px; height: 2px; background: #1e266e; display: inline-block;}
.tits2 p{ font-size: 1.4em; color: #333; line-height: 18px;}
/*tits3*/
.tits3{ text-align: center;}
.tits3 h3{ font-size:2.4em; color:#888; margin-bottom: 5px; text-transform: uppercase;}
.tits3 h4{ font-size: 2.4em; color: #333; font-weight: bold; margin-bottom: 12px;}
.tits3 span{ margin: 8px 0 28px 0; width: 48px; height: 2px; background: #1e266e; display: inline-block;}
.tits3 p{ font-size: 1.4em; color: #333; line-height: 18px;}

/**/
.tits4 {
    text-align: left;
}
/*banners*/
.banners{ height:430px; background-size:cover !important;}
.about{ height: 690px; background:url(../images/banners/about-banner.jpg) center center no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center center no-repeat;}
.news{ background:url(../images/banners/news-banner.jpg) center center no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center center no-repeat;}
.product2{ background:url(../images/banners/product2-banner.jpg) center center no-repeat;}
.service{ background:url(../images/banners/service-banner.jpg) center center no-repeat;}
.join{ background:url(../images/banners/join-banner.jpg) center center no-repeat;}
.case{ background:url(../images/banners/case-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.development-ban{ background:url(../images/banners/development-banner.jpg) center center no-repeat;}

/*network*/
.network{ padding: 50px 0 160px 0;}
.network .txts{ text-align: center; margin-top: 75px;}
.network .txts img{ max-width: 100%;}
/*sale*/
.sale{ padding: 50px 0 180px 0;}
.sale .txts{ margin-top: 50px;}
.sale .dot{ overflow: hidden; margin: 20px 0;}
.sale .dot>*{ float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sale .dot .img{ width: 46%;}
.sale .dot .img img{ max-width: 100%;}
.sale .dot .txt{ width: 54%; padding: 50px 40px;}
.sale .dot .txt h3{ font-size: 2.4em; color: #1e266e; font-weight: bold; margin-bottom: 25px;}
.sale .dot .txt p{ font-size: 1.4em; line-height: 20px; color: #333;}
.sale .dot:nth-child(2n) .img{ float: right;}
/*case*/
.case-t .c-list a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.case-t{ padding: 50px 0 120px 0;}
.case-t .c-list{ text-align: center; overflow:hidden; margin-bottom:30px; display: flex; justify-content: center;}
.case-t .c-list a{ padding:12px 40px; font-size:1.4em; background:#eee;}
.case-t .c-list a:hover,.case-t .c-list a.lock{ background:#1e266e; color:#fff;}
.case-t .boxs{ overflow: hidden; width: calc(100% + 20px); margin-left: -10px; margin-top: 20px;}
.case-t .boxs .box img{ max-width: 100%; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.case-t .boxs .box .img{ overflow: hidden;}
.case-t .boxs .box{ float:left; width: calc(33.33% - 20px); margin: 10px; text-align: center;}
.case-t .boxs .box h3{ font-size: 1.6em; color: #333; line-height: 24px; padding: 18px 0; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; height: 24px;}
.case-t .boxs .box:hover img{ transform: scale(1.05);}

/*newsshow*/
.newsshow{ padding:50px 0 120px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#666; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; text-indent:0em;}
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#1e266e !important; color:#fff !important;}

/*news*/
.news-t .boxs .box a h3{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ padding: 60px 0 120px 0;}
.news-t .boxs{ border-top:1px solid #d2d2d2; }
.news-t .boxs .box a{ padding: 10px 0; display: flex; border-bottom: 1px solid #d2d2d2; align-items: center;}
.news-t .boxs .box a h3{ font-size: 1.6em; color: #333; line-height: 24px;  width: calc(100% - 80px);}
.news-t .boxs .box a p{ width: 80px; font-size: 1.4em; color: #333;}
.news-t .boxs .box:hover a h3{ font-weight: bold; color: #1e266e;}
.news-t .boxs .box:hover a{ border-bottom: 1px solid #1e266e;}


/*contact*/
/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 31px; padding: 0 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:360px; border:1px solid #ddd;}

.contact-t .c1{ padding: 55px 0 80px 0; background: #f5f5f5;}
.contact-t .c1 .txts{ overflow: hidden; margin-top: 35px;}
.contact-t .c1 .txts>*{ float: left;}
.contact-t .c1 .txts .txt{ width: 45%;}
.contact-t .c1 .txts .map{ width: 55%;}
.contact-t .c1 .txts .txt h3{ font-size: 2.4em; color: #1e266e; font-weight: bold; margin-bottom: 40px;}
.contact-t .c1 .txts .txt p{ font-size: 1.4em; line-height: 24px; color: #333;  margin-bottom: 15px;}
.contact-t .c1 .txts .txt p span img{ margin-bottom: -8px; margin-right: 8px;}
.contact-t .c1 .txts .txt p a{ font-size: 1em; color: #333; }
.contact-t .c1 .txts .txt p a:hover{text-decoration: underline;}
.contact-t .c2{ padding: 80px 0 120px 0;}
.c2 .btn .fc-btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.c2 .dot{ width:calc(100% + 30px); margin:40px 0 0 -15px;}
.c2 input,.c2 textarea{ outline:none; border:1px solid #e2e2e2; padding:8px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:1.4em; line-height:24px; color:#888;}
.c2 .fc-input{ width:calc(33.33% - 30px); margin:0 15px 30px 15px; float:left;}
.c2 textarea{ width:100%; margin-bottom:40px; font-family: "Arial","Microsoft Yahei";}
.c2 .fc-input::-webkit-input-placeholder { color:#666;}
.c2 .fc-input:-moz-placeholder { color:#666;}
.c2 .fc-input::-moz-placeholder { color:#666;}
.c2 .fc-input:-ms-input-placeholder { color:#666;}
.c2 .btn{ text-align:center;}
.c2 .btn .fc-btn{ border-radius: 5px; border:none; padding:8px 60px; margin:0 10px; font-size:1.4em; color:#f3f3f3; line-height:24px; cursor:pointer; background:#0052b6;}
.c2 .btn .fc-btn:hover{ background:#1e266e; }

/*ab-list*/
.ab-list a:after,.ab-list a:before{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ab-list{ text-align: center; background: #f7f7f7;}
.ab-list a{ position: relative; font-size: 1.4em; color: #555; display: inline-block; padding: 20px 40px; line-height: 1.5; overflow: hidden;}
.ab-list a:after{ opacity: 0; position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 3px; background: #1e266e;}
.ab-list a:before{ opacity: 0; position: absolute; content: ""; bottom:3px; left: calc(50% - 6px);  border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1e266e;
    content: " ";
    display: block; width: 0; height: 0;}
.ab-list a:hover:before,.ab-list a:hover:after,
.about1 .a1:before,.about1 .a1:after,
.about2 .a2:before,.about2 .a2:after,
.about3 .a3:before,.about3 .a3:after,
.about4 .a4:before,.about4 .a4:after,
.about5 .a5:before,.about5 .a5:after,
.about6 .a6:before,.about6 .a6:after,
.j1 .j1:before,.j1 .j1:after,
.j2 .j2:before,.j2 .j2:after,
.j3 .j3:before,.j3 .j3:after{ opacity: 1; }

/*about*/
.about-t .ab1 .imgs .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab1{ padding: 90px 0;}
.about-t .ab1 .txts{ margin-top: 10px;}
.about-t .ab1 .txts p{ font-size: 1.4em; color: #555555; line-height: 24px; margin-bottom: 24px; text-indent: 2em;}
.about-t .ab1 .imgs{ display: flex; justify-content: space-between; margin-top: 70px;}
.about-t .ab1 .imgs .img{ overflow: hidden; width: calc(50% - 20px);} 
.about-t .ab1 .imgs .img img{ width: 100%;}
.ab2 {
    padding: 80px 0 0 0;
    background-color: #e5e3e8;
}
.ab26 {
    margin-top: 46px;
}
.ab2 .warp{ display: flex;}
.ab2 .txt{ width: 55%;}
.ab2 .txt .t p{ font-size: 1.6em; color: #333; line-height: 3; text-indent:2em}
.ab2 .txt .t span{ text-align: right; display: block; margin: 40px 0 0 auto;}
.ab2 .img{ width: 45%; text-align: center; overflow: hidden;}
.ab2 .img img{ max-width: 100%;}
.about-t .ab1 .imgs .img img:hover{ transform: scale(1.05);}

/*culture*/
.culture{ padding: 60px 0;}
.culture .cds .cd{ display: flex; margin-top: 20px; border-radius: 10px; text-align: center; overflow: hidden; border: 1px solid #d2d2d2; align-items: center;}
.culture .cd .t{ padding: 10px; width: 30%; background: #a0a0a0; color: #fff;}
.culture .cd .t h3{ font-size: 1.8em; font-weight: bold; line-height: 1.2;}
.culture .cd .t h4{ font-size: 1.4em; line-height: 1.2;}
.culture .cd .tip{ width: 70%;}
.culture .cd .tip p{ font-size: 1.8em; color: #333; line-height: 1.5;}
/*ability*/
.ability{ padding: 80px 0;}
.ability .txt h3{ font-size: 3em; font-weight: bold; color: #333; }
.ability .txt h4{ font-size: 1.4em; color: #888; line-height: 1.5; margin: 10px 0;}
.ability .txt h5{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 1.5; margin-bottom: 10px;}
.ability .txt p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.ability .abtd{ margin-top: 40px;}
.ability .abd{ display: flex; margin-top: 20px; background: #f3f3f3; width: calc(100% - 30px); margin-left: 30px; align-items: center;}
.ability .abd span{ border:5px solid #1e266e; border-radius: 50%; padding:6px; margin-left:-30px; background: #f3f3f3;}
.ability .abd:nth-child(2n) span{ border:5px solid #219439;}
.ability .abd .t{ padding: 0 30px; display: flex; align-items: center;}
.ability .abd .t h3{ font-size: 1.8em; font-weight: bold; line-height: 1.5;}
.ability .abd .t p{ font-size: 1.4em; line-height: 1.5;}
.ability .abd .t p{ font-size: 1.4em; line-height: 1.5;}

/*23-11-08 honor*/
.h-imgs .img,.h-imgs .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.h-imgs{ display: flex;  flex-wrap:wrap;}
.h-imgs .img{ width: calc(25% - 10px); margin:20px 5px;  }
.h-imgs .img img{ width: 100%;}
.h-imgs .img .i{ overflow: hidden;  border: 5px solid #f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.h-imgs .img .i:hover{ border: 5px solid #1e266e;}
.h-imgs .img p{ font-size: 1.4em; color: #333; text-align: center; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; margin-top: 10px;}
.h-imgs .img:hover img{ transform: scale(1.05);}

/*sersup*/
.serd,.serd:after,.serd h3{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.sersup{ padding: 80px 0;}
.sersup .ser1{ background: url(../images/about/ser1.jpg) center center no-repeat;}
.sersup .ser2{ background: url(../images/about/ser2.jpg) center center no-repeat;}
.sersup .ser3{ background: url(../images/about/ser3.jpg) center center no-repeat;}
.sersup .ser4{ background: url(../images/about/ser4.jpg) center center no-repeat;}
.sersup .ser5{ background: url(../images/about/ser5.jpg) center center no-repeat;}
.serds{ display: flex; color: #fff; }
.serd{ overflow: hidden; cursor: pointer; display: flex; align-items: center; position: relative; width: 20%; height: 450px; padding: 40px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.serd:after{ position: absolute; top:0; left: 0; width: 100%; height: 100%; content: ""; background: #1e266e; opacity: 0.2;}
.serd .t{ position: relative; z-index: 2;}
.serd h3{ transform: translateY(100px); font-size: 2em; font-weight: bold; margin-bottom: 20px; text-align: center;}
.serd p{ height: 0; opacity: 0; font-size: 1.4em; line-height: 1.5;}
.serd:hover{ width: 40%;}
.serd:hover:after{ opacity: 0.6;}
.serd:hover h3{ text-align: left; transform: translateY(0px);}
.serd:hover p{ height: auto; opacity: 1; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}



/*development*/
.development{ background: url(../images/about/development-bg.jpg) bottom center no-repeat #197cc9; background-size: cover !important; padding: 180px 0;}
.development .tit{ text-align: center; color: #fff; margin-bottom: 40px;}
.development .tit h3{ text-transform: uppercase; font-size: 3em; font-weight: bold; line-height: 32px; margin-bottom: 5px;}
.development .tit h4{ font-size: 2.4em; font-weight: bold; margin-bottom: 10px;}
.development .tit span{ display: inline-block; width: 48px; height: 2px;  background: #fff;}
.development .boxs{ position: relative; padding: 80px 0; }
.development .boxs:after{ content: ""; position: absolute; bottom:0; left: calc(50% - 1px); width: 2px; height: calc(100% - 20px);  background: #c9deee;}
.development .boxs:before{ content: ""; position: absolute; top:0; left: calc(50% - 23px); width: 42px; height: 42px; border: 2px solid #71b2d9; border-radius: 50%; z-index: 2;}
.development .boxs .box{ margin: 10px auto; max-width: 800px; position: relative;}
.development .boxs .box .txt{ width: calc(50% - 40px); border-radius: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px;}
.development .boxs .box .txt h3{ font-size: 2em; font-weight:bold; line-height: 30px; padding: 5px 20px;}
.development .boxs .box .txt p{ font-size: 1.6em; line-height: 24px;}
.development .boxs .box .txt .t{ min-height: 72px; padding: 5px 20px;}
.development .boxs .box:nth-child(1):after{ content: ""; position: absolute; top:-75px; left: calc(50% - 8px); width: 16px; height: 16px; background:#f96b03; border-radius: 50%; z-index: 2;}
.development .boxs .box:nth-child(2n-1):before{ content: ""; position: absolute; top:calc(50% - 8px); left: calc(50% - 8px); width: 16px; height: 16px; background:#f96b03; border-radius: 50%; z-index: 2;}
.development .boxs .box:nth-child(2n):before{ content: ""; position: absolute; top:calc(50% - 11px); left: calc(50% - 11px); width: 22px; height: 22px; background:#f2f2f2; border-radius: 50%; z-index: 2;}
.development .boxs .box:nth-child(2n) .txt{ float:right; width: calc(50% - 40px);}
.development .boxs .box:nth-child(3n) .txt{ background: #1e266e; color: #fff; }
.development .boxs .box:nth-child(3n) .txt h3{border-bottom: 1px solid #5a9dcb;}
.development .boxs .box:nth-child(3n-1) .txt{ background: #fff; color: #333; }
.development .boxs .box:nth-child(3n-1) .txt h3{ border-bottom: 1px solid #d9d9d9;}
.development .boxs .box:nth-child(3n-2) .txt{ background: #085285; color: #fff; }
.development .boxs .box:nth-child(3n-2) .txt h3{ border-bottom: 1px solid #5386aa;}







/*join*/
.join-t .boxs .txt .img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.join-t{ padding: 50px 0 120px 0;}
.join-t .txts p{ text-indent: 2em; font-size: 1.4em; color: #333; line-height: 18px; margin-bottom: 24px;}
.join-t .txts p.bold{ color: #1e266e; font-weight: bold;}
.join-t .boxs{ margin-top: 60px; display: table; width: 100%;}
.join-t .boxs>*{ display: table-cell; width: 50%; vertical-align: top;}
.join-t .boxs .imgs{ background: url(../images/join-1.jpg) center center no-repeat;}
.join-t .boxs .txt .img{ background: url(../images/join-2.jpg) center center no-repeat; text-align: center; padding:45px 20px 40px 20px; background-size: 100% 100%;}
.join-t .boxs .txt .img:hover{ background-size: 105% 105%;}
.join-t .boxs .txt .img a{ width:fit-content; display: inline-block; margin-left: 20%;}
.join-t .boxs .txt .img h3{ font-weight: bold; font-size: 3em; color: #fff; border-bottom: 1px solid #fff; padding-bottom: 12px; margin-bottom: 12px;}
.join-t .boxs .txt .img h3 span{ font-size: 1em; color: #f3d187;}
.join-t .boxs .txt .img p{ font-size: 1.6em; line-height: 24px; color: #fff;}
.join-t .boxs .txt .t{ background: #f3f3f3; padding: 30px 15%;}
.join-t .boxs .txt .t p{ font-size: 1.6em; color: #333; line-height: 24px;}
.join-t .boxs .txt .t p a{ font-size: 1em;}
.join-t .boxs .txt .t p a:hover{ text-decoration: underline;}

/*prdduct*/
.prodcut-t .product-list .pl2 a,.prodcut-t .product-list .pl .pd p a,.prodcut-t .product-boxs .boxs .box img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.prodcut-t{ padding: 60px 0 120px 0; overflow: hidden;}
.prodcut-t .product-list{ float:left; width: 290px; padding-right: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prodcut-t .product-list .pl .tit{ background: #1e266e; padding: 45px 20px 10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prodcut-t .product-list .pl .tit h3{ font-size: 1.8em; color:#fff; line-height: 24px; text-transform: uppercase;}
.prodcut-t .product-list .pl .pd p{ border-bottom: 1px solid #e3e3e3; padding: 10px;}
.prodcut-t .product-list .pl .pd p a{  font-size: 1.4em; color: #000; line-height: 20px;}
.prodcut-t .product-list .pl .pd p a span{ margin-right: 5px;}
.prodcut-t .product-list .pl .pd .two-line p{ text-indent: 3em; padding: 5px 0; }
.pm .prodcut-t .product-list .pl .lock,.prodcut-t .product-list .pl .pd p a:hover{ color: #1e266e; font-weight: bold;}
.prodcut-t .product-list .pl2{ margin-top: 5px;}
.prodcut-t .product-list .pl2 a{ display: block; font-size: 1.6em; color: #1e266e; line-height: 24px; padding: 12px 25px; font-weight: bold; background: #efefef; margin: 10px 0;}
.prodcut-t .product-list .pl2 a:hover,.l1 .l1,.l2 .l2,.l3 .l3,.l4 .l4,.l5 .l5,.l6 .l6,.l7 .l7{ background:  #1e266e; color: #fff;}
.prodcut-t .product-boxs{ float:left; width: calc(100% - 290px);}
.prodcut-t .product-boxs .boxs{ overflow: hidden; width: calc(100% + 20px); margin-left: -10px;}
.prodcut-t .product-boxs .boxs .box{ float:left; width: calc(33.33% - 20px); text-align: center; margin: 10px;}
.prodcut-t .product-boxs .boxs .box img{ max-width: 100%;}
.prodcut-t .product-boxs .boxs .box .img{ overflow: hidden;}
.prodcut-t .product-boxs .boxs .box p{ margin: 12px 0; line-height: 24px; font-size: 1.4em; color: #333; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; height: 24px;}
.prodcut-t .product-boxs .boxs .box:hover img{ transform: scale(1.05);}
.prodcut-t .product-boxs .tits2 h3{ font-size: 2.4em;}

/*zhihui*/
.zhihui1,.zhihui2,.zhihui3,.zhihui4,.zhihui5{ overflow: hidden; height: 100vh; background-size: cover !important;}
.zhihui1{ background: url(../images/zhihui/zhbg1.jpg) center center no-repeat;}
.zhihui2{ background: url(../images/zhihui/zhbg2.jpg) center center no-repeat;}
.zhihui3{ background: url(../images/zhihui/zhbg3.jpg) center center no-repeat;}
.zhihui4{ background: url(../images/zhihui/zhbg4.jpg) center center no-repeat;}
.zhihui5{ background: url(../images/zhihui/zhbg5.jpg) center center no-repeat;}
.zhihui1 .txt{ padding-top: 26%; color: #fff;}
.zhihui1 .txt h3{ font-size: 4.8em; font-weight: bold; margin-bottom: 30px;}
.zhihui1 .txt p{ font-size: 1.4em; line-height: 24px;  max-width: 44%;}
.zhihui2{ color: #fff; }
.zhihui2 .tit{ text-align: center; padding: 10% 0;}
.zhihui2 .tit h3{ font-size: 3.6em; font-weight: bold;}
.zhihui2 .txt{ float:right; max-width: 30%;}
.zhihui2 .txt .dot{ margin-bottom: 25px;}
.zhihui2 .txt .dot h3{ font-size: 1.8em; color: #0b94bb; font-weight: bold; margin-bottom: 12px;}
.zhihui2 .txt .dot p{ font-size: 1.4em; line-height: 24px;}
.zhihui3 .tit{ text-align: center; padding: 6% 0 4% 0;}
.zhihui3 .tit h3{ font-size: 3.6em; font-weight: bold; color: #fff;}
.zhihui3 .txt{ color: #fff; overflow: hidden; position: relative;}
.zhihui3 .txt:after{ position: absolute; top: 45px; left: 10%; width: 80%; height: 1px; content: ""; background: #5775ab; z-index: 1;}
.zhihui3 .txt .dot{ position: relative; z-index: 2; width:calc(16.66% - 40px); margin: 0 20px; float: left; text-align: center;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.zhihui3 .txt .dot .d{ background: #002e7f; max-width:120px; margin: 0 auto;}
.zhihui3 .txt .dot h3{ display: block; width: 90px; height: 90px; background: #5775ab; border-radius: 50%; padding:38px 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; font-size: 1.6em; margin-bottom: 20px;}
.zhihui3 .txt .dot p{ font-size: 1.4em; line-height: 18px;}
.zhihui4 .tit{ text-align: center; padding: 6% 0 10% 0;}
.zhihui4 .tit h3{ font-size: 3.6em; font-weight: bold; color: #fff;}
.zhihui4 .dots{ color: #fff; overflow: hidden;}
.zhihui4 .dots .dot{ float: left; width:40%; margin: 5%;}
.zhihui4 .dots .dot>*{ float:left;}
.zhihui4 .dots .dot span{ font-size: 9em; font-weight: bold; width: 138px;  height: 160px; background-size:contain !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 35px 0; text-align: center;}
.zhihui4 .dots .dot .t{ width: calc(100% - 138px); border-bottom: 1px solid #01b4dc;  height: 119px; margin: auto 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 35px;}
.zhihui4 .dots .dot .t h3{ font-size: 1.8em; font-weight: bold; margin-bottom: 10px;}
.zhihui4 .dots .dot .t p{ font-size: 1.4em; line-height: 24px; max-width: 80%;}
.zhihui4 .dots .dot:nth-child(2n) .t{ float: right; text-align: right;}
.zhihui4 .dots .dot:nth-child(2n) .t p{ margin: 0 0 0 auto;}
.zhihui5{ text-align: center; color: #fff;}
.zhihui5 .tit{ padding: 6% 0 4% 0;}
.zhihui5 .tit h3{ font-size: 3.6em; font-weight: bold; margin-bottom: 20px;}
.zhihui5 .tit p{ max-width: 1000px; margin: 0 auto; font-size: 1.4em; line-height: 18px;}
.zhihui5 .dots{ overflow: hidden; max-width: 800px; margin: 0 auto;}
.zhihui5 .dots .dot{ float:left; width: calc(33.33% - 80px); margin: 0 40px;}
.zhihui5 .dots .dot .img{ display: inline-block; margin: 0 auto; border: 1px solid #7d89a4; border-radius: 5px; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 12px;}
.zhihui5 .dots .dot p{ font-size: 1.4em; line-height: 18px;}

/*productshow*/
.ps-boxs .imgs{ text-align:center;}
.ps-boxs .imgs .img{ width:fit-contnt; display: inline-block; margin: 0 auto; border: 1px solid #e5e5e5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ps-boxs img{ max-width: 100%;}
.ps-boxs .imgs p{ font-size: 2em; color: #333; font-weight: bold; line-height: 24px; margin: 12px 0;}
.ps-boxs .txts{  margin-top: 40px;}
.ps-boxs .txts .tit{ border-bottom: 1px solid #ddd;}
.ps-boxs .txts .tit h3{ display: inline-block; background: #1e266e; color: #fff; font-size: 1.4em; padding: 10px 25px; line-height: 24px;}
.ps-boxs .txts .ptxt{ padding: 30px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ps-boxs .txts .ptxt h3{ font-size: 18px; color: #1e266e;  font-weight: bold; margin: 15px 0;}
    .ps-boxs .txts .ptxt strong {
        margin: 8px 0;
        display:block;
        font-size:14px;
    }
    .ps-boxs .txts .ptxt p {
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-indent: 2em;
    }
    .ps-boxs .txts .ptxt p span{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-indent: 2em;
    }
.ps-boxs .txts .btns{ margin-top: 20px; overflow:hidden;}
.ps-boxs .txts .btns a{ font-size: 1.4em; color: #333; line-height: 24px; display: block; float:left; width: 50%; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ps-boxs .txts .btns a:last-child{ text-align: right;}
.ps-boxs .txts .btns a:hover{ text-decoration: underline;}

/*Organic*/
.organic{ padding: 60px 0 80px 0;}
.organic img{ max-width: 100%;}
.organic .tit h3{ font-size: 2.4em; font-weight: bold; line-height: 28px; color: #216ea3;}
.organic .tit h4{ text-transform: uppercase; font-size: 1.4em; color: #333; line-height: 24px;}
.organic .o1 .tit{ text-align: center; margin-bottom: 60px;}
.organic .o1 .tit h3{ color: #1e266e; font-size: 3em; line-height: 32px;}
.organic .o1 .tit h4{ font-size: 1.8em; color: #555;}
.organic .o1 .txts{ display: table; width: 100%;}
.organic .o1 .txts>*{ display: table-cell; width: 50%;}
.organic .o1 .txts .txt{ background: #71b2d9; color: #fff; padding: 50px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.organic .o1 .txts .txt h3{ font-size: 7.2em; font-weight: bold; margin-bottom: 45px;}
.organic .o1 .txts .txt p{ font-size: 1.8em; line-height: 28px;}
.organic .o1 .txts .img{ background: url(../images/solution/organic/o1.jpg) center center no-repeat; background-size: cover !important;} 
.organic .o2{ padding: 50px 0 80px 0;}
.organic .o2 .tit p{ font-size: 1.4em; line-height: 24px; color: #333; margin-top: 40px;}
.organic .o2 .dots{ overflow:hidden; margin-top: 80px;}
.organic .o2 .dots .dot{ float:left; text-align: center; width: calc(33.33% - 20px); margin: 0 10px;}
.organic .o2 .dots .dot p{ font-size: 1.4em; color: #333333; line-height: 24px;}
.organic .o3{ margin-bottom: 20px; overflow: hidden;}
.organic .o3 .tit,.organic .o3 .img{ float:left;}
.organic .o3 .tit{ width: 240px;}
.organic .o3 .img{ position:relative; text-align: center; margin-top: 10px; width: calc(100% - 240px);}
.organic .o4{ margin-bottom: 80px;}
.organic .o4 .tit p{ margin-top: 30px; font-size: 1.4em; line-height: 24px;}
.organic .o4 .dots{ overflow: hidden; margin-top: 60px; position: relative;}
.organic .o4 .dots .img:after{ position: absolute; content: ""; left: 0; width: 100%; height:5px; top:60%; background: #71b2d9; z-index: -1;}
.organic .o4 .dots .dot{ text-align: center; width: 14.285%; float: left;}
.organic .o4 .dots .dot .img{ position: relative; z-index: 2;}
.organic .o4 .dots .dot .txt{ margin-top: -12px; background: #71b2d9; color: #fff; height: 220px; padding: 30px 10px 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.organic .o4 .dots .dot .txt h3{ font-size: 1.6em; font-weight: bold; display: inline-block; padding: 0 8px 5px 8px; border-bottom: 2px solid #fff; margin-bottom: 5px; }
.organic .o4 .dots .dot .txt h4{ font-size: 1.2em; line-height: 14px; margin-bottom: 10px; height: 28px;}
.organic .o4 .dots .dot .txt p{ font-size: 1.4em; line-height: 24px;}
.organic .o5>h3{ font-size:2.4em; color: #216ea3; font-weight: bold; line-height:28px; margin-bottom: 40px;}
.organic .o5 .dot{ max-width: 1120px; margin: 0 auto 40px auto;}
.organic .o5 .dot h3{ font-size: 1.6em; line-height: 24px; color: #333; font-weight: bold; margin-bottom: 20px; position: relative;}
.organic .o5 .dot h3:after{ position: absolute; top:3px; left: -20px; content: ""; background: #1e266e; width: 7px; height: 16px;}
.organic .o5 .dot p{ font-size: 1.4em; line-height: 24px; color: #333; margin-bottom: 20px;}
.organic .o5 .dot .imgs{ overflow: hidden; width: calc(100% + 20px); margin: 0 0 20px -10px;}
.organic .o5 .dot .imgs img{ width: calc(33.33% - 20px); margin: 0 10px; float: left;}
.organic .o6,.organic .o7,.organic .o8{ padding: 40px 0;}
.organic .o6 .boxs{ overflow: hidden; margin-top: 50px; width: calc(100% + 16px); margin-left: -8px;}
.organic .o6 .boxs .box{ width: calc(25% - 16px); margin:8px; text-align: center; float:left;}
.organic .o6 .boxs .box .txt{ padding:8px 5px; background: #1e266e;}
.organic .o6 .boxs .box .txt p{ font-size: 1.4em; line-height: 24px; color: #fff; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.organic .o7 .boxs .box .img,.organic .o6 .boxs .box .img{ overflow: hidden;}
.organic .o7 .boxs{ overflow: hidden; margin-top: 50px; width: calc(100% + 24px); margin-left: -12px;}
.organic .o7 .boxs .box{ width: calc(33.33% - 24px); margin: 0 12px; text-align: center; float:left;}
.organic .o7 .boxs .box .txt{ padding:8px 5px; background: #1e266e;}
.organic .o7 .boxs .box .txt p{ font-size: 1.4em; line-height: 24px; color: #fff; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.organic .o8 .imgs{ margin:40px 0 0 -10px; width: calc(100% + 20px); overflow: hidden;}
.organic .o8 .imgs .dot{ width:50%; display: table; float: left; overflow:hidden;}
.organic .o8 .imgs .box1{ overflow: hidden;}
.organic .o8 .imgs .dot>*{ display: table-cell; vertical-align: middle; width: 50%;}
.organic .o8 .imgs .img img{ width: 100%;}
.organic .o8 .imgs .t{ width: 50%;}
.organic .o8 .imgs .t h3{ font-size: 1.6em; color: #333; line-height: 24px; margin-bottom: 10px;}
.organic .o8 .imgs .t p{ text-indent: 2em; position: relative; font-size:1.2em;  color: #9e9e9c; line-height: 24px;}
.organic .o8 .imgs .t p:after{ position: absolute;top:2px; left: 0; content: ""; background:url(../images/solution/organic/arrow.jpg); width: 20px; height: 18px;}

.organic .o6 .boxs .box img,.organic .o7 .boxs .box img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.organic .o6 .boxs .box:hover img,.organic .o7 .boxs .box:hover img{ transform: scale(1.05);}


/*drain*/
.drain{ padding: 60px 0 120px 0;}
.drain img{ max-width: 100%;}
.drain .tit h3{ font-size: 2.4em; font-weight: bold; line-height: 28px; color: #216ea3;}
.drain .tit h4{ text-transform: uppercase; font-size: 1.4em; color: #333; line-height: 24px;}
.drain .d1 .tit{ text-align: center; margin-bottom: 60px;}
.drain .d1 .tit h3{ color: #1e266e; font-size: 3em; line-height: 32px;}
.drain .d1 .tit h4{ font-size: 1.8em; color: #555;}
.drain .d1 .txts{ display: table; width: 100%;}
.drain .d1 .txts>*{ display: table-cell; width: 50%;}
.drain .d1 .txts .txt{ background: #71b2d9; color: #fff; padding: 50px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.drain .d1 .txts .txt h3{ font-size: 7.2em; font-weight: bold; margin-bottom: 45px;}
.drain .d1 .txts .txt p{ font-size: 1.8em; line-height: 28px;}
.drain .d1 .txts .img{ background: url(../images/solution/organic/o1.jpg) center center no-repeat; background-size: cover !important;} 
.drain .d1 .txts .img{ background: url(../images/solution/drain/d1.jpg) center center no-repeat; background-size: cover !important;}
.drain .d2{ padding:50px 0 80px 0;}
.drain .d2 .tit p{ margin-top: 35px; font-size: 1.4em; line-height: 24px;}
.drain .d3 .boxs{ margin: 60px auto; max-width: 1120px; }
.drain .d3 .boxs h3{ font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold; position: relative; margin-bottom: 40px;}
.drain .d3 .boxs h3:after{ position: absolute; top:3px; left: -20px; content: ""; background: #1e266e; width: 7px; height: 16px;}
.drain .d3 .boxs .box{ float:left; width: calc(25% - 20px); margin: 0 10px; text-align: center;}
.drain .d3 .boxs .box p{ font-size: 1.4em; line-height: 24px; margin-top: 20px;}
.drain .d4{ padding: 80px 0;}
.drain .d4 .boxs{ overflow: hidden; margin-top: 40px;}
.drain .d4 .box{ float:left; width: 50%;}
.drain .d4 .box .b{ display: table; width: 100%;}
.drain .d4 .box .b>*{ text-align: center; display: table-cell; width: 50%; height: 220px; vertical-align: middle; color: #fff;}
.drain .d4 .box .b .t{ padding: 20px 8%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.drain .d4 .box .b h3{ font-size: 2.4em; font-weight:bold; line-height: 38px; }
.drain .d5 .boxs{ margin-top: 40px; overflow: hidden; width: calc(100% + 20px); margin-left: -10px;}
.drain .d5 .boxs .box{ width: calc(33.33% - 20px); margin: 0 10px; text-align: center; float:left;}
.drain .d5 .boxs .box .img{ overflow: hidden;}
.drain .d5 .boxs .box .txt{ padding:8px 5px; background: #1e266e;}
.drain .d5 .boxs .box .txt p{ font-size: 1.4em; line-height: 24px; color: #fff; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.drain .d5 .boxs .box img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.drain .d5 .boxs .box:hover img{ transform: scale(1.05);}


/*smart*/
.smart .s1 .img{ background: url(../images/solution/smart/smart1.jpg) center center no-repeat  !important; background-size: cover !important;}
.smart .s2 .imgs{ overflow: hidden; margin-top: 40px;}
.smart .s2 .imgs .si2{ float:left; width: 60%;}
.smart .s2 .imgs .si3{ float:left; width: 40%;}
.smart .s3 .boxs h3{ margin-bottom: 15px; font-weight:normal;}
.smart .s3 .boxs p{ font-size: 1.4em; color: #333; line-height: 24px;}

/*integrated*/
.integrated .in1 .img{ background:url(../images/solution/integrated/in1.jpg) center center no-repeat  !important; background-size: cover !important;}
.integrated .in2 .imgs{ overflow: hidden; margin-top: 40px;}
.integrated .in2  p{ text-indent: 2em;}
.integrated .in2 .imgs img{ float:left; width:calc(50% - 20px); margin:0 10px;}
.integrated .in3 .boxs h3{ margin-bottom: 0;}
.integrated .in3 .boxs p,.integrated .in3 .boxs h4{ font-size: 1.4em; color: #333; line-height: 24px;}
.integrated .in3 .boxs p{ margin-bottom: 16px;}

/*businiess*/
.businiess-t{ padding: 80px 0 120px 0;}
.businiess-t .txts{ margin-top: 60px;}
.businiess-t .txts .tit h3{ text-align: center; font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold;}
.businiess-t .txts .tit h4{ text-align: right;  margin: 12px 0 24px 0; font-size: 1.4em; color: #555; line-height: 24px;}
.businiess-t .txts .txt p{ font-size: 1.4em; color: #333; line-height:28px; text-indent: 2em;}
.businiess-t .txts .txt p.b{ font-weight: bold;}

/*23-2-16 new honor*/
.honor{ padding: 80px 0;}
.honor .boxs{ margin:30px 0;}
.honor .boxs .tit h3{ display: inline-block; font-size: 2em; font-weight: bold; margin-bottom: 20px; color: #333; line-height: 1.5; border-bottom: 2px solid #1e266e;}
.honor .boxs .box{ display: flex; margin: 10px 0; flex-wrap: wrap; }
.honor .boxs .box .img{ width: calc(25% - 20px); margin:20px 10px; text-align: center;} 
.honor .boxs .box img{ width: 100%;}
.honor .boxs .box h3{ margin-top: 16px; font-size: 1.6em; line-height: 1.5;}


/*deve-gai*/
.deve .footer{ margin: 0;}
.development-gai{ padding-top: 120px; overflow: hidden; background:url(../images/deve-gai-bg.jpg) top center no-repeat#0c5f98;  position: relative; background-size: cover !important;}
.development-gai .t3{ color: #fff; position: absolute; bottom: 10%; right: 8%;}
.development-gai .t3 h3{ font-size: 3.6em; font-weight: bold;  line-height: 1.5;}
.development-gai .t3 h4{ font-size: 2.4em; line-height: 1.5;}
.development-gai .t3 img{ max-width: 100%;}
.development-gai .dbt{ min-width: 1500px;}
.development-gai .dbt .db .t{transition:linear .3s all;-moz-transition: linear .3s all; -webkit-transition:linear .3s all; -o-transition: linear .3s all;}
.deve-gai{ overflow: hidden;  padding:60px 0 0px 0; }
.development-gai .t2{ margin-bottom: -8%; color: #fff; margin-left: 8%;}
.development-gai .t2 h3{ font-size: 2.8em;line-height: 1.5; font-weight: bold;}
.development-gai .t2 h4{ font-size: 2.2em;   margin: 6px 0;}
.development-gai .t2 p{ font-size: 3em;  text-transform: uppercase; }
.development-gai .dbt{ position: relative; display: table; padding: 0 5%; background-size: 100% 70% !important; background: url(../images/development-m.png) center bottom no-repeat; }
.development-gai .dbt .db{ position: relative; z-index: 2; display: table-cell; vertical-align:bottom; width: 20%; min-width: 300px;}
.development-gai .dbt .db .t{padding: 0 20px;height: 410px;position:relative;}
.development-gai .dbt .db .t:before{ position: absolute; content: ""; background:url(../images/dot.png); top: 0; left: -9px; width: 18px; height: 22px; z-index: 0;}
.development-gai .dbt .db h3{ position: relative; z-index: 4; font-size: 4.8em; color: #fff; font-weight: lighter; margin-bottom: 5px;  font-family: "BAUHAUSL";}
.development-gai .dbt .db h4{ font-size: 1.8em; color: #fff; line-height: 1.5; font-weight: bold; margin: 10px 0 5px 0;}
.development-gai .dbt .db p{ position: relative; z-index: 4; font-size: 1.4em; color: #fff; line-height: 1.5;}
.development-gai .dbt .db:nth-child(1) .t{padding-bottom: 0px;}
.development-gai .dbt .db:nth-child(2) .t{ padding-bottom: 80px;}
.development-gai .dbt .db:nth-child(3) .t{ padding-bottom: 200px;}
.development-gai .dbt .db:nth-child(4) .t{ padding-bottom: 300px;}
.development-gai .dbt .db:nth-child(5) .t{ padding-bottom: 340px;}
.development-gai .dbt .db:hover .t{ transform: translateY(-20px);}
.deve-gai::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
	background-color:#F5F5F5;
}
.deve-gai::-webkit-scrollbar {
	width:4px;
	height: 8px;
	background-color:#F5F5F5;
}
.deve-gai::-webkit-scrollbar-thumb {
	background-color:#FFF;
	background-image:-webkit-linear-gradient(top,#0c5f98 0,#0c5f98 100%);
}

/*idate*/
.idate{ padding-top: 65px; background: url(../images/date-bg.jpg) center center no-repeat; background-size: cover !important; overflow: hidden;}
.idate a{ color: #fff;}
.idate .tit{ text-align: center;}
.idate .tit h3{ text-transform: uppercase; font-size: 3.6em;  font-weight: bold; margin-bottom: 20px; line-height: 1.2;}
.idate .tit p{ font-size: 1.6em;  line-height: 1.2; max-width: 1200px; margin: 0 auto;}
.idate .dots{ overflow: hidden; width: fit-content; margin: 40px auto;} 
.idate .dots .dot{ width: 33.33%; float:left; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 40px;}
.idate .dots .dot .img{ border: 1px solid rgba(255,255,255,0.5); border-radius: 5px; width: fit-content; margin: 0px auto; }
.idate .dots .dot .t{ max-width: 300px; margin: 0 auto;}
.idate .dots .dot .t p{ font-size: 1.4em; line-height: 1.5; margin-top: 15px;}
.idate .id-img img{ width: 100%;}

/*soulution*/
.sol-ban .txt a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.sol-ban{ height: 690px; background-size: cover !important;}
.sol1{ background: url(../images/solution/sol1.jpg) center center no-repeat;}
.sol2{ background: url(../images/solution/sol2.jpg) center center no-repeat;}
.sol3{ background: url(../images/solution/sol3.jpg) center center no-repeat;}
.sol4{ background: url(../images/solution/sol4.jpg) center center no-repeat;}
.sol5{ background: url(../images/solution/sol5.jpg) center center no-repeat;}
.sol-ban .warp{ height: 100%; display: flex; align-items: center;}
.sol-ban .txt{ color: #fff;}
.sol-ban .txt h3{ font-size: 3.6em; font-weight: bold; line-height: 1; margin-bottom: 40px;}
.sol-ban .txt p{ font-size: 1.6em; line-height: 2; max-width: 80%; text-shadow: 0 0 4px rgba(0,0,0,0.8);}
.sol-ban .txt a{ padding: 10px 40px; font-size: 1.6em; color: #fff; line-height: 1.5; background: #1d2088; display: inline-block; margin-top: 40px; border-radius: 10px;}
.sol-ban .txt a:hover{ box-shadow: 4px 4px 4px rgba(0,0,0,0.8);}
.sol-list{ background: #f7f7f7; text-align: center;}
.sol-list a{ font-size: 1.4em; color: #555; line-height: 1.5; padding: 16px 40px; display:inline-block;}
.sol-case{ padding: 60px 0 90px 0;}
.sol-case .txts{ box-shadow: 0 0 50px rgba(0,0,0,0.1); display: flex; align-items: center; background:url(../images/solution/down-logo.jpg.png) bottom right no-repeat; background-size: 40%;}
.sol-case .txts>*{ width: 50%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sol-case .txts .img img{ width: 100%;}
.sol-case .txts .t{ padding: 50px;}
.sol-case .txts .t p{ font-size: 1.4em; color: #555; line-height: 2; text-indent: 2em;}
.sol-customer{ background:url(../images/solution/sol2-bg.jpg) center center no-repeat; background-size: cover !important; padding: 60px 0 90px 0;}
.sol-customer .dots{ display: flex; justify-content: space-between; margin-top: 30px;}
.sol-customer .dots .dot{ width: calc(33.33% - 40px); background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); border-radius: 10px; padding: 30px 40px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sol-customer .dot span{ font-size: 3em; font-weight: 800; color: #fff; line-height: 30px; padding: 10px 0; display: inline-block; width: 50px; border-radius: 100%; background: #1d2088; text-align: center; margin-bottom: 30px;}
.sol-customer .dot h3{ font-size: 2em; color: #333; font-weight: bold; position: relative; padding-bottom: 20px; margin-bottom: 20px; line-height: 1.2;}
.sol-customer .dot h3:after{ position: absolute; bottom:0; left: 0; content: ""; background: #333; width: 20px; height: 1px;}
.sol-customer .dot p{ font-size: 1.8em; color: #888; line-height: 1.5;}
.sol-advantage{ padding: 80px 0 100px 0;}
.sol-advantage .dots{ display: flex; justify-content: space-between; margin-top: 50px;}
.sol-advantage .dots .dot{ width: calc(33.33% - 40px); box-shadow: 0 0 20px rgba(0,0,0,0.1);  }
.sol-advantage .dot .img img{ width: 100%;}
.sol-advantage .dot .t{ padding: 40px 30px; }
.sol-advantage .dot .t h3{ font-size: 2em; color: #333; font-weight: bold;  margin-bottom: 20px; text-align: center; line-height: 1.2;}
.sol-advantage .dot .t p{ font-size: 1.6em; color: #888; line-height: 2;}

.pump .sol-advantage .dots .dot,.pump .sol-customer .dots .dot{ width: calc(25% - 20px);}

/*wisdom*/
.wis3 .btn span,.wis1 .dot .d{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.wis-ban{ overflow: hidden; display: flex; background: url(../images/wisdom/wis-ban.jpg) left bottom no-repeat #040d32; background-size: auto 100% !important;}
.wis-ban .img{ width: 54%; text-align: center;}
.wis-ban .img h3{ font-size: 3.6em; font-weight: bold; color: #fff; margin: 10% auto 0 auto; text-align: center; display: inline-block; position: relative; padding: 10px;}
.wis-ban .img h3:after,.wis-ban .img h3:before{ position: absolute; top:0; width: 20px; height: 100%; content: "";  left: 0; background: url(../images/wisdom/wis-l.png) left center no-repeat; background-size: auto 100%;}
.wis-ban .img h3:before{ left: auto; right:0;  transform: rotate(180deg);}
.wis-ban .txt{ width: 46%;}
.wis-ban .txt>*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.wis-ban .txt .tit{ padding: 50px 40px;}
.wis-ban .txt .tit h3{ font-size:2.4em; color: #fff; line-height: 24px; border-left: 3px solid #f8b62d; padding-left: 12px; margin-left: -15px;}
.wis-ban .txt .tit p{ font-size: 1.6em; color: #fff; line-height: 2;}
.wis-ban .txt .t1{ padding: 8% 6%; background: url(../images/wisdom/wis-ban2.jpg) left bottom no-repeat; background-size: cover !important; margin-bottom: 5px;}
.wis-ban .txt .t1 .dot{ display: flex; border-top: 1px solid #3e7ac3; padding: 60px 0; justify-content: space-around;}
.wis-ban .txt .t1 .dot .d{ display: flex; color: #fff; align-items: center;}
.wis-ban .txt .t1 .dot .d span{ background: rgba(74,114,228,0.2); padding: 15px; border-radius: 50%; display: inline-block; margin-right: 10px;}
.wis-ban .txt .t1 .dot .d h3{ font-size: 1.8em; line-height: 1.5;}
.wis-ban .txt .t1 .dot .d p{ font-size: 1.4em; line-height: 1.5;}
.wis-ban .txt .t2{ padding: 50px 80px; background: url(../images/wisdom/wis-ban3.jpg) right center no-repeat; background-size: cover !important;}
.wis1{ padding: 40px 0;}
.wis1 .dot{ display: flex; flex-wrap:wrap; }
.wis1 .dot .d{ padding: 20px 10px; width: calc(20% - 30px); margin: 20px 15px;  text-align: center; border-radius: 10px; background: #f1f1f1;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  border: 2px solid #f1f1f1;}
.wis1 .dot .d span{ display: block; margin-bottom: 20px;}
.wis1 .dot .d h3{ font-size: 1.8em; color: #333; line-height: 1.5;}
.wis1 .dot .d:hover{ border: 2px solid #1e266e;}
.wis2{ overflow: hidden; display: flex; }
.wis2>*{ background-size: cover !important; width: 50%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.wis2 .img{ text-align: center; padding: 50px 20px; background: url(../images/wisdom/wis2-1.jpg) center center no-repeat; }
.wis2 .img img{ width: 100%;}
.wis2 .txt{ padding: 5% 8%; background: url(../images/wisdom/wis2-2.jpg) center center no-repeat;  align-items: center; display: flex; flex-wrap: wrap; }
.wis2 .txt .d{ display: flex; align-items: center;  width: 100%;}
.wis2 .txt span{ background: #1281dd; border-radius: 50%; width: 10px; height: 10px; display: inline-block; margin-right: 10px;}
.wis2 .txt p{ font-size: 2em; color: #333; line-height: 1.5; }
.wis3{ display: flex; overflow: hidden; padding: 80px 0 60px 0; background:url(../images/wisdom/wis3-bg.jpg) center center no-repeat; background-size: cover !important;}
.wis3 .btn{ padding: 0 0 80px 0; align-content:space-between; text-align: center; display: flex; flex-wrap: wrap; width: 120px;}
.wis3 .btn span{ cursor: pointer; padding: 10px 0; color: #fff; font-size: 1.8em; display: block; width: 120px; background: rgba(18,126,219,0.3); box-shadow:  0 0 10px rgba(18,126,219,0.7);}
.wis3 .img{ text-align: center; padding: 0 20px;  width: calc(100% - 240px); overflow: auto;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.wis3 .img img{ min-width: 800px; width: 90%;}
.wis3 .btn span:hover{ background: rgba(18,126,219,1);}


.wis2_0_v:after{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.wis2_0_ban{ padding: 200px 5%; color: #fff; background:url(../images/wisdom/wis2.0-ban.jpg) right center no-repeat #093193; background-size: 100% auto;}
.wis2_0_ban h3{ font-size: 3.6em; font-weight: bold; margin-bottom: 26px;}
.wis2_0_ban p{ font-size: 1.6em; line-height: 1.5;}
.wis2_0_v{ cursor:pointer; position: relative; height:80vh; background-size: cover !important; background: url(../images/wisdom/wis2.0-v.jpg) center center no-repeat;}
.wis2_0_v:after{ position: absolute; top:calc(50% - 60px); left: calc(50% - 60px); content: ""; background-size:contain; background: url(../images/wisdom/play.png) center center no-repeat; width: 120px; height: 120px;}
.wis2_0_v:hover:after{ transform:scale(0.8);}

.wisboxs{ background:url(../images/wisdom/wis2.0-box-bg.jpg) center center no-repeat; background-size: cover; background-attachment: fixed;}
.wisboxs .tit{ text-align: center;}
.wisboxs .tit h3{padding: 12px 20px; font-size: 2.4em; font-weight: bold; display: inline-block; background: #052f7c; border-radius: 10px; text-align: center; color: #fff;}
.wisboxs .tip{ text-align: center;}
.wisboxs .tip h3{ margin-bottom: 30px; font-size: 2.4em; font-weight: bold; color: #fff; border-radius: 5px; padding: 8px 20px; line-height: 1.2; display: inline-block; text-align: center; background-image:linear-gradient(90deg,#052f7c 0%,#1d8444 100%);}
.wisboxs .wis2_0_box{ padding: 90px 0;}
.wisboxs .wis2_0_box:nth-child(2n){ background: rgba(236,236,236,0.6);}
.wisbox1 .txts{ display: flex; align-items: center;  padding: 90px 10% 0 10%; }
.wisbox1 .txts .img{ width: 70%;}
.wisbox1 .txts .img img{ width: 100%;}
.wisbox1 .txts .txt{ padding-left: 5%; width: 30%;}
.wisbox1 .txts .txt .tip{ text-align: left;}
.wisbox1 .txts .txt p{ font-size: 1.8em; color: #484848; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wisbox2 .dots{ display: flex; justify-content: space-between; margin-top: 80px;}
.wisbox2 .dots .dot{padding: 0 35px 35px 35px;border-radius: 10px;position: relative;width: calc(33.33% - 30px);background-image:linear-gradient(0deg,#052f7c 0%,#1d8444 100%);}
.wisbox2 .dots .dot>*{ position:relative; z-index: 2;}
.wisbox2 .dots .dot:after{ border-radius: 10px; position: absolute; background: #fff; width: calc(100% - 8px); height: calc(100% - 8px);  top:4px; left: 4px; content: "";}
.wisbox2 .dot .t{ width: 160px; margin: -60px auto 20px auto; position: relative; padding: 30px; }
.wisbox2 .dot .t:after{width: 120%;position: absolute;top:0;left: 0;height: 100%;content: "";background: url(../images/wisdom/wisd-2.png) center left no-repeat;background-size: auto 100% !important;}
.wisbox2 .dot:nth-child(2n) .t:after{ background: url(../images/wisdom/wisd-1.png) center left no-repeat; background-size: auto 100% !important;}
.wisbox2 .dot .t h3{ font-size: 2.2em; color: #707274; background: #fff; position: relative; z-index: 2; width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 50%;}
.wisbox2 .dot p{ font-size: 1.8em; color: #707274; line-height: 1.5;}
.wisbox3 .dots{ display: flex; flex-wrap: wrap;}
.wisbox3 .dots .dot{width: calc(50% - 20px); margin: 10px; background: #e7ebf3; padding: 20px 16px; border:4px solid #c9c9c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;   }
.wisbox3 .dots .dot:hover{ border-image:linear-gradient(to bottom,#052f7c,#22943a) 10 10;}
.wisbox3 .dots .dot h3{ font-size: 2.2em; font-weight: bold; color: #22943a; margin-bottom: 10px;}
.wisbox3 .dots .dot p{ font-size: 1.8em; color: #707274; line-height: 1.2;}
.wisbox4 .txt{ padding: 40px; background: #052f7c; border-radius: 10px;}
.wisbox4 .txt p{ font-size: 1.8em; color: #fff; line-height: 1.5;}
.wisbox5 .dots{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px;}
.wisbox5 .dots .dot{ width: 30%;}
.wisbox5 .dot p{ font-size: 1.8em; color: #707274; line-height: 1.5;}
.wisbox5 .dot .img{ margin-top: 20px; position: relative; background: #fff; border-radius: 10px;}
.wisbox5 .dot .img:after{ height: calc(100% + 4px);  width: calc(100% + 4px); position: absolute; top:-2px; left:-2px; border-radius: 10px; content: ""; background-image:linear-gradient(0deg,#052f7c 0%,#1d8444 100%);z-index: -1;}
.wisbox5 .dot img{ position: relative; z-index: 2; margin: 20px; width: calc(100% - 40px);}
.wisbox6 .txts{ display: flex; padding: 0 10%;}
.wisbox6 img{ width: 100%;}
.wisbox6 .img{ width: 60%;}
.wisbox6 .txt{ width: 40%; padding-left: 40px;}
.wisbox6 .txt p{ font-size: 1.8em; color: #707274; line-height: 1.5;}
.wisbox6 .d{ align-items: center; padding: 20px; margin-bottom: 20px; display: flex; position: relative; background: #fff; border-radius: 10px;}
.wisbox6 .d:after{ height: calc(100% + 4px);  width: calc(100% + 4px); position: absolute; top:-2px; left:-2px; border-radius: 10px; content: ""; background-image:linear-gradient(0deg,#052f7c 0%,#1d8444 100%);z-index: -1;}
.wisbox6 .d .i{ width: 40%; padding-right: 20px;}
.wisbox6 .txt>p{ position: relative;}
.wisbox6 .txt>p:after{ position: absolute; top:10px; left: -14px; content: ""; border-radius: 50%; background: #22943a; width: 6px; height: 6px;}
.wisbox6 .imgs{ }
.wisbox6 .imgs .img{ margin-top: 20px;}
.wisbox6 .imgs .img img{ width: 100%;}


/*wis2-imgs*/
.wis2-imgs{ position: relative; overflow: hidden; max-width: 1200px; margin: 120px auto;}
.wis2-imgs *,.wis2-imgs .ibtn span:before{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.wis2-imgs img{ width: 100%;}
.wis2-imgs .gallery-top .swiper-slide{background-size: cover !important;}
.wis2-imgs .ban-s{ margin-bottom: 30px;  padding: 20px 10%; background: rgba(255,255,255,0.4); position: absolute; bottom: 40px; left: 0; width: 100%; z-index: 4; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.wis2-imgs .gallery-thumbs .swiper-slide{ border: 4px solid #fff; background-size: cover !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wis2-imgs .gallery-thumbs .swiper-slide-thumb-active{ border: 4px solid #f6b64c;}

.wis2-imgs .top{ position: absolute;top:0; left: calc(50% - 960px);}










