﻿@charset "utf-8";
/* CSS Document */


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:1480px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1400px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp3{ max-width:1200px; 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;}


/*parts*/
div.fy { padding-right: 20px; text-align:right; line-height:4rem; padding-top:40px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:rgba(0,0,0,0.8);font-size:1.4em; display:inline; background:#fff; border: 1px solid #a9a9a9;}
div.fy a:hover{color:#fff; background:#11a8c0; border: 1px solid #11a8c0;}
div.fy a:active{ color:#fff; background:#11a8c0; border: 1px solid #11a8c0;}
div.fy span.current{ margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em; background:#11a8c0; border: 1px solid #11a8c0;}
div.fy span.disabled{ margin:2px 2px;padding:8px 12px; color:rgba(0,0,0,0.8); font-size:1.4em; background: #fff;  border: 1px solid #a9a9a9;}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:absolute;	top: 34px;	right: 25px;	z-index: 999;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 .s-close{ float: right; top:20px; right: 20px; position: absolute;}
.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;	}

/*header*/
.header a,.header .m-list>a:after,.header .menus .top .companys .c-more ,.header .menus .top .companys .c-more *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}

.header{ padding: 28px 0; position:absolute; top:0; left: 0; width: 100%; z-index: 2; background: rgba(61,61,64,0.8);}
.header .logo{ float:left;  padding:6px 0px 6px calc(50% - 820px);}
.header .menus{float:right;  }
.header .menus .top{ float:right; }
.header .menus .top>*{ float:left;}
.header .menus .top .companys{background: rgba(255,255,255,0.3); position: relative; border-radius: 5px; }
.header .menus .top .companys .ct h3{ font-size: 1.6em;   line-height:34px; color:rgba(255,255,255,0.8); padding: 0px 0 0 16px; display: inline-block; width: 300px;}
.header .menus .top .companys .ct span{ float:right; width: 40px; height: 34px; background:url(../images/arrow2.png) center center no-repeat #23aabd; display: inline-block; border-radius: 5px; }
.header .menus .top .companys .c-more{  display: none; height: 0; opacity: 0; position:absolute; top:100%; left: 0; width: 100%; z-index: 3; padding: 10px 0; background: rgba(0,0,0,0.8); border-radius: 5px;}
.header .menus .top .companys .c-more a{ font-size: 1.6em; color: #fff; line-height: 1.5; display: block; padding: 5px 16px;  }
.header .menus .top .companys .c-more a:hover{ background: #23aabd;}
.header .menus .top .companys:hover .c-more{height: auto; opacity: 1; display: block;}

.header .menus .top input{  border: none; font-size: 1.6em; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#fff; padding: 5px 20px;}
.header .menus .top form{ overflow: hidden; width: fit-content;  border-radius: 5px;}
.header .menus .top form>*{ float:left;}
.header .menus .top .htxt{ background: rgba(255,255,255,0.3);  }
.header .menus .top .hbtn{ margin-left: -6px; background:url(../images/sreach.png) center center no-repeat #23aabd; border-radius: 5px;}
.header .menus .top .htxt::-webkit-input-placeholder { color:#fff;}
.header .menus .top .htxt:-moz-placeholder { color:#fff;}
.header .menus .top .htxt::-moz-placeholder { color:#fff;}
.header .menus .top .htxt:-ms-input-placeholder { color:#fff;}
.header .menus .top .lun{ padding: 5px 0;}
.header .menus .top .lun>*{ float:left;}
.header .menus .top .lun img{ margin: 0 10px 0 20px;}
.header .menus .top .lun .lc>*{ font-size: 1.6em; color: #fff; line-height: 1.5;}
.header .menus .top .lun .lc>*:hover{ color: #11a8c0;}
.header .menus .menu>*{ float:left;}
.header .menus .menu .link>*{ float:left;}
.header .menus .menu .m-list>a{ position: relative; display: inline-block; font-size:1.6em; padding:16px 0; margin: 0 22px; line-height:20px; text-transform: uppercase; color: #fff;}
.header .menus .menu .m-list>a:after{ position:absolute; bottom: 10px; left: 0; width: 100%; background: #1c93a9; content: ""; height: 0px; border-radius: 4px;}
.header .menus .menu .tel{ margin: 16px 0 16px 60px;}
.header .menus .menu .tel>*{ float:left;}
.header .menus .menu .tel img{ margin: -2px 10px 0 0;}
.header .menus .menu .tel p{ font-size: 1.6em; color: #fff; line-height: 1.5;}
.header .menus .menu .m-list>a:hover:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after,#m6 .m6:after{ bottom: 0; height: 2px;}


/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:url(../images/fbg.jpg) center center no-repeat #3d3d40; background-size: cover !important; overflow:hidden; padding:60px 0 130px 0;}
.footer .links{ float:left; width: 26%;}
.footer .links .flogo img{ max-width: 50%;}
.footer .links .f-mune{ padding: 40px 0;}
.footer .links .f-mune a{ display: block;  margin: 10px 0; font-size: 1.4em; line-height: 1.5; color: #fff;}
.footer .links .f-mune a:hover{ color: #11a8c0;}
.footer .links input{  border: none; font-size: 1.6em; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#fff; padding: 5px 10px; background: transparent;}
.footer .links form{ overflow: hidden; width: fit-content; border: 1px solid #b6b6b8;}
.footer .links form>*{ float:left;}
.footer .links .f-btn{ padding: 5px 20px; margin-left: 0px; background:url(../images/sreach2.png) center center no-repeat transparent;}
.footer .links input::-webkit-input-placeholder { color:rgba(255,255,255,0.5);}
.footer .links input:-moz-placeholder { color:rgba(255,255,255,0.5);}
.footer .links input::-moz-placeholder { color:rgba(255,255,255,0.5);}
.footer .links input:-ms-input-placeholder { color:rgba(255,255,255,0.5);}
.footer .links .two{ overflow: hidden; padding: 28px 0 12px 0;}
.footer .links .two>*{ float:left;}
.footer .links .two .t{ background: #b6b6b8; border-radius: 5px; padding: 4px; margin-right: 20px;}
.footer .links .two .t2{ font-size: 1.4em; color: #fff; line-height: 1.8;}
.footer .links .ftxt p{ font-size:1.4em; color:rgba(255,255,255,0.5); line-height:18px;}
.footer .links .ftxt p a{ font-size: 1em;  color:rgba(255,255,255,0.5); }
.footer .links .ftxt p a:hover{ text-decoration: underline;}
.footer .txts{ float:right; width: 66%;}
.footer .txts .tit h3{ font-size: 2.4em; color: #fff; font-weight: bold; text-transform: uppercase; margin-top: 40px; margin-bottom: 20px;}
.footer .txts .tit h4{ font-size: 1.6em; color: #fff; line-height: 1.5; margin-bottom: 20px;}
.footer .txts div:first-child{ margin-top: -20px;}
.footer .txts img{ width: 100%;}

.bottomlist{ background:#1c93a9; 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{ width: 100%; overflow: hidden;}
.banner .banner-slider{ width: 100%;}
.banner .swiper-slide img{ width: 100%;}
.banner .swiper-pagination-bullet{ background:rgba(0,0,0,0.4);width: 50px; height: 4px; border-radius: 0;  opacity: 1;}
.banner .swiper-pagination-bullet-active{ background:#fff; overflow: hidden; position: relative;}
/*i-tit*/
.i-tit h3{ font-size: 4.8em; color: #6c6d71; text-transform: uppercase;  font-weight: bold; line-height: 1.2;}
.i-tit h4{ font-size: 3em; color: #23aabd; line-height: 1.5;}
.i-tit span{ width: 80px; background: #23aabd; height: 2px; display: inline-block; margin-top: 30px;}
/*ip*/
.ip .iplist>div,.ip .iplist>div *,.ip .iplist>div span:after,.ip .iplist>div span:before,.ip .boxs .box:after,.ip .iplist>div span img,.iab .swiper-button-prev,.iab .swiper-button-next,.ip .boxs .box:before{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ overflow: hidden; position: relative; padding: 70px 0 250px 0; }
.ip:after,.ip:before{ position: absolute; content: "";}
.ip:after{ top:0; left: -10%; width: 60%; background: #f3fbfc; height: 80%; z-index: -1; transform: skewX(-30deg);}
.ip:before{ width: 20%; height: 100%; top:0; right: -7%; background: #11a8c0; transform: skewX(-30deg);} 
.ip .ipb{ margin-top: 60px;}
.ip .iplist{  float:left; width: 30%; padding-right: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .iplist>div{ position: relative; overflow: hidden; padding: 10px 20px; margin: 15px 0; cursor:pointer; }
.ip .iplist>div span:after{ opacity: 0; left: 140%; top:0; content: ""; width: 12px; height: 28px; position: absolute; background: #11a8c0; transform: skewX(-30deg);}
.ip .iplist>div>*{ float:left;}
.ip .iplist>div span{ position: relative;}
.ip .iplist>div span:before{ position: absolute; top:0; left: 0; width: 100%; height: 100%; content: ""; opacity: 0;}
.ip .iplist>div span.ipl1:before{ background: url(../images/ipd1-0.png) center center no-repeat;}
.ip .iplist>div span.ipl2:before{ background: url(../images/ipd2-0.png) center center no-repeat;}
.ip .iplist>div span.ipl3:before{ background: url(../images/ipd3-0.png) center center no-repeat;}
.ip .iplist>div span.ipl4:before{ background: url(../images/ipd4-0.png) center center no-repeat;}
.ip .iplist>div span.ipl5:before{ background: url(../images/ipd5-0.png) center center no-repeat;}
.ip .iplist>div h3{ margin-left: 5px; font-size: 1.4em; color: #6c6d71; line-height: 25px;}
.ip .iplist>div:hover,.ip .iplist>div.hover{ background:url(../images/iplbg.png) center right no-repeat; }
.ip .iplist>div:hover span:before,.ip .iplist>div.hover span:before{ opacity: 1; padding-top: 4px;}
.ip .iplist>div:hover span img,.ip .iplist>div.hover span img{ opacity: 0;}
.ip .iplist>div:hover span:after,.ip .iplist>div.hover span:after{ left: 140%; opacity: 1;}
.ip .iplist>div:hover h3,.ip .iplist>div.hover h3{ font-size: 1.4em; color: #11a8c0; margin-left: 40px; font-weight: 100;}
.ip .boxs{ display: none; float:left; width: 70%;}
.ip .boxs .box{ overflow: hidden;position: relative; float:left; width: calc(50% - 40px); margin-left: 40px;}
.ip .boxs .box:after{ background-position: 0% 0%; position: absolute; top:100%; right: 100%; width: 100%; height: 100%; content: ""; background-image:linear-gradient(45deg,transparent 0%,transparent 100%);}
.ip .boxs .box:before{ transform: scale(0); background: url(../images/news/il1.png) center center no-repeat; background-size: 30%; opacity: 0; content: ""; width: 100%; height: 100%; top:0 ;left: 0; position:absolute; z-index: 2;}
.ip .boxs .box img{ width: 100%;}
.ip .boxs .box:hover:after{top:0; right: 0; background-position: 100% 100%; background-image:linear-gradient(45deg,transparent 0%,#11a8c0 100%);}
.ip .boxs .box:hover:before{ opacity: 0.8; transform: scale(1);}
/*iab*/
.iab .iab-txts .txt a,.iab .iab-slider .swiper-slide .txt a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iab{ background: url(../images/iab.jpg) center top no-repeat #e5e5e5; background-size: 100% auto; margin-top: -80px; padding: 70px 0 100px 0;}
.iab .iab-txts .i-tit h3{ color: #fff;}
.iab .iab-txts .txt{ padding: 50px 0 60px 0;}
.iab .iab-txts .txt h3{ font-size:2.4em; color: #fefefe; line-height: 1.5; margin-bottom: 20px;}
.iab .iab-txts .txt p{ font-size: 1.4em; color: #fefefe; line-height: 2; }
.iab .iab-txts .txt a{ margin-top: 40px; display: inline-block; float:right;  border: 1px solid rgba(255,255,255,0.5); font-size: 1.4em; color: rgba(255,255,255,0.5); padding:12px 16px;}
.iab .iab-txts .txt a:hover{ background: #11a8c0; color: #fff;  border: 1px solid #11a8c0;}
.iab .warp{ position: relative;}
.iab .iab-slider .swiper-slide{ overflow: hidden; background: #11a8c0;}
.iab .iab-slider .swiper-slide>*{ float:left; }
.iab .iab-slider .swiper-slide .img{ width: 65%;}.iab .iab-slider .swiper-slide .img img{ width: 100%;}
.iab .iab-slider .swiper-slide .txt{ width: 35%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5% 2%;}
.iab .iab-slider .swiper-slide .txt h3{ font-size: 5.8em; color:rgba(255,255,255,0.8); font-weight: 900; text-transform: uppercase; }
.iab .iab-slider .swiper-slide .txt h4{ font-size: 2.4em; color: #fff; margin-top: -20px; margin-bottom: 26px;}
.iab .iab-slider .swiper-slide .txt p{ font-size: 1.4em; color: #fff; line-height: 2;}
.iab .iab-slider .swiper-slide .txt a{ margin-top: 40px; display: inline-block; border: 1px solid rgba(255,255,255,0.5); font-size: 1.4em; color: rgba(255,255,255,0.5); padding:12px 16px;}
.iab .iab-slider .swiper-slide .txt a:hover{ color: #fff; border: 1px solid #3d3d40; background: #3d3d40;}
.iab .swiper-button-prev,.iab .swiper-button-next{ background-image: url(../images/arrow.png) ; background-size: 11px 14px; border: 1px solid #fff;  width: 58px; height: 28px;}
.iab .swiper-button-prev{ left: 1px;}
.iab .swiper-button-next{ right: 0px; transform: rotateZ(180deg);}
.iab .swiper-button-prev:hover,.iab .swiper-button-next:hover{ background-color: #3d3d40; border: 1px solid #3d3d40;}
.iab .btn{ position: absolute; width: 120px; height: 28px; right: 65px; bottom: 65px;}


/*inews*/
.inews .inews-txts .left .txt span{transition:ease .2s all;-moz-transition: ease .2s all; -webkit-transition:ease .2s all; -o-transition: ease .2s all;}
.inews .boxs *,.inews .inews-txts .boxs .box .date:after{transition:ease 0.6s all;-moz-transition: ease 0.6s all; -webkit-transition:ease 0.6s all; -o-transition: ease 0.6s all;}
.inews{ padding: 70px 0 100px 0; overflow: hidden;}
.inews .inews-txts{ margin-top: 40px; }
.inews .inews-txts .left{ background: #f7f7f7; float:left; width: 40%;}
.inews .inews-txts .left .img img{ width: 100%;}
.inews .inews-txts .left .txt{ background: url(../images/news/il1.png) right center no-repeat; background-size: auto 80%; padding: 35px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .inews-txts .left .txt h4{ font-size: 1.4em; color:rgba(0,0,0,0.5); line-height: 1.5; margin-bottom: 10px;}
.inews .inews-txts .left .txt h3{ font-size: 1.8em; color: #000; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .inews-txts .left .txt span{ margin-top: 40px; display: inline-block; border: 1px solid #7b7b7b; font-size: 1.4em; color: rgba(0,0,0,0.5); padding:12px 16px;}
.inews .inews-txts .left .txt span:hover{background: #23aabd; border: 1px solid #23aabd; color: #fff;}
.inews .inews-txts .boxs{ float:left; width: 60%; padding-left: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .inews-txts .boxs .box{ border-bottom: 1px solid #b5b6b8;  background-size: cover !important; }
.inews .inews-txts .boxs .box:first-child{ border-top:1px solid #b5b6b8;}
.inews .inews-txts .boxs .box a{ display: table; width: 100%;  padding: 15px 0;}
.inews .inews-txts .boxs .box a>*{ display: table-cell; vertical-align: middle;}
.inews .inews-txts .boxs .box .txt{ padding: 0 10px;}
.inews .inews-txts .boxs .box .txt h3{ margin: 10px 0; font-size: 1.8em; color: rgba(0,0,0,0.8); line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .inews-txts .boxs .box .txt p{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .inews-txts .boxs .box .date{ position: relative; text-align: center; width: 90px; border-left: 1px solid rgba(0,0,0,0.1);}
.inews .inews-txts .boxs .box .date:after{ position: absolute; top:0; left: 100%; width: 100%; height: 100%; content: ""; background: url(../images/news/il2.png) center center no-repeat; background-size: 70%; opacity: 0; }
.inews .inews-txts .boxs .box .date h3{ font-size: 3.6em; font-weight: bold; color: rgba(0,0,0,0.5);}
.inews .inews-txts .boxs .box .date h4{ color: rgba(0,0,0,0.5); font-size: 1.2em;  line-height: 1.5;}
.inews .inews-txts .boxs .box:hover{ background:url(../images/inews-bg.png) center center no-repeat ; }
.inews .inews-txts .boxs .box:hover .txt h3,.inews .inews-txts .boxs .box:hover .txt p{ color: #fff;}
.inews .inews-txts .boxs .box:hover .txt h3{ font-weight: bold;}
.inews .inews-txts .boxs .box:hover .date h3,.inews .inews-txts .boxs .box:hover .date h4{ opacity: 0;}
.inews .inews-txts .boxs .box:hover .date:after{ opacity: 1; left: 0;}
.inews .inews-txts .boxs .box:hover{box-shadow:  4px 4px 8px rgba(108,108,108,0.3);}
.inews .inews-txts .boxs .more a{ float:right; margin-top: 40px; display: inline-block; background: #23aabd; font-size: 1.4em; color:#fff; padding:12px 16px;}
.inews .inews-txts .boxs .more a:hover{ background: #3d3d40;}

/*banners*/
.banners{ background-size:cover !important;}
.about{ background:url(../images/banners/about-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;}
.manufacture{ background:url(../images/banners/manufacture-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.banners .warp{ display: table; width: 100%; height: 650px;}
.banners .warp .txt{ display: table-cell; vertical-align: middle; padding-top: 10%;}
.banners .warp .txt h3{ font-size:3em; color: #fff; line-height: 1.5; font-weight: bold; }
.banners .warp .txt h4{ font-size: 4.8em; color: #fff; line-height: 1.5; text-transform: uppercase;}

/*tits*/
.tits{ overflow: hidden; text-align: center; }
.tits h3{ font-size: 4.8em; color: rgba(0,0,0,1); font-weight: bold;text-transform: uppercase;}
.tits h4{ font-size: 3em;  color: #000;  text-transform: uppercase; line-height: 1.5;}

/*about*/
.about-t .ab1 .dots .dot,.about-t .ab1 .dots *,.about-t .ab3 .honor-slider img,.about-t .ab3 .btn .hp,.about-t .ab3 .btn .hn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab1{ padding: 120px 0;}
.about-t .ab1 .txts{ padding: 50px 0;}
.about-t .ab1 .txts p:first-child{ font-size: 1.6em; color: rgba(0,0,0,0.6);}
.about-t .ab1 .txts p{ font-size: 1.4em; color: rgba(0,0,0,0.9); line-height: 1.5; margin-bottom: 30px;}
.about-t .ab1 .dots{ background: url(../images/about.jpg) center center no-repeat; background-size: cover !important; overflow: hidden; }
.about-t .ab1 .dots .dot{ padding: 12% 40px 20px 40px; float:left; width: 25%; border-left:1px solid rgba(238,238,238,0.4); height: 750px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(0,0,0,0);}
.about-t .ab1 .dots .dot .b{ display: none;}
.about-t .ab1 .dots .dot .tit h3{ font-size: 2.4em; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 1.5; margin-top: 12px;}
.about-t .ab1 .dots .dot .tit h4{font-size: 1.8em; color: #fff; line-height: 1.5;}
.about-t .ab1 .dots .dot .tit span:last-child{ display: inline-block; margin-top: 12px; width: 80px; height: 1px; background: rgba(255,255,255,0.4); margin-bottom: 20px;}
.about-t .ab1 .dots .dot .txt{ height: 0; opacity: 0;}
.about-t .ab1 .dots .dot .txt p{ font-size: 1.4em; color: #fff; line-height: 2; opacity: 0.8;}
.about-t .ab1 .dots .dot .arrow{ margin-top: 20px;}
.about-t .ab1 .dots .dot:hover .tit h3,.about-t .ab1 .dots .dot:hover .tit h4{ color: #37b9cc; font-weight: bold;}
.about-t .ab1 .dots .dot:hover .a{ display: none;}
.about-t .ab1 .dots .dot:hover .b{ display: block;}
.about-t .ab1 .dots .dot:hover{ background: rgba(0,0,0,0.3);}
.about-t .ab1 .dots .dot:hover .txt{ height: auto; opacity: 1;}
.about-t .ab1 .dots .dot:hover .arrow{ margin-top: 60px;}

.about-t .ab2 .video:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t .ab2 .video{ position: relative; padding: 60px 0 120px 0;}
.about-t .ab2 .video:after{ opacity: 0; transform:  translateY(45px);  cursor: pointer;  position: absolute; top:calc(50% - 39px); left: calc(50% - 37.5px); content: ""; width: 75px; height: 78px; background: url(../images/play.png) center center no-repeat;}
.about-t .ab2 .video img{ cursor: pointer; width: 100%;}
.about-t .ab2 .video:hover:after{ opacity: 1; transform:  translateY(0px);}

.about-t .ab3{ margin-bottom: 70px;}
.about-t .ab3 .imgs{ padding: 0 120px; position: relative;}
.about-t .ab3 .honor-slider{ padding: 50px 0;}
.about-t .ab3 .honor-slider img{ width: 100%;}
.about-t .ab3 .honor-slider img:hover{ box-shadow: 0 2px 9px rgba(63,63,63,0.5);}
.about-t .ab3 .btn{ position:absolute; top:calc(50% - 35px); left: 0; width: 100%;}
.about-t .ab3 .btn .hp,.about-t .ab3 .btn .hn{ width: 69px; height: 69px; background-size: 70px 70px;}
.about-t .ab3 .btn .hp{ left: 0; background: url(../images/honor/hp.png); }
.about-t .ab3 .btn .hn{ right: 0; background: url(../images/honor/hp.png);  transform: rotate(-180deg);}
.about-t .ab3 .btn .hp:hover{background: url(../images/honor/hn.png); transform: rotate(-180deg);}
.about-t .ab3 .btn .hn:hover{ background: url(../images/honor/hn.png); transform: rotate(0deg);}


/*prodcut*/
.product-t .pro-boxs .pb img,.product-t .p-list a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-t{ padding: 110px 0;}
.product-t .p-list{ text-align: center;  background: #f9fafb; margin: 50px auto; overflow: hidden; width: fit-content;}
.product-t .p-list a{ display:inline-block; float:left; min-width: 170px; font-size: 1.6em; color: rgba(0,0,0,0.8); line-height: 1.5; padding: 12px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .p-list a:hover{ background: #eceef2;}
.product-t .p-list a.lock{ background: #11a8c0; color: #fff;}
.product-t .pro-boxs{ margin-bottom: 30px;}
.product-t .pro-boxs .pb{ float:left; width: calc(25% - 40px); margin:30px 20px; overflow: hidden;}
.product-t .pro-boxs .pb img{ width: 100%;}
.product-t .pro-boxs .pb:hover img{ transform: scale(1.05);}
    .product-t .pro-boxs .pb p {
        text-align: center;
        line-height: 60px;
        font-size: 1.4em;
    }

/*news*/
.news-t *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ padding: 120px 0;}
.news-t .n-list{ text-align: center;  background: #f9fafb; margin: 50px auto; overflow: hidden; width: fit-content;}
.news-t .n-list a{ display:inline-block; float:left; min-width: 170px; font-size: 1.6em; color: rgba(0,0,0,0.8); line-height: 1.5; padding: 12px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .n-list a:hover{ background: #eceef2;}
.news-t .n-list a.lock{ background: #11a8c0; color: #fff;}
.news-t .news-txts .ntop{ width: calc(100% + 20px); margin: 80px 0px 20px -10px;}
.news-t .news-txts .ntop .nbox{ float:left; width: calc(50% - 20px); margin: 0 10px; background: #eceef2;}
.news-t .news-txts .ntop .nbox a{ display: table;}
.news-t .news-txts .ntop .nbox a>*{ display: table-cell; vertical-align: middle;}
.news-t .news-txts .ntop .nbox a img{ width: 100%;}
.news-t .news-txts .ntop .nbox a .img{ overflow: hidden; width: 50%; background: #11a8c0; position: relative;}
.news-t .news-txts .ntop .nbox a .img:after{ position: absolute; top:calc(50% - 14.5px); left:calc(50% - 14.5px); content: ""; background: url(../images/news/nd.png) center center no-repeat; width: 29px; height: 29px; opacity: 0;}
.news-t .news-txts .ntop .nbox a .txt{ width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px;}
.news-t .news-txts .ntop .nbox a .txt h3{ font-size: 1.8em; color: rgba(0,0,0,0.8); font-weight: bold; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .news-txts .ntop .nbox a .txt h4{ font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 1.5; padding: 12px 0;}
.news-t .news-txts .ntop .nbox{ box-shadow: 0 5px 6px rgba(0,0,0,0.2);}
.news-t .news-txts .ntop .nbox a .txt p{font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .news-txts .ntop .nbox a .txt span{ font-size: 1.4em; color: rgba(0,0,0,0.8); line-height: 1.5; margin-top: 30px; display: inline-block;}
.news-t .news-txts .ntop .nbox:hover a .img:after{ opacity: 1;}
.news-t .news-txts .ntop .nbox:hover a img{ opacity: 0.5;}
.news-t .news-txts .ntop .nbox:hover .txt { background: #fff;}
.news-t .news-txts .ntop .nbox:hover .txt span,.news-t .news-txts .ntop .nbox:hover .txt h3{ color: #11a8c0;}
.news-t .news-txts .ndot{ margin-top: 60px;}
.news-t .news-txts .ndot .dot{ margin-top: 10px; }
.news-t .news-txts .ndot .dot a{ display: table; width: 100%;}
.news-t .news-txts .ndot .dot a>*{ display: table-cell; vertical-align: middle;}
.news-t .news-txts .ndot .dot a .txt{ width: calc(100% - 120px); border-bottom: 1px solid #cdcdcd; padding: 30px 0;}
.news-t .news-txts .ndot .dot a .txt .tit{ overflow: hidden; margin-bottom: 25px;}
.news-t .news-txts .ndot .dot a .txt .tit>*{ float:left;}
.news-t .news-txts .ndot .dot a .txt .tit h3{ font-size: 1.8em; font-weight: bold; color: rgba(0,0,0,0.8) ;line-height: 24px; height: 24px; max-width: calc(100% - 100px);  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .news-txts .ndot .dot a .txt .tit span{ text-align: right;width: 100px; display: inline-block; font-size: 1.4em; color: rgba(0,0,0,0.5); line-height: 24px;}
.news-t .news-txts .ndot .dot a .txt p{ font-size: 1.4em; color: rgba(0,0,0,0.8); line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2; }
.news-t .news-txts .ndot .dot a .arrow{ width: 120px; text-align: center;}
.news-t .news-txts .ndot .dot:hover a .txt .tit h3{color: #11a8c0;}
.news-t .news-txts .ndot .dot:hover a .arrow img{ transform: rotate(-90deg);}

/*newsshow*/
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; 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:2em;}
.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:#000 !important; color:#fff !important;}

/*manufacture*/
.manufacture-t .mdots .mtop a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-t{ padding: 110px 0;}
.manufacture-t{ padding: 120px 0;}
.manufacture-t .mdots .mtop{ text-align: center;  background: #f9fafb; margin: 50px auto; overflow: hidden; width: fit-content; }
.manufacture-t .mdots .mtop a{ display:inline-block; float:left; min-width: 170px; font-size: 1.6em; color: rgba(0,0,0,0.8); line-height: 1.5; padding: 12px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.manufacture-t .mdots .mtop a:hover{ background: #eceef2;}
.manufacture-t .mdots .mtop a.hover{ background: #11a8c0; color: #fff;}
.manufacture-t .mdots .mboxs .box{ display: table; width: 100%; display: none;}
.manufacture-t .mdots .mboxs .box>*{ display: table-cell; vertical-align: middle;}
.manufacture-t .mdots .mboxs .box .txt{ padding: 40px 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.manufacture-t .mdots .mboxs .box:nth-child(2n){ background: #3ac0d5;}
.manufacture-t .mdots .mboxs .box:nth-child(2n-1){background: #11a8c0;}
.manufacture-t .mdots .mboxs .box .tit h3{ font-size: 3.6em; color: #fff; line-height: 1.2; font-weight: bold; text-transform: uppercase;}
.manufacture-t .mdots .mboxs .box .tit h4{ color: #fff; line-height: 1.5; font-size: 3em; }
.manufacture-t .mdots .mboxs .box .tit span{ display:inline-block;  margin: 20px 0; width: 80px; height: 1px; background: #fff;}
.manufacture-t .mdots .mboxs .box .t p{ font-size: 1.4em; line-height: 1.5; color: rgba(255,255,255,0.7);}
.manufacture-t .mdots .mboxs .box .dot .d{ margin-top: 12px; overflow: hidden;}
.manufacture-t .mdots .mboxs .box .dot .d>*{ display: inline-block; color: #fff; float:left;}
.manufacture-t .mdots .mboxs .box .dot span{ margin: 8px 8px 0 0 ; width: 8px; height: 8px; border-radius: 50%; background: #fff;}
.manufacture-t .mdots .mboxs .box .dot h3{ font-size: 1.8em; line-height: 24px;}
.manufacture-t .mdots .mboxs .box .dot p{ line-height: 24px; font-size: 1.4em; }
.manufacture-t .mdots .mboxs .box .img{ background: #fff; width: 60%;}
.manufacture-t .mdots .mboxs .box .img img{ width: 100%;}
.manufacture-t .mdots .mboxs .box .img .i1{ float:left; width: calc(60% - 2px); }
.manufacture-t .mdots .mboxs .box .img .i2{ float:left; width: calc(40% - 6px); margin-left: 8px;}
.manufacture-t .mdots .mboxs .box .img .i2 img:first-child{ margin-bottom: 8px;}

/*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:870px;}

.contact-t{ padding: 120px 0; overflow: hidden;}
.contact-t .map,.contact-t .txts{ float:left;}
.contact-t .map{ width: 52%; box-shadow: 0 5px 15px rgba(0,0,0,0.35);}
.contact-t .txts{ padding-left: 6%; width: 48%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .txts .tit h3{ font-size: 3em; color: #000; line-height: 1.5; margin-bottom: 30px;}
.contact-t .txts .dots{ overflow: hidden; margin-bottom: 60px;}
.contact-t .txts .dots .dot{ margin: 15px 0; float:left; width: 50%; }
.contact-t .txts .dots .dot h4{ font-size: 1.8em; color: #000; line-height: 1.5;}
.contact-t .txts .dots .dot p{ font-size: 1.4em; line-height: 1.5; color: rgba(0,0,0,0.8);}

.contact-t .form .dot{ width: calc(100% + 30px); margin: 0 0 0 -15px; overflow: hidden;}
.contact-t .form .dot input{float:left; width: calc(50% - 30px); margin: 15px 15px 30px 15px;}
.contact-t  .btn .fc-btn{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t  input,.contact-t  textarea{ font-size: 1.8em; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; border: none; border-bottom: 1px solid #ccc;  padding: 10px 0px;}
.contact-t  .fc-input{ width: 100%; margin-bottom: 35px;}
.contact-t  textarea{ width:100%; margin:15px 0 ; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input::-webkit-input-placeholder,.contact-t  textarea::-webkit-input-placeholder { color:#000;}
.contact-t  .fc-input:-moz-placeholder,.contact-t  textarea:-moz-placeholder { color:#000;}
.contact-t  .fc-input::-moz-placeholder,.contact-t  textarea::-moz-placeholder { color:#000;}
.contact-t  .fc-input:-ms-input-placeholder,.contact-t  textarea:-ms-input-placeholder { color:#000;}
.contact-t  .btn .fc-btn{  border:none; padding:12px 60px;  font-size:1.8em; color:#fff; line-height:24px; cursor:pointer; background: #11a8c0; margin-top: 50px;}
.contact-t  .btn .fc-btn:hover{ background: #004754;}
















