﻿@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:#216fa3;color:#FFF; box-shadow:2px 2px 5px rgba(0,0,0,0.1); }
div.fy a:active{ background-color:#216fa3;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:#216fa3;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:#fff; 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 a,.header,.header *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ position:fixed; top: 0; left: 0; width: 100%; z-index: 999;}
.header .warp{ max-width: 1400px;}
.header .logo{ float:left;  padding:21px 0px; }
.header .mune span img{ margin-top: -7px;}
.header .mune{float:right;}
.header .mune>*{ float:left;}
.header .mune .m-list>a{ display: inline-block; font-size:1.4em; color:#fff; padding:30px 40px; line-height:20px;}
.header .mune .m-list:last-child>a{ padding: 30px 0 30px 40px;}
.header .mune .m-dot{ display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:100%; border-top:1px solid #f5f5f5; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .mune .m-dot a{ display: inline-block;  font-size: 1.4em; line-height: 24px; color: #fff; margin: 0 20px;}
.header .mune .m-list:hover .m-dot{ z-index: 2; display: block;}
.header.h-showdown{ background: rgba(0,0,0,0.6);}
.header.h-showdown .logo{ padding: 10px 0;}
.header.h-showdown .m-list>a{padding:20px 40px;}
.header.h-showdown .m-list:last-child>a{  padding: 20px 0 20px 40px;}
.header.h-showdown .m-dot{ background: rgba(0,0,0,0.8);}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ overflow:hidden; /*clip-path: ellipse(100% 100% at 50% 100%);*/ background-image:linear-gradient(90deg,#1373b5 0%,#00b6dd 100%); margin-top: -60px; padding: 60px 0 50px 0;}
.footer .fo1{ overflow:hidden;}
.footer .fo1 .warp>*{ float:left;}
.footer .fo1 .f-logo{ width: 260px;}
.footer .fo1 .two{ width: 120px;}
/*.footer .fo1 .mune{ width: 50%; overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .mune .dot{ width:50%; 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; border-bottom: 1px dashed #fff; display: block; width: 80%; padding: 16px 0; background:url(../images/arrow.png) center right no-repeat;}
.footer .fo1 .mune a:hover{ text-decoration: underline;}*/
.footer .fo1 .two{ float:right;  text-align: right; padding-top: 20px;}
.footer .fo1 .two>img{ margin-bottom: 20px;}
.footer .fo1 .two p{ margin: 0 0 0 auto; width: 100px; text-align: center; color: #fff; font-size: 1.4em; margin-top: 12px;}
.footer .fo2{ text-align:center;  overflow:hidden; }
.footer .fo2 p{ font-size:1.2em; color:#fff; line-height:18px; opacity: 0.7;}
.footer .fo1 .fshare{ }
.footer .fo1 .fshare h3{ font-size: 1.6em; font-weight: bold; color: #fff; padding: 10px 0 15px 0;}
.footer .fo1 .fshare input{ outline:none; 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; border:none; float:left;}
.footer .fo1 .fshare .fc-input{ margin:0 0 10px 0;  border:1px solid #ddd; background: #fff; width: 80%; padding:8px 45px 8px 15px; max-width: 320px;}
.footer .fo1 .fshare .fc-btn{ margin-left: -40px;  background: url(../images/f-search.png) center center no-repeat;}
.footer .fo1 .fshare .fc-input::-webkit-input-placeholder { color:#666;}
.footer .fo1 .fshare .fc-input:-moz-placeholder { color:#666;}
.footer .fo1 .fshare .fc-input::-moz-placeholder { color:#666;}
.footer .fo1 .fshare .fc-input:-ms-input-placeholder { color:#666;}

.footer .fo1 .fshare .box {	width: 250px;	height: 25px;}
.footer .fo1 .fshare .box > div { width: 25px;	height: 25px; float: left;	cursor: pointer;	border-radius: 4px;	background-size: contain; margin: 0 10px 0 0;}
			#share-qrcode { background-image: url(../images/wechat.png); }
			#share-douban { background-image: url(../images/db.png); }
			#share-qzone { background-image: url(../images/qzone.png); }
			#share-sina { background-image: url(../images/sina.png); }
			#share-qq { background-image: url(../images/qq.png); }
.footer .fo1 .fshare p{ padding-top: 12px; color: #fff; font-size: 1.2em; line-height: 16px; display: block;}
.footer .fo1 .fshare p a{ font-size: 1em; color: #fff;}
.footer .fo1 .fshare p a:hover{ text-decoration: underline;}

.bottomlist{ background:#216fa3; 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 a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner .swiper-slide{ background-size:cover !important; height:874px;}
.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: #1373b5;}
/*inews*/
.inews{ padding-top: 30px; background:url(../images/Y.png) center left no-repeat; background-size: contain;}
.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: #216fa3; 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 #216fa3;}
.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;}
/*ipc*/
.ips .txts .dot img,.ips .txts .dot{transition:ease 1.5s all;-moz-transition: ease 1.5s all; -webkit-transition:ease 1.5s all; -o-transition: ease 1.5s all;}
.ips{ overflow: hidden; background:url(../images/M.png) center right no-repeat; background-size: contain;}
.ips .txts{  margin: 75px auto 100px auto; position: relative;}
.ips .txts .dot .img{ width: 100%; text-align: right; }
.ips .txts .dot .txt{  display: none;}
.ips .txts .dot img{ transform: scale(0.6);  box-shadow: -15px 15px 0 #71b2d9;}
.ips .txts .dot .txt{  background: #fff; padding: 45px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ips .txts .dot .txt h3{ font-size: 2em; font-weight: bold; color: #fff; line-height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; height: 24px;}
.ips .txts .dot .txt p{ font-size: 1.4em;  color: #fff; line-height: 20px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4; height: 80px;}
.ips .txts .dot .txt span{ margin: 6px 0; width: 50px; height: 2px; background: #b0d0e6; display: inline-block;}
.ips .txts .dot .txt h4{ font-size: 1.2em; color: #fff; line-height: 16px;margin-bottom: 30px;}
.ips .ips-slider{ padding-left: 25%;}
.ips .txts .swiper-slide-active{   z-index: 2; position: relative;}
.ips .txts .swiper-slide-active img{ width: 100%; padding-top: 0%;transform:scale(1); box-shadow: 0px 0px 0 #71b2d9;}
.ips .txts .swiper-slide-active .dot{ padding-top:0; transform:scale(1); }
.ips .txts .swiper-slide-active .dot .txt{ opacity: 1; display: block; width: 40%; margin: 14% -10% 0 -20%;  position: relative; z-index: 2;}
.ips .txts .swiper-slide-active .dot .img{ width: 80%; }
.ips .txts .dot a>*{float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ips .txts .dot .txt{ width: 0%; box-shadow: 0 0 9px rgba(0,0,0,0.19); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  background: #1373b5;}
.ips .btn{ position: absolute; width: 180px; top:45%; left: 18%;}
.ips .btn .swiper-button-white{ width: 50px; height: 50px; border-radius: 50%; background-size: 14px 25px;}
.ips .btn .swiper-button-next{ background-color: #1373b5;}
.ips .btn .swiper-button-prev{ background-color: #71b2d9;}


/*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{ position:relative; background:url(../images/I.png)  80% top no-repeat #f3f6f9; background-size:auto;}
.iab:after{ position: absolute; bottom:0px; left:0px; width: 52%; height: 5px; content: ""; background: #1373b5;}
.iab .tit{ float:right; width: 52%; background:#1373b5; border-left: 106px solid #71b2d9; padding: 15px 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .tit h3{ font-weight: bold; color: #fff; font-size: 3em;}
.iab .tit h4{ font-size:3.6em; color: #fff; opacity: 0.2; margin-top: 5px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px;}
.iab .txts{ overflow: hidden; padding: 60px 0 135px 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: 3.6em; line-height: 42px; margin-bottom: 10px;}
.iab .txts .txt h5{ font-size: 3.6em; color: #1373b5; font-weight: bold; margin-bottom: 40px;}
.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: #1373b5; 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;}
/*iis*/
.iis .txts .t1 .box h3:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iis{ background: url(../images/iis.jpg) center center no-repeat; padding: 80px 0 90px 0;}
.iis .txts{ margin: -49px -122px 0 auto; text-align:right; max-width: 920px; }
.iis img{ max-width: 100%;}
.iis .txts .t1>*{ display:table-cell; vertical-align: middle; }
.iis .txts .t1 .box{ width: 180px; height: 100%; background: rgba(19,115,181,0.52); text-align:center; padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.iis .txts .t1 .box h3:after{ position: absolute; top:10px; left: 10px; border: 1px solid #fff; width: calc(100% - 20px); height: calc(100% - 20px); content: "";}
.iis .txts .t1 .box h3{ font-size: 1.8em; color: #fff; font-weight: bold; line-height: 28px;}
.iis .txts .t1 img{ padding-left: 10px;}
.iis .txts .t1{ width: 100%; max-width: 920px;  display:table; margin-bottom: 10px; overflow: hidden; }
.iis .t2{ text-align: center;}
.iis .txts .t1 .box:hover h3:after{ top:15px; left: 15px; width: calc(100% - 30px); height: calc(100% - 30px);}
/*ipartners*/
.ipartners {background:url(../images/N.png) bottom right no-repeat; background-size: contain;}
.ipartners .txts{ padding: 50px 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;}

/*tits*/
.tits h3{ font-size:4.8em; color:#333; font-weight:bold; margin-bottom: 5px; text-transform: uppercase;}
.tits h4{ font-size: 3.6em; color: #333; font-weight: bold; margin-bottom: 12px;}
.tits p{ font-size: 1.4em;  color:#333; line-height: 24px;}
.tits span{ margin-top: 8px; width: 48px; height: 2px; background: #216fa3; display: inline-block;}
/*tits2*/
.tits2 h3{ font-size:3em; color:#1373b5; font-weight:bold; margin-bottom: 5px; 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: #0e58df; display: inline-block;}
.tits2 p{ font-size: 1.4em; color: #333; line-height: 18px;}

/*banners*/
.banners{ height:430px; background-size:cover !important;}
.about{ background:url(../images/about-banner.jpg) center center no-repeat;}
.product{ background:url(../images/product-banner.jpg) center center no-repeat;}
.news{ background:url(../images/news-banner.jpg) center center no-repeat;}
.product{ background:url(../images/product-banner.jpg) center center no-repeat;}
.product2{ background:url(../images/product2-banner.jpg) center center no-repeat;}
.service{ background:url(../images/service-banner.jpg) center center no-repeat;}
.join{ background:url(../images/join-banner.jpg) center center no-repeat;}
.case{ background:url(../images/case-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/contact-banner.jpg) center center no-repeat;}
.development-ban{ background:url(../images/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: #1373b5; 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{ overflow:hidden; margin-bottom:30px;}
.case-t .c-list a{ float:left; padding:12px 40px; font-size:1.4em; background:#eee;}
.case-t .c-list a:hover,.case-t .c-list a.lock{ background:#1373b5; 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:#216fa3 !important; color:#fff !important;}

/*news*/
.news-t .boxs .box .txt .t2 span,.news-t .boxs .box .img img{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{ width: calc(100% + 40px); margin-left: -20px;}
.news-t .boxs .box{ width: calc(50% - 40px); margin: 20px; float: left;}
.news-t .boxs .box .img{ overflow: hidden;}
.news-t .boxs .box .img img{ max-width: 100%;}
.news-t .boxs .box .txt .t1{ border-bottom: 1px solid #ddd; padding:20px 0;}
.news-t .boxs .box .txt .t1 h3{ font-size: 1.6em; color: #2c62bc; line-height: 24px;font-family: "POPPINS-MEDIUM";}
.news-t .boxs .box .txt .t1 h4{ font-size: 1.6em; color: #aaaaaa; line-height: 24px;}
.news-t .boxs .box .txt .t1 h4 span{ font-size: 1em;  font-family: "POPPINS-MEDIUM";}
.news-t .boxs .box .txt .t2{ padding: 30px 0;}
.news-t .boxs .box .txt .t2 h3{ font-size: 2.4em; line-height: 28px; color: #000; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin-bottom: 20px;}
.news-t .boxs .box .txt .t2 p{ font-size: 1.4em; color: #666; line-height: 28px; height: 84px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.news-t .boxs .box .txt .t2 span{ display: inline-block;  background: #1373b5; font-size: 1.4em; color: #fff; border-radius: 40px; padding: 14px 50px; margin-top: 60px;}
.news-t .boxs .box:hover .txt .t2 span{ background: #333;}
.news-t .boxs .box:hover .img img{ transform: scale(1.05);}

/*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: #1373b5; 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:#216fa3; }

/*about*/
.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: 18px; margin-bottom: 12px; text-indent: 2em;}
.about-t .ab3{ padding: 65px 0 65px 0; background: #1374b6;}
.about-t .ab3 .tits2 h3,.about-t .ab3 .tits2 h4{ color: #fff;}
.about-t .ab3 .tits2 span{ background: #fff;}
.about-t .ab3 .txts{ overflow: hidden; width: calc(100% + 20px); margin-left: -10px;}
.about-t .ab3 .txts img{ width: calc(25% - 20px); margin: 10px; float: left;}
.about-t .ab4{ padding: 55px 0 65px 0;}
.about-t .ab4 .txts{ overflow:hidden;}
.about-t .ab4 .txts .txt{ float:left; width: 48%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 10%;}
.about-t .ab4 .txts .txt .dot{ position: relative; text-align:center; margin:40px 0;}
.about-t .ab4 .txts .txt .dot:after{ position:absolute; content: ""; top:10px; left: 0; height: calc(100% - 20px); width: 100%; border:3px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab4 .txts .txt .dot h3{ position: relative; z-index: 2; font-size: 1.8em; color: #333; line-height: 24px; font-weight: bold; display: inline-block; margin: 0 auto; padding: 0 20px; background: #fff;}
.about-t .ab4 .txts .txt .dot h4{ font-size: 3em; color: #1373b5; font-weight: bold; padding: 14px 0 16px 0;}
.about-t .ab4 .txts .txt p{ font-size: 1.4em; line-height: 24px; color: #333;}
.about-t .ab4 .txts .txt p span{ font-size: 1em; font-weight: bold; }
.about-t .ab4 .txts .img{ float:left; width: 52%;}
.about-t .ab4 .txts .img img{ max-width: 100%;}
.about-t .ab5{ padding: 70px 0; background: url(../images/ab5-bg.jpg) center center no-repeat; background-size: cover !important; height: 700px; background-size: cover !important;}
.about-t .ab5 .tits2 h3,.about-t .ab5 .tits2 h4{ color: #fff;}
.about-t .ab5 .tits2 span{ background: #fff;}
.about-t .ab5 .txts{ overflow: hidden; }
.about-t .ab5 .txts .txt{ float:left; width:34%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 20px;} 
.about-t .ab5 .txts .txt h3{ font-size: 3em; color: #fff; font-weight: bold; margin-bottom: 45px;}
.about-t .ab5 .txts .txt p{ font-size: 1.4em; line-height: 24px; color: #fff;}


.about-t .ab6{ padding: 150px 0 160px 0;}
.about-t .ab6 .txts{ width: calc(100% + 20px); margin-left: -10px; overflow: hidden;}
.about-t .ab6 .txts img{ float:left; width: calc(25% - 20px); margin: 10px;}
/*development*/
.development{ background: url(../images/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: #1373b5; 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: #1373b5; 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: #0269b7; 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: #0066cc; font-weight: bold;}
.prodcut-t .product-list .pl2{ margin-top: 5px;}
.prodcut-t .product-list .pl2 a{ display: block; font-size: 1.6em; color: #0066cc; 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:  #0066cc; 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/zhbg1.jpg) center center no-repeat;}
.zhihui2{ background: url(../images/zhbg2.jpg) center center no-repeat;}
.zhihui3{ background: url(../images/zhbg3.jpg) center center no-repeat;}
.zhihui4{ background: url(../images/zhbg4.jpg) center center no-repeat;}
.zhihui5{ background: url(../images/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: #0066cc; 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: #0066cc;  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 .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: #1373b5; 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/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: #216fa3; 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: #216fa3;}
.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: #216fa3;}
.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/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: #1373b5; 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/o1.jpg) center center no-repeat; background-size: cover !important;} 
.drain .d1 .txts .img{ background: url(../images/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: #216fa3; 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: #216fa3;}
.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/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/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;}





