/*tongyong开始*/
@charset "utf-8";
* {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
table, td, tr, ul, ol, li, dl, dd, dt, p, input, form, em, p, img, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
.cursor {
	cursor: pointer;
}
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.l {
	float: left;
}
.r {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #848484;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color: #fff;
}
body {
	background-color: #000;
}
.hidden {
	overflow: hidden;
}
/*头部开始*/
.head {
	width: 100%;
	height: 98px;
	background-color: #000;
	border-bottom: 2px solid #171717;
}
.gy {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.logo {
	float: left;
	width: 220px;
	height: 100px;
 *height: 90px;
 *padding-top:10px;
}
.nav {
	float: left;
	padding-left: 25px;
}
.nav li {
	float: left;
	width: 90px;
 *width: 88px;
	height: 58px;
	padding-top: 40px;
	margin-right: 16px;
	text-align: center;
}
.nav li a {
	font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	color: #fff;
}
.nav li:hover {
	color: #0098a5;
	border-bottom: 2px solid #0098a5;
}
.nav li a:hover {
	color: #0098a5;
}
/*空格*/
.bk0 {
	height: 0px;
}
.bk1 {
	height: 1px;
}
.bk2 {
	height: 2px;
}
.bk5 {
	height: 5px;
}
.bk10 {
	height: 10px;
}
.bk12 {
	height: 12px;
}
.bk15 {
	height: 15px;
}
.bk18 {
	height: 18px;
}
.bk20 {
	height: 20px;
}
.bk25 {
	height: 25px;
}
.bk30 {
	height: 30px;
}
.bk40 {
	height: 40px;
}
/*新闻开始*/
.xwlb {
	clear: both;
	margin-top: 20px;
}
.xwlb_left {
	width: 800px;
	padding: 10px 10px 10px 10px;
	float: left;
	margin-bottom: 20px;
}
.xwlb_left h1 {
	font-size: 20px;
	line-height: 40px;
	color: #CCC;
	display: inline-block;
}
.art_tt {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
.xwlb_left ul {
	background-color: #222;
	overflow: hidden;
}
.xwlb_left ul li {
	padding: 20px;
	display: inline-block;
	width: 760px;
	border-bottom: 1px solid #333;
}
.xwlb_left ul li:hover {
	background-color: #333;
}
.xwlb_left ul li a {
	color: #CCC;
}
.xwlb_left ul li img {
	height: 150px;
	width: 220px;
	margin-right: 20px;
}
.xwlb_left ul li p {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.art-left ul li span {
	margin-right: 10px;
}
.xwlb_righ {
	float: right;
	width: 360px;
	padding-bottom: 30px;
	background-color: #fff;
	height: 100px;
}
.xwlb_righ_top {
	padding: 10px;
	background-color: #191919;
}
.art-r-t {
	padding: 10px;
	background-color: #191919;
}
.art-r-t h4 {
	color: #ccc;
	font-size: 20px;
	line-height: 50px;
	display: block;
	border-bottom: 2px solid #0196a5;
	margin-bottom: 10px;
}
.art-r-m {
	padding-bottom: 20px;
}
.art-r-m li {
	border-bottom: 1px dashed #333;
}
.art-r-m li a {
	font-size: 16px;
	line-height: 40px;
	color: #CCC;
	display: block;
}
.art-r-m li a:hover, .art-r-m li a.hover {
	background-color: #333;
}
.art-r-w {
	padding-bottom: 20px;
}
.art-r-w li {
	padding-left: 10px;
}
.art-r-w li a {
	line-height: 30px;
	color: #999;
	display: block;
	height: 30px;
	overflow: hidden;
}
/*123页面*/
.page_warp {
	width: 100%;
	color: #ccc;
	padding: 10px 0 0 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}
.page_warp a {
	color: #ccc;
	background-color: #333;
	font-size: 12px;
	line-height: 45px;
	display: inline-block;
	height: 45px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.page_warp a:hover, .page_warp a.hover {
	color: #5c5c5c;
	text-decoration: none;
	background-color: #0098a5;
}
/*脚步*/
.footer {
	clear: both;
	position: relative;
	z-index: 30;
	border-top: 2px solid #333;
	padding-top: 40px;
}
.footer_left {
	float: left;
	width: 260px;
	color: #999;
	height: 150px;
	padding-top: 5px;
	border-right: 3px solid #333;
	left: 5px;
}
.footer_left p {
	font-size: 14px;
}
.footer_left strong {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}
.fot_xx_h {
	padding-top: 10px;
	padding-bottom: 15px;
}
.zxkf {
	line-height: 30px;
	background-color: #373737;
	text-align: center;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_left .zxly {
	line-height: 30px;
	background-color: #373737;
	text-align: center;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}
.rq {
	font-size: 12px;
	display: inline-block;
}
.fot_xx {
	display: inline-block;
	height: 140px;
	padding-left: 20px;
	color: #999;
	width: 910px;
}
.fot_xx ul li a {
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	color: #CCC;
	display: inline-block;
}
.fot_xx ul {
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #333;
	width: 100%;
}
.fot_xx ul li {
	float: left;
	border-left: 1px solid #333;
}
.fot_xx ul li a {
	font-size: 14px;
}
.fot_xx ul li a:hover {
	color: #0196a5;
}
.footer_wz {
	height: 90px;
	width: 170px;
	padding-top: 10px;
	text-align: center;
	float: right;
}
.footer_right {
	display: inline-block;
	width: 280px;
}
.fot_xxl {
	padding-top: 10px;
	padding-left: 10px;
}
.fot_xxl p {
	line-height: 30px;
	font-size: 14px;
}
.l {
	padding-top: 10px;
	padding-left: 10px;
}
.l p {
	line-height: 30px;
}
.footer_right .guanzu {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	letter-spacing: 2px;
}
/*新闻阅读页面*/
.crumbs {
	padding: 10px;
	/*border: 1px solid #222;*/
	color: #666;
	/*background-color: #000;*/
	height: 80px;
	line-height: 80px;
}
.crumbs a {
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	color: #666;
}
.crumbs a:hover {
	color: #0098a5;
}
.crumbs p {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.art-left ul li {
	padding: 20px;
	display: inline-block;
	width: 780px;
	border-bottom: 1px solid #333;
}
.art-right {
	width: 360px;
	padding-bottom: 30px;
}
.art-left {
	width: 820px;
	float: left;
}
}
.art-show {
	background-color: #191919;
	padding: 20px;
}
.art-show h1 {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #CCC;
	margin-bottom: 10px;
}
.show_t {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.show_t span {
	padding-right: 20px;
}
.art-content {
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
	color: #999;
	overflow: hidden;
}
.art-content p {
	padding-bottom: 20px;
}
.art-page {
	padding-top: 20px;
	padding-bottom: 20px;
}
.art-page li {
	line-height: 30px;
	color: #CCC;
	font-size: 16px;
	margin-bottom: 10px;
}
.art-page li a {
	line-height: 30px;
	color: #ccc;
}
.art-page li a:hover {
	color: #0196a5;
	text-decoration: underline;
}
/*产品列表*/
.product-type {
	height: 50px;
	overflow: hidden;
	margin: auto;
	width: 1200px;
	background-color: #222;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product-type ul {
}
.product-type ul li {
	margin: 5px 10px 5px 0px;
	float: left;
	height: 40px;
}
.product-type ul li a {
	line-height: 40px;
	display: block;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
.product-type ul li span {
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	color: #0098a5;
	padding-right: 10px;
	padding-left: 15px;
	border-left: 5px solid #0098a5;
	margin-left: 10px;
}
.product-type ul li a:hover, .product-type ul li .black {
	background-color: #0098a5;
}
.product-box ul {
	/*background-color: #171717;*/
	overflow: hidden;
	margin: auto;
	width: 1200px;
	color: #FFF;
	padding-bottom: 30px;
}
.product-box ul li img {
	height: 400px;
	width: 398px;
}
.product-box ul li {
	float: left;
	height: 100%;
	width: 33%;
	height:450px;
	overflow: hidden;
	display: inline-block;
	margin: 2px;
	*width:390px;
}
.product-box ul li .textTitle{
	height: 40px;
	width: 398px;
	line-height:40px;
	text-align:center;
	background:#171717;
	}
.product-box ul li .textTitle:hover{
	background:#0098a5;
	}
.patent ul li {
	float: left;
	height: 140px;
	width: 285px;
	margin-left: 20px;
}
.patent ul li img {
	height: 78px;
	width: 283px;
}
.patent .patent-p {
	font-size: 16px;
	line-height: 40px;
	display: block;
	height: 40px;
	margin-top: 10px;
}

.pro_top_right h1 {
	font-size: 24px;
	line-height: 30px;
	border-bottom: 2px solid #0098a5;
	padding-bottom: 10px;
	display: inline-block;
}
.pro_top_right {
	padding-top: 40px;
	width: 50%;
}

/*产品内容页面*/
.pro_top_left img {
	height: 500px;
	width: 500px;
	margin-right: 40px;
	background-color:#000;
}
.pro_top_right h1 {
	font-size: 24px;
	line-height: 30px;
	border-bottom: 2px solid #0098a5;
	padding-bottom: 10px;
	display: inline-block;
}
.pro_top_right {
	padding-top: 40px;
	width: 50%;
}
.pro_top_right h1 {
	font-size: 24px;
	line-height: 30px;
	border-bottom: 2px solid #0098a5;
	padding-bottom: 10px;
	display: inline-block;
	color: #fff;
}
.pro_top_title {
}
.pro_top_title p, .pro_top_title span {
	display: block;
	line-height: 20px;
	color: #999;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
}
.pro_top_call {
}
.pro_top_call span {
	font-size: 18px;
	line-height: 30px;
	color: #FF6600;
}
.pro_top_call p {
}
.pro_top_call p a {
	font-size: 18px;
	line-height: 50px;
	background-color: #333;
	text-align: center;
	display: inline-block;
	width: 160px;
	margin-right: 5px;
	color: #0098a5;
}
.pro_top_call p a:hover {
	color: #fff;
	background-color: #0098a5;
}
.pro_mid {
	clear: both;
}
.pro_mid_title span {
	padding-left: 10px;
	line-height: 50px;
	color: #0098a5;
	height: 50px;
	font-size: 22px;
	margin-bottom: 80px;
}
.pro_mid_content {
	color: #999;
}
.pro_mid_left {
	float: left;
	width: 10%;
	margin-right: 5%;
	border-top: 1px solid #222;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}
.pro_mid_left span {
}
.pro_mid_right {
	float: right;
	width: 78%;
	border-top: 1px solid #222;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 2%;
}
.pro_mid_right p {
	line-height: 30px;
}
/*联系我们*/
.product {
	margin: auto;
	width: 100%;
}
.contact {
	color: #FFF;
	background-color: #333;
	margin-left: 570px;
	padding: 10px;
	margin-top: -30px;
}
.selector {
	filter: alpha(opacity=80); /* IE?????? */
	-khtml-opacity: 0.8;      /* safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
/*首页banner*/
.flexslider {
	width: 100%;
	position: relative;
	height: 800px;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 800px;
	width: 100%;
}
.flex-control-nav {
	position: absolute;
	bottom: 12px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 15px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/img1.png) right 0 no-repeat;
}
.flex-control-nav .flex-active {
	background: url(../images/img1_1.png) right 0 no-repeat;
	cursor: pointer;
}
/*首页新闻*/
.news {
	clear: both;
	padding-bottom:40px;
	background-color:#171717;
	padding-top:20px;
}
.new_left {
	width: 720px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.new_righ {
	height: 400px;
	overflow: hidden;
}
.feature-tag {
	height: 20px;
	width: 100px;
	background-color: #171717;
	margin: 10px;
	color: #F00;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 10px 10px 14px;
	border-left: 5px solid #0098a5;
}
.news_pic {
	width: 230px;
	height:300px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.news_pp {
	float: left;
	width: 440px;
}
.news_pp p{
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom:10px;
	line-height:25px;
	overflow:hidden;
}
.about_button {
	text-align: center;
	float:left;
}
.about_button a {
	display: block;
	width: 440px;
	height: 40px;
	background-color: #0098a5;
	line-height:40px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.about_button a:hover {
	display: block;
	background-color: #c9a277;
}
/*滚动开始*/


/*关于我们*/
.aboutus_top{width:100%; min-width:1200px; height:450px; background:#000  url(../images/shuoming.jpg) no-repeat center 0;}
.job_site{width:1200px; margin:auto; height:66px; line-height:66px; color:#4e4e4e; border-bottom:1px solid #212121;}
.job_site a{color:#4e4e4e;}
.job_site a:hover{color:#0098a5;}
.job_site span{color:#0098a5;}
.job_site .back{float:right; padding-left:22px; color:#0098a5; background:url(img/icon_back_arr.png) no-repeat 0 center;}
.job_site .back:hover{color:#00c1d1; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.model{width:1200px; margin:auto; padding:52px 0; overflow:hidden;}
.model .left_nav{float:left; width:280px;}
.model .left_nav h1{height:82px; line-height:82px; text-indent:32px; color:#fff; font-size:18px; background:url(../images/model_h1_bg.jpg) no-repeat;}
.model .left_nav ul{padding-bottom:30px; background:#1a1b1c;}
.model .left_nav ul li{height:50px; line-height:50px;}
.model .left_nav ul li a{position:relative; display:block; text-indent:25px; color:#777; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.model .left_nav ul li a:after{content:''; position:absolute; top:15px; right:15px; width:20px; height:20px; border-radius:50%; background-color:#333; background-color:rgba(0,0,0,0.4); background-image:url(../images/icon_news_next.png); background-position:center center; background-size:auto 8px; background-repeat:no-repeat; opacity:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}

.model .left_nav ul li.act a, .model .left_nav ul li a:hover{background:#00c1d1; color:#fff;}
.model .left_nav ul li.act a:after, .model .left_nav ul li a:hover:after{opacity:1;}
.model .right_con{float:right; width:854px; min-height:600px; padding:0 23px 50px; overflow:hidden; background:#19191a;}
.model .right_con h2{height:82px; line-height:82px; border-bottom:1px solid #303031; text-indent:23px; color:#fff; font-size:18px;}
.model .right_con nr{padding:35px 23px; color:#878787;}
.model .right_con p{color:#878787;}


.fenye{ clear:both; padding-bottom:20px;}
#pagelist{height:30px;line-height: 30px;color:#818181; margin-top:30px; text-align:center; font-size:14px;}
.pagination {font-family: arial, helvetica, sans-serif;height:35px;line-height:35px;overflow: hidden; text-align:center; margin-top:10px;}
.pagination a {border: #0098a5 1px solid; padding:5px 6px 4px 5px;margin: 0px 1px;text-decoration: none;font-size:14px;}
.pagination a:visited {border: #0098a5 1px solid;padding:5px 6px 4px 5px;margin: 0px 1px;text-decoration: none;}
.pagination a:active {border: #d01616 1px solid;padding:5px 6px 4px 5px;margin: 0px 1px;text-decoration: none;}
.pagination a:hover {border: #0098a5 1px solid;color: #fff;background-color: #242424;}
.pagination span.current { padding:5px 6px 4px 5px;margin: 0px 1px;color: #fff;font-size:14px;}
.pagination span.disabled {background-color: #0098a5; color:#fff;font-size:14px;}

.footer_ewm{
	background-image: url(../images/erweima.jpg);
	background-repeat: no-repeat;
	width: 100px;
	overflow: hidden;
	display: inline-block;
	height: 120px;
	float: left;
	margin-right:10px;
}
.footer_gw{
	background-image: url(../images/gwerweima.jpg);
	background-repeat: no-repeat;
	width: 100px;
	overflow: hidden;
	display: inline-block;
	height: 120px;
	float: left;
}











.l{	float: left;}
.r{	float: right;}

.bk0{height:0px;}
.bk15{height:15px;}

.out-box{
	width: 100%;
}
@media screen and (min-width: 1200px){ 
.in-box{
	width: 1200px;
	margin: 0 auto;
} 
} 
.in-box{
	*width: 1200px;
	*margin: 0 auto;
} 
@media screen and (max-width: 1200px) { 
.in-box{
	width: 1000px;
	margin: 0 auto;
} 
}
.hidden{
	overflow: hidden;
}
.clear{font-size:0px;line-height:0px;clear:both;width:0px;zoom:1}
/*J page */

/*==== kefu =====*/
/*top*/
/*nav*/
.header{
	height: 110px;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
@media screen and (min-width: 1200px){ 
.header .logo{
	width: 220px;
	margin-top: -5px;
}
} 
.header .logo{
	*width: 380px;
	*margin-top: -5px;
}
@media screen and (max-width: 1200px) { 
.header .logo{
	width: 340px;
	margin-top: -5px;
}
}
.megamenu {
	margin: 0 0 0 0;
}
/*.megamenu > li.grid .megapanel .row [class*="col"] {
background: #fff !important;
}*/
.megamenu {
	padding:0;
	width:100%;
	list-style:none;
	display:inline-block;
	position:relative;

}
.megamenu li {
	display:inline;
	margin-right: 2px;
	margin-top: 22px;
}

@media screen and (min-width: 1200px){ 
.megamenu>li>a { float: left; padding: 20px 10px 20px 40px; font-weight: 200; text-decoration: none; text-transform: uppercase; transition: color .4s ease-in-out; -moz-transition: color .4s ease-in-out; -webkit-transition: color .4s ease-in-out; -o-transition: color .4s ease-in-out }
} 
.megamenu>li>a {
	*float:left;
	*padding:20px 30px 20px 25px;
	*font-weight:200;
	*text-decoration:none;
	*text-transform:uppercase;
	*transition:color .4s ease-in-out;
	*-moz-transition:color .4s ease-in-out;
	*-webkit-transition:color .4s ease-in-out;
	*-o-transition:color .4s ease-in-out;
	color: #fff;
}
.megamenu>li>a.top_search{ color: #0196a5; }
@media screen and (max-width: 1200px) { 
.megamenu>li>a { float: left; padding: 20px 15px; font-weight: 200; text-decoration: none; text-transform: uppercase; transition: color .4s ease-in-out; -moz-transition: color .4s ease-in-out; -webkit-transition: color .4s ease-in-out; -o-transition: color .4s ease-in-out }
}
.megamenu>li>.megapanel {
	position:absolute;
	display:none;
	width:100%;
	top:110px;
	z-index:99;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #171717;
	padding-top: 30px;
	padding-bottom: 30px;
	left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.megamenu .megapanel .col1 img, .megamenu .megapanel .col2 img{
	width:100%;
	border:solid 1px #171717;
	cursor:pointer;
	-webkit-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-o-transition:border .3s linear;
	transition:border .3s linear
}
.megamenu .megapanel .auto a span{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.megamenu .megapanel .auto img{
	width:96%;
	cursor:pointer;
	-webkit-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-o-transition:border .3s linear;
	transition:border .3s linear;
	padding: 2%;
}
.auto{
	display: inline-block;
}
.auto a{
	float: left;
	width: 50%;
}
.auto-right{
	display: inline-block;
	margin-left: 3%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 3%;
	margin-top: 1%;
}
.megamenu .megapanel .col1 a span {
	line-height: 30px;
}
.megamenu .megapanel .col2 a span {
	line-height: 30px;
	font-size: 16px;
	margin-top: -40px;
	position: relative;
	float: left;
	background-color: #666;
	padding-right: 10px;
	padding-left: 10px;
}
.megamenu .megapanel .col2 a {
	color: #0098a5;
}
.megamenu .megapanel .col2 a:hover {
	color: #fff;
}
.megapanel .row {
	width: 90%;
	margin-top: 15px;
	padding-right: 5%;
	padding-left: 5%;	
}
.megapanel .row:first-child {
	margin-top:0
}
.megapanel .row:before, .megapanel .row:after {
	display:table;

	content:"";
	line-height:0
}
.megapanel .row:after {
	clear:both
}
.megapanel .row .col1, .megapanel .row .col2 {
	display:block;
	width:100%;
	min-height:20px;
	float:left;
	margin-left:2.127659574468085%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.megapanel .row [class*="col"]:first-child {
margin-left:0
}
.megapanel .row .col1 {
	width:14.893617021276595%;
	text-align: center;
	font-size: 12px;
}
.megapanel .row .col2 {
	width:14.893617021276595%;
}
.megamenu>li.showhide {
	display:none;
	width:100%;
	height:50px;
	cursor:pointer;
	color:#555;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);
	background:#eee;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #eee 0, #dbdbdb 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #dbdbdb));
	background:-webkit-linear-gradient(top, #eee 0, #dbdbdb 100%);
	background:-o-linear-gradient(top, #eee 0, #dbdbdb 100%);
	background:-ms-linear-gradient(top, #eee 0, #dbdbdb 100%);
	background:linear-gradient(to bottom, #eee 0, #dbdbdb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dbdbdb', GradientType=0)
}
.megamenu>li.showhide span.title {
	margin:15px 0 0 25px;
	float:left
}
.megamenu>li.showhide span.icon1:after {
	position:absolute;
	content:"";
	right:25px;
	top:15px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1
}
.megamenu>li.showhide span.icon2:after {
	position:absolute;
	content:"";
	right:25px;
	top:27px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1
}

.skyblue>li:hover>a{
	color:#0098a5;
	/*background:#0098a5;*/
}

.option01{
	font-size: 16px;
	line-height: 40px;
	color: #CCC;
	display: inline-block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0098a5;
}
.option02{
	line-height: 30px;
	display: inline-block;
	width: 30%;
	float: left;
}
.option03{
	width: 80%;
}
.option03 img{
	width: 100%;
}
/*page*/
/*----search------*/
.search-form{ overflow: hidden; width: 358px; position: relative; float: right; }
    /*.lanren-search-form .search-bd{height: 25px;}
    .lanren-search-form .search-bd li{font-size:12px;width:60px;height: 25px;line-height: 25px;text-align:center;float: left;cursor: pointer;background-color: #eee;color: #666;}
    .lanren-search-form .search-bd li.selected{color: #fff;font-weight: 700;background-color: #B61D1D;}*/
.search-form .search-hd{ height: 38px; background-color: #0196a5; padding: 1px; position: relative; }
.search-form .search-hd .search-input{ width: 270px; height: 26px; line-height: 22px; padding: 6px 0; text-indent: 10px; border: 0; outline: none; position: relative; left: 3px; top: 0; z-index: 5; #margin-left:-10px;background: none; background-image: none; color: #FFF; }
.search-form .search-hd .btn-search{ width: 70px; height: 38px; line-height: 38px; position: absolute; right: 3px; top: 1px; border: 0; z-index: 6; cursor: pointer; color: #fff; background: none; outline: none; font-size: 14px; }
.search-form .search-bg{ width: 275px; height: 38px; background-color: #111; position: absolute; top: 1px; z-index: 1; }
a.top_search{ color: #0196a5; }
.skyblue>li:hover>.top_search{ color: #999; }


.cloud {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.cloud_c{width:100%; margin:auto; overflow:hidden;}
.cloud .cloud_c p img{ width: 100%; height: 100%; }
