/*content*/
.button1{margin:0 auto; padding:13px 36px;text-transform:uppercase;position:relative; color:#fff; background:#646464; display:inline-block}
.button1:hover{ color:#fff!important;   background-color:#c20000!important;  -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}

.button2{ display:block; width:125px; height:45px; line-height:45px; text-transform:uppercase; position:relative; color:#fff; background:#333333; border-radius:2px;}
.button2:hover{ color:#fff; background-color:#c20000;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.button3{display:inline-block;padding:8px 26px;margin: 15px 0 0; font-size: 16px; color:#fff; text-transform:uppercase;position:relative;background:#c30000;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.button3:hover{color:#fff; background:#000}

.button4{display:inline-block;padding:8px 26px;margin: 15px 0 0;border-radius:5px; font-size: 16px; color:#fff; text-transform:uppercase;position:relative;background:#ff9900;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.button4:hover{color:#fff; background:#2d3e50}

.button5{display:inline-block;padding:8px 26px;margin: 15px 0 0;border-radius:5px; font-size: 16px; color:#fff; text-transform:uppercase;position:relative;background:#ff9900;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.button5:hover{color:#fff; background:#000;}

/*PC页面宽度定义*/
.block980{width:980px; margin:0 auto;}
.block1000{width:1000px; margin:0 auto;}
.block1100{width:1100px; margin:0 auto;}
.block1200{width:1200px; margin:0 auto;}


/*banner*/
.c-banner{
	width: 100%;
	position: relative;
	max-height:650px;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	width:28px;height:56px;
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}


/*menu*/
.jldgshmenu{height:55px;line-height:55px;background:#fff; margin-top:30px;}

.wasmenubottom{height:15px;line-height:15px;}


/*主导航*/
.navmenu{width:1000px; text-align:center; margin:0 auto;}
	
#jsddm {
	margin: 0;
	padding:0;
	margin:0 auto; text-align:center;
	width:1000px;
			
}
#jsddm li {
	float: left;
	list-style: none;
	height:55px;
	line-height:55px;
}
#jsddm li a {
	display: block;
	text-align:center; font-size:18px;
	height:55px;
	line-height:55px;
	text-decoration: none;
	border-right:1px solid #efefef;
	width:142px;
	color: #000;
	white-space: nowrap
}
#jsddm li a:hover {
	background: #efefef;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	border-top: 0px solid #efefef;
	position: absolute;
	visibility: hidden;
	z-index:9999;
}
#jsddm li ul li {
	float: none;
	width:142px;
	display: inline
}
#jsddm li ul li a {
	width:144px;
	font-size:13px;
	height:40px;
	line-height:40px;
	background: #efefef;
	border-bottom: 1px solid #fff;
	border-right:0px solid white;
}
#jsddm li ul li a:hover {
	background: #fff;
}

/*主导航English*/
#jsddmen {
	margin: 0;
	padding:0;
	margin:0 auto; text-align:center;
	width:1000px;
			
}
#jsddmen li {
	float: left;
	list-style: none;
	height:55px;
	line-height:55px;
}
#jsddmen li a {
	display: block;
	text-align:center; font-size:18px;
	height:55px;
	line-height:55px;
	text-decoration: none;
	border-right:1px solid #efefef;
	width:199px;
	color: #000;
	white-space: nowrap
}
#jsddmen li a:hover {
	background: #efefef;
}
#jsddmen li ul {
	margin: 0;
	padding: 0;
	border-top: 0px solid #efefef;
	position: absolute;
	visibility: hidden;
	z-index:9999;
}
#jsddmen li ul li {
	float: none;
	width:199px;
	display: inline
}
#jsddmen li ul li a {
	width:201px;
	font-size:13px;
	height:40px;
	line-height:40px;
	background: #efefef;
	border-bottom: 1px solid #fff;
	border-right:0px solid white;
	overflow:hidden;
}
#jsddmen li ul li a:hover {
	background: #fff;
}

/*顶部*/
.jldgstop{ background-color:#2d3e50; height:40px; text-align:center; }
.jldgstop,.jldgstop a{color:#fff; font-size:14px; line-height:40px;}
.jldgstop span{ display:block; float:left;padding-left:20px;}
.jldgstop_logo{background-color:#fff; height:120px;}


/*尾部*/
.jldgsfoot{font-size:12px; color:#d9d9d9; line-height:26px; background-color:#2d3e50;}
.jldgsfoot a{font-size:12px; color:#d9d9d9;}
.jldgsfoot_qmenu{text-align:center; margin:5px 0 20px 0; height:28px;}
.jldgsfoot_qmenu a{font-size:14px; color:rgb(217, 217, 217); line-height:28px; padding:0 30px;border-right:#fff 1px solid;}
.jldgsfoot_line{height:1px; border-bottom:#3e566f 1px solid; width:1000px; margin:0 auto; margin-bottom:20px;}


/*jldgs 标题 分类*/
.jldgshomebt{background:url(/templates/jldgs/images/linebg2.png) bottom center no-repeat; height:60px;}
.jldgshomebt h1{text-align:center;font-size:24px; font-weight:500; height:40px; line-height:40px;}

.jldgshomebt2{background:url(/templates/jldgs/images/linebg1.png) bottom center no-repeat; height:60px;}
.jldgshomebt2 h1{text-align:center;font-size:24px; font-weight:500; height:40px; line-height:40px;}

.qlinkbt{width:1200px;margin:0 auto; overflow:hidden; padding:15px 0 5px 0;}
.qlinkbt a{display:block; width:200px; height:150px; margin:0 auto; float:left; text-align:center; border-right:#fff 1 px solid;color:#fff;}

.qlinkbt a p{padding:0 !important; margin:0 auto; width:100px;height:100px;text-align:center; background-color:#ffffff; border:#000 1px solid;
-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px; color:#0056c1}

.qlinkbt a p i{ font-size:60px; line-height:100px; text-align:center; vertical-align:middle; color:#2d3e50;}
.qlinkbt a p:hover,.qlinkbt a p i:hover{ color:#0056c1;}

.qlinkbt a p:hover{border:#000 1px solid; background-color:#efefef;}
.qlinkbt a span{ display:block; width:200px; height:40px; line-height:40px; text-align:center;color:#fff; font-size:16px;}

.jldgshomeabout{ width:1200px; height:427px;background:url(/templates/jldgs/images/aboutbg.png) bottom center no-repeat; }

/*jldgs 首页产品滚动*/
.marquee{height:282px;overflow:hidden; margin-top:20px; margin-bottom:20px; overflow:hidden;}
.marquee li{display:inline; float:left; margin-right:30px; border:#efefef 1px solid;background:url(/templates/jldgs/images/protop.jpg) top center no-repeat;}
.marquee li:hover{border:#f90 1px solid;}
.marquee li a{display:block;width:200px; height:280px;text-align:center;}
.marquee li a p{ margin:0; padding:0;width:200px; height:200px; overflow:hidden; margin-top:40px;}
.marquee li a p img{max-width:200px;}
.marquee li a p img{transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;}
.marquee li a p img:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transition: scale(1.2);}

.marquee li a:hove{ text-decoration:none;}
.marquee li a span{display:block; width:200px; height:40px; background-color:#2d3e50; color:#fff; font-size:16px; line-height:40px; overflow:hidden; text-align:center;}
.marquee li a span:hover{background-color:#ff9900; }


/*jldgs 首页客户滚动*/
.jldgskhlogo{height:47px;overflow:hidden; margin-top:20px; margin-bottom:20px; overflow:hidden;}
.jldgskhlogo li{ display:inline; float:left; margin-right:15px; border:#efefef 1px solid;}
.jldgskhlogo li a{ width:130px; height:45px; display:block; float:left; text-align:center;}
.jldgskhlogo li a:hove{ text-decoration:none;}
.jldgskhlogo li img {width:130px; height:45px;}


.homexlwm{ width:1200px; margin:0 auto;}


/*body部分样式*/

/*jldgs 产品列表*/
.jldgsplist{margin-top:0px; margin-bottom:20px; overflow:hidden;}
.jldgsplist li{display:inline; float:left; margin:0 15px 30px 15px; border:#efefef 1px solid;background:url(/templates/jldgs/images/protop.jpg) top center no-repeat;}
.jldgsplist li:hover{border:#f90 1px solid;}
.jldgsplist li a{display:block;width:208px; height:248px;text-align:center;}
.jldgsplist li a p{ margin:0; padding:0;width:208px; height:208px; overflow:hidden; margin-top:40px;}
.jldgsplist li a p img{max-width:208px;}
.jldgsplist li a p img{transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;}
.jldgsplist li a p img:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transition: scale(1.2);}

.jldgsplist li a:hove{ text-decoration:none;}
.jldgsplist li a span{display:block; width:198px; padding:0 5px; height:40px; background-color:#efefef; font-size:14px; line-height:40px; overflow:hidden; text-align:center;}
.jldgsplist li a span:hover{background-color:#ff9900; color:#fff;}


.jldgsbannern{ margin:0 auto; width:100%; height:400px;text-align:center;background:url(/templates/jldgs/banner/img/bannern.jpg) center no-repeat #2d3e50; }
.jldgsbannern p{font-size:34px; height:280px; color:#fff; line-height:60px;text-align:center; font-weight:normal; padding:0; margin:0; padding-top:140px;background:url(/templates/jldgs/images/linebg2.png) center no-repeat;}


.jldgsbannern_aboutus{background:url(/templates/jldgs/banner/img/aboutusbg.jpg) center no-repeat #2d3e50;}




.jldgs_path_sort{margin:0 auto; width:100%; height:70px; line-height:70px;text-align:center; background-color:#f4f4f4;}
.jldgs_path_sort_r a{display:inline-block;background-color:#2d3e50; line-height:40px; padding:0 20px; margin:0px auto;margin-left:1px;color:#fff;}
.jldgs_path_sort_r a:hover{background-color:#fbaa34;color:#fff;}

.jldgs_path_sort2{ margin:0 auto; text-align:right; margin-top:10px;}
.jldgs_path_sort2 a{display:inline-block;line-height:24px; font-size:14px; padding:0 10px; margin:5px auto;margin-left:1px; border-right:#efefef 1px solid;}
.jldgs_path_sort2 a:hover{background-color:#fbaa34;color:#fff;}




.jldgs_path_sort_en{margin:0 auto; width:100%; height:70px; line-height:70px;text-align:center; background-color:#f4f4f4;}
.jldgs_path_sort_r_en a{display:inline-block;background-color:#2d3e50; line-height:40px; padding:0 20px; margin:0px auto;margin-left:1px;color:#fff;}
.jldgs_path_sort_r_en a:hover{background-color:#fbaa34;color:#fff;}

.jldgs_path_sort2_en{ margin:0 auto; text-align:center; margin-top:10px;}
.jldgs_path_sort2_en a{display:inline-block;line-height:24px; font-size:14px; padding:0 10px; margin:5px auto;margin-left:1px; border-right:#efefef 1px solid;}
.jldgs_path_sort2_en a:hover{background-color:#fbaa34;color:#fff;}

.jldgsnbt_en{font-size:28px; height:40px;line-height:40px; margin:0 auto; text-align:center; margin-top:50px;}


.jldgs_path_sort_rarea{}
.jldgs_path_sort_rarea a{display:block;border-bottom:#fff 1px solid;background-color:#2d3e50;line-height:40px; color:#fff; font-size:14px;padding:0 10px;}
.jldgs_path_sort_rarea a:hover{color:#fff;background:#fbaa34;}

.jldgs_path_sort_rarea_s2{padding:5px 0 15px 0;}
.jldgs_path_sort_rarea_s2 a{
	display:block;float:left;background-color:#fff;height:24px;line-height:24px;font-size:12px;color:#333;padding: 0 10px;
	border-radius:20px;-webkit-border-radius:20px;border: 1px solid #eee; margin:5px;}
.jldgs_path_sort_rarea_s2 a:hover{color:#fff;background:#fbaa34;border:1px solid #fbaa34;}



/*检索*/
.jldgs_search{ padding-top:15px; display:inline-block;}
.jldgs_search_key{
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	margin:0px;
	}
.jldgs_search_btn{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	
	background-color: #e54e53;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	margin-left:-1px;
	color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
	margin:0px;
	
	}


/*内页中间、右边*/
.was-anm{float:left; width:15px; height:500px;background:url(/templates/was-expo/images/mlc.jpg) top no-repeat;}
.was-anr{width:750px;float:right; overflow:hidden;}

.wasbt{height:35px; line-height:35px; border-bottom:#efefef 1px solid;}
.wasbt h1{display:block;height:35px; line-height:35px;margin:0 auto;padding:0 5px;float:left;font-size:16px; font-weight:600; border-bottom:#0b820a 2px solid;}
.wasbt a{float:right;display:block;height:35px; line-height:35px;font-size:12px; font-weight:normal;}

.wasbt_path{height:35px; line-height:35px; border-bottom:#efefef 1px solid;}
.wasbt_path h1{ display:block;height:35px; line-height:35px; margin:0 auto;padding:0 5px;float:left;font-size:16px; font-weight:600; border-bottom:#0b820a 2px solid;}
.wasbt_path span{float:right;display:block;height:35px; line-height:35px;font-size:12px; font-weight:normal;color:#666;}
.wasbt_path span a{font-size:12px;line-height:35px; color:#666;}

/*首页文章列表*/
.wasnewslist li{height:28px; line-height:28px; padding-left:10px; background:url(/templates/was-expo/images/pl.jpg) left no-repeat; border-bottom:#efefef 1px dashed;}
.wasnewslist li a{ display:block;float:left; width:435px;font-size:14px; line-height:28px; overflow:hidden;}
.wasnewslist li span{ display:block;float:right;width:45px;font-size:12px; color:#666; line-height:28px;}

/*内页文章列表*/
.wasnewslistn li{height:38px; line-height:38px; padding-left:10px; background:url(/templates/was-expo/images/pl.jpg) left no-repeat; border-bottom:#efefef 1px dashed;}
.wasnewslistn li:hover{background-color:#f6fff6;}
.wasnewslistn li a{display:block;float:left;height:38px; line-height:38px;width:650px;font-size:14px; line-height:38px; overflow:hidden;}
.wasnewslistn li span{display:block;float:right;height:38px; line-height:38px; width:80px; font-size:12px; color:#666;overflow:hidden;}


.waszt a{float:left;padding:10px; height:45px; line-height:22px; margin:1px; background-color:#0b820a; color:#fff; text-align:center;}
.waszt a:hover{background-color:#f2b600;}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:26px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;font-family:'STSong'; font-weight:bold;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{width:990px;margin-top:20px;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle;}
.picarr .preview li.current a{border:1px solid #000;}

/*幻灯Banner*/
#slideplay{width:960px;height:350px;position:relative;overflow:hidden;}
#slideplay ul{position:absolute;}
#slideplay ul li{height:350px;position:relative;float:left;background:#000;overflow:hidden;}
#slideplay ul li div{position:absolute;}
#slideplay ul li img{width:960px;height:350px;}
#slideplay .btnBg{width:960px;height:20px;position:absolute;left:0;bottom:0;background:#000;}
#slideplay .btn{height:10px;padding:5px 10px;position:absolute;right:0;bottom:0;text-align:right;}
#slideplay .btn span{width:25px;height:10px;margin-left:5px;background:#fff;display:inline-block;cursor:pointer;_display:inline;_zoom:1;_font-size:0;}
#slideplay .btn span.on{background:#fff;}
#slideplay .preNext{width:45px;height:100px;position:absolute;top:120px;background:url(../images/sprite.png) no-repeat 0 0;cursor:pointer;display:none;}
#slideplay .pre{left:0;}
#slideplay .next{right:0;background-position:right top;}


/*图片滚动*/
.scrollimg{width:960px;height:50px;position:relative;margin:0 auto 20px;}
.scrollimg div.imgwrap{width:880px;height:50px;margin:0 40px;position:absolute;top:0;overflow:hidden;}
.scrollimg div.imgwrap ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:absolute;top:0;}
.scrollimg ul li{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl dt{clear:both;float:left;height:45px;width:60px;overflow:hidden;margin-right:8px;}
.scrollimg ul li dl dt a{height:45px;width:60px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:39px;*font-family:Arial;}
.scrollimg ul li dl dt a img{vertical-align:middle;}
.scrollimg ul li dl dd{color:#aaa;}
.scrollimg ul li dl dd a{color:#3372A2;display:block;font-size:14px;height:20px;margin:2px 0;overflow:hidden;}
.scrollimg a.arrow{display:block;height:50px;width:20px;background:url(../images/arrow.png) no-repeat 0 0;position:absolute;top:0;cursor:pointer;text-indent:-99999px;}
.scrollimg a.back{background-position:0 0;left:0;}
.scrollimg a.back:hover{background-position:0 -100px;}
.scrollimg a.forward{background-position:0 -50px;right:0;}
.scrollimg a.forward:hover{background-position:0 -150px;}


/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}



/*文章内容样式*/
.jldnews_detail{text-align:center;}
.jldnews_detail h2{display:block;font-size:24px; line-height:36px; color:#000; font-weight:normal;} /*标题*/
.jldnews_detail span{display:block; height:40px;line-height:30px; border-bottom:#efefef 1px solid; text-align:center; color:#666; font-size:12px;} /*发布日期 来源*/
.jldnews_detail p{display:block; padding:10px; margin-top:20px;background-color:#efefef;line-height:24px; font-size:12px;} /*导语*/


/*列表内容页*/
.listConts{line-height:35px;color:#666; font-size:16px;}
.listConts img{max-width:1000px;}

.listConts .title{ display:block;font-size:20px; line-height:35px;text-align:center;color:#000; font-weight:600; margin:0 auto; padding:0 !important;}
.listConts .info{width:620px;height:30px;font-size:12px;line-height:30px;text-align:center; margin:25px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:16px;}
.listConts .author{text-align:right;color:#999;}

/*产品栏目*/
.product_list{margin:10px auto; margin-top:15px;}
.product_list li{float:left; margin:2px 14px;text-align:center;}
.product_list li a.img{width:220px;height:150px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.product_list li a.img img{vertical-align:middle;}
.product_list li a.img:hover{border:1px solid #F90;}
.product_list li p{width:220px; margin-top:5px; padding:0; text-align:center;}
.product_list li p a{font-size:14px; line-height:22px;}




/*在线客服*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.kf{width:127px;border:1px solid #51b5f0;position:fixed;top:45%;right:0;background:url(../images/kf_ico.png) no-repeat 7px 10px #1a98d5;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#16a2dd;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}
