﻿﻿@charset "utf-8";/* CSS Document */
@font-face {
  font-family: 'iconfont';  /* project id 1413435 */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 100%;
	line-height: 1.1;
	width: 100%;
	position: relative;
	background: none;
	font-family:  arial, "微软雅黑","Microsoft YaHei";
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
}
ul,li{ list-style-type:none;}
a {
	background-color: transp#076c88ent;font-style: normal;
}

a:active, a:hover {
	outline: 0
}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
    font-weight: normal;
    font-style: normal;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}
img{outline: 0; overflow:hidden;vertical-align: middle; border:0;}
img {
	
	height: auto
}
input, textarea {
    outline: 0;
    border: 0;
}
table {border-collapse: collapse;border-spacing: 0;}

hr {display: block;height: 1px;border: 0;border-top: 1px solid #e3e3e3;margin: 1em 0;padding: 0;}

input,select {vertical-align: top;}

li,ul {list-style-type: none;}

img {border: none;}

a{text-decoration: none; color:#393939;}

a:link,a:hover,a:active,a:visited {text-decoration: none;}

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

textarea {resize: none;}

h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}

ul, li {list-style: none;margin: 0;padding: 0;}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9;
}

.clear{clear:both;}
.fl {float: left;}

.fr {float: right;}

.img{ overflow:hidden;}
/*===========================header=============================*/
#header {
  position: fixed;
  top: 26px;
  width: 100%;
  z-index: 9999;
  width: 100%;
  z-index: 998;
  background: rgba(255, 255, 255, 0);
  padding-top: 1.5rem;
  transition: .5s;
  height: 80px;
  box-sizing: content-box;
}

#header #logo {
  display: table;
  text-align: left;
  max-width: 176px;
  padding: 0;
}

#header #logo a {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 100%;
}

#header .logo_blue {
  display: none;
}

#header .top_search {
  position: relative;
  height: 30px;
  width: 30px;
  margin-top: 25px;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 999;
  margin-left: 10px;
}
#header #logo a img {
  height: 100%;
}
#header .top_tel {
  float: left;
  height: 80px;
  line-height: 80px;
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: arial;
}

#header .top_tel p:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #c0c0c1;
  vertical-align: middle;
  position: absolute;
  left: -15px;
  top: 33px;
}

#header .top_tel p {
  padding-left: 26px;
  background: url(../images/top_tel.png) center no-repeat;
  /* background-size: contain !important; */
  cursor: pointer;
  background-position: left;
}

#header .top_wx dd {
  position: absolute;
  bottom: -60px;
  width: 94px;
  height: 94px;
  border: 5px solid #fff;
  left: 50%;
  margin-left: -47px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

#header .top_wx:hover dd {
  opacity: 1;
  visibility: visible;
  bottom: -74px;
}

#nav{ float:left;}
#nav ul{}
#nav ul li{ float:left;position:relative;}
#nav ul li h3{ color:#fff; font-size:16px; padding:0 1.5rem; line-height:80px; margin:0; position:relative;}
#nav ul li .list{ opacity:0; visibility:hidden; position:absolute;  border-bottom:0;width:calc(100vw - 8px);  text-align: center;  margin-top: 1px; white-space: nowrap; border: 0; width: auto; z-index: 0;transition: all 0.5s ease-in-out;}
#nav ul li:hover .list{ opacity:1 !important; visibility:visible !important;}
#nav ul li .list:after { content: ""; width: 4000px; height: calc(100% + 1px); display: block; position: absolute; top: -1px; left: -2000px; background:rgba(237, 244, 250, 0.7); z-index: -1;}
#nav ul li:hover h3:before { content: ""; border: 6px solid transparent; border-bottom: 6px solid #18549A; display: block; position: absolute; left: 50%; margin-left: -6px; bottom: 0px;}
#nav ul li:hover h3:after { content: ""; width: 60px; height: 2px; background: #18549A; display: block; position: absolute; left: 50%; margin-left: -30px; bottom: 0;}



#nav ul li.act h3{ font-weight:bold;}
#nav ul li .list a { display:block; line-height:59px; font-size:15px; color:#333; font-family:lato_b; padding:0 1.5rem; font-weight:bold;}
#nav ul li .list dl{ display:inline-block; text-align:left; margin:0;vertical-align: top;}
#nav ul li .list dt a{  display:inline-block; text-align:left; vertical-align:top;}
#nav ul li .list dt:hover>a{ color:#18549A;}
#nav ul li .list dd{ position: static; width:100%; padding-bottom:30px; }
#nav ul li .list dd a{  height: 30px; line-height: 30px; font-size: 14px; color: #363636; font-weight: 500;}
#nav ul li .list dd a:hover {color: #18549A;}
#nav ul li .list {left:0;margin-left:0;margin-top:1px;white-space:nowrap;border:0;width:auto;z-index:0;}
#nav ul li:nth-child(5) .list, #nav ul li:nth-child(6) .list, #nav ul li:nth-child(6) .list { left:auto; right:0;}


#header:hover,
#header.xg {
  background: #fff;
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
}
#header:hover #nav li.act h3,#header.xg #nav li.act h3{color:#18549A;}
#header:hover #nav li h3,#header.xg #nav li h3{ color:#333;}
#header:hover .top_search .iconfont,#header.xg .top_search .iconfont,#header:hover .top_email .iconfont,#header.xg .top_email .iconfont{ color:#18549A; }
#header:hover .logo_blue,#header.xg .logo_blue { display:block;}
#header:hover .logo_white,#header.xg .logo_white { display:none;}
#header.bg_white{ background:#fff;background:rgba(255,255,255,1);}
#header.bg_white #m_nav li .a h3{ color:#333;}
#header.bg_white #m_nav li.act .a h3{ color:#18549A;}
#header.bg_white .top_search .iconfont{ color:#18549A; }
#header.bg_white svg { fill: #18549A !important;}
#header:hover .top_wx dt, #header.xg .top_wx dt { background: url(../fonts/wechat.svg) center no-repeat;}
#header:hover .top_tel, #header.xg .top_tel{ color:#18549A;}
#header:hover .top_yuyan, #header.xg .top_yuyan{ background:#18549A;}
#header:hover .top_yuyan a, #header.xg .top_yuyan a{ color:#fff;}



/*==============================手机头部================================*/

/*导航按钮开始*/
.slide_nav{ padding-right: 56px;}
#m_bnt_nav{ position: absolute;top:0;left:5px;border-radius:5px;cursor: pointer;width: 50px;height:60px;text-align: center;z-index:99999;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
#m_bnt_nav .point{display: inline-block;width: 30px;height: 22px; position: relative;}
#m_bnt_nav .point:hover .navbtn,
#m_bnt_nav .point:hover .navbtn::after,
#m_bnt_nav .point:hover .navbtn::before{width: 28px;}
#m_bnt_nav .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after,
#m_bnt_nav .navbtn::before{position: absolute; left: 0;display: inline-block;width: 28px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after{top: -8px;}
#m_bnt_nav .navbtn::before{top: 8px;}
#m_bnt_nav .point.on .navbtn{background: transparent !important;}
#m_bnt_nav .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#m_bnt_nav .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/

#m_header { position: fixed; top: 26px; width: 100%;  z-index: 9999; width: 100%; z-index: 998; background: rgba(255,255,255,0);  transition: .5s;  height: 60px; box-sizing: content-box; }
#m_header .logo_blue{ display:none;}
#m_header #logo{ position:absolute; left:50%; width:140px; margin-left:-75px; }
#m_header #logo img{ width:110px;}
#m_header #logo a{ display:table-cell; vertical-align:middle; height:60px;}
#m_nav{ position:absolute;}
#m_header .top_search{ position: relative; height:60px; padding-right:0; display:flex; flex-direction: row;justify-content: center; align-items:center; z-index: 999; margin-left:17px;}
#m_header .top_search .iconfont{ font-size:18px; color:#fff; color:rgba(255,255,255,1); }
#m_header .top_yuyan{ float:left; height:26px; width:26px; line-height:26px; border-radius:26px; margin-top:16px; position:relative; margin-left:10px; font-size:12px; color:#999; background:#fff; }
#m_header .top_yuyan a{ margin:0 5px; color:#333;}
#m_header .top_yuyan a:hover{ color:#059340;}

#m_header:hover,
#m_header.xg {
  background: #fff;
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
}
#m_header:hover #nav li h3,#m_header.xg #nav li h3{ color:#333;}
#m_header:hover .top_search .iconfont,#m_header.xg .top_search .iconfont,#m_header:hover .top_email .iconfont,#m_header.xg .top_email .iconfont{ color:#031E78; }
#m_header:hover .logo_blue,#m_header.xg .logo_blue { display:block; width:100%;}
#m_header:hover .logo_white,#m_header.xg .logo_white { display:none;}
#m_header:hover #m_bnt_nav .navbtn,#m_header:hover #m_bnt_nav .navbtn::after,#m_header:hover #m_bnt_nav .navbtn::before,#m_header.xg #m_bnt_nav .navbtn,#m_header.xg #m_bnt_nav .navbtn::after,#m_header.xg #m_bnt_nav .navbtn::before{background: #666;}
#m_header:hover .top_yuyan, #m_header.xg .top_yuyan{ background:#18549A;}
#m_header:hover .top_yuyan a, #m_header.xg .top_yuyan a{ color:#fff;}

/*一级导航 开始*/
.m_nav_list{ text-align:right;}
.slide_nav{ position:static;}
#m_nav li{ display: inline-block; transition:.5s; }
#m_nav li .a{display:block;text-align:left;position:relative; z-index:0; line-height:69px; padding: 0 1.5rem; white-space: nowrap;}
#m_nav li .a h3{ font-family:lato_b; display: inline-block; font-size:14px; color:#777; text-transform:uppercase;}
#m_nav li:hover .a h3{ color:#031E78;}
#m_nav li.act .a h3{ color:#031E78;}
#m_nav li .a span{}
#m_nav li .a strong{ display: inline-block; text-transform:uppercase; font-size:14px; line-height:40px;height:40px;color:#fff; z-index:11; opacity:.8;filter:alpha(opacity=80);}
#m_nav li .a i{ font-size:13px; color:#83ab97; }
#m_nav .title .a i{  opacity:0;filter:alpha(opacity=0);display: inline-block; font-family:simsun; float: right; transition:.3s;}
#m_nav .on .a strong{color:#fff}
#m_nav .title{ }
#m_nav li.on .a:before{ color:#031E78;}
/*二级导航 开始*/
#m_nav .title .list{ position:absolute; background:#fff;border:1px solid #dedede; border-bottom:0;width:calc(100vw - 8px); left:50%; margin-left:calc(-50vw + 4px); text-align: center; }
#m_nav .title .list a { display:block; line-height:59px; font-size:14px; color:#333; font-family:lato_b; padding:0 2rem; font-weight:bold;}
#m_nav .title .list span{  display:inline-block; text-align:left; vertical-align:top;}
#m_nav .title .list span:hover>a{ color:#031E78;}

/*三级导航 开始*/
#m_nav .title .list .void>a{ position:relative;}
#m_nav .title .list span{ }
#m_nav .title .list span .sub{ border-bottom:0;}
#m_nav .title .list span:hover .sub{ }
#m_nav .title .sub a{ height:40px; line-height:40px; font-size:13px; color:#777; font-weight:300;}
#m_nav .title .sub a:hover{ color:#076c88;}
.m_nav_list{flex-direction:column; justify-content: flex-start;}
.m_nav_list{ background:#f6f6f6;}
#m_bnt_nav{ display:block;}
#m_nav{ display:none; padding:0 15px 30px;}
#header{ padding:0;}
#m_nav>ul>li{  border-bottom:1px solid #eee; width:100%; }
#m_nav li .a{ padding:0 20px; line-height:50px;}
#m_nav li .a i{ line-height:50px;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{  opacity:1;filter:alpha(opacity=100);}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
#m_nav { z-index: 999; position: fixed; width: 100%; height:100vh; left: 0; top: 0; background: #fff; display:none; padding:15px; padding-top:80px; overflow: auto;}
#m_nav::-webkit-scrollbar{ display:none;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative; width:100%;z-index:9; left:0; margin-left:0; background:#f2f2f2; padding:10px 0;border:0; }
#m_nav .title .list span{ background:none; }
#m_nav .title .list span:hover {
    background: none;
    border-bottom: 1px solid #eee;
}
#m_nav .title .list span a:hover{
    color: #031E78;
}
#m_nav .title .list a{display:block;font-size:1rem;color:#777;text-align:left;line-height:40px; height: 40px; border:0; font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void:hover>a { color: #031E78;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display:none; }
#m_nav .title .sub a{ background:#f8f8f8;}
#m_nav .title .sub a:hover{ background:#031E78; border-bottom:1px solid #031E78;  color:#fff !important;}


.banner_pc{ padding-top:80px;}
.banner_yd{ display:none;}
.flexslider{ position:relative;}
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;border-radius: 0px;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-control-nav {width: 100%; text-align: center; position:absolute; bottom:15px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:16px; height:16px; display: block; background:#fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #FFF; }
.flex-control-paging li a.flex-active { background: #18549A; cursor: default;}
@media screen and (max-width: 1200px) {
.banner_pc{ padding-top:50px;}
}
@media screen and (max-width: 980px) {
	.banner_pc{ display:none;}
	.banner_yd{ display:block; padding-top:60px;}
}



.j_tab {
	display: table;
	width: 100%;
	height: 100%;
}
.j_tab_cel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

/*首页banner*/
#s_mian {
	/*margin-top: 100vh;
	background: #fff;
	box-shadow: 0 10px 30px 10px rgba(0,0,0,.3);*/
}

.bt{
	width:100%;
	max-width:1400PX;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	
	}
.bt p:nth-of-type(1){
	font-size:36px;
	color:#393939;
	font-weight:bold;
	}
.bt .btt{
	width:40px;
	height:3px;
	background:#18549A;
	margin:10px auto;
	}
.bt p:nth-of-type(2){
	font-size:16px;
	color:#999;margin-bottom:0; text-transform:uppercase;
	}
	
.bt2{
	width:100%;
	max-width:1400PX;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
	
	}
.bt2 p:nth-of-type(1){
	font-size:36px;
	color:#393939;
	font-weight:bold;
	}
.bt2 .btt{
	width:40px;
	height:3px;
	background:#18549A;
	margin:10px auto;
	}
.bt2 p:nth-of-type(2){
	font-size:16px;
	color:#999;margin-bottom:0; text-transform:uppercase;
	}	

@media (max-width:768px) {
.bt{width:96%; padding-top:20px; padding-bottom:15px;}
.bt p:nth-of-type(1){ font-size: 24px;}
.bt p:nth-of-type(2){ font-size: 12px;}

.bt2{width:96%; padding-top:20px; padding-bottom:15px;}
.bt2 p:nth-of-type(1){ font-size: 24px;}
.bt2 p:nth-of-type(2){ font-size: 12px;}
}

video#banner_video{ margin-top:5px;}



/**************************关于**************************/

.home-about { padding-bottom:50px; }
.home-about-pic { width: 50%; float: right;  margin-left: 0px; }
.home-about-pic img{width:100%;}
.home-about-text { width: 48.5%; float: left; }
.home-about-text p{ font-size: 16px; line-height: 25px; color: #333; padding: 0px 0 5px; }

.home-about-text dl dd { position: absolute; left: 0; bottom: 0; }
.home-about-text dl dd a { display: inline-block; width: 110px; height: 40px; font-size: 14px; line-height: 40px; color: #fff; background-color: #dd0004; text-align: center; margin-right: 10px; }
.home-about-text dl dd a:hover { background-color: #dd0004; }


.ind-part{padding:20px 0px; height:auto; margin:0 auto; clear:both;}
.ind-tit{text-align:center;font-size:40px;font-weight:lighter;color:#333;text-transform:uppercase;position:relative;margin-bottom:25px;padding-bottom:25px;}
.ind-tit:after{position:absolute;left:50%;bottom:0px;width:52px;height:3px;content:"";background:#333;margin-left:-26px;}
.ind-sub-tit{text-align:center;font-size:16px;color:#777;margin-top:10px;}
.ind-part ul{margin-left:-3%;}
.ind-part ul li{width:22%;float:left;text-align:center;margin-left:3%;-webkit-transition:all .2s linear;transition:all .2s linear; height:60px; line-height:60px;}
.ind-part ul li:hover{ -webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}

.ind-part ul{margin-top:0px;}
.ind-part ul li p{font-size:15px;color: #fff; background: #18549A;}
.ind-part ul li img{width:100%;}
@media screen and (max-width: 720px) {
.home-about{ padding:20px 0 10px 0; }
.home-about-text{ float: none; width:100%; max-height:265px; overflow:hidden;}
.home-about-text p{ font-size:14px; line-height:22px;}
.home-about-pic { float: none;width:100%;}
.ind-part{ padding-bottom:0;}
.ind-part ul{margin-left:-2%;}
.ind-part ul li{width:48%;margin-left:2%; float:left; margin-bottom:2%; height:40px;}
.ind-part ul li p{ padding:10px 0;}	
}


.index-p-list>div {
	width: 31.1%;
	margin-right:3%;float: left;margin-bottom:2%;}
.index-p-list>div:nth-of-type(3n){ margin-right:0;}	

.index-p-list>div a {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all ease .4s;
}

.index-p-list>div a.a1:after{ content:""; position: absolute;  z-index:1;top: 0px;left: 0%;width: 100%;height: 100%;background-color:rgba(24,84,154,0.8);transform:translate(0%,110%);transition:all .4s;}
.index-p-list>div a.a1:hover:after{ content:"";transform:translate(0%,0%);transition:all .4s;}

.index-cp-mz{text-align:center;height:50px;line-height:50px;}
.index-cp-mz a{color:#333;font-size:18px;}
.index-cp-mz a:hover{color:#1462B3;}
.index-p-list>div a img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.5s;border:1px solid #ddd;
}
.index-p-list>div a:hover img {
	transform: scale(1.1);
}
.index-p-list>div a p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0px 20px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform:translate(0%,-50%);
	transition: all ease 0.5s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.index-p-list>div a:hover p {
	opacity: 1;
	transition-delay: 0.4s;

}

@media (max-width:768px){
.index-product-bj{ padding-top:0px; padding-bottom:0px;}
.index-p-list>div {
	width: 48.5%;
	margin:0 1.5% 3% 0;}
.index-p-list>div:nth-of-type(3n){ margin-right:1.5%}	
.index-p-list>div:nth-of-type(2n){ margin-right:0}		
}
@media (max-width:580px){	
.index-p-list>div {width: 48.5%;}
.index-cp-mz a{color:#333;font-size:14px;}
.index-cp-mz{height:40px;line-height:40px;}
}


/**************************产品**************************/
.container01{background:url(../images/container01_bg.jpg) center top no-repeat #E5E9EC ;padding: 20px 0 20px;}

.slideTxtBox{ margin:10px auto 0 auto;}
.slideTxtBox .hd{ padding-bottom:0px;}
.slideTxtBox .hd ul{ text-align:center;}
.slideTxtBox .hd ul li{ cursor:pointer; display:inline-block; width:18%; margin-left:1%; font-size:16px; height:40px; line-height:40px; border-radius:20px; background:#fff;margin-bottom: 10px;}
.slideTxtBox .hd ul li.on { background:#18549A; color:#FFF;}
.slideTxtBox .bd{ margin-top:20px;}

.slideTxtBox .bd .list{overflow:hidden; width:100%; margin:0 auto;text-align:center; margin-top:0px;}
.slideTxtBox .bd .list li{ width:32.15%; float:left; margin-right:1.75%; overflow:hidden; margin-bottom:1.75%; border:1px solid #ddd;}
.slideTxtBox .bd .list li:nth-of-type(3n){ margin-right:0;}
.slideTxtBox .bd .list li .portfolio-img{ position:relative; overflow:hidden;}
.slideTxtBox .bd .list li .portfolio-img h2{ font-weight:normal; font-size:16px; color:#666; position:absolute;width:100%; top:90%; margin:0; left:0; line-height:30px;filter: Alpha(Opacity=1);/*IE7 fix*/opacity: 1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.slideTxtBox .bd .list li .portfolio-img img{ width:100%; display:block;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.slideTxtBox .bd .list li .portfolio-img p{ position:absolute; width:100%; height:100%;background-color:#000; top:0; left:0;filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.slideTxtBox .bd .list li .portfolio-img p .icon-zoom2{display: block;width: 100%;height: 100%;position: absolute; top: 0; left: 0; z-index:99;background: url(../images/i_case_bg3.png) no-repeat center 50%;transition: all 0.3s ease-out 0s;filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.slideTxtBox .bd .list li .portfolio-img p .icon-zoom2:hover{background: url(../images/i_case_bg3.png) no-repeat center 48%;filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.slideTxtBox .bd .list li:hover .portfolio-img p{filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.slideTxtBox .bd .list li:hover .portfolio-img h2{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1; color:#fff;top:60%;}
.slideTxtBox .bd .list li:hover .portfolio-img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width: 1440px) {
.slideTxtBox .bd .list li .portfolio-img p .icon-zoom2{ background-size:24px 24px;}
}
@media screen and (max-width: 1000px) {
.slideTxtBox .bd .list li .portfolio-img h2{ font-size:14px; }
}
@media screen and (max-width: 780px) {
.container01{padding: 20px 0 30px;}
.slideTxtBox{ margin:0px auto 0 auto;}
.slideTxtBox .bd{ margin-top:10px;}
.slideTxtBox .hd ul li{ width:30%; font-size:15px;}
.slideTxtBox .bd .list .i_case_ul{ padding-top:3%; overflow:hidden;}
.slideTxtBox .bd .list li{ width:49%;  margin-right:2%; margin-bottom:3%;}
.slideTxtBox .bd .list li:nth-of-type(2n){ margin-right:0;}
.slideTxtBox .bd .list li:nth-of-type(3n){ margin-right:2%;}
.slideTxtBox .bd .list li:nth-of-type(6n){ margin-right:0;}
}
@media screen and (max-width: 640px) {
.slideTxtBox .bd .list li .portfolio-img h2{ font-size:14px; top:85%; }
.slideTxtBox .bd .list li .portfolio-img p .icon-zoom2:hover{background: none;}
.slideTxtBox .bd .list li:hover .portfolio-img p{filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0;}
.slideTxtBox .bd .list li:hover .portfolio-img h2{filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0; }
}
@media screen and (max-width: 320px) {
.slideTxtBox .bd .list li .portfolio-img h2{ font-size:12px; }
}



/**************************关于我们**************************/
.index-about {padding:60px 0; background:url(../images/about_bg.jpg) center top no-repeat; background-size:cover;}
.index-about ul{overflow:hidden; margin-top:20px;}

.index-about ul li{ display:inline-block; width:24%; *display:inline; *zoom:1; text-align:center;}

.index-about ul li p{height: 50px;}

.index-about ul li p span{font-size: 14px;color: #fff;margin: 0 2px;display:  inline-block;margin-top: 18px;margin-left: 5px;}

.index-about ul li p span.counter{font-size: 48px;font-weight:bold;color: #fff;margin-left:12px;margin-top: 0;}

.index-about ul li h1{font-size: 24px;color: #fff;}

@media screen and (max-width: 720px) {
.index-about {padding:20px 0;}
.index-about ul li{ width:48%; margin-bottom:10px;}
.index-about ul li h1{ margin-top:0px; font-size:18px;}
.index-about ul li p span.counter{ font-size:36px;}
.index-about ul li p{height: 50px; margin:0;}
}


/* 首页关于我们*/
.sy-about{ background:#fff; padding-bottom:50px;}
.sy-about{position: relative;padding: 0px 0 30px 0;/*background: url(../images/bg.jpg) 100% 100%;background-size:cover;*/ }
.sy-about a{ color:#18549A;}

.sy-about .about-us{position: relative;margin-top: 0px; margin-bottom:30px;}
.sy-about .slide-about{position: relative;float: left;width: 54%;z-index: 10;}
.sy-about .slide-about .slide-pic{width: 100%;overflow: hidden;}
.video {width: 100%;outline: none;}

.sy-about .text{float: right;width: 43%;}
.sy-about .text p{ color:#666; font-size:15px; line-height:20px;}
.sy-about .text .box{ margin-bottom:20px; background:#E9EDF0; padding:19px 20px;}
.about-img{ float:left; width:10%; }
.about-img img{ display:block;  -webkit-transition: all 0.35s; transition: all 0.35s;}
.about-img .pic:hover img{transform: rotate(360deg);}
.about-img .pic{ float:left;}
.about-img .pic img {width: 100%;}

.sy-about .text .ul{ margin-top:4%; overflow:hidden;}

.sy-about .text .ul li{ float:left; width:21%;  overflow:hidden; text-align:center; background:url(../images/i_bg2.png) right 30% no-repeat; padding-right: 4.3%; margin-right: 4.3%;}

.sy-about .text .ul li:nth-of-type(4){ background:none; margin-right:0; padding-right: 0;}

.sy-about .text .ul li img{ display:block; margin:0 auto; width:60px; max-width:60px;transition:all 0.5s;}
.sy-about .text .ul li a{ text-decoration:none;}

.sy-about .text .ul li .h3{ font-weight:normal; color:#666666; font-size:15px; line-height:32px; height:32px; overflow:hidden; margin:0;}

.sy-about .text .ul li:hover img{transform: rotate(360deg);}

.imore{ display:inline-block; width:122px; height:36px; line-height:36px; overflow:hidden; text-indent:20px; background:url(../images/i_bg3.png) 88px center no-repeat; border:1px solid #ccc; border-radius:6px; margin-top:20px; margin-bottom:20px;transition:all 0.3s; text-align:left;}

.imore:hover{ text-indent:23px; background-image:url(../images/i_bg3_on.png); color:#fff; background-color:#6CBB5A; border:1px solid #6CBB5A; background-position:91px center;}

.sy-about .text .imgs{ overflow:hidden;}

.sy-about .text .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}

.sy-about .text .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}

.sy-about .learn a{display:block;width:145px;height:40px;line-height:40px;font-size:15px; margin-top:12px; text-decoration:none; border:1px solid #ddd;color:#666;background:#f5f5f5;border-radius:25px;text-align:center;position:relative;overflow: hidden;}
.sy-about .learn a:before{content:"";position:absolute;width:145px;height:145px;top:50%;margin-top:-72.5px;left:50%;margin-left:-72.5px;background:#18549A;transform:scale(0);transition:0.6s;border-radius: 50%; opacity:0}
.sy-about .learn a span{ position:relative}
.sy-about .learn a:hover{ color:#fff}
.sy-about .learn a:hover:before{transform:scale(1); opacity:1}




@media only screen and (max-width:1200px){

.sy-about{padding: 20px 0 20px 0; margin-top:0;}
.sy-about .about-us{ margin-top:0px; margin-bottom:0;}
.sy-about .slide-about{float: none;margin: 0 auto;width: 100%;}
.sy-about .slide-about .slide-pic ul li{width: 100%;}
.sy-about .text{float: none;margin: 10px auto 0 auto;width: 100%;}
.sy-about .text ul li{margin-bottom: 10px;}
.sy-about .text .ul li .h3{ font-size:14px;}
.sy-about .text ul li p{font-size: 14px; color:#fff;}
.sy-about .more{margin: 20px auto 0 auto;width: 210px;}
.sy-about .text p{ color:#666; font-size:14px; line-height:24px;}
}

@media only screen and (max-width:320px){
.sy-about .text .ul li{ background:none; padding-right:0;}
}



.sy-advantage{ background:#fff; padding:20px 0 60px 0;}
.advantage{ margin-top:20px;}
.advantage li {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 23%;
    margin-left: 0;
    margin-right: 2.5%;
    padding-top: 40px;
	padding-bottom:30px;
    color: #6C6E85;
    background: #fff;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.advantage li:nth-of-type(4){ margin-right:0;}
.advantage li:hover {
    border: 1px solid #18549A;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.advantage li div {
    height: 120px;
    background: #f5f5f5;
    border-radius: 100px;
    width: 120px;
    margin: 0 auto;
}
.advantage li img {
    display: block;
    display: block;
    margin: auto;
    padding: 34px 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
}
.advantage li:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.advantage li dd {
    font-size: 24px;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    margin: 20px 0 20px 0;
    vertical-align: top;
    color: #333;
}
.advantage li p {
    font-size: 15px;
    text-align: center;
	padding:0 20px;
    line-height: 24px;
    margin-top: 10px;
    margin: 0 auto;
    color: #666666;
}
@media only screen and (max-width:1024px){
.sy-advantage{ background:#fff; padding:20px 0 20px 0;}
.advantage{ margin-top:0px;}
.advantage li { width:48.5%; padding-top:20px; padding-bottom:20px; height:250px;}
.advantage li:nth-of-type(2n){ margin-right:0;}
.advantage li div { width:80px; height:80px;}
.advantage li img { width:40px; padding:25px 0 0 0;}
.advantage li dd {margin: 10px 0 5px 0; font-size:18px;}
.advantage li p { font-size:14px; padding:0 10px; line-height:20px;}
}
@media only screen and (max-width:320px){
.advantage li p { font-size:12px;}
}

/*产品优势*/
.gybj{  box-sizing: border-box; background:#fff; padding-top: 20px; overflow: hidden; }
.gybj h2{margin-bottom: 60px;}
.gybj h2 span{ background: url(../images/tslinebg.png) no-repeat center center;}
.gy{ height: 710px; position: relative;background: url(../images/tsbg.jpg) no-repeat center center;}
.gy_left{width: 520px;float: left;}
.gy_left dl{overflow: hidden; height:167px;width: 520px; float: left; margin-bottom: 90px;}
.gy_left dt{width:119px;height: 119px;padding-top: 35px; float: left; }
.gy_left dt img{width:119px;height: 119px;  display: block;}
.gy_left dd {width:397px;padding-right: 78px;  height: 167px; box-sizing: border-box; float: left; position: relative;}
.gy_left dd h3{padding-left: 46px;padding-top: 10px; white-space: nowrap; margin-bottom:15px; font-size: 22px; color: #222222; font-weight: bold; height: 58px; line-height: 58px; position: relative;}
.gy_left dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #666666;}
.gy_left dl:nth-child(2){width: 400px;}
.gy_left dl:nth-child(2) dt{padding-top: 46px; float: right;}
.gy_left dl:nth-child(2) dd{width: 234px;padding-right: 40px;}
.gy_left dl:nth-child(1) dd h3{background: url(../images/ts01.jpg) no-repeat left 0;}
.gy_left dl:nth-child(2) dd h3{background: url(../images/ts02.jpg) no-repeat left 0;}
.gy_left dl:nth-child(3) dd h3{background: url(../images/ts03.jpg) no-repeat left 0;}
.gy_right{width: 520px;float: right;}
.gy_right dl{overflow: hidden; height:167px;width: 520px; float: right;margin-bottom: 90px;  }
.gy_right dt{width:119px;height: 119px;padding-top: 35px; float: left; }
.gy_right dt img{width:119px;height: 119px;  display: block;}
.gy_right dd {width:397px; padding-left: 78px;height: 167px; box-sizing: border-box; float: right; position: relative;}
.gy_right dd h3{ padding-right: 46px;padding-top: 10px;white-space: nowrap; margin-bottom: 15px; font-size: 22px; color: #222222; font-weight: bold; height: 58px; line-height: 58px; position: relative; text-align: right;}
.gy_right dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #666666; text-align: right;}

.gy_right dl:nth-child(2){width: 395px;}
.gy_right dl:nth-child(2) dt{padding-top: 46px; }
.gy_right dl:nth-child(2) dd{width: 235px;padding-right:0;padding-left: 0;}
.gy_right dl:nth-child(3) dt{padding-top: 40px;  }
.gy_right dl:nth-child(1) dd h3{background: url(../images/ts04.jpg) no-repeat right 0;}
.gy_right dl:nth-child(2) dd h3{background: url(../images/ts05.jpg) no-repeat right 0;}
.gy_right dl:nth-child(3) dd h3{background: url(../images/ts06.jpg) no-repeat right 0;}

/**/
.gg{height: 366px; background: url(../images/xgg.jpg) no-repeat center top;}
.gg dl{position: relative;width: 1200px; height: 366px; margin:0 auto;}
.gg dl dt{margin-top: 125px;  float: right; width: 684px; height: 75px;line-height: 75px; font-size: 38px; color: #ffffff; font-weight: bold;}
.gg dl dd{width:600px; position: absolute;top:200px;right:0px;}
.gg dl dd  p{width:300px; float: left; background: url(../images/ggtel.png) no-repeat 0 10px;padding-left:95px; font-size: 30px; color: #ffffff;font-weight: bold; font-family: "Arial"; height: 72px;margin-top: 5px; }
.gg dl dd  p span{    float: left;padding-top: 10px; display: block; font-size: 18px; color: #fff; font-weight: normal; line-height: 25px;margin-right: 10px; }
.gg dl dd em{ float: right; width: 158px;line-height: 32px; height: 32px; font-size: 18px; color: #ffffff;  background: #18549A; border-radius: 13px; display: block; text-align: center;}
.gg dl dd em a{ color: #fff; }


.service{ padding-top:0px; overflow:hidden; display:none;}
.service ul li{width:50%; height:180px;float:left;border-right:1px solid #ebecee;text-align:center;box-sizing:border-box;padding:10px 2% 0 2%;}
.service ul li img{width:70px;transition:all ease-in-out 500ms;  -webkit-transition:all ease-in-out 500ms;}
.service ul li h1{ text-align:center; font-weight:bold; font-size:16px; margin-bottom:5px; color:#333; text-transform:uppercase; margin-top:0px;transition:all ease-in-out 300ms;  -webkit-transition:all ease-in-out 300ms;}
.service ul li i{ background:#D9221A; height:2px; width:20px; display:block; margin:10px auto 10px auto;text-align:center;}
.service ul li p{ font-size:14px; width:100%;text-align:center; padding-top:0px; margin:0;color:#666; line-height:22px;transition:all ease-in-out 300ms;  -webkit-transition:all ease-in-out 300ms;}

@media screen and (max-width: 1200px) {
.service{ display:block;margin-bottom:30px;}
.service ul li:nth-child(2n){ border-right:0; padding-right:0;}
.service ul li:nth-child(1){ border-bottom:1px solid #ebecee;}
.service ul li:nth-child(2){ border-bottom:1px solid #ebecee;}
.service ul li:nth-child(3){ border-bottom:1px solid #ebecee;}
.service ul li:nth-child(4){ border-bottom:1px solid #ebecee;}

.gybj{ display:none; }
}


@media only screen and (max-width:320px){
.service ul li p{ font-size:13px; line-height:20px;}
}



/*首页新闻*/
.index-news{position: relative; padding-bottom:50px; }
.index-news .list {overflow: hidden; clear: both;}
.index-news .list *{font-weight: normal;overflow: hidden;display: block;text-transform: uppercase;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.index-news .list li { background: #fff;position: relative;width: 31.25%;float: left; margin-right:3%;}
.index-news .list li:nth-of-type(3n){ margin-right:0;}
.index-news .list li a:hover{ color:#18549A; }
.index-news .list li:hover{ -webkit-transform: translateY(-10px);transform: translateY(-10px);}
.index-news .list li .date {text-align: center;padding:20px 0 0px 0;background: #fff;}
.index-news .list li .date h2{font-size: 24px; text-align:left; color: #666;font-weight:bold; margin-top:0; margin-bottom:0;}
.index-news .list li .date h5{font-size: 16px;text-align:left; color: #b2b2b2; margin:5px 0;}
.index-news .list li .text {padding:0 0% 5% 0%;width:100%; background: #fff;}
.index-news .list li .text h3{ font-size: 16px;color: #000;border-bottom: #e2e2e2 1px solid;padding:10px 0; margin-top:5px;}
.index-news .list li .text p{ font-size: 14px;color: #808080; line-height: 24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.index-news .list li .text h6 a{ font-size: 14px; margin-top: 10px; color:#18549A;}

@media only screen and (max-width:980px){
.index-news .list li {width: 100%;float: none; margin-right:0;}
.index-news .list li .date{padding:10px 0 0px 0;}
.index-news .list li .date h2{font-size: 22px;}
.index-news .list li .text {padding:0;}
.index-news .list li .text h3{padding:10px 0; margin-top:0px;}
.index-news .list li .date h5{font-size: 14px;}
.index-news .list li .text h6 a{ margin-top: 0px; }
}


/***************customer***************/
.customers{width:100%;padding-bottom:60px; background:#E9EDF0; padding-bottom:50px; padding-top:20px; }
.customers ul { margin-top:0px; }
.customers ul li{float:left;width:15.83%;overflow:hidden; margin-right:1%; margin-bottom:1%; border:1px solid #ddd;}
.customers ul li:nth-child(6n+0){margin-right:0;}
.customers ul li .imgs{overflow:hidden; }
.customers ul li .imgs img{ display:block; width:100%;transition: all .3s;/*filter: grayscale(100%);*/}
.customers ul li .imgs:hover img{/*filter: grayscale(0);*/transform:scale(1.1);}

@media screen and (max-width: 1000px){
.customers{ width:100%;padding-bottom:30px;}
}

@media screen and (max-width: 640px){
.customers ul li {
    width: 32.65%;
}

.customers ul li:nth-child(3n+0){margin-right:0;}
}



.container08{ background:url(../images/feedback_bg.jpg) center top no-repeat; background-size:cover; padding:62px 0 60px; text-align:center}
.container08 .title{ margin-bottom:25px}
.container08 .title h3{ font-size:27px; color:#fff; margin-bottom:14px}
.container08 .title h5{ color:#fff; font-size:15px}

.container08 .input{text-align:center;font-size:0;height: 63px;margin: 0;display:inline-block;}
.container08 .input .input-text{display:inline-block; *display:inline; *zoom:1;width: 512px;height: 63px;line-height: 63px;position:  relative;vertical-align: top;background: #f8f8f8;border: #18549A 1px solid;}
.container08 .input .input-text input{display:block;width:100%;height:100%;font-size: 14px;border:none;background:none;padding-left:32px;position:  relative;z-index: 10;}
.container08 .input .btn{display:inline-block; *display:inline; *zoom:1;width: 136px;height: 63px;line-height: 63px;background: #18549A;margin-left: 0;position:relative;z-index:11;transition: 0.6s;cursor: pointer; border-radius:0;}
.container08 .input .btn input{display:block;width:100%;height:100%;color: #fff;font-size: 14px;text-transform:uppercase;border:none;background:none;text-align:center;position:relative;z-index:1;cursor: pointer;}
.container08 .input .btn a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;float: left;width: 100%;height: 63px;line-height: 63px;vertical-align:  middle;position:  absolute;top: 0;left: 0;}
.container08 .input .btn:hover{background: #0447AA;}
input::-webkit-input-placeholder{ color:#919191;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#919191; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#919191;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#919191;}

.container08 .input .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.container08 .input .input-text > input:focus ~ .input-border {
}
.container08 .input .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.container08 .input .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.container08 .input .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.container08 .input .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;

  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.container08 .input .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.container08 .input .input-text .input-border {
  bottom: 0px;
  display: block;
  left: -1px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.container08 .input .input-text .input-border:before,
.container08 .input .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #18549A;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.container08 .input .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.container08 .input .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.container08 .input .input-text .input-border:last-of-type:before {
  background-color: #18549A;

  height: 2px;
  top: calc(100% - 1px);
  right: 0;
  width: 0;
}
.container08 .input .input-text .input-border:last-of-type:after {
  background-color: #18549A;
  height: 0;
  top: calc(100% - 1px);
  left: 0;
  width: 2px;
}
@media (max-width:800px) {
.container08 .title{ margin-bottom:15px;}
.container08 .title h3{ font-size:24px;}
.container08 .title h5{ font-size:12px;}
.container08 .input{ width:100%; height:50px;}
.container08 .input .input-text{ width:70%; height:50px; line-height:50px;}
.container08 .input .btn{ width:70px; height:50px; line-height:50px;}
.container08 .input .btn a{ height:50px; line-height:50px;}
.container08{ padding:25px 0 30px;}
}



/***************footer***************/
.footer{ background:#212121; margin-top:0;}
.footer .footer-info{padding-top: 40px; padding-bottom:0px;}
.footer .footer-info h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
	font-weight:bold;
}
.footer .footer-info p {color: #999;font-size: 15px;}
.footer .footer-info ul li{margin-bottom: 10px;}
.footer .footer-info ul li a {color: #fff;font-size: 15px;}
.footer .footer-info ul li a:hover {color: #6FC035; text-decoration:underline;}
.footer .footer-info .ewm,.footer .footer-info .txt {
    float: left;
    margin-right: 50px;
    width: 10%;
	background:none;
}

.footer .footer-info .contact {
    width: 30%;
    float: right;
}
.footer .footer-info .contact  h3{ background:#1A9D37; width:110px; border-radius:20px; text-indent:20px; line-height:32px;}
.footer .footer-info .contact p {
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-bottom: 15px;
}
.footer .footer-info .contact p a {color: #ccc;}
.footer-info .contact p:nth-of-type(1){ background:url(../images/tub1.png) no-repeat center left; padding-left:24px;}
.footer-info .contact p:nth-of-type(2){ background:url(../images/tub2.png) no-repeat center left; padding-left:24px;}
.footer-info .contact p:nth-of-type(3){ background:url(../images/tub3.png) no-repeat center left;  padding-left:24px;}
.footer-info .contact p:nth-of-type(4){ background:url(../images/tub4.png) no-repeat top left;  padding-left:24px;}





#fd-iphone{background-color: #212121;display: none;}
#fd-iphone a{display: block;font-size: 12px;color: #fff;}
/* #fd-iphone ul{border-top: 1px solid #1D64B6;} */
#fd-iphone ul{border-top: 1px solid #212121;}
#fd-iphone .s1{height: 50px;line-height: 50px;font-size: 14px;color: #fff;padding: 0 12px;border-bottom: 1px solid #efefef;position: relative;display: block;}
#fd-iphone .icon{position: absolute;width: 16px;height: 30px;background: url(../images/gicon39.png) no-repeat center right;right: 15px;top: 5px;display: block;
        -o-background-size: 16px auto;
        -ms-background-size: 16px auto;
        -moz-background-size: 16px auto;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
}
#fd-iphone dl{display: none;}
#fd-iphone dt{padding-left: 24px;}
#fd-iphone dt .icon{top: 5px;}
#fd-iphone dt a{height: 39px;line-height: 39px;border-bottom: 1px solid #efefef;font-size: 13px;display: block;position: relative;}
#fd-iphone dd{/*background-color: #f6f6f6;*//*padding: 10px 38px;*/padding-left: 30px;display: none;}
#fd-iphone dd .s4{font-size: 13px;position: relative;height: 39px;display: block;
    line-height: 39px;
    border-bottom: 1px solid #d0d0d0;
}
#fd-iphone dd .s4 .icon{top: 5px;}
#fd-iphone dd .s4.open .icon{background: url(../images/gicon38.png) no-repeat center center;}
#fd-iphone dd .txt{padding-left: 5px;display: none;}
#fd-iphone dd .txt a{color: #999;height: 34px;line-height: 34px;}

#fd-iphone .totop{padding-top: 32px; padding-bottom:20px; height:15px;background: url(../images/gicon35.png) no-repeat center 12px #313335;display: block;text-align: center;color: #b2b2b2;font-size: 14px;
        -o-background-size: auto 14px;
        -ms-background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        background-size: auto 14px;
 
}
#fd-iphone .s1.open .icon{background: url(../images/gicon38.png) no-repeat center center;}
#fd-iphone dt.open .icon{background: url(../images/gicon38.png) no-repeat center center;}
#fd-iphone .copy{font-size: 14px;color: #999;line-height: 30px;text-align: center;padding: 10px 10px;}
#fd-iphone .share{background-color: #f6f6f6;padding: 20px 0;text-align: center;font-size: 16px;color: #333;}
#fd-iphone .share h3{font-weight: normal;font-size: 16px;}
#fd-iphone .inner{overflow: hidden;text-align: center;margin-top: 10px;}
#fd-iphone .inner a{display: inline-block;margin: 0 10px;}
#fd-iphone .inner .weixin{background: url(../images/gicon36.png) no-repeat center center;width: 55px;height: 55px;
        -o-background-size: 55px auto;
        -ms-background-size: 55px auto;
        -moz-background-size: 55px auto;
        -webkit-background-size: 55px auto;
        background-size: 55px auto;
}
#fd-iphone .inner .weibo{background: url(../images/gicon37.png) no-repeat center center;width: 55px;height: 55px;
    -o-background-size: 55px auto;
    -ms-background-size: 55px auto;
    -moz-background-size: 55px auto;
    -webkit-background-size: 55px auto;
    background-size: 55px auto;
}

@media only screen and (max-width: 1200px){
#fd-iphone{ display:block;}
}

.links{  border-top:1px solid #1efefef; padding-top:20px; margin-top:30px; padding-bottom:20px;}
.links p{font-size:15px;color:#fff; padding-top:20px;}
.links p a{padding:0px 20px;color:#fff;border-right:1px solid #ccc;}
.links p a:hover{color:#6FC035;text-decoration:underline;}
@media(max-width: 1200px){
.links{padding-top:0px;border-bottom:none; display:none; }

}

.copy-right{background: #212121; border-top: 1px solid #efefef;}
.copy-right p{text-align: center; padding:30px 0;color: #ccc;font-size: 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; margin:0;}
.copy-right p a{color: #ccc;  }
.copy-right p a:hover{color: #fff; text-decoration:underline;}



/* end */
@media only screen and (max-width: 1600px){
.footer .footer-info .contact {width: 380px; }
.footer .footer-info .ewm,.footer .footer-info .txt { margin-right:40px;}
}
@media only screen and (max-width: 1440px){

.footer .footer-info .ewm,.footer .footer-info .txt { margin-right:40px;}
}
@media only screen and (max-width: 1360px){

.footer .footer-info .ewm, .footer .footer-info .txt {
    margin-right: 30px;
}
.footer .footer-info .contact {width: 400px; }
}

@media only screen and (max-width: 1280px){
.footer .footer-info .ewm, .footer .footer-info .txt {
    margin-right: 10px;
}
}


@media only screen and (max-width: 1200px){
.footer{ margin-top:0px;}
.footer .footer-info{ padding-top:10px; padding-bottom:10px;}
.footer .footer-info .txt{ display:none;}
.footer .footer-info .ewm{ display:none;}
.footer .footer-info .contact{ width:100%;}
.copy-right{  margin:0 auto; padding:2% 3%;border-top:none;}
.copy-right p{ text-align:left; padding:15px 0; font-size:14px;}
}




/*内页*/

}
/*导航修改*/
@media (min-width: 1200px) {
#m_nav li {
	position: relative;
}
#m_nav .title .list {
	left: 0;
	margin-left: 0;
	margin-top: 1px;
	white-space: nowrap;
	border: 0;
	width: auto;/* box-shadow:0 3px 5px 0 rgba(0,0,0,.1);*/
	background: rgba(255,255,255,.95);
	z-index: 0;
}
#m_nav .title .list:after {
	content: "";
	width: 4000px;
	height: calc(100% + 1px);
	display: block;
	position: absolute;
	top: -1px;
	left: -2000px;
	background: #fff;
	z-index: -1;
	border-bottom: 1px solid #eee;
}
#m_nav .title>a {
	position: relative;
}
#m_nav .title:hover>a:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
#m_nav .title:hover>a:before {
	content: "";
	border: 6px solid transparent;
	border-bottom: 6px solid #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0px;
}
#m_nav li:nth-child(5) .list, #m_nav li:nth-child(6) .list, #m_nav li:nth-child(6) .list {
	right: 0;
	left: auto;
}/*#m_nav li:nth-child(5) .list,#m_nav li:nth-child(6) .list,#m_nav li:nth-child(6) .list{ white-space: normal;}#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a{ line-height:45px;}*/
#m_nav .title .list a {
	white-space: nowrap;
}
#m_nav li .a h3 {
	transition: .3s;
}
#m_nav li:hover .a h3 {
	color: #076c88 !important;
}/*#m_nav .title .list{ -webkit-transform-origin: top; -moz-transform-origin: top; display:block !important; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; transform: perspective(400px) rotateX(-90deg); }#m_nav .title:hover .list{ opacity: 1; transform: perspective(400px) rotateX(0deg); }*/
#header.xg {
	border-bottom: 1px solid #eee;
}
}
.foot_logo svg {
	width: 200px;
	height: 71px;
}


/*online qq*/
aside{ display:block;}
.online_q {  position: fixed; right: 0px; bottom: 30%; z-index: 9999; }
.online_q .btn2{width:73px; height:73px; margin-bottom:5px; cursor:pointer; position:relative; font-size:12px; transition:.3s;}
.online_q .btn-top{ }
.online_q .btn2 span{display:block; width:100%; height:100%; text-align:center; border-radius:8px; position:relative; padding-top:49px; z-index:999; overflow:hidden; transition:.3s; -webkit-transition:.3s; font-size:12px; color:#fff;}
.online_q .btn-qq span{background:url(../images/piaofu_qq.png) center 11px no-repeat #1A9D37;}
.online_q .btn-tel span{background:url(../images/piaofu_tel.png) center 11px no-repeat #0869AC; }
.online_q .btn-weixin span{ background:url(../images/piaofu_weixin.png) center 11px no-repeat #0869AC; }
.online_q .btn-weixin2 span{ background:url(../images/piaofu_weixin2.png) center 11px no-repeat #1A9D37; }
.online_q .btn-top span{ background:url(../images/piaofu_top.png) center no-repeat #1A9D37;  }

.online_q .open.pic{ position:absolute; background:#0869AC; width:120px; height:120px; right:120px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}
.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #0869AC; position:absolute; right:-15px; top:50%; margin-top:-10px;}
.online_q .open.pic img{ width:100px; height:100px; margin-top:10px; margin-right:10px;}
.online_q .btn2:hover .open.pic{ opacity:1; right:90px;visibility:visible;}

.online_q .open.tel{ position:absolute; background:#0869ac; width:160px;  border-radius:20px; color:#fff; font-size:18px; font-family:arial; text-align:center; line-height:40px; right:100px; top:30%; margin-top:-25px; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}
.online_q .open.tel:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #0869ac; position:absolute; right:-16px; top:50%; margin-top:-10px;}
.online_q .btn2:hover .open.tel{ opacity:1; right:90px;visibility:visible;}
#gotop{ transition:.5s; overflow:hidden; height:73px;}
#gotop.hide{ height:0; }