﻿
body {
	font-family: "微软雅黑";
	background: #fff;
	color: #666;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}
ul li {
	list-style-type: none
}
a {
	color: #4f4949;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: none
}
.xuanchuanh{ height:80px; font-size:24px; color:#C33; line-height:80px;}
td {
	color: #666
}
#serviceBox {
	position: fixed;
	z-index: 999;
	padding-top: 5px;
	padding-bottom: 5px;
	bottom: 47px;
	display: none;
	width: 100%;
	background: rgba(255,255,255,1);
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
#serviceBox a {
	line-height: 30px;
}
.zby{ float:left; width:33%;margin-right: 5px; padding-top:10px; padding-bottom:10px;}
.yby{ float:left; width:33%;  padding-top:10px; padding-bottom:10px;}
.sz{float:right; width:33%;  padding-top:10px; padding-bottom:10px;}
#ff input {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 0px;
	outline: none
}
#ff textarea {
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 0px;
	outline: none
}
#ff input:focus, #ff textarea:focus {
	border-color: #000
}
#ff .btn {
	border: 0px;
	background: #ddd;
	padding: 0px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
}
#ff .btn:hover {
	color: #fff;
	background: #c10404;
}
/*图片悬浮链接*/
.index-sel{width: 255px;
    margin-right: 36px;
    float: left;
    border: 1px solid #CCC;}
.imgLink-hover {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url(../images/on-hover.png);
	background-repeat: repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	z-index: 96;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.zyks ul{ width:100%; height:150px; float:left}
.imgLink-hover:hover {
	opacity: 1;
	filter: Alpha(Opacity=1)
}
.imgLink-hover * {
	filter: inherit
}
.imgLink-hover {
	cursor: pointer
}
.imgLink-hover:hover .hover-link {
	background-image: url(../images/hover-link.png);
	background-repeat: no-repeat;
	background-position: center center
}
.hover-link {
	width: 44px;
	height: 44px;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	display: block
}
/*详情页面*/
.detailTitleTxt {
	border-left: 3px solid #666;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background: #f9f9f9;
	text-indent: 10px;
	margin-bottom: 10px;
}
.detailTitle {
	border-left: 3px solid #666;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #f9f9f9;
	margin-left: 10px;
}
.detailParameter {
	padding: 10px;
	
	word-wrap: break-word;
}
.detailImg {
	text-align: center;
	padding: 10px;
}
.detailImg img {
	max-width: 100%;
}
.detailUrl {
	padding: 10px;
}
.detailUrl a {
	width: 150px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #333;
	margin: 0px auto 0px auto;
	display: block;
	color: #333;
	text-decoration: none;
}
.detailUrl a:hover {
	background: #990000;
	border: 1px solid #990000;
	color: #fff;
}
.detailTime {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.detailContent {
	width: 100%;
	line-height:34px;
	font-size:16px;
	margin-bottom: 20px;
	overflow: hidden;
	word-wrap: break-word;
}
.detailContent img {
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.productImgList {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px
}
.productImgList li {
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.productImgList li a {
	margin: 0px;
	padding: 0;
}
.productImgList li a img {
	width: 150px;
	border: 3px solid #eee;
}
.productImgList li a img:hover {
	border: 3px solid #000;
}
.productListBox {
	margin-top: 15px;
}
#searchProduct {
	margin-top: 10px;
}
.back {
	line-height: 30px;
	background: #79c4eb;
	color: #fff;
	width: 80px;
	text-align: center;
	float: right
}
.back:hover {
	color: #fff;
	background: #00c0b1;
}
.otherPageBox {
	background: #f1f1f1;
	margin-top: 20px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px
}
.otherPageBox a {
	font-size: 12px;
	line-height: 20px
}
.otherPageBox .back {
	line-height: 40px;
	font-size: 14px
}
.aboutProduct {
	margin: 20px 0px 0px 0px;
}
.msgBox {
	border: 1px dashed #999;
	padding: 20px;
	margin-bottom: 10px
}
.searchList {
	width: 100%;
	overflow: hidden;
}
.searchList li {
	margin-bottom: 10px;
	border: 1px dashed #ccc;
	padding: 5px;
	float: left;
	width: 100%;
}
.searchList li:hover {
	border: 1px dashed #000
}
.searchList li .img {
	width: 150px;
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 10px
}
.searchList li .img img {
	width: 100%;
	height: auto
}
.searchList li .title {
	width: auto;
	float: left;
	overflow: hidden;
	display: block
}
/*手机版菜单可展开图标*/
#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
#app_menudown:hover {
	background-color: #073053;
}
#app_menudown span {
	display: block
}
/*菜单栏标志*/
.navbar-brand {
	padding: 0px;
	width: auto;
	float: left
}
.navbar .navbar-brand:hover {
	background: none;
}
.topBox {
}
.welcomeBox {
	width: auto;
	float: left;
	line-height: 30px;
	font-size: 12px;
	line-height: 25px;
	color: #fff
}
.welcomeBox * {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
	color: #fff
}
.borderBottom {
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topContactBox {
	float: right;     margin: 10px;
}
.topContactBox span{ font-size:22px; color:#ff9700; line-height:24px;}
.topContactBox img {
	display: block;
	width: auto;
	float: left;
	
	margin-right: 10px;
}
.topContactBox a {
	display: block;
	width: auto;
	float: left;
	line-height: 25px;
	color: #000;
	font-size: 12px;
	cursor: pointer
}
.topContactBox a:hover {
	color: #000;
	text-decoration: underline;
}
.logo {
	padding: 20px 0px 20px 0px
}
.logo * {
	padding: 0px;
	margin: 0px;
	border: 0px
}
.logo a img {
	max-width: 100%;
	height: auto
}
.nnav{     width: 100%;
    margin: 0 auto;
   
    height: 50px;
    background: #00a5a8;}
/*产品搜索*/
.searchBox {
	
	overflow: hidden;
	width:100%;
	float:right;
}
.searchBox input {
	float: left;
	display: block;
	line-height: 36px;
	color: #d2d2d2;
	transition: background 0.5s;
	text-indent: 10px;
	width: 75%;
	height: 36px;
	margin: 0px 0px 0px 0px;
	border:1px #d2d2d2 solid;
	padding: 0px;
	
	background: #fff;
	outline: none;
}
.searchBox button {
	display: block;
	float: left;
	width: 25%;
	background: #00c0b1;
	color: #fff;
	border: 0;
	margin: 0;
	height: 36px;
	outline: none
}
.searchBox button:hover {
	background: #15d9ca
}
.searchBox input:focus {
	background-color: #fff;
}
#smallSearch {
	display: none
}
/*语言*/
.languageBox {
	float: right;
	text-align: left;
	width: auto;
	overflow: hidden;
}
.languageBox a {
	float: right;
	font-size: 12px;
	padding: 0px 15px 0px 45px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	display: block;
	color: #fff;
	border-left: 1px solid #333
}
.languageBox a:hover, .languageBox a:focus {
	color: #fff;
}
header .zh {
	background: url(../images/zh.png) 15px center no-repeat
}
header .en {
	background: url(../images/en.png) 15px center no-repeat
}
.threeImgBox {
	margin-top: 00px;
	margin-bottom: 10px;
}
.threeImgBox .keyweb {
	position: relative
}
.threeImgBox img {
	width: 100%
}
.b01{ background:#00c0b1; height:88px;}
.b02{ background:#78c4ea; height:88px;}
.b03{ background:#ffa959; height:88px;}
.b04{ background:#61d27e; height:88px;}
.video{ float:left;}
.video img{ border:3px solid #0dc3b5;}
.newstit{border-bottom: 3px solid #00a5a8; height:40px;}
.newstit h5{ font-size:18px; width:80%; height:30px;line-height: 30px; float:left;font-weight: 600;}
.newstit p{  line-height: 40px;float: right;}
.newstit p a{ font-size:13px; }
.newsjj{ width:35%; float:left; padding-left:10px;}
.newsyw{ width:35%; float: left; padding-left:20px;}
.bmfw{ width:28.8%;float:left;}
.bmfw .newstit{ background:#03b3b6; height:40px; padding-left:10px; margin-top:30px;}
.bmfw .newstit h5{ color:#fff;}
.bmfw .newstit p a{ color:#fff; line-height:40px;}
.bmfw ul{ border-left:1px solid #dedede; border-bottom:1px solid #dedede; border-right:1px solid #dedede; height:180px;}
.bmfw ul li{ background:#03b3b6; font-size:16px; height:40px ; line-height:36px; text-align:center;float:left; width:45%;border-radius:20px;  margin-left: 10px; margin-right: 2px; margin-top:10px;}
.bmfw ul li a{  color:#fff;}
.bmfw ul li a:hover{ background:#78c4ea;color:#fff; display:block;border-radius:20px; line-height:36px;height:40px ;}



.bmfwn{ width:100%;float:left; padding-top:60px;}
.bmfwn .newstit{ background:#00d5ca; height:40px; padding-left:10px; margin-top:10px;}
.bmfwn .newstit h5{ color:#fff;}
.bmfwn .newstit p a{ color:#fff; line-height:40px;}
.bmfwn ul{ border-left:1px solid #dedede; border-bottom:1px solid #dedede; border-right:1px solid #dedede; height:330px;}
.bmfwn ul li{ background:#12d8ce; font-size:16px; height:40px ; line-height:36px; text-align:center;float:left; width:90%;border-radius:20px;  margin-left: 10px; margin-right: 2px; margin-top:10px;}
.bmfwn ul li a{  color:#fff;}
.bmfwn ul li a:hover{ background:#78c4ea;color:#fff; display:block;border-radius:20px; line-height:36px;height:40px ;}


.yy{ background:#61d27e; width:100%; text-align:center;}
.zyks{width:69%;float:right;}
.zyks .newstit{ background:#00d5ca; height:40px; padding-left:10px; margin-top:30px;}
.zyks .newstit h5{ color:#fff;}
.zyks .newstit p a{ color:#fff; line-height:40px; padding-right:10px;}
.zyks ul li a{ color:#0a8b81;}
.zyks ul li a:hover{ color:#31c1b6;}
.zyks ul li { padding: 0px; width: 16%; text-align: center; height: 140px; padding-top: 20px; float: left; line-height: 32px;}
.zjtd{ width:66%; float:left; padding-top:10px;}
.tszk{ width:32%; float:right;padding-top:10px;}
.djgz{ width:36%; float:left; padding-right:20px;}
.djgz .newstit{ background:#00a5a8; height:40px; padding-left:10px; margin-top:10px;}
.djgz .newstit h5{ color:#fff;}
.djgz .newstit p a{ color:#fff; line-height:40px;}
.djgz ul li{width: 50%;    height: 50px; float: left; margin-top: 10px; }
.kyjx{ width:32%; float:left; padding-right:20px;}
.kyjx .newstit{ background:#00a5a8; height:40px; padding-left:10px; margin-top:10px;}
.kyjx .newstit h5{ color:#fff;}
.kyjx .newstit p a{ color:#fff; line-height:40px;}
.yywh{ width:32%; float:left; }
.yywh .newstit{ background:#00a5a8; height:40px; padding-left:10px; margin-top:10px;}
.yywh .newstit h5{ color:#fff;}
.yywh .newstit p a{ color:#fff; line-height:40px;}
.links{ width:100%;}
.links h5{ width:100%;}
.links li{ float:left; padding-right:40px; line-height:40px; }
.links li a{ color:#909090;}
.links .newstit{ background:#00d5ca; height:40px; padding-left:10px; margin-top:30px;    margin-bottom: 30px;}
.links .newstit h5{ color:#fff;}
.links .newstit p a{ color:#fff; line-height:40px;}
.dbdh { border-bottom:1px solid #4de2da; height:50px; color:#fff; line-height:40px; font-size:18px;}
.dbdh li{ float:left; width:10%;    list-style: none;}
.dbdh li a{ color:#fff;  font-size:18px;}
.dbdh li a:hover{ color:#c9fdfa;  }
.dblx{ width:100%; line-height:20px; font-size:14px; text-align:center; color:#fff;}
.dblx_xinxi{ box-sizing:border-box; padding:7px 0;}
.dblogo{ width:20%; margin:0 auto;}
.ndh{ background:#bfefeb; height:15px; width:100%;margin-top: 58px;}
.page-name{ float:left;}
.keshijs{ width:100%; height:308px; border:2px solid #28d3c6;border-radius: 15px;}
.keshizp{ float:left ; width:64%;}
.keshizp img{border-radius:  14px 0  0 14px   ;}
.keshigk{     float: right;border-radius: 0 14px 14px  0 ;
    width: 34%;
    height: 308px;
    background: #00c0b1;}
.kslogo{ float:left; width:90%; border-bottom:2px solid #4dd3c9; font-size:26px; color:#fff; padding-left:30px; padding-top:20px; padding-bottom:20px; margin-left:20px;}
.kslx{ float:left;margin-left:50px; font-size:16px; color:#fff; padding-top:30px; line-height:30px;}
.zjks{ float:left ; width:17%; height:40px; background:#13d8cf; text-align:center; font-size:16px;border-radius: 3px; line-height:40px; color:#fff;}
.zjks a{ color:#fff;}
.zjzp{ width:25%; float:left;}
.zjjs{ width:70%; float:right;}
.zjjs ul  span{ width:14%; float:left; color:#05a89b; font-weight:bold;}
.zjjs ul li{ width:86%; float:right;}
.threeImgBox .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	text-align: center;
	color: #fff;
}
.threeImgBox .content img {
	    width: 33px;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 50px;
	}

.threeImgBox .content h4 {
	margin-top: 25px;
	text-align:left;
	margin-bottom: 0px;
}
.threeImgBox .content p {
	line-height: 30px;
	font-size:12px;
	
}
.threeImgBox .content:hover {
	background: rgba(255,255,255,0.5)
}
/*标题栏*/
.titleBar {
	height: auto;
	float:right;
	overflow: hidden;
	padding-right: 20px;
	margin: 15px 0px 00px 0px;
}
.titleBar a{ font-size:14px; color:#c3c3c3;font-family: "微软雅黑";}
.titleBar h5 {
	float: left;
	display: inline-block;
	width: auto;
	padding: 0px;
	color: #c3c3c3;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	height: 35px;
	overflow: hidden;
}
.titleBar span {
	float: left;
	background: #fff;
	display: inline-block;
	width: auto;
	color: #cccccc;
	font-size: 16px;
	padding-right: 5px;
	line-height: 23px;
	text-indent: 10px;
	overflow: hidden;
	font-family: Arial
}
.titleBar .rightMore {
	float: right;
	border-radius: 20px;
	display: block;
	line-height: 25px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ddd;
	color: #fff;
	font-size: 12px;
	transition: background 0.5s
}
.titleBar .rightMore:hover {
	background: #21bcd8;
	color: #fff;
}
.titleBar .bottomButton {
	float: right;
	cursor: pointer;
	border-radius: 0px;
	display: block;
	line-height: 25px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 14px;
	transition: background 0.5s
}
.titleBar .bottomButton:hover {
	background: #21bcd8;
	color: #fff;
}
.titleBar .selectedBottomButton {
	background: #21bcd8;
}
.homeTitleBar {
	background: #fff url(../images/titlebg.jpg) no-repeat left bottom;
}
.homeTitleBar h5 {
	font-size: 28px;
	line-height: 28px;
	height: 45px;
	width: auto
}
.homeTitleBar span {
	font-size: 26px;
	line-height: 35px;
}
/*公司简介*/

.aboutBoxBg {
	background: url(../images/aboutbg.jpg) #f3f3f3 no-repeat center center;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-bottom: 40px;
}
.aboutBox {
	width: 100%;
	overflow: hidden;
	margin: 70px 0px 0px 0px;
}
.aboutBox .title {
	text-align: center;
	height: 45px;
	background: url(../images/titlebg.jpg) no-repeat center bottom;
}
.aboutBox .title h5 {
	display: inline-block;
	width: auto;
	padding: 0px;
	color: #333;
	font-size: 28px;
	line-height: 28px;
	height: 45px;
	overflow: hidden;
	margin: 0
}
.aboutBox .title span {
	display: none
}
.aboutBox section {
	display: block;
	margin: 0 auto;
	max-width: 690px;
	text-align: center;
	margin-top: 15px;
}
a.aboutMore {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 12px 30px;
	transition: background 0.3s;
	background: #21bcd8;
	border-radius: 40px;
}
a.aboutMore:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.aboutContent {
	line-height: 31px;
	padding: 8px 0px 0px 0px;
	font-family: 'Microsoft YaHei';
}
/*首页产品*/
.productBox {
	margin: 0px 0px 0px 0px;
}
.productBox .list {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}
.productImg {
	min-height: 100px;
	margin-left: 14px;
	
	margin-bottom: 20px;
}
.productImg a {
	position: relative;
	display: block;
	width: auto;
	margin: 0px auto 0px auto;
}
.productImg img {
	margin-right: auto;
	border:1px solid #e4e4e4;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding: 0px;
}
.productImg img:hover {
}
.productTitle {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
}
.productTitle:hover {
	text-decoration: underline;
}
.viewBig {
	cursor: pointer
}
/*底部产品*/
.bottomProductBox {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	width: 100%;
}
.bottomProductBox .list {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.bottomProductImg {
	overflow: hidden;
	padding: 10px;
	border: 1px dashed #ccc;
}
.bottomProductImg:hover {
	border: 1px dashed #000;
}
.bottomProductImg span {
	display: block;
	height: 65px;
	overflow: hidden;
}
.bottomProductImg a {
	float: left;
	background-color: #333;
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
	display: block;
	width: 60px;
	line-height: 22px;
	border-radius: 4px;
	text-align: center
}
.bottomProductImg img {
	margin-right: 5px;
	float: left;
	display: block;
	height: auto;
	width: 50%;
	height: auto;
	margin-bottom: 0px;
	padding: 0px;
}
.bottomProductImg a:hover {
	background: #21bcd8;
	text-decoration: none;
}
/*产品列表*/
.productList {
	margin: 30px 0px 0px 0px;
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}
#searchProduct {
	overflow: hidden;
	width: 100%;
}
/*介绍列表*/
.nameList {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	width:100%;
}
.nameList ul {
	margin: 0px;
	padding: 0px;
}
.nameList li:first-child {
	margin-top: 0px;
}
.nameList li {
	padding: 0px;
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	overflow: hidden
}
.nameList li span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #666;
	display: block;
	font-size: 12px;
	float: left;
	overflow: hidden;
	margin-top: 10px
}
.nameList li > a {
	line-height: 48px;
	display: block;
	text-indent: 5px;
	float: left;
	overflow: hidden;
	width: 80%;
	height: 48px
}
.nameList li:hover span {
	background: #990000
}
.nameList li .time {
	width: auto;
	height: auto;
	line-height: 40px;
	color: #aaaaaa;
	text-align: center;
	background: none;
	display: block;
	font-size: 14px;
	float: right;
	overflow: hidden;
	margin-top: 0px
}
.nameList li:hover .time {
	background: none
}
/*专家列表*/
.zjList {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 10px;
	width:100%;
	padding-left:50px;
}
.zjList ul {
	margin: 0px;
    width: 100%;
    height: 50px;
    padding: 0px;
}
.zjList li:first-child {
	margin-top: 0px;
}
.zjList li {
	padding: 0px;
    height: 30px;
    width: 100px;
    padding-left: 5px;
    overflow: hidden;
    float: left;
}
.zjList li span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #666;
	display: block;
	font-size: 12px;
	float: left;
	overflow: hidden;
	margin-top: 10px
}
.zjList li > a {
	line-height: 30px;
    display: block;
    text-indent: 5px;
    float: left;
	font-size:16px;
	color:#333;
	text-align:center;
    overflow: hidden;
    width: 80%;
    height: 40px;
}
.zjList li:hover span {
	background: #990000
}
.zjList li .time {
	width: auto;
	height: auto;
	line-height: 40px;
	color: #aaaaaa;
	text-align: center;
	background: none;
	display: block;
	font-size: 14px;
	float: right;
	overflow: hidden;
	margin-top: 0px
}
.zjList li:hover .time {
	background: none
}
/*新闻列表*/
.newsList {
	margin-top: 15px;
	
	padding: 0px
}
.newsList ul {
	margin: 0px;
	padding: 0px;
}
.newsList li {
	padding: 0px;
	line-height:32px;margin-left: 10px;
}
.newsList li .wrapper {
	display: block;
	padding: 10px;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative
}
.newsList li .time {
	color:#ccc;
	font-size:13px;
	text-align: right;
	float:right;
	
	right: 10px;
	top: 15px
}
.newsList li .time .day {
	font-size: 60px;
	color: #888;
	line-height: 58px
}
.newsList li .time .date {
	font-size: 16px;
	color: #888;
}
.newsList li .img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	background-size: cover;
	margin-left: 10px;
	margin-right: 10px;
}
.newsList li .tit {
	margin-bottom: 10px;
	padding-bottom: 12px;
	height: 90px;
	overflow: hidden;
	margin-left: 100px;
	margin-right: 100px;
}
.newsList li .tit span {
	display: block;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
.newsList li p {
	margin-left: 0px;
	font-size: 12px;
	line-height: 24px;
	height: 67px;
	color: #888;
	overflow: hidden;
}
.newsList li:hover {
}
.newsList li:hover .wrapper {
	border: 1px dashed #000;
}
.newsList li:hover .time .day, .newsList li:hover .time .date {
	color: #000;
}
.newsList li:hover .tit {
	border-bottom-color: #000;
	color: #000;
}
.newsList li:hover p {
	color: #000;
}
/*首页新闻*/
.newsBox {
	margin: 0px 0px 40px 0px;
	overflow: hidden;
}
.newsBox .indexNewsList {
	margin-left: -15px;
	margin-left: -15px;
}
.newsBox .imgNewsBox {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.newsBox .imgNewsBox img {
	width: 100%;
}
.newsBox .newsList {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-top: -10px;
}
.newsBox .newsList li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	padding: 0px;
}
.newsBox .newsList li:hover {
	background-color: #fff
}
.newsBox .newsList li a {
	font-size: 14px;
}
.newsBox .newsList li a:hover {
	text-decoration: none;
	background: none
}
.newsBox .newsList li span {
	color: #21bcd8
}
.indexNews {
	margin-top: -10px;
	margin-bottom: 20px;
}
.indexNews li {
	overflow: hidden;
	padding: 0px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc
}
.leftNewsBox {
	margin: 0px 0px 40px 0px;
}
/*首页联系*/
.contactBox {
	margin: 0px 0px 20px 0px;
}
.contactBox P {
	clear: both;
}
#rightBox {
	float: right
}
/*导航菜单*/
.navbar li span {
	display: none
}
.navbar {
	margin: 0px;
	margin-top: 0px;
	min-height: 100px;
	height: 100px;
	border: 0px;
	background: #fff;
	border-radius: 0px;
}
/*翻页组件*/
.pageBar {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-top: 0px;
	margin-bottom: 20px;
	display: inline;
}
.pageBar .pageList {
	width: 100%;
	overflow: hidden;
	float: left;
	line-height: 35px;
	text-align: center;
}
.pageBar .pageList a {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	width: 35px;
	text-align: center;
	color: #000;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background: #eee;
}
.pageBar .pageList a:hover {
	color: #fff;
	background: #000;
}
.pageBar .pageList .selected {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #000;
	cursor: default;
}
.pageBar .pageList .selected:hover {
	color: #fff;
	background: #000;
}
/*底部信息*/
footer {
	background: #00a5a8;
	color: #999;
	padding: 10px 0px 0px 0px;
	margin-top: 20px;
	font-size: 14px;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #21bcd8
}
footer .footerLogo {
}
footer .footerContact {
	background: url(../images/icon.jpg) left center no-repeat;
	height: 120px;
	line-height: 40px;
	text-align: left;
	padding-left: 30px;
	margin-top: 20px;
}
footer .footerContact * {
	margin: 0;
	padding: 0
}
footer .quikLink {
	margin: 0 25px 0 25px
}
footer .footerTitle {
	font-size: 20px;
	background: url(../images/titlebg.jpg) bottom left no-repeat;
	line-height: 40px;
	height: 45px;
	margin-bottom: 20px;
}
footer .footerContent a {
	font-size: 14px;
	width: 50%;
	display: block;
	float: left;
	line-height: 40px;
}
footer .collectBox {
	overflow: hidden;
	margin-top: 25px;
}
footer .collectBox span {
	display: block;
	float: left;
	width: auto;
	line-height: 29px;
}
footer .collectBox .weibo {
	display: block;
	float: left;
	width: 38px;
	height: 29px;
	background: url(../images/fenxiang.png) left top no-repeat;
	margin-left: 10px;
}
footer .collectBox .weixin {
	display: block;
	float: left;
	width: 38px;
	height: 29px;
	background: url(../images/fenxiang.png) right top no-repeat;
}
footer .copyright {
	    background: #017b7d;
    margin-top: 20px;
    overflow: hidden;
	font-size:13px;
    padding: 5px 0 5px 0;
    text-align: center;color: #fff;
}
.copyright span{ font-size:13px;}
footer .copyright a {
	color: #fff;font-size:13px;
}
.foot_nav {
	width: 25%;
	float: left;
	background-color: #fafafa;
	text-align: center;
}
.foot_nav:hover, .foot_nav:focus {
	background-color: #e4e4e4;
}
.foot_nav a {
	color: #898989;
	display: block;
}
.foot_nav a:hover, .foot_nav a:focus {
	text-decoration: none;
}
.foot_nav span {
	display: block;
	padding: 3px 0px 0px 0px;
}
.webshare {
	width: 230px;
	padding: 5px;
}
.ewebshare {
	width: 200px;
	padding: 5px;
}
/*横幅*/
.banner {
	width: 100%;
	height: auto;
	
	padding: 0px;
}
.topPadding {
	height: 0px;
	width: 100%;
	background: #fff;
	position: relative;
}
/*内页横幅图片*/
.bannerImg {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bannerImg img {
	max-width: 100%;
	height: auto;
}
.banner .mobileimg {
	display: none
}
/*产品搜索标题*/
.searchTitle {
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}
/*当前位置*/
.positionBox {
	    width: 100%;
		margin-bottom: 0px;
 
    padding: 0px;
    height: 70px;
    

}
/*首页导航菜单*/
.indexNavigationGroup {
	display: none;
}
/*导航菜单*/
.navigationBox {
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top:17px;
}
#firstpane .selected {
	color: #fff;
	background:#00c0b1;
	border-radius:3px;
	
}
#firstpane li span {
	cursor: pointer;
	line-height: 35px;
	height: 35px;
	background: #333;
	display: block;
	position: absolute;
	right: 0px;
	top: 2px;
	color: #fff;
	width: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold
}
#firstpane li span:hover {
	background: #21bcd8;
}
#firstpane {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
}
#firstpane > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li:hover {
}
#firstpane > li > a {
	display: block;
	text-align:center;
	line-height:36px;
	font-size: 16px;
	width: 100%;
	background:#f6f6f6;
	border-radius: 3px;
	height:36px;
	margin-bottom:2px;
	overflow: hidden;
	
}
#firstpane > li > a:hover {
	background:#00c0b1;
	color:#fff;
}

/*小类*/
#firstpane > li > ul {
	float: left;
	padding: 0px;
	margin: 0px;
	display: none;
	width: 100%;
}
#firstpane > li > ul > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li > ul > li:hover {
}
#firstpane > li > ul > li > a {
	display: block;
	text-indent: 30px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/li.png) no-repeat 18px 16px;
}
#firstpane > li > ul > li > a:hover {
}
/*小类*/
#firstpane > li > ul > li > ul {
	width: 100%
}
#firstpane > li > ul > li > ul > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li > ul > li > ul > li:hover {
}
#firstpane > li > ul > li > ul > li > a {
	display: block;
	text-indent: 50px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/li.png) no-repeat 38px 16px;
}
#firstpane > li > ul > li > ul > li > a:hover {
}



.keyweb {
	margin-left: 0px;
}
.keywebf{ float:right; width:20%;}
/*屏幕宽度为414px至767px*/
@media screen and (min-width:414px) and (max-width:767px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
	float: left;
}
.col-mm-12 {
	width: 100%;
}
.col-mm-11 {
	width: 91.66666667%;
}
.col-mm-10 {
	width: 83.33333333%;
}
.col-mm-9 {
	width: 75%;
}
.col-mm-8 {
	width: 66.66666667%;
}
.col-mm-7 {
	width: 58.33333333%;
}
.col-mm-6 {
	width: 45%;
}
.col-mm-5 {
	width: 41.66666667%;
}
.col-mm-4 {
	width: 33.33333333%;
}
.col-mm-3 {
	width: 25%;
}
.col-mm-2 {
	width: 16.66666667%;
}
.col-mm-1 {
	width: 8.33333333%;
}
.logo img {
	max-width: 400px;
}
}
/*屏幕宽度为480px以下，手机版*/
@media screen and (max-width: 480px) {
}
/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {
.video{ display:none;}
#rightBox {
	float: left;
}
.navbar {
	min-height: 100px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
}
.navbar-toggle {
	border: 0px;
	margin-top: 18px;
	margin-bottom: 15px;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
}
.navbar-default .navbar-toggle .icon-bar {
}
.navbar-default .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li { border-bottom:1px solid #a3e9e3;
background-color:#00a5a8;
}
.navbar-default .navbar-nav > li:last-child {
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background: url(../images/alpha.png);
	color: #fff;
}
#navbar {
	border: 0px;
	background: url(../images/alpha.png);
}
.navbar .dropdown-menu li a {
	line-height: 30px;
	display: block;
}
.navbar .dropdown-menu li a:hover {
	background: url(../images/alpha.png);
}
.navbar .dropdown-menu li ul li a {
	color: #fff;
	padding-left: 40px
}
.navbar .dropdown-menu li ul li ul li a {
	color: #fff;
	padding-left: 60px
}
.navbar .dropdown-menu a span {
	display: inline;
}
.logo {
	text-align: center
}
.logo img {
	max-width: 700px
}
footer {
	margin-bottom: 50px;
	padding-top: 0px;
}
footer .row > div {
	display: none;
}
footer #footerSearch {
	display: block
}
footer #footerSearch input {
	width: 75%;
}
footer #footerSearch .footerTitle {
	display: none
}
footer #footerSearch .collectBox {
	display: none
}
footer .copyright {
	margin-top: 25px;
	padding: 20px;
}
#app_menudown {
	display: block;
}
#cmsFloatPanel {
	display: none;
}
.slider__arrows-item {
	display: none;
}
.mobile {
	margin: 0px;
	padding: 0px;
}
.indexNavigationGroup {
	display: block;
}
.positionBar .title {
	display: none;
}
.positionBar {
	background: #eee;
}
.positionBar span {
	margin: 0px;
	float: left;
	padding-left: 10px;
}
.positionBar span a {
	font-size: 12px;
	color: #333;
	line-height: 40px;
	text-decoration: none;
}
.positionBar span a:hover {
	color: #000
}
.positionBar .moreMenu {
	width: 100%;
}
.navigationBox {
	right: 0px;
	width: 100%;
}
.welcomeBox {
	display: none;
}
.languageBox {
	width: 100%;
	text-align: center
}
.languageBox a {
	border: 0;
	display: inline-block;
	float: none
}
.navright {
    float: left;
    width: 100%;
	
}
.topContactBox {
	float:left;
}
.titleBar {
	border-left: 3px solid #333;
	height: 35px;
	line-height: 35px;
	display:none;
	background: #f9f9f9
}
.titleBar h5 {
	background-image: none;
	padding-left: 4px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 16px;
	background: none;
	line-height: 35px;
}
.titleBar span {
	display: none
}
.newsList li .time {
	display: none
}
.newsList li .tit {
	margin-right: 0;
}
.detailTitle {
	margin-left: 0
}
.aboutBoxBg {
	background-repeat: repeat-y;
	margin-bottom: 30px
}
.aboutBox section img {
	width: 100%
}
.aboutBox {
	width: 100%;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}
.newsBox .imgNewsBox {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px
}
.banner .mobileimg {
	display: block;
	height:200px;
	width:767px;
}
.swap li{ overflow: hidden;
    width: 250px;
    height: 20px;}
.news_li li{ overflow: hidden;
    width: 250px;
    height: 20px;}
.banner .img {
	display: none
}
}
/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {
#navbar {
	    margin: 0 auto;
    width: 1170px;
}
.navbar-nav > li {
}
.navbar-nav > li:first-child {
	border-left: 0;
}
.navbar-nav > li:last-child {
}
.navbar-nav > li > a {
	transition: background 0.4s;
	text-align: center;
	color: #000;
	font-size: 17px;
	background-image: none;
	background-position: center 70px;
	background-repeat: no-repeat;
}
.navbar-nav > li .selected {
	background-position: center 70px;
	background-repeat: no-repeat;
}
.navbar-nav > li .selecteded {
	background-image: url(../images/menubg.jpg);
	background-position: center 70px;
	background-repeat: no-repeat;

}
.navbar-default .navbar-nav > li > a {
	line-height: 50px;
	padding: 0px;
	padding-left: 19px;
	padding-right: 19px;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	background-image: url(../images/menubg.jpg);
	background-position: center 70px;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}
.navbar-default .navbar-nav-e > li > a {
	font-weight: normal;
}
.navbar .dropdown-menu {
	background: url(../images/alpha.png);
	border: none;
	color: #fff;
	padding: 0px; 
	text-align: center;
    margin-left: -23px;
	border-radius: 0px;
	min-width: 150px;
}
.en .navbar .dropdown-menu {
	min-width: 220px;
}
.navbar .dropdown-menu li a {
	color: #fff;
	line-height: 34px;
	padding: 0px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
}
.navbar .dropdown-menu li a:hover {
	background: #12a297;
}
.navbar .dropdown-menu li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: -35px;
	margin-left: 150px;
	width: 150px;
	background: url(../images/alpha.png);
}
.en .navbar .dropdown-menu li ul {
	width: 220px;
	margin-left: 220px
}
.navbar .dropdown-menu li ul a {
	display: block;
}
.navbar .dropdown-menu li ul li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-left: 150px;
}
.en .navbar .dropdown-menu li ul li ul {
	margin-left: 220px;
}
.navbar .dropdown-menu a span {
	display: none;
}
#app_menudown {
	display: none;
}
.footer_nav {
	display: none;
}
}

/*屏幕宽度为992px以上*/
@media screen and (min-width:992px) {
.navbar-default .navbar-nav > li > a {
}
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px) {
.navbar-default .navbar-nav > li > a {
}
}
@media (max-width: 767px) {
.nnav {
    width: 100%;

    margin: 0 auto;
    height: 5px;
    background: #00c0b1;
}
.searchBox {
    overflow: hidden;
	display:none;
    width: 30%;
    float: right;
}
.threeImgBox .content img {
    width: 33px;
    float: left;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 20px;
}
.b01 {
    background: #00c0b1;
    height: 88px;
    width: 47%;
    float: left;
	margin-top:10px;
}
.b02 {
    background: #78c4ea;
    height: 88px;
	width: 51%;
	float: right;
	margin-top:10px;
}
.b03 {
    background: #ffa959;
    height: 88px;
	width: 46%;
    float: left;
	margin-top:10px;
}
.b04 {
    background: #61d27e;
    height: 88px;
	width: 51%;
	float: right;
	margin-top:10px;
}

.video {
    width: 100%;
    margin: 0 auto;
    padding-left: 36px;
    margin-bottom: 20px;
    float: left;
}
.newsjj {
    width: 98%;
    float: left;
    padding-left: 10px;
}
.newsyw {
    width: 98%;
    float: left;
    padding-left: 10px;
}
.bmfw {
    width: 100%;
    float: left;
}
.zby {
    float: left;
    width: 100%;
	text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zby img{ width:86%; margin:0 auto}
.yby {
    float: left;
    width: 100%;
	text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.yby img{ width:86%; margin:0 auto}
.zyks {
    width: 100%;
    float: left;
}
.zyks ul li {
    padding: 0px;
    width: 33%;
    text-align: center;
    height: 120px;
    padding-top: 20px;
    float: left;
    line-height: 32px;
}
.zyks ul {
    width: 100%;
    height: 240px;
    float: left;
}
.sz {
        float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hongbao {
    position: absolute;
    width: 100%;
    text-align: left;
    /* display: none; */
    margin-top: 230px;
}
.zjtd {
    width: 96%;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}
.tszk {
    width: 96%;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}
.djgz {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.kyjx {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.yywh {
    width: 100%;
    float: left;
}
.links {
    width: 100%;
	display:none;
}
.dbdh {
	display:none;
}
.dblogo {
     width: 100%; 
    margin: 0 auto;
}
.navbar {
    min-height: 70px;
}
.navbar {
    margin: 0px;
    margin-top: 0px;
    min-height: 70px;
    height: 70px;
    border: 0px;
    background: #fff;
    border-radius: 0px;
}
.navright {
    float: left;
    /* position: absolute; */
    /* width: 100%; */
    display: none;
    /* padding-top: 150px; */
}
.ndh {
    background: #bfefeb;
    height: 15px;
    width: 100%;
    display: none;
    margin-top: 58px;
}
#firstpane > li {
    float: left;
    width: 19.9%;
    padding-right: 2px;
    position: relative;
}
.positionBox {
    width: 100%;
    margin-bottom: 20px;
   
    padding: 0px;
    height: 50px;
    background: #fff url(../images/titlebg1.jpg) repeat-x left bottom;
}
.keshizp {
    float: left;
    width: 100%;
}
.keshizp img {
    border-radius: 14px 14px 0 0;
}
.kslogo img{ width:50px; height:50px;}
.keshigk {
    float: right;
    border-radius: 0 0 14px 14px;
    width: 100%;
    height: 208px;
    background: #00c0b1;
}
.kslx {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    line-height: 30px;
}
.keshijs {
    width: 100%;
    height: 418px;
    border: 2px solid #28d3c6;
    border-radius: 15px;
}
.zjks {
    float: left;
    width: 100%;
    height: 40px;
    background: #13d8cf;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    line-height: 40px;
    color: #fff;
}
.zjList {
    margin-top: 15px;
    padding: 0px;
    width: 100%;
}
.zjjs {
    width: 100%;
    float: left;
}
.zjzp {
    width: 85%;
    padding-left: 10%;
    float: left;
}
.zjjs ul span {
    width: 22%;
    float: left;
    color: #05a89b;
    font-weight: bold;
}
.zjjs ul li {
    width: 78%;
    float: right;
}
.feedback{ width:90%; margin:0 auto;}
}

.navright{padding-top:25px}