﻿/* Reset CSS Document zh c it*/
body,div,iframe,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,caption,form,input,button,select,textarea {margin:0;padding:0;}
input,button,textarea,select{font-size:100%}
h1, h2, h3, h4, h5, h6,em { font-size: 100%; font-weight: normal; font-style: normal; } 
ol,ul { list-style:none; }
img {border:0;}
hr { height:1px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
.clear {clear:both;font-size:0;height: 1px;overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{zoom:1;}.clr { clear: both; }

/* 主要*/
body{
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
}
a:link, a:visited { text-decoration: none; color: #333333; }
a:hover, a:active {
	text-decoration: underline;
	color: #C40000;
}

#demo {
	overflow:hidden;
	width: 100%;
	height:190px;
}
#demo img {
	display: block;
	width: 200px;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #EEE;
}
#indemo {float: left;width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}
.demo-box {
	width:220px;
	height:190px;
	float:left;
	text-align:center;
}
.demo-box span { line-height:20px; font-size: 12px; color: #333333; display: block; height: 20px; padding-top: 5px; }
#demoa { overflow:hidden; width: 100%; height:160px; background-color: #FFF; }
#demoa img { display: block; width: 165px; height: 130px; margin-right: auto; margin-left: auto; }
#indemoa {float: left;width: 800%;}
#demoa1 {float: left;}
#demoa2 {float: left;}
.demoa-box { width:180px; height:160px; float:left; text-align:center; }
.demoa-box span { line-height:20px; font-size: 12px; color: #333333; display: block; height: 20px; padding-top: 5px; }
.InputBorder {
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6D6B6B;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #A2A1A1;
}
.fl { float: left; }
.fr { float: right; }
.btn {
	color: #FFFFFF;
	border: 1px solid #F60;
	background-color: #F60;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.btn2 { color: #FFFFFF; border: 1px solid #999999; padding-top: 2px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px; background-image: url(../Images/btn-bg1.png); background-repeat: repeat-x; background-position: 0px 0px; background-color: #919191; font-family: Verdana; font-weight: 700; }

/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0px;
	z-index:100;
	visibility: hidden;
	margin-top: -1px;
	background-color: #F8F3DA;
	width:110px;
	border: 1px solid #D5B886;
	padding: 5px;
}
.dropMenu li {
	height: 30px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5B886;
}
.dropMenu a { width: auto; color:#734900; line-height: 30px; height: 30px; font-size: 12px;  }
.dropMenu small { color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
* html .dropMenu a {
	width: 100%;
}

.slides { height:534px; padding-top: 10px; width: 542px; overflow: hidden; }
.slide-pic { display: block; }
.slide-pic LI {DISPLAY: none}
.slide-pic LI.cur {DISPLAY: block}
.slide-li {display: none; }

#comment { border: 1px solid #D9D9D9; background-color: #FFF; }
.comment-tl { height: 26px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E1E1E1; padding-top: 1px; color: #333; background-image: url(../Images/tl-comment.jpg); background-repeat: repeat-x; background-position: 0px bottom; }
.comment-tl h3 { line-height: 26px; font-weight: 700; font-size: 12px; float: left; padding-left: 10px; background-image: url(../Images/dot-arrs.jpg); background-repeat: no-repeat; background-position: 10px center; }
.comment-tl .fr { line-height: 26px; padding-right: 10px; }
.comment_form { padding: 10px; }
.comment_form h5 { font-size: 14px; font-weight: 700; }
.comment_content { padding: 10px; border: 1px solid #F0F0F0; font-size: 14px; }
.comment_content .tips { line-height: 20px; font-size: 12px; color: #666666; }
#comment_list { padding: 10px; border: 1px solid #F0F0F0; margin-top: 10px; margin-right: 10px; margin-left: 10px; }
#comment_list p { line-height: 20px; margin-bottom: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; font-size: 12px; }
#comment_list strong { font-weight: 700; color: #FF9900; margin-right: 5px; }
#showmsg,#showmsg2 { color: #FF6600; margin-left: 10px; }
#yzm_num { cursor:pointer;}

.pageinfo { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 10px; COLOR: #333; PADDING-TOP: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center }
.pageinfo A { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 0px 2px; COLOR: #333; PADDING-TOP: 2px; TEXT-DECORATION: none; border: 1px solid #E1E1E1; }
.pageinfo A:hover { COLOR: #E3242C; border: 1px solid #E3242C; }
.pageinfo A:active { COLOR: #E3242C; border: 1px solid #E3242C; }
.pageinfo SPAN.thisclass { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #E3242C; border: 1px solid #E3242C; }
.pageinfo SPAN.pageinfo { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #FFFFFF; border: 1px solid #E1E1E1; color: #333333; }
.pageinfo SPAN.disabled {DISPLAY: none}
.pageinfo SPAN.current { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; border: 1px solid #E3242C; color:#FFFFFF; background-color: #E3242C; }


#zh {
	display: block;
	padding-top: 10px;
}
#header {
	display: block;
}
#header .line {
	height: 35px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#header .line .wel {
	line-height: 34px;
	float: left;
	height: 35px;
	font-size: 12px;
	color: #333;
}
#header .top {
	height: 130px;
}
.logo {
	float: left;
	padding-top: 15px;
	width: 600px;
}
.logo-s {
	float: left;
	height: 100px;
	width: 120px;
	background-image: url(../Images/logo.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top: 10px;
}
.set {
	float: right;
	line-height: 34px;
	height: 35px;
	color: #999;
}
.set img{ margin-right: 6px; margin-left: 6px; }

.nav-index{
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 1000;
}
#nav {
	height: 46px;
	background-color: #C62602;
}
#nav li {
	float: left;
	display: inline-block;
	height: 46px;
	text-align:center;
}
#nav ul {
	height: 46px;
	display: block;
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav li a {
	color: #FFF;
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav li a.hover, #nav li a:hover, #nav li a:active {
	color: #FFF;
	background-color: #0B4487;
}

#search {
	color: #333;
	height: 44px;
	width: 100%;
	background-color: #FFF;

}
#search p { margin-top: 3px; }

.sidebar {
	float: left;
	width: 250px;
}
.page-sidebar {
	float: left;
	width: 202px;
}
.main {
	float: right;
	width: 740px;
}


.tl-l {
	height: 36px;
	background-color: #C40000;
}
.tl-l h3 {
	font-weight: bold;
	float: left;
	font-size: 14px;
	color: #FFF;
	line-height: 36px;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #B70000;
}
.tl-l span {
	float: right;
	padding-right: 8px;
	line-height: 36px;
	height: 36px;
	color: #FFF;
}
.tl-l h3 a { color: #484747; }
.tl-l h3 a:link, .tl-l h3 a:visited { text-decoration: none; color: #484747; }
.tl-l h3 a:hover, .tl-l h3 a:active { text-decoration: underline; color: #484747; }

.tl-cate {
	height: 36px;
	color: #FFF;
	background-color: #C40000;
}
.tl-cate h3 {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	line-height: 36px;
	height: 36px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #B70000;
}
.tl-cate span {
	float: right;
	padding-right: 30px;
	line-height: 36px;
	height: 36px;
	color: #FFF;
	background-image: url(../Images/tl-cate-span.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.tl-cate a {
	color: #FFF;
}
.tl-cate a:link, .tl-cate a:visited {
	text-decoration: none;
	color: #FFF;
}
.tl-cate a:hover, .tl-cate a:active {
	text-decoration: underline;
	color: #FFF;
}

.tl-s {
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.tl-s h3 {
	float: left;
	font-size: 14px;
	color: #0263BA;
	line-height: 36px;
	height: 36px;
	font-weight: bold;
}
.tl-s span {
	float: right;
	line-height: 36px;
	height: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.tl-s a { color: #333; }
.tl-s a:link, .tl-s a:visited {
	text-decoration: none;
	color: #333;
}
.tl-s a:hover, .tl-s a:active {
	text-decoration: underline;
	color: #333;
}

.tl-b {
	height: 60px;
	background-image: url(../Images/tl-b.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tl-b h3 {
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	line-height: 42px;
	height: 42px;
	font-family: "微软雅黑", "黑体";
	text-align: center;
}
.tl-b span {
	float: right;
	padding-right: 5px;
	line-height: 40px;
	height: 40px;
	color: #666;
}

.cate {
	padding: 10px;
}
.cate li.fatmenu {
	padding-left: 35px;
	height: 37px;
	background-image: url(../Images/cate-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	position:relative;
	z-index:0;
}

.cate li.hover{
	background-image: url(../Images/cate-li-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#C40000;
	color:#FFF;
}

.cate li.hover a{
	color:#FFF;
}
.cate ul.submenu{
	position:absolute;
	background:#C40000;
	padding:8px;
	width:280px;
	display:none;
	top:0px;
	left:226px;
	z-index:100;
}
.cate ul.submenu li{
	width:140px;
	float:left;
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:12px;
}
.cate ul.submenu li a{
	color:#FFF;
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 4px;
}
.cate ul.submenu li a:hover{
	color:#C40000;
	background-color:#FFF;
	text-decoration:none;
}
.cate dl {
	padding-bottom:10px;
}
.cate dt {
	line-height: 34px;
	height: 34px;
	font-size: 15px;
	overflow: hidden;
	color: #FFF;
	background-image: url(../Images/cate-dt.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 1px solid #C40000;
	background-color: #FAFAFA;
}
.cate dt.current { background-image: url(../Images/cate-dt-c.png); }
.cate dd {
	line-height: 24px;
	margin-right: 5px;
	margin-left: 5px;
}
.cate a,
.cate a:visited {
	color: #666;
}
.cate small { color: #CCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }

.border-b {
	border: 1px solid #C40000;
	background-color: #FFF;
}
.border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C40000;
	border-right-color: #C40000;
	border-bottom-color: #C40000;
	border-left-color: #C40000;
}
.mt10 { margin-top: 10px; }
.news-ul { padding: 0px; overflow:hidden; display: block; }
.news-ul li {
	background-image: url(../Images/dot-gray.jpg);
	background-repeat: no-repeat;
	background-position: 3px 14px;
	padding-left: 15px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size:14px;
}
.feedback { padding: 8px; }
.feedback dl { padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; }
.feedback dt { line-height: 18px; }
.contact-ul {
	overflow: hidden;
	line-height: 28px;
	padding-top: 140px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.banner {
	height: 475px;
	width: 100%;
	overflow: hidden;
}
#banner {
	height: 511px;
	position:relative;
	z-index: 0;
}
#banner .adarea {
	display: block;
	height: 488px;
	width: 100%;
}
#banner .navia {
	height: 36px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner .navia a{
	display:inline-block;
	width:249px;
	height:35px;
	background-color: #CACACA;
	color:#333;
	font-size: 14px;
	line-height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align: center;
	float: left;
}
#banner .navia a.current{
	background-color: #C40000;
	color:#FFF;
}

#slide{
	width:100%;
	height:511px;
	overflow:hidden;
	position:relative;
}
#slide .slide-box{
	width:100%;
	height:475px;
	position:relative;
}
#slide .slide-box li{
	background-position:50% 0px;
	background-repeat:no-repeat;
	width:100%;
	height:475px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
}

#slide .slide-box li div{
	width:1000px;
	height:475px;
	position:relative;
	margin:0px auto;
}
#slide .slide-box li a{
	width:1000px;
	height:475px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#slide .slide-nav{
	width:1000px;
	height:36px;
	position:relative;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
}
#slide .slide-nav .slide-nav-box{
	width:865px;
	height:36px;
	line-height:36px;
	float: left;
}
#slide .slide-nav .slide-nav-box a{
	display:inline-block;
	width:172px;
	height:35px;
	background-color: #CACACA;
	color:#333;
	font-size: 14px;
	line-height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align: center;
	float: left;
}
#slide .slide-nav .slide-nav-box a.active{
	background-color: #C40000;
	color:#FFF;
}

#slide .slide-nav .slide-nav-num{
	width:135px;
	height:36px;
	line-height:36px;
	float: right;
}
#slide .slide-nav .slide-nav-num a{
	display:inline-block;
	width:26px;
	height:35px;
	background-color: #CACACA;
	color:#333;
	font-size: 14px;
	line-height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align: center;
	float: left;
}
#slide .slide-nav .slide-nav-num a.active{
	background-color: #C40000;
	color:#FFF;
}

			
.tl-m {
	height: 28px;
	background-image: url(../Images/tl-m-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B20906;
}
.tl-m h3 {
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
	float: left;
	font-weight: bold;
	background-image: url(../Images/tl-m-h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 108px;
}
.tl-m span {
	line-height: 28px;
	height: 28px;
	color: #666;
	font-size: 12px;
	font-family: "宋体";
	float: right;
	padding-right: 5px;
}
.tl-m a, .tl-m a:visited  {
	color: #333;
}

#footer {
	margin-top: 15px;
}
#footer .info {
	text-align: center;
	color: #333;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top:10px;
}
#wraper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page {
	float: right;
	width: 780px;
}
.about-page { font-size: 14px; line-height: 20px; overflow: hidden; padding: 10px; }
.about-page p { text-indent: 28px; padding-top: 4px; padding-bottom: 4px; }




#search .form {
	height: 26px;
	float: left;
	padding-top: 8px;
}
#search .keyword {
	float: right;
	line-height: 44px;
	height: 44px;
	width: 750px;
	overflow: hidden;
	color: #333;
}
#search .form label { font-weight: 700; }

.contact-ul li strong { color: #333; }
.m { float: left; width: 560px; }
.r { float: right; width: 225px; }
.p8 { padding: 8px; }
.center { text-align:center;}
.video {
	display: block;
	height: 180px;
	background-color: #333;
}
.cus { text-align: center; padding-top: 5px; }
#links a { margin-right: 5px; margin-left: 5px; }
#footer .nav {
	line-height: 36px;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#footer .nav span {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}
#footer .nav a {
	color: #000000;
	font-size: 12px;
	margin-right: 23px;
}
#footer .keywords { margin-top:5px; border-top-width: 1px; border-top-style: dotted; border-top-color: #CCC; line-height: 20px; padding: 5px; }
#go-top{
	background: url("../Images/retop.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 41px;
	overflow: hidden;
	width: 36px;
	position: fixed;
	bottom: 35px;
	cursor: pointer;
	right: 0px;
	_position: absolute;
	_right: auto;
 _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
 _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}
#page-product-list ul { }
#page-product-list li { display: block; height: 190px; float: left; width: 187px; }
.page-products-box { height: 160px; }
.page-products-box span { display: block; text-align: center; }
.page-products-box .pic img { width: 160px; height: 150px; padding: 1px; border: 1px solid #CCC; }
.page-products-box .name { margin-top: 5px; line-height: 20px; margin-right: 8px; margin-left: 8px; text-align: center; }
.page-products-box .pic { text-align: center; }

.page-products-box .info { float: left; height: 170px; width: 554px; padding-left: 15px; }
.page-products-box .info h3 { font-size: 14px; font-weight: 700; line-height: 30px; padding-top: 10px; }
.page-products-box .info p { line-height: 20px; padding-top: 5px; color: #666; }

.per_nex {
	line-height: 28px;
	margin-top: 15px;
	background-color: #F6F6F6;
	padding-right: 10px;
	padding-left: 10px;
	height:56px;
}
.pro-page-show { padding: 10px; }
.pro-pic-info { width:756px; }
.pro-more-info { margin-top: 8px; }
.pro-more-info h4 { line-height: 26px; font-weight: 700; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; color: #333; background-image: url(../Images/tab-bg.jpg); background-repeat: no-repeat; background-position: 0px center; height: 26px; padding-left: 18px; }
.pro-more-info .info-list { line-height: 26px; }
.more-info-tab-con { line-height: 24px; margin-top: 8px; font-size: 14px; padding: 8px; }
.page-news-show { padding: 8px; }
.page-news-show h2 { font-size: 16px; line-height: 32px; text-align: center; color: #F60; font-weight: 700; }
.page-news-show .info { text-align: center; color: #666666; line-height: 22px; }
#zoom {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding-left: 10px;
}
.page-gb { padding: 8px; }
.page-news-list { padding: 8px; }
.page-news-list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	overflow: hidden;
	background-image: url(../Images/dot-sq.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.page-news-list li span { font-size: 12px; color: #999999; }
.page-images-list {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 760px;
}
.page-images-list li {
	display: block;
	float: left;
	height: 190px;
	width: 190px;
}
.page-images-list li span { display: block; text-align: center; }
.page-images-list .pic img { width: 150px; padding: 1px; border: 2px solid #EAEAEA; max-height: 120px; }
.page-images-list li .name { line-height: 22px; margin-top: 5px; margin-right: 5px; margin-left: 5px; }

.page-cert-list {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 720px;
}
.page-cert-list li {
	display: block;
	float: left;
	height: 230px;
	width: 180px;
}
.page-cert-list li span { display: block; text-align: center; }
.page-cert-list .pic img { width: 110px; padding: 10px 20px; border: 2px solid #EAEAEA; height: 150px; }
.page-cert-list li .name { line-height: 22px; margin-top: 5px; margin-right: 5px; margin-left: 5px; }



.relate_pro ul { height: 185px; margin-top: 10px; }
.relate_pro li { float: left; width: 188px; height: 185px; display: block; text-align: center; }
.relate_pro li span { display: block; padding-top: 5px; padding-right: 8px; padding-left: 8px; }
.relate_pro img { padding: 1px; border: 1px solid #CCCCCC; height: 150px; width: 160px; }
.login { float: left; line-height: 24px; }
.topuserinfo { line-height:20px;}
.topuserinfo a,.topuserinfo a:visited { color:#C00; margin:0 2px 0 2px;}
.ipt-txt { border: 1px solid #257AC7; width: 82px; padding: 1px; height: 14px; background-color: #D5EFFE; }
.btn-login { background-image: url(../Images/btn-login.jpg); background-repeat: no-repeat; background-position: 0px 0px; height: 18px; width: 40px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-indent: -2000px; }
.btn-reg { background-image: url(../Images/btn-reg.jpg); background-repeat: no-repeat; background-position: 0px 0px; height: 18px; width: 40px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-indent: -2000px; }
#nav li.b {
	background-image: url(../Images/nav-blank.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
}
.btn-search {
	height: 24px;
	color: #FFF;
	width: 57px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C40000;
}

.news-ul li span {
	float: right;
	font-family: Tahoma;
	color: #999;
}
.more-news h3 { font-size: 14px; line-height: 28px; font-weight: 700; padding-left: 8px; background-color: #E67207; color: #FFF; 
}
.page-login { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; width: 930px; }
.reg-box { width:450px; }
.reg-box h4 { font-size: 14px; font-weight: 700; line-height: 30px; color: #333; }
.reg-box p { line-height: 22px; color: #666666; padding-bottom: 5px; }
.ip {
	border: 1px solid #CCCCCC;
	width: 250px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 30px;
	height: 30px;
}
.sel {
	border: 1px solid #CCCCCC;
	width: 260px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 30px;
	height: 30px;
}
.user-menu { padding: 10px; }
.user-menu li { font-size: 14px; line-height: 30px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #DBDBDB; background-image: url(../Images/dot-arr.jpg); background-repeat: no-repeat; background-position: 0px center; padding-left: 12px; }
.member-index-page { padding: 12px; }
.member-index-page .welcome { font-size: 14px; font-weight: 700; color: #FF6600; line-height: 30px; }
.member-index-page .user-info { padding: 8px; border: 1px solid #DBDBDB; line-height: 30px; background-color: #F6F6F6; }
.user-info-list { margin-top: 15px; }
.user-info-list h3 { font-size: 14px; line-height: 28px; font-weight: 700; }
.user-info-list table { background-color: #EBEBEB; }
.user-info-list td { background-color: #FFFFFF; }
.member-page { padding: 10px; }
#zoomdiv{ position: absolute; background: #FFFFFF; border:1px solid #EAEAEA; display:none; text-align: center; overflow: hidden; }
#zoomup{ position:absolute; display:none; filter:alpha(opacity=50); opacity:.5; cursor:move; background-color: #FFFFFF; }
.zoom{position:relative;}
.pro-page-show { padding-top: 12px; }
#gallery { float: left; width: 404px; position: relative; text-align: center; }
.pro-pic-infolist { float: right; width: 340px; }
#gallery .zoom { width: 400px; border: 1px solid #CCCCCC; }
.pro-pic-infolist .info-list { margin-bottom: 15px; font-size: 14px; line-height: 32px; }
.bluep { background-color: #DFF1FD; padding-top: 10px; padding-bottom: 10px; }
.info-list li { padding-left: 10px; }
#search .keyword a {
	margin-right: 7px;
	color: #C40000;
	font-weight: bold;
}
.box-m { background-image: url(../Images/col-l-bg.png); background-repeat: no-repeat; background-position: left top; height: 260px; }
.about-con {
	background-image: url(../Images/line-y.png);
	background-repeat: no-repeat;
	background-position: right 40px;
	float: left;
	width: 500px;
}
.about-con p { text-indent: 24px; }
.box {
	display:block;
}

.ul-cus {
	overflow: hidden;
	height: 180px;
	padding-top: 8px;
	padding-left: 5px;
}
.ul-cus li {
	display: block;
	height: 85px;
	float: left;
	width: 160px;
	line-height: 28px;
	text-align: center;
}
.ul-cus li span { display: block; }
.ul-cus li img {
	height: 70px;
	width: 145px;
	background-color: #FFF;
	margin-top: 8px;
	border: 1px solid #CCC;
}

.pro-ul {
	display: block;
	height: 1240px;
	background-color: #FFF;
	padding-top: 12px;
	width: 770px;
}
.pro-ul li {
	height: 310px;
	display: block;
	float: left;
	width: 232px;
	text-align: center;
	margin-right: 22px;
}
.pro-ul li span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #333;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
}
.pro-ul img {
	height: 230px;
	width: 230px;
	border: 1px solid #CCC;
}
.news-box { width: 299px; background-color: #FFF; background-image: url(../Images/news-box-bg.png); height: 98px; background-repeat: no-repeat; background-position: left top; padding: 10px; }
.mr10 { margin-right: 12px; }
.box-s { background-image: url(../Images/box-s-bg.png); background-repeat: repeat-x; background-position: left bottom; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; margin-right: 6px; margin-left: 6px; height: 263px; }
.join { padding-right: 12px; padding-left: 12px; }
.join p { line-height: 22px; padding-top: 6px; }

.headline {
	height: 140px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.headline .pic {
	height: 125px;
	width: 160px;
	float: left;
}
.headline .pic img {
	height: 120px;
	width: 150px;
	padding: 1px;
	border: 1px solid #CCC;
}
.headline .info {
	height: 125px;
	width: 510px;
	float: right;
}
.headline .info h3 {
	line-height: 16px;
	font-size: 15px;
	font-weight: 700;
	padding-top: 5px;
}
.headline .info p {
	color: #666;
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.headline2 { padding-top: 8px; padding-right: 10px; padding-left: 10px; height: 88px; overflow: hidden; }
.headline2 .pic { height: 80px; width: 100px; float: left; }
.headline2 .pic img { height: 75px; width: 85px; padding: 2px; border: 1px solid #CCC; }
.headline2 .info { float: left; height: 80px; width: 235px; }
.headline2 .info h3 { line-height: 28px; font-weight: 700; font-size: 12px; }
.headline2 .info p { color: #999; line-height: 22px; }

.links {
	color: #333;
	display: block;
	padding: 10px;
}
.links a {
	margin-right: 10px;
	color: #333;
}

.page-cate {
	padding: 8px;
}
.page-cate li { background-image: url(../Images/dot-yellow.gif); background-repeat: no-repeat; background-position: 3px center; padding-left: 25px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; line-height: 34px; }
.page-cate li a { font-size: 14px;}

#page-product-list ul { height: 190px; margin-bottom: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; }
.page-products { padding-top: 18px; padding-left: 10px; padding-right: 10px; }

.cxt { float: right; height: 28px; padding-right: 10px; }
.ipt-search {
	font-size: 12px;
	width: 150px;
	height: 24px;
	line-height: 24px;
	background-image: url(../Images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
	background-color: #FFF;
	border: 1px solid #C40000;
}
.faq dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D9D6;
	padding-bottom: 5px;
	padding-top: 5px;
}
.faq dt span { font-weight: 700; color: #FF6600; }
.faq dd span { color: #1FB530; font-weight: 700; }
.about img {
	display: block;
	padding: 0 10px 0 0;
	float:left;
}
.about p {
	line-height: 28px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #555351;
	text-indent: 30px;
}
.about {
	height: 180px;
	overflow: hidden;
	color: #666;
}
.about strong{
	font-size:16px;
}
.tl-w {
	height: 34px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B61C03;
	background-color: #FFF;
}
.tl-w h3 {
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #FFF;
	height: 34px;
	font-weight: bold;
	padding-left: 25px;
	background-color: #C40000;
	padding-right: 25px;
}
.tl-w span {
	float: right;
	padding-right: 8px;
	color: #666;
	line-height: 34px;
	font-family: "宋体";
	height: 34px;
}
.tl-w h3 a, .tl-w h3 a:visited {
	color: #8B5F13;
}
.tl-w span a, .tl-w span a:visited {
	color: #666;
}

.tl-h {
	text-align: center;
	height: 73px;
	background-image: url(../Images/tl-h-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.tl-h h3 {
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../Images/tl-h-h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 256px;
	float: left;
	line-height: 64px;
	font-family: "微软雅黑", "黑体";
}
.tl-h span {
	float: right;
	padding-right: 14px;
	color: #B61C03;
	line-height: 54px;
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	font-weight: bold;
}
.tl-h h3 a, .tl-h h3 a:visited { color: #0172AB; }
.tl-h span a, .tl-h span a:visited {
	color: #8B8B8B;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.partner { background-image: url(../Images/pic-cor.png); background-repeat: no-repeat; background-position: 5px 8px; height: 86px; padding-left: 40px; padding-top: 8px; }
.partner-ul {
	padding-top: 0px;
}
.partner-ul li {
	float: left;
	width: 116px;
	text-align: center;
	height: 115px;
}
.partner-ul img {
	height: 105px;
	width: 105px;
	border: 1px solid #DBDBDB;
}
.pro-pic-infolist .info-p { padding: 10px; line-height: 20px; color: #666; }
.pro-pic-infolist .info-fav { padding: 10px; text-align: center; }
.order { margin-top: 10px; border: 1px solid #E1E1E1; }
.order h3 { background-color: #227DC5; color: #FFF; font-size: 14px; font-weight: 700; line-height: 22px; padding-top: 2px; padding-right: 8px; padding-bottom: 2px; padding-left: 8px; }
.order h3 span { font-size: 12px; font-weight: normal; float: right; }
.order .order-form { padding: 10px; }
.set small {
	color: #999;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 12px;
}
.faq dl dt { line-height: 18px; padding-top: 7px; padding-bottom: 5px; background-image: url(../Images/faq-q.png); background-repeat: no-repeat; background-position: left 6px; padding-left: 25px; }
.faq dl dd { line-height: 18px; color: #666; padding-top: 7px; padding-bottom: 5px; background-image: url(../Images/faq-a.png); background-repeat: no-repeat; background-position: 0px 6px; padding-left: 25px; }
.mbox { width: 379px; }


#top_login strong { color: #F30; padding-left: 10px; font-size: 12px; }

.cert-ul li {
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
.cert-ul li span {
	display: block;
	padding-top: 5px;
}
.cert-ul li img {
	padding: 1px;
	width: 190px;
	border: 1px solid #E7E7E7;
}

.links strong {
	color: #FFF;
	margin-right: 5px;
}
.red {
	color: #D73637;
}
.grey { color: #666; }
.cert-ul {
	text-align: center;
}


#gallery .pic-box { position: relative; }
#gallery .tab-li { height: 100px; padding-top: 5px; }
#gallery .tab-li li { float: left; width: 101px; display: block; height: 100px; overflow: hidden; text-align: center; }
#gallery .tab-li li img { padding: 1px; border: 1px solid #D7D7D7; cursor:pointer; width: 90px; height: 80px; }
#gallery .tab-li li.hover img { padding: 1px; border: 1px solid #FE8900; }

.sb-pro-ul { display: block; padding: 8px; }
.sb-pro-ul li { display: block; height: 95px; }
.sb-pro-ul li img { width: 80px; padding: 2px; border: 1px solid #F0F0F0; float: left; height: 80px; }
.sb-pro-ul li span { float: left; padding-left: 10px; line-height: 18px; padding-top: 5px; width: 75px; }

#history ul { padding: 8px; }
#history img { width: 80px; height: 80px; padding: 2px; border: 1px solid #F0F0F0; float: left; }
#history li { height: 95px; }
#history span { float: left; padding-left: 10px; line-height: 18px; width: 75px;}
#history .clearhistory { padding-right: 8px; padding-left: 8px; background-color: #F0F0F0; line-height: 22px; text-align: right; margin: 2px; }.pro-tel { font-family: "微软雅黑"; text-align: center; font-size: 16px; line-height: 26px; }

#pic-scroll { height: 100px; padding: 10px; }
#pic-scroll img { cursor:pointer;}
#pic-scroll .lefta { float: left; padding-top: 35px; width: 35px; height: 65px; padding-left: 5px; }
#pic-scroll .righta { float: right; padding-top: 35px; width: 32px; height: 65px; }
#pic-scroll .cont { float: left; height: 100px; width: 515px; overflow: hidden; }
#pic-scroll .cont .box { float: left; width: 98px; height: 100px; text-align: center; }
#pic-scroll .cont .box img { height: 96px; width: 85px; padding: 1px; border: 1px solid #E5E5E5; }

.tel {
	float: right;
	padding-top: 25px;
}
.tel strong {
	color: #EF7D29;
	font-size: 30px;
	font-weight: normal;
	font-family: Impact;
}


#pic-scroll .cont .box span { display: block; padding-top: 2px; padding-right: 5px; padding-left: 5px; }
#about-video {
	height: 260px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.links p {
	line-height: 22px;
	color: #333;
}
.tl-m span img { padding-top: 2px; }
.adt {
	float: left;
}
#ba-icon { height: 120px; margin-top: 10px; }
#ba-icon ul li { float: left; display: block; width: 254px; }
.col1 { float: left; width: 260px; padding-right: 10px; }
.col2 { float: left; width: 460px; }
.col3 { float: right; width: 256px; }
.mt5 { margin-top: 5px; }
#news-slide { padding: 5px; height: 250px; }
#news-headline { padding: 5px; height: 250px; background-image: url(../Images/news.jpg); background-repeat: no-repeat; background-position: 0px 0px; }

.witness-ul {
	height: 350px;
	padding-top: 15px;
	display: block;
	padding-left: 10px;
}
.witness-ul li {
	display: block;
	height: 340px;
	float: left;
	width: 247px;
}
.witness-ul li h3 {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	height: 24px;
	overflow: hidden;
}
.witness-ul li p {
	line-height: 26px;
	color: #333;
	padding-top: 3px;
}
.witness-li-1{ background-image: url(../Images/cus-1.png);}
.witness-li-2{ background-image: url(../Images/cus-2.png);}
.witness-li-3{ background-image: url(../Images/cus-3.png);}

.mtb { margin-top: 3px; border-top-width: 1px; border-top-style: solid; border-top-color: #DFEFFC; }
.box-ft { font-size: 0px; line-height: 0px; }
.bgc {
	background-color: #C40000;
}
.blue { color: #013561; }
.feedback dl dd { line-height: 18px; padding-top: 5px; color: #666; }

.loginform { padding: 5px; }
.loginform li { padding-top: 2px; padding-bottom: 2px; }
.loginform .ipt { padding: 2px; width: 130px; border: 1px solid #CCC; }
.p3 { padding: 3px; }
.about p strong { font-size:14px; }
.t-d { background-image: url(../Images/til-hea.png); }
#new-box { padding: 8px; height: 250px; }
.news-ul2 { display: block; }
.news-ul2 li { background-image: url(../Images/dot-arr.png); background-repeat: no-repeat; background-position: 0px 11px; line-height: 28px; padding-left: 12px; height: 28px; overflow: hidden; }
.news-ul2 li span { float: right; color: #999; }
.news-ul2 li a, .news-ul2 li a:visited { color: #333; }
.t-e { background-image: url(../Images/til-cor.png); }
.page-video-list { padding: 10px; }
.page-video-list ul li { display: block; height: 210px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; margin-bottom: 10px; }
.page-video-list ul li .vcode { float: left; height: 200px; width: 250px; }
.page-video-list ul li .vinfo { float: right; height: 200px; width: 505px; }
.page-video-list ul li .vinfo h4 { font-size: 14px; line-height: 30px; font-weight: 700; }
.page-video-list ul li .vinfo p { line-height: 22px; padding-top: 5px; }
.tl-m h3 small {
	color: #666;
	font-weight: normal;
	font-family: Impact;
	font-size: 32px;
	padding-left: 2px;
	padding-right: 5px;
}

#equ { height: 190px; }
#equ li { float: left; display: block; width: 186px; text-align: center; height: 190px; }#equ li img { padding: 2px; border: 1px solid #CCC; width: 165px; height: 150px; }
#equ li span { display: block; padding-top: 5px; }

.submail { background-image: url(../Images/mail-icon.png); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
.ipt-gray { border: 1px solid #D1D1D1; width: 100px; padding-top: 3px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
.btn-gray { background-image: url(../Images/btn-gray.png); height: 21px; width: 62px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; color: #666; }
.boxg { background-color: #F8F8F8; }

.col-l {
	float: left;
	width: 645px;
}
.slides .pro-list { padding-top: 5px; padding-right: 5px; padding-left: 5px; height: 180px; }
.slides .pro-box { float: left; width: 174px; text-align: center; }
.slides .pro-box span { display: block; line-height: 20px; }
.col-r {
	float: right;
	width: 344px;
}
#contact { background-color: #F8F8F8; text-align: center; padding-top: 5px; padding-bottom: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCE7FA; }
#pic-scroll .tit { width: 35px; height: 145px; float: left; background-image: url(../Images/tl-scroll.png); background-repeat: repeat-y; background-position: left top; }
#pic-scroll .tit h3 { font-size: 14px; font-weight: 700; color: #FFF; width: 16px; padding-top: 15px; padding-left: 10px; line-height: 26px; }
.con-b {
	background-image: url(../Images/adv-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 900px;
	position: relative;
}
.col2-l {
	float: left;
	width: 330px;
	margin-right: 15px;
}
.col2-m {
	float: left;
	width: 320px;
}
.col2-r {
	float: right;
	width: 320px;
}
.btn-blue { background-image: url(../Images/btn-blue.png);  }
.btn-orange { background-image: url(../Images/btn-orange.png);  }

.gusetbook { height: 250px; }
#supply { margin-top: 8px; height: 50px; border: 1px solid #CCE7FA; }
#supply h3 { font-size: 12px; font-weight: 700; color: #0299D6; float: left; line-height: 18px; display: block; padding-top: 7px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }
#supply ul { display: block; float: left; width: 945px; padding-top: 6px; height: 40px; overflow: hidden; }
#supply ul li img { width: 90px; height: 38px; border: 1px solid #F0F0F0; }
#supply ul li { float: left; width: 94px; display: block; }
#about_pic { display: block; float: left; height: 130px; width: 200px; }
.gusetbook p { padding-left: 10px; line-height: 20px; font-size: 12px; }
#honor { margin-top: 10px; border: 1px solid #CCE7FA; height: 80px; padding-top: 8px; }
#honor ul li { float: left; width: 114px; display: block; text-align: center; padding-right: 5px; padding-left: 5px; }
#honor ul li img { height: 35px; width: 42px; margin-bottom: 5px; }

.page-images-list ul li .pic { padding-bottom: 5px; }

.pro-ul li a:hover img { }
#pro-demo { padding: 8px; }
.bule { color: #247AC7; }
.mt8 { margin-top: 8px; }

.pro-more-info .more-info-tab-li { height: 28px; background-image: url(../Images/tab_bg.gif); background-repeat: repeat-x; background-position: 0px bottom; }
.pro-more-info .more-info-tab-li li { background-image: url(../Images/tab_b.gif); background-repeat: no-repeat; background-position: 0px 0px; height: 28px; width: 120px; line-height: 28px; text-align: center; display: inline-block; font-weight: 700; float: left; margin-right: 4px; cursor:pointer;}
.pro-more-info .more-info-tab-li li.hover { background-image: url(../Images/tab_a.gif); }
.more-info-tab-con { line-height: 24px; margin-top: 8px; font-size: 14px; padding: 8px; }
.redfont { color: #C00; }
.tel p {
	padding-top: 10px;
}
.feedback dl dt strong { color: #F60; }
.feedback dl dd strong { color: #249639; }
.newbox { height: 342px; overflow: hidden; }
.box-news { width: 381px; }
.headline .info h3 a,
.headline .info h3 a:visited {
	color: #333;
}
.gusetbook strong { color: #21983A; }
.links img { float: left; }
.news-index { padding-top: 10px; height: 215px; padding-right: 10px; padding-left: 10px; }
.news-index .news-box-s { float: left; width: 380px; padding-right: 8px; height: 275px; }


.tl-r a,
.tl-r a:visited { color: #FFF; }
.set a,
.set a:visited {
	color: #333;
}
#top_login span a,
#top_login span a:visited { color: #C00; }
#top_login span { margin-right: 3px; margin-left: 3px; }

.links ul { width: 960px; }
.links ul li { line-height: 22px; text-align: center; float: left; height: 22px; width: 160px; }
#footer .icon { text-align: center; padding-top: 5px; }
#footer .icon img { margin-right: 5px; margin-left: 5px; }
.faq dl dt strong { color: #009B4C; }
.faq dl dd strong { color: #666; }
#customer {
	height: 80px;
	padding-top: 10px;
	background-image: url(../Images/tit-partner.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 110px;
}
.frame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.search-in { background-color: #F3F3F1; height: 31px; padding-right: 10px; padding-left: 10px; }
.tl-w ul {
	height: 34px;
	display: block;
	float: left;
}
.tl-w ul li {
	display: block;
	float: left;
	height: 34px;
	width: 160px;
	text-align: center;
	line-height: 34px;
	font-weight: 700;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	background-color: #F0F0F0;
}
.tl-w ul li.hover {
	color: #FFF;
	background-color: #C40000;
}
.sitemap-list { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 100px; }
.sitemap-list dl { padding-top: 10px; padding-bottom: 15px; }
.sitemap-list dl dt { font-weight: 700; line-height: 30px; font-size: 14px; }
.sitemap-list dl dd a { margin-right: 10px; }
.brand-ul li { float: left; width: 91px; height: 60px; text-align: center; }
.brand-ul { width: 182px; }
.brand-ul li img { height: 33px; width: 88px; }
.pro-ul li small { display: block; text-align: center; color: #666; width: 160px; margin-right: auto; margin-left: auto; }
.pro-ul li span a,
.pro-ul li span a:visited { color: #333; }
#links p { line-height: 22px; display: block; padding: 8px; }
.brand-cate { width: 756px; margin-bottom: 12px; padding-bottom: 12px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; }
.brand-cate ul li { display: block; float: left; height: 26px; width: 150px; text-align: center; overflow: hidden; line-height: 26px; }
.brand-hover { background-color: #C4F6C8; }
#search .keyword strong {
	color: #333;
}

.ul-cases { padding-top: 8px; padding-left: 8px; display: block; overflow: hidden; padding-right: 8px; height: 300px; }
.ul-cases li { height: 150px; display: block; float: left; width: 480px; }
.ul-cases li img { height: 112px; width: 95px; margin-top: 8px; margin-left: 17px; }
.ul-cases li h3 { font-size: 14px; line-height: 26px; font-weight: 700; }
.ul-cases li h3 a,
.ul-cases li h3 a:visited { color: #333; }
.ul-cases li p { line-height: 20px; color: #666; }

.tl-w h3 small {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #999;
	padding-left: 2px;
}
.service-ul { padding: 1px; }
.service-ul li, .invest-ul li { line-height: 26px; height: 28px; overflow: hidden; padding-left: 10px; }
.box-r { background-image: url(../Images/box-r.png); background-repeat: no-repeat; background-position: right center; padding-right: 10px; }
.page-num {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.page-num .current { color: #FFF; background-color: #F60; padding-right: 3px; padding-left: 3px; }
.page-news-show .keyword {
	line-height: 28px;
	height: 28px;
	margin-top: 10px;
	padding:5px;
	border:1px solid #EEE;
}
.more-news h3 strong {
	color: #F30;
}
.cate-page { padding: 8px; }
.cate-page dl { padding-bottom: 5px; }
.cate-page dt { font-size: 14px; font-weight: 700; line-height: 28px; background-color: #FFF; background-image: url(../Images/dot-arr.png); background-repeat: no-repeat; background-position: 5px center; padding-left: 20px; }
.cate-page dd { line-height: 26px; padding-left: 20px; }
.more-news ul { width: 754px; }
.more-news li { height: 28px; width: 367px; float: left; line-height: 28px; background-image: url(../Images/dot-gray.jpg); background-repeat: no-repeat; background-position: left center; padding-left: 10px; overflow: hidden; }
#comment_list p span { color: #999; padding-left: 20px; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; }
.about-page .keyword { font-size: 12px; line-height: 30px; margin-top: 10px; padding-top: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; }
.tRight {
	text-align: right;
}
#headlink { height: 20px; width: 260px; overflow: hidden; }
#headlink a { line-height: 20px; display: block; height: 20px; overflow: hidden; text-align:left; }
#headlink span { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #666; padding-left: 10px;}
.font-orange { color: #F60; }
#guestbook { padding: 15px; }
.gustbook-form { padding-top: 10px; }
#guestbook dl { padding: 10px; border: 1px solid #F0F0F0; margin-bottom: 10px; }
#guestbook dt { line-height: 30px; height: 30px; padding-right: 8px; padding-left: 8px; background-color: #F1FDE3; }
#guestbook dt span { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #666; float: right; }
#guestbook dt strong { color: #F60; }
#guestbook dd { padding: 8px; }
#guestbook .reply strong { color: #0E8109; }
#gustbook { height: 300px; background-image: url(../Images/pic-guestbook.png); background-repeat: no-repeat; background-position: left bottom; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 250px; }
.wel span {
	color: #C62602;
	margin-right: 3px;
	margin-left: 3px;
}
.wel span a,
.wel span a:visited {
	color: #EF6D23;
}
#workshop { height: 210px; display: block; padding-top: 10px; overflow: hidden; }
#workshop h3 { font-size: 14px; font-weight: 700; color: #333; height: 30px; line-height: 30px; text-align: center; }
.workshop-pic-list { height: 160px; padding-top: 10px; padding-right: 10px; padding-left: 10px; }
.tl-l-tab { float: left; height: 30px; padding-left: 10px; }
.tl-l-tab li { line-height: 30px; float: left; height: 30px; width: 70px; font-weight: 700; color: #666; text-align: center; }
.tl-l-tab li.hover { background-color: #FFF; color: #0A64A5; }
#sitemap { background-color: #FFF; margin-top: 8px; }
.page-news-list dt { font-size: 14px; line-height: 30px; height: 30px; overflow: hidden; }
.page-news-list dt span { color: #666; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; margin-left: 20px; }
.page-news-list dd { line-height: 18px; color: #666; }
.page-content { padding: 10px; }
.products-list {
	width: 760px;
}
.products-list li {
	height: 250px;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
}
.products-list .img img {
	height: 170px;
	width: 170px;
	padding: 1px;
	border: 1px solid #CCC;
}
.products-list .img a:hover img {
	border-top-color: #FF6500;
	border-right-color: #FF6500;
	border-bottom-color: #FF6500;
	border-left-color: #FF6500;
}
.products-list .name { margin-right: 10px; margin-left: 10px; margin-top: 6px; }

.products-list .price_s {
	text-decoration: line-through;
	color: #999;
}
.products-list .price a, .products-list .price a:visited {
	color: #C00;
}

/*产品介绍*/
.goods-left { float: left; width: 400px; }
.goods-right {
	float: right;
	width: 330px;
}
.btn-buy { display: block; height: 37px; width: 127px; text-indent: -3000px; background-image: url(../Images/btn-buy.png); background-repeat: no-repeat; background-position: left top; margin-right: 15px; float: left; }
.btn-buy:hover { background-position: left bottom; }
.btn-addcar { height: 37px; width: 127px; display: inline-block; background-image: url(../Images/btn-addcar.png); background-repeat: no-repeat; background-position: left top; text-indent: -3000px; float: left; }
.btn-addcar:hover { background-position: left bottom; }
.goods-cart ul { display: block; height: 50px; }
.goods-cart {
	margin-top: 15px;
	text-align: center;
}
.goods-cart li { padding-top: 5px; }
.goods-cart li { float: left; }
.goods-cart .goods-num-sel { padding-top: 8px; padding-right: 10px; }
#cart_alert { border: 1px solid #F6C5C5; background-color: #FFF6F4; background-image: url(../Images/i-error.png); background-repeat: no-repeat; background-position: 6px center; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 25px; color: #F00; }
#cart_ok { border: 1px solid #98C700; background-color: #EFFEB9; background-image: url(../Images/i-ok.png); background-repeat: no-repeat; background-position: 6px 12px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 25px; line-height: 22px; }
#cart_ok strong { color: #090; margin-right: 2px; margin-left: 2px; }
#cart_ok a,
#cart_ok a:visited { color: #F60; }
.font-orange {
	color: #EF6924;
}
#product_price { font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 700; color: #F60; }
.goods-right li del { color: #666; }
#attr_selected span { color: #F30; font-weight: 700; }
#attr_price { margin-right: 15px; }
.goods-spec { margin-top: 10px; padding-top: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #E3E3E3; }
.goods-spce-ul li {
	line-height: 30px;
	font-size: 14px;
}
.goods-spce-ul li strong { font-family: "微软雅黑", "黑体"; font-size: 16px; font-weight: 700; }
.goods-position { text-align: center; margin-top: 10px; height: 30px; }
.goods-position a,
.goods-position a:visited { color: #207DC1; margin-right: 5px; margin-left: 5px; padding: 5px; border: 1px solid #EFEEEE; background-color: #F0F0F0; font-size: 14px; }
.goods-spce-ul li a,
.goods-spce-ul li a:visited { color: #36F; }
.goods-page-detail { margin-top: 15px; }
.detail-title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B61C03;
	height: 32px;
	background-color: #C40000;
}
.detail-title h3 {
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	float: left;
	color: #FFF;
	width: 86px;
	text-align: center;
	height: 32px;
	background-color: #C40000;
}
.detail-content { padding: 10px; font-size: 12px; line-height: 24px; }
.goods-list-ul {
	padding-top: 10px;
	height: 180px;
}
.goods-list-ul li {
	height: 180px;
	width: 151px;
	text-align: center;
	float: left;
}
.goods-ping { padding-top: 10px; }
.goods-ping h4 { line-height: 20px; color: #666; }
.goods-ping-list li { padding: 8px; border: 1px solid #EFEEEE; margin-bottom: 8px; }
.ping-head { float: left; width: 80px; text-align: center; }
.ping-info { float: right; width: 635px; }
.ping-star { height: 30px; line-height: 30px; }
.ping-star .fl { font-weight: 700; color: #666; }
.ping-star .fr { color: #666; }
.ping-content { padding: 5px; margin-top: 5px; line-height: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: #EFEEEE; }
.ping-reply { margin-top: 8px; padding-top: 5px; border-top-width: 1px; border-top-style: none; border-top-color: #98C700; }
.ping-reply strong { color: #F60; }
.ping-form { padding: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #CCC; border-right-color: #EFEEEE; border-bottom-color: #EFEEEE; border-left-color: #EFEEEE; }
.ping-no { padding: 10px; }
.goods-ping-list h3 { line-height: 28px; font-weight: 700; color: #4E8200; }
#tellfriend-page { width: 550px; background-color: #FFF; }
.goods-button { text-align: center; margin-top: 20px; }
.goods-button a,
.goods-button a:visited { margin-right: 4px; margin-left: 4px; background-repeat: no-repeat; line-height: 22px; height: 22px; background-image: url(../Images/btn-s-bg.png); display: inline-block; text-align: left; }
.i-fav { background-position: left -30px; width: 70px; padding-left: 23px; }
.i-review { background-position: left -120px; width: 57px; padding-left: 23px; }
.i-tell { background-position: left -60px; width: 57px; padding-left: 23px; }
.goods-page-info { padding-bottom: 20px; }

.goods-order {
	margin-top: 10px;
}
.goods-order h3 {
	background-color: #C40000;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.goods-order h3 span { font-size: 12px; font-weight: normal; float: right; }
.goods-order .order-form { padding: 10px; }
.i-pic { background-position: left -150px; width: 57px; padding-left: 23px; }
.goods-desc { color: #666; margin-top: 10px; padding-top: 10px; line-height: 20px; }
.goods-list-ul .img img {
	height: 110px;
	width: 130px;
	padding: 1px;
	border: 1px solid #CCC;
}
.goods-list-ul .name { margin-right: 8px; margin-left: 8px; margin-top: 5px; }
.ul-rank { display: block; }
.ul-rank li { height: 110px; padding-top: 5px; float: left; width: 92px; text-align: center; }
.ul-rank-img { padding-bottom:5px;}
.ul-rank-img img {
	height: 55px;
	width: 70px;
	padding: 2px;
	border: 1px solid #CCC;
}
.ul-rank-name {padding:0 5px; height:34px; overflow:hidden;}
.nocontent { background-image: url(../Images/error.png); background-repeat: no-repeat; background-position: 10px 10px; height: 100px; padding-top: 40px; padding-left: 120px; font-size: 14px; }

.order-list fieldset { border: 1px solid #CCC; margin-bottom: 15px; }
.order-list legend { font-size: 14px; font-weight: 700; color: #F60; }
.order-list legend span { font-size: 12px; font-weight: normal; color: #666; }
.order-list { margin-top: 15px; }
.table-list th { font-size: 12px; font-weight: 700; background-color: #F5f5f5; line-height: 28px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E1E1E1; }
.table-list td { background-color: #FFF; padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; }
.member-info { padding: 5px; }
.member-info h5 { font-size: 14px; line-height: 30px; }
.member-info ul { padding: 8px; border: 1px solid #CCC; background-color: #F6F6F6; line-height: 24px; margin-top: 10px; }
.member-info li span { font-family: Tahoma, Geneva, sans-serif; color: #390; font-size: 11px; }
.ping-form .tips { font-size: 12px; line-height: 20px; color: #666666; }
.page-getpass { padding-top: 10px; padding-right: 80px; padding-bottom: 10px; padding-left: 80px; }
.page-getpass p { line-height: 30px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDD; margin-bottom: 10px; }
.page-getpass h3 { font-size: 14px; font-weight: 700; }
.page-getpass h3 { background-image: url(../Images/i-getpass.png); background-repeat: no-repeat; background-position: left center; padding-left: 25px; line-height: 20px; height: 20px; }
.pro-ul li p { margin-left: auto; margin-right: auto; margin-top: 6px; display: block; width: 200px; text-align: left; color: #666; }
#about-news { background-image: url(../Images/box-bg.png); background-repeat: repeat-x; background-position: left bottom; height: 285px; }
#about {
	height: 340px;
	padding: 5px;
}
.foot-icon { text-align: center; margin-top: 5px; }
.foot-keyword { line-height: 22px; margin-top: 8px; background-color: #FFF; padding-top: 5px; border-top-width: 1px; border-top-style: dashed; border-top-color: #E8E8E8; }
#store-ul { height: 150px; }
.btn-sub { padding: 0px; height: 23px; width: 64px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; font-weight: 700; color: #FFF; background-color: #AB0554; }
.box-cate { background-color: #90908F; }
.tab-tl { background-image: url(../Images/tl-m-bg.png); background-repeat: repeat-x; background-position: left top; height: 33px; padding-left: 20px; }
.tl-l .tab-ul {
	height: 32px;
	width: 360px;
	float: left;
	display: block;
}
.tl-l .tab-ul li {
	line-height: 32px;
	font-weight: 700;
	color: #FFF;
	height: 32px;
	float: left;
	text-align: center;
	cursor:pointer;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 25px;
}
.tl-l .tab-ul .hover {
	color: #FFF;
	background-color: #D8261C;
}
.tab-tl .more { line-height: 28px; float: right; padding-right: 5px; background-image: url(../Images/tl-m-span.png); background-repeat: no-repeat; background-position: right top; height: 33px; }

.adt p { line-height: 20px; height: 20px; width: 255px; margin-right: auto; margin-left: auto; text-align: left; }
.cate dt a,
.cate dt a:visited {
	color: #333;
	font-weight: bold;
}
.video-ul { overflow: hidden; padding-top: 8px; }
.video-ul li {
	background-image: url(../Images/dot-arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.cus-ul {
	height: 320px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
}
.cus-ul li {
	float: left;
	height: 67px;
	width: 135px;
	display: block;
	text-align: center;
}
.cus-ul li img {
	width: 120px;
	height: 55px;
	border: 1px solid #CECECE;
}
.cus-ul li span { display: block; padding-top: 4px; }
.cus-ul li a:hover img {
	border-top-color: #EF6924;
	border-right-color: #EF6924;
	border-bottom-color: #EF6924;
	border-left-color: #EF6924;
}
.sitemap-list dl dd { line-height: 24px; }
#gg { height: 20px; line-height: 20px; width: 350px; padding-left: 100px; overflow: hidden; }
#gg span { background-image: url(../Images/i-gg.png); background-repeat: no-repeat; background-position: left center; padding-left: 25px; color: #F30; float: left; height: 20px; display: block; }

.more-info-tab-li { height: 28px; background-image: url(../Images/tab_bg.gif); background-repeat: repeat-x; background-position: 0px bottom; }
.more-info-tab-li li { background-image: url(../Images/tab_b.gif); background-repeat: no-repeat; background-position: 0px 0px; height: 28px; width: 120px; line-height: 28px; text-align: center; display: inline-block; font-weight: 700; float: left; margin-right: 4px; cursor:pointer;}
.more-info-tab-li li.hover { background-image: url(../Images/tab_a.gif); }
.more-info-tab-con { line-height: 24px; margin-top: 8px; font-size: 14px; padding: 8px; }
.goods-contact-ul { margin-top: 10px; padding-top: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #E3E3E3; }
.goods-contact-ul li { padding-top: 5px; padding-bottom: 5px; }
.goods-contact-ul li strong { font-family: "微软雅黑", "黑体"; font-size: 14px; font-weight: 700; }
.goods-contact-ul li span { color: #E77307; font-size: 16px; font-family: Tahoma, Geneva, sans-serif; font-weight: 700; }

.goods-info { }
#team-box { height: 250px; }
#equ-box { height: 250px; overflow: hidden; }
#onepage {
	padding: 10px;
}
#team-box img { height: 120px; width: 120px; padding: 2px; border: 1px solid #CCC; float: left; margin-right: 10px; }
#team-box h3 { font-weight: 700; line-height: 28px; }
#team-box p { line-height: 22px; padding-top: 5px; }
#equ-box p { line-height: 22px; padding-top: 5px; text-indent: 24px; }
.search-txt { background-image: url(../Images/search-text.png); background-repeat: no-repeat; background-position: left top; float: left; height: 23px; width: 185px; padding-left: 35px; padding-top: 3px; }
.faq dt a,
.faq dt a:visited { color: #333; }
.witness-ul li .info h3 a,
.witness-ul li .info h3 a:visited {
	font-size: 13px;
	font-weight: 700;
	color: #333;
}
.ul-cases li .info { float: right; width: 332px; height: 140px; overflow: hidden; }
#links { }
.video-info { padding-top: 10px; text-align: left; }
#tab-act-con { height: 170px; padding-top: 10px; padding-right: 10px; padding-left: 10px; }
.tab-act-layout img { float: left; height: 160px; width: 160px; }
.tab-act-layout { height: 170px; }
.tab-act-layout dl { float: right; height: 160px; width: 415px; display: block; }
.tab-act-layout dl dt { font-size: 14px; line-height: 24px; font-weight: bold; }
.tab-act-layout dl dd { line-height: 20px; padding-top: 5px; }
#tab-act { height: 140px; padding-left: 10px; }
#tab-act li { float: left; width: 110px; display: block; padding-right: 9px; }
#tab-act li img { height: 108px; width: 108px; padding: 1px; border: 1px solid #CCC; }
#tab-act li span { background-color: #D2D2D2; display: block; text-align: center; margin-top: 3px; line-height: 22px; height: 22px; overflow: hidden; }
#tab-act li.hover img { border-top-color: #FDD0D0; border-right-color: #FDD0D0; border-bottom-color: #FDD0D0; border-left-color: #FDD0D0; }
#tab-act li.hover span { background-color: #FEE2E2; }
#adv {

}
#adv li {
	display: block;
	height: 123px;
	width: 490px;
	float: left;
	background-image: url(../Images/ys-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 12px;
}
#adv li h5 {
	display: block;
	font-size: 22px;
	line-height: 40px;
	color: #DB0000;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
	height: 40px;
	padding-left: 15px;
	padding-top: 10px;
}
#adv li p {
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "微软雅黑", "黑体";
	color: #333;
	padding-left: 15px;
	padding-right: 10px;
}


.links-tit { float: left; padding-top: 20px; }
#gustbook p { font-weight: bold; color: #AB0554; font-size: 14px; }
.pro-bg { background-color: #DFEFFD; padding: 3px; }
.m1 { background-color: #FFF; padding: 1px; }

.border-g {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.ul-equ { height: 290px; padding-top: 10px; padding-left: 5px; }
.ul-equ li { display: block; float: left; width: 148px; text-align: center; height: 144px; }
.ul-equ li img { height: 115px; width: 130px; }
.ul-equ li span { display: block; padding-top: 3px; }
.news-ul-box { height: 136px; padding-top: 5px; }
.news-ul-s { background-color: #EAF6FD; width: 348px; height: 120px; padding-top: 8px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px; }
.news-ul-s li { height: 24px; line-height: 24px; background-image: url(../Images/dot-gray.jpg); background-repeat: no-repeat; background-position: left 10px; padding-left: 10px; overflow: hidden; }
.news-ul-s li span { float: right; color: #666; }
.tl-l span a,
.tl-l span a:visited {
	color: #FFF;
}

.headline-s {
	height: 70px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBBE9D;
}
.headline-s h3 {
	font-family: "宋体";
	color: #8B5F13;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.headline-s h3 a,
.headline-s h3 a:visited {
	color: #8B5F13;
}
.headline-s p {
	color: #8B5F13;
	line-height: 22px;
	padding-top: 3px;
}
.news-ul-b { overflow: hidden; }
.news-ul-b li {
	display: block;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background-image: url(../Images/dot-arr.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 12px;
}

.set span { color: #DE231E; margin-right: 2px; margin-left: 2px; }
.set span a,
.set span a:visited { color: #DE231E; }
.font-blue {
	color: #0E4097;
}

.tl-m span a,
.tl-m span a:visited {
	color: #666;
}
.news-box img { float: left; padding-top: 4px; }
.news-box .info { float: right; height: 90px; width: 190px; }
.news-box .info h3 { font-weight: bold; line-height: 28px; font-size: 14px; }
.news-box .info p { line-height: 20px; }
.news-box .info p a,
.news-box .info p a:visited { color: #0356A1; display: block; height: 20px; overflow: hidden; }
.page-news-list dt a,
.page-news-list dt a:visited { color: #C40000; font-weight:700; }
.pro-index { width: 998px; margin-right: auto; margin-left: auto; border: 1px solid #FFF; background-color: #F68337; }
.ul-cases li .pic { float: left; background-image: url(../Images/pic-bg.png); background-repeat: no-repeat; background-position: left top; height: 140px; width: 138px; }
.ul-cases li.mod .pic { float: right; margin-right: 0px; }
#customer h3 {
	display: none;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
.faq {
	background-color: #FFF;
	padding: 8px;
}

.pic-scroll {
	height: 220px;
	padding-top: 10px;
}
.pic-scroll-left {
	float: left;
	height: 110px;
	width: 40px;
	padding-top: 90px;
}
.pic-scroll-right {
	text-align: right;
	float: right;
	height: 110px;
	width: 40px;
	padding-top: 90px;
}
.pic-scroll-con {
	float: left;
	height: 280px;
	width: 400px;
}
.pic-scroll-con li {
	float: left;
	width: 200px;
	display: block;
	height: 280px;
	text-align: center;
}
.pic-scroll-con li img {
	width: 180px;
	height: 240px;
	border: 1px solid #CCC;
	padding: 1px;
}
.pic-scroll-con li span {
	display: block;
	padding-top: 3px;
	line-height: 18px;
	padding-left: 10px;
}

.customer-scroll {
	height: 160px;
	padding-top: 15px;
}
.customer-scroll-left {
	float: left;
	height: 120px;
	width: 24px;
	padding-top: 40px;
}
.customer-scroll-right {
	text-align: right;
	float: right;
	height: 120px;
	width: 20px;
	padding-top: 40px;
}
.customer-scroll-con {
	float: left;
	height: 160px;
	width: 600px;
}
.customer-scroll-con li {
	float: left;
	width: 200px;
	display: block;
	height: 160px;
	text-align: center;
}
.customer-scroll-con li img {
	width: 180px;
	height: 130px;
	border: 1px solid #CCC;
	padding: 1px;
}
.customer-scroll-con li span {
	display: block;
	padding-top: 5px;
	line-height: 18px;
	padding-left: 10px;
	height: 18px;
	overflow: hidden;
}



.search-info { background-color: #F0F0F0; border: 1px solid #DDD; padding: 10px; }
.tl-faq { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-top-color: #B1E5CB; border-right-color: #B1E5CB; border-bottom-color: #B1E5CB; border-left-color: #B1E5CB; height: 40px; }
.tl-faq h3 { font-size: 14px; line-height: 40px; font-weight: 700; color: #FFF; background-image: url(../Images/tl-faq.png); background-repeat: no-repeat; background-position: 10px top; float: left; padding-left: 30px; padding-right: 50px; }
.tl-faq span { line-height: 40px; float: right; padding-right: 10px; }

.links-list { padding: 20px; }
.links-list p a { margin-right: 20px; }
.links-list p { line-height: 30px; }
.links-list h3 { font-size: 14px; font-weight: bolder; line-height: 30px; margin-top: 30px; }

.line-y { background-image: url(../Images/line-y.png); background-repeat: no-repeat; background-position: right top; height: 705px; }

.video-ul li a,
.video-ul li a:visited {

}

#searchform {
	display: block;
	height: 44px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.witness-ul .pic {
	height: 190px;
}
.witness-ul .info {
	height: 140px;
	padding-right: 15px;
}
.witness-ul .pic img {
	height: 180px;
	width: 230px;
	border: 1px solid #E6E3D5;
	padding: 2px;
}
.p5 {
	padding: 5px;
}
.con-faq {
	background-image: url(../Images/bg-faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
}
.con-faq p {
	font-size: 14px;
	line-height: 36px;
	padding-top: 85px;
	padding-left: 70px;
}
.tl-m span.more {
	background-image: url(../Images/tl-m-span.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 68px;
	text-align: center;
	line-height: 26px;
	height: 26px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tl-m span.more a,.tl-m span.more a:visited{
	color:#FFF;
}
.col-l2 {
	float: left;
	width: 730px;
}
.col-r2 {
	float: right;
	width: 255px;
}
.tl-h p {
	line-height: 22px;
	height: 22px;
	font-family: "微软雅黑", "黑体";
	color: #999;
	font-size: 18px;
}
.tl-h p a {
	margin-right: 12px;
}

#guestbook-con {
	height: 320px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#guestbook-con h3 {
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	color: #A7233A;
	font-weight: bold;
	line-height: 30px;
}
#guestbook-con p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding-top: 5px;
}
.tl-cate2 {
	background-image: url(../Images/cate-t.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tl-cate2 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-left: 45px;
	height: 38px;
	font-family: "微软雅黑", "黑体";
	padding-top: 8px;
}

#weixin {
	position: fixed;
	left: 3px;
	bottom: 10px;
	border: 1px solid #ddd;
	background: #FFF;
	line-height: 1.2;
	text-align: center;
	padding: 5px;
	width: 128px;
	color: #CC0000;
}
#weixin h4{
 line-height:28px;
 background-color:#1F8EFF;
 color:#FFF;
 font-weight:700;
}
#weixin img {
	width: 128px;
	margin-bottom: 3px;
}
#weixin span{
	color:#333;
}

#adv li h5 strong {
	font-size: 28px;
	color: #F60;
	background-color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
}

.tel p img {
	padding-left: 5px;
}
.adv-remark {
	line-height: 24px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
#adv ul {
	height: 655px;
}
.tl-l h3 small {
	font-family: Verdana;
	font-size: 12px;
	padding-left: 2px;
}
.tl-h h3 small {
	font-family: Impact;
	font-size: 32px;
	color: #666;
	padding-right: 5px;
	display: inline-block;
}
.video-iframe {
	background-color: #000;
	height: 245px;
}
.bgg {
	background-color: #E9E8E8;
}
#footer .menu dt a, #footer .menu dt a:visited {
	color: #FFE400;
}
.tl-cate2 span {
	line-height: 38px;
	height: 38px;
	padding-left: 10px;
	float: right;
}



.p10 {
	padding: 10px;
}
.p20 {
	padding: 10px;
}
.pic-news {
	text-align: center;
}

.tl-m h3 strong {
	color: #F60;
}
.line-x {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.pro-ul .pic {
	float: left;
}
.pro-ul-w {
	height: 820px;
	padding-top: 10px;
	padding-left: 10px;
}
.pro-ul-w li {
	width: 237px;
	text-align: center;
	float: left;
	height: 390px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.pro-ul-w .pic img {
	height: 305px;
	width: 229px;
	background-color: #FFF;
}
.pro-ul-w li span {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.adv-video {
	top: 158px;
	right: 43px;
}
.witness-ul .more {
	background-image: url(../Images/btn-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	text-align: right;
	padding-right: 7px;
	line-height: 22px;
}
.mt20 {
	margin-top: 20px;
}
.btn-s {
	background-color:#F60;
	color:#FFF;
	border-radius: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.btn-b {
	background-image: url(../Images/btn-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 108px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.about-btn {
	height: 40px;
	text-align: right;
	padding-right: 20px;
}
.tl-m p {
	float: left;
	height: 28px;
	padding-left: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #D82D2C;
	font-weight: bold;
}
.tl-links {
	background-image: url(../Images/tl-m-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
}
.tl-links h3 {
	line-height: 40px;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}
.tl-links span {
	float: right;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
}
.i-weibo {
	background-image: url(../Images/i-weibo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}


.witness-ul .info p a {
	color: #00A1A6;
}
.adv-tit {
	text-align: center;
	background-image: url(../Images/ys-tit.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 136px;
}

.box-bg {
	position: relative;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DAE2;
	border-bottom-color: #D6DAE2;
}
.box-bg-b {
	background-image: url(../Images/box-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 442px;
	width: 15px;
	position: absolute;
	left: -16px;
	top: 0px;
}
.pro-ul li dl {
	float: left;
	width: 540px;
	padding-left: 20px;
	height: 175px;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
}
.pro-ul dd {
	padding-top: 5px;
	line-height: 22px;
}
.t-r {
	text-align: right;
}
.btn-s-gray {
	height: 28px;
	width: 80px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #F90;
	color: #FFF;
}
.btn-s-red {
	background-image: url(../Images/btn-s-red.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 102px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #FFF;
}
.t-c {
	text-align: center;
}
.question-tit {
	font-family: "微软雅黑", "黑体";
	font-size: 32px;
	color: #CC2021;
	line-height: 40px;
	padding-bottom: 10px;
}
.tl-m ul {
	height: 62px;
	float: left;
}
.tl-m ul li {
	float: left;
	height: 62px;
	width: 230px;
	line-height: 62px;
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
.tl-m ul li.hover {
	background-image: url(../Images/tl-m-hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #0058AE;
}

.cases-scroll {
	height: 165px;
	padding-top: 5px;
}
.cases-scroll-left {
	float: left;
	height: 250px;
	width: 80px;
	padding-top: 100px;
}
.cases-scroll-right {
	text-align: right;
	float: right;
	height: 250px;
	width: 80px;
	padding-top: 100px;
}
.cases-scroll-con {
	float: left;
	height: 350px;
	width: 840px;
}
.cases-scroll-con li {
	float: left;
	width: 280px;
	display: block;
	height: 350px;
	text-align: center;
}
.cases-scroll-con li img {
	width: 230px;
	height: 310px;
	border: 1px solid #CCC;
	padding: 1px;
}
.cases-scroll-con li span {
	display: block;
	padding-top: 3px;
	line-height: 18px;
	padding-left: 10px;
	height: 18px;
	overflow: hidden;
}
#cases-scroll {
	height: 355px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.workshop-scroll {
	height: 165px;
	padding-top: 5px;
}
.workshop-scroll-left {
	float: left;
	height: 140px;
	width: 38px;
	padding-top: 65px;
}
.workshop-scroll-right {
	text-align: right;
	float: right;
	height: 140px;
	width: 30px;
	padding-top: 65px;
}
.workshop-scroll-con {
	float: left;
	height: 205px;
	width: 930px;
}
.workshop-scroll-con li {
	float: left;
	width: 232px;
	display: block;
	height: 205px;
	text-align: center;
}
.workshop-scroll-con li img {
	width: 210px;
	height: 170px;
	border: 1px solid #CCC;
	padding: 1px;
}
.workshop-scroll-con li span {
	display: block;
	padding-top: 3px;
	line-height: 18px;
	padding-left: 10px;
}
#workshop-scroll {
	height: 210px;
	padding-top: 15px;
	background-color: #FFF;
}

.witness-ul2 {
	padding-top: 15px;
	height: 450px;
	background-color: #FFF;
	padding-left: 15px;
	overflow: hidden;
}
.witness-ul2 li {
	height: 140px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
}
.witness-ul2 .pic {
	float: left;
	width: 160px;
	height: 125px;
}
.witness-ul2 .pic img {
	padding: 3px;
	height: 115px;
	width: 140px;
	border: 1px solid #CCC;
}
.witness-ul2 li .info {
	float: left;
	height: 125px;
	width: 510px;
}
.witness-ul2 .info h3 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.witness-ul2 .info p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.goods-spce-ul li p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding-top: 5px;
}
.products-list li .pic {
	float: left;
}
.products-list .pic img {
	height: 165px;
	width: 165px;
	border: 1px solid #DDD;
}
.products-list li dl {
	float: left;
	height: 175px;
	width: 540px;
	padding-left: 20px;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
}
.products-list dl dd {
	line-height: 20px;
	padding-top: 5px;
	font-size: 12px;
	color: #666;
}
#qrcode {
	position: absolute;
	top: 12px;
	right: 0px;
}
#page-banner {
	background-image: url(../Images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	position: relative;
}
.tl-h h3 strong {
	font-family: "微软雅黑", "黑体";
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	background-color: #0E4097;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-bottom: 3px;
}
#solution-tab {
	background-image: url(../Images/cate-bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 380px;
}
#solution-tab li {
	background-image: url(../Images/cate-li.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 20px;
	line-height: 32px;
	height: 32px;
	color: #FFF;
}
#solution-tab li a, #solution-tab li a:visited {
	color: #FFF;
}
#solution-tab li.hover {
	background-image: url(../Images/cate-li-hover.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #F60;
}
#solution-tab li.hover a, #solution-tab li.hover a:visited {
	color: #F60;
}
.cases-ul {
	height: 140px;
	padding-top: 10px;
}
.cases-ul li {
	float: left;
	width: 165px;
	text-align: left;
}
.cases-ul li span {
	color: #FFF;
	display: block;
	padding-top: 5px;
}
.cases-ul li img {
	background-color: #DDD;
	padding: 4px;
	height: 120px;
	width: 150px;
}
.mt40 {
	margin-top: 40px;
}
.index-cate {
	padding-top: 10px;
	padding-bottom: 10px;
}
.index-cate li {
	border-bottom-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 32px;
	height: 32px;
}
.index-cate  li a {
	margin-right: 8px;
	display:inline-block;
	padding:0 3px;
}
.index-cate li span.hover{
	color:#FFF;
	background-color:#F90;
}

.video h5 {
	font-family: "微软雅黑", "黑体";
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 26px;
}
.video p {
	color: #666;
	padding-top: 5px;
}
.frame-s {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

.page-info-list {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width:740px;

}
.page-info-list li {
	display: block;
	height: 140px;
	border-bottom:solid 1px #CCC;
	margin-bottom:10px;
}
.page-info-list ul li .pic {
	height: 130px;
	float: left;
	width: 160px;
}
.page-info-list ul li .pic img {
	width: 150px;
	height: 130px;
}
.page-info-list dl {
	float: left;
	width: 560px;
	padding-left: 10px;
	display: block;
	height: 130px;
}
.page-info-list dt {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
.page-info-list dd {
	line-height: 24px;
	padding-top: 3px;
	color: #585858;
}
.page-info-list dt a, .page-info-list dt a:visited {
	color: #EF6924;
}
.solution-cate {
	padding: 10px;
}
.solution-cate dt {
	background-image: url(../Images/dot-yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 5px;
}
.solution-cate dd {
	background-image: url(../Images/dot-gray.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	line-height: 26px;
	height: 26px;
}
.logo img {
	float: left;
	padding-right: 15px;
	margin-right: 10px;
}
.logo h1 {
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	color: #333;
	padding-top: 5px;
	font-weight: normal;
}
.logo p {
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding-top: 20px;
}

.adw {
	background-image: url(../Images/adw.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 163px;
}
.pro-ul-w li a {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
.pro-ul-w li a:hover {
	background-color: #F0F0F0;
	color: #00822B;
	text-decoration: none;
}
.about-cert {
	padding-top: 30px;
	padding-bottom: 30px;
}
.cert-con {
	background-image: url(../Images/ys-cert.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 280px;
	padding-left: 650px;
	padding-top: 20px;
}
.tl-s h3 small {
	color: #999;
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
}

#header .header-int {
	height: 175px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 100;
}
.logo p strong {
	color: #F60;
}
.con-a-l h3 strong {
	color: #459C00;
}
.zz-box {
	height: 290px;
	margin-top: 15px;
}
.zz-tab-ul {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-left-color: #DCDCDC;
	float: left;
	width: 104px;
}
.zz-tab-ul li {
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	font-weight: bold;
}
.zz-tab-con {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	height: 286px;
	width: 390px;
}
.zz-tab-con ul {
	padding-top: 15px;
	padding-left: 15px;
}
.zz-tab-con ul li {
	line-height: 34px;
	padding-left: 20px;
}
.zz-tab-con ul li.i-sound {
	background-image: url(../Images/i-sound.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.adv-tit h3 {
	font-size: 24px;
	line-height: 60px;
	color: #FFF;
}
#adv li p strong {
	color: #F60;
}

.con-bg {
	background-image: url(../Images/con-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.tl-cate2 small {
	color: #67A713;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.con-b-ul2 {
	height: 170px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.con-b-ul2 li {
	height: 170px;
	width: 500px;
	float: left;
}
.con-b-ul2 li img {
	padding: 4px;
	border: 1px solid #CCC;
	float: left;
}
.con-b-ul2 li dl {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 235px;
}
.con-b-ul2 li dl dt {
	font-size: 22px;
	color: #F60;
}
.con-b-ul2 li dl dd {
	line-height: 20px;
	padding-top: 5px;
}

.bg-gary {
	background-image: url(../Images/bg-gray.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDD;
	padding-top: 20px;
	padding-bottom: 30px;
}
.tl-b h3 strong {
	font-weight: normal;
	color: #F60;
}

#header .share {
	float: right;
	padding-top: 6px;
	padding-right: 10px;
}
.con-a .frame {
	background-image: url(../Images/con-a-bg.png);
	background-repeat: no-repeat;
	height: 435px;
	background-position: 280px top;
	padding-top: 35px;
}
.free-form {
	height: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
.free-form-con {
	float: left;
	width: 380px;
}
.free-form-weixin {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #23AD51;
}
.free-form-weixin p {
	line-height: 80px;
}
.free-form-con .InputBorder {
	width: 280px;
}
.tel-box {
	color: #FFF;
	background-image: url(../Images/i-tel-b.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-color: #00822B;
	height: 48px;
	line-height: 48px;
	padding-left: 70px;
	font-size: 16px;
}
.tel-box strong {
	font-size: 20px;
}
.pro-ul-w span.name {
	font-weight: bold;
	text-align: left;
}
.pro-ul-w span.app {
	font-size: 12px;
	color: #777;
	text-align: left;
}
.pro-ul-w span.more {
	color: #FFF;
	background-color: #00822B;
}
.app-con {
	background-image: url(../Images/app-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 607px;
	padding-top: 40px;
}
.app-con-l {
	background-color: #009933;
	height: 520px;
	width: 670px;
	padding: 8px;
	float: left;
}
.app-con-r {
	float: right;
	width: 290px;
	text-align: center;
}
.app-con-r h3 {
	font-size: 24px;
	color: #093;
	font-weight: bold;
}
.app-con-r ul {
	padding-top: 8px;
}
.app-con-r li {
	background-image: url(../Images/app-li.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 55px;
	line-height: 55px;
	margin-bottom: 8px;
}
.app-con-r li a, .app-con-r  li a:visited {
	font-size: 22px;
	color: #F60;
}

.slider-box{
	height:260px;
	background-color: #FFF;
	padding-top: 10px;
}
.slider-btn{
	height: 14px;
	text-indent: -9999px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
}
.slider-next{
	background-image: url(../Images/arr-b.png);
	margin-top: 10px;
}
.slider-prev{
	background-image: url(../Images/arr-t.png);
	margin-bottom: 10px;
}
.slider-wrapper{
	height: 205px;
	position: relative;
	overflow: hidden;
}
.slider-wrapper ul{position: absolute;top: 0;width: 100%;left: 0}
.slider-wrapper li{
	height: 205px;
	list-style: none;
	text-align: center;
}
.slider-wrapper li img{
	height: 185px;
	width: 220px;
	border: none;
}
.slider-bigimg {
	float: left;
	width: 480px;
	height: 518px;
	background-color: #FFF;
	padding: 1px;
}
.slider-bigimg img {
	width: 480px;
	height: 480px;
}
.slider-bigimg span {
	display: block;
	text-align: center;
	line-height: 38px;
	color: #FFF;
	background-color: #F60;
}
#adv {
	height: 675px;
}
.tel-box2 {
	line-height: 40px;
	height: 40px;
	background-image: url(../Images/i-tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 16px;
	color: #F60;
}
.tl-s ul {
	float: left;
	height: 50px;
	width: 750px;
}
.tl-s ul li {
	font-size: 22px;
	float: left;
	margin-right: 20px;
	line-height: 46px;
	height: 47px;
	cursor:pointer;
}
.tl-s ul li.hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009430;
	color: #009430;
}

.tl-n {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009430;
}
.tl-n h3 {
	float: left;
	font-size: 22px;
	color: #009430;
	line-height: 46px;
	height: 47px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009430;
}
.tl-n span {
	float: right;
	line-height: 50px;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.tl-n a { color: #333; }
.tl-n a:link, .tl-n a:visited {
	text-decoration: none;
	color: #333;
}
.tl-n a:hover, .tl-n a:active {
	text-decoration: underline;
	color: #333;
}
.tl-n ul {
	float: left;
	height: 50px;
	width: 300px;
}
.tl-n ul li {
	font-size: 22px;
	float: left;
	margin-right: 20px;
	line-height: 46px;
	height: 47px;
	cursor:pointer;
}
.tl-n ul li.hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009430;
	color: #009430;
}
.bg-yellow {
	background-image: url(../Images/bg-box.png);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8CEC4;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer .weixin {
	float: right;
	width: 250px;
	padding-top: 20px;
}
#footer .weixin img {
	height: 140px;
	width: 140px;
	float: left;
}
#footer .weixin p {
	float: right;
	padding-top: 50px;
	color: #666;
	width: 100px;
}
.logo h1 strong {
	color: #F60;
	text-decoration: underline;
}

.get-free {
	position: relative;
	background-image: url(../Images/free-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 410px;
	font-family: "微软雅黑", "黑体";
	border: 1px solid #CCC;
}
.get-free .word {
	position: absolute;
	left: 47px;
	top: 26px;
	width: 514px;
}
.get-free .word h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0058AE;
	line-height: 40px;
	height: 44px;
}
.get-free .word p {
	font-size: 18px;
	padding-left: 22px;
}
.get-free .form {
	position: absolute;
	left: 566px;
	top: 35px;
	width: 238px;
	height: 99px;
	text-align: center;
}
.get-free .tel-s {
	position: absolute;
	left: 813px;
	top: 41px;
	font-size: 16px;
	color: #333;
}
.get-free .tel-s strong {
	color: #F60;
	font-size: 24px;
	font-weight: bold;
}
.ipt-s {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 6px;
	width: 210px;
	border-radius: 16px;
}
.solution {
	float: left;
	height: 310px;
	width: 410px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #EEE;
}
.solution-info {
	float: right;
	width: 550px;
}
.solution-info h4 {
	color: #0058AE;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
}
.solution-info p {
	color: #999;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 15px;
}
.solution-info ul {
	padding-top: 15px;
	height: 185px;
}
.solution-info ul li {
	background-image: url(../Images/ys-p3.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.btn-list a, .btn-list a:link, .btn-list a:visited {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 42px;
	width: 132px;
	margin-right: 20px;
	text-align: center;
	line-height: 34px;
	font-weight: normal;
	font-size: 15px;
}
.ys-tit {
	background-image: url(../Images/ys-tit.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 136px;
	color: #FFF;
	text-align: center;
}
.ys-tit h5 {
	line-height: 76px;
	font-weight: bold;
	font-size: 34px;
}
.ys-tit p {
	line-height: 50px;
	font-size: 20px;
}
.ys-con {
	height: 665px;
}
.ys-num {
	float: left;
	background-image: url(../Images/pic-bg-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	width: 184px;
	height: 200px;
}
.ys-num h3 {
	background-color: #0058AE;
	text-align: center;
	font-size: 56px;
	font-weight: normal;
	font-style: italic;
	font-family: Impact;
	color: #FFF;
	padding-top: 40px;
	height: 160px;
}
.ys-num h3 strong {
	font-size: 33px;
	font-style: normal;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
}
.ys-info {
	height: 210px;
	float: right;
	width: 780px;
}
.ys-info h4 {
	color: #0058AE;
	font-weight: bold;
	font-size: 24px;
	padding-top: 15px;
}
.ys-info p {
	color: #999;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 15px;
}
.ys-info ul {
	padding-top: 15px;
}
.ys-info ul li {
	background-image: url(../Images/ys-p.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.cert-con h4 {
	background-image: url(../Images/ys-tl1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	font-size: 20px;
	color: #FFF;
	line-height: 46px;
	padding-left: 25px;
}
.cert-con ul {
	padding-top: 15px;
}
.cert-con ul li {
	background-image: url(../Images/ys-p2.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	height: 40px;
	font-size: 15px;
}
.application-scroll {
	height: 440px;
	padding-top: 40px;
}
.application-scroll-left {
	float: left;
	height: 290px;
	width: 35px;
	padding-top: 150px;
}
.application-scroll-right {
	text-align: right;
	float: right;
	height: 290px;
	width: 35px;
	padding-top: 150px;
}
.application-scroll-con {
	float: left;
	height: 440px;
	width: 930px;
}
.application-scroll-con li {
	float: left;
	width: 232px;
	display: block;
	height: 440px;
	text-align: center;
}
.application-scroll-con li img {
	width: 190px;
	height: 190px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 50%;
}
.application-scroll-con li span {
	display: block;
	padding-top: 3px;
	line-height: 18px;
	padding-left: 10px;
}

.application-scroll-con .info h3 {
	background-image: url(../Images/app-p.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	display: block;
}
.application-scroll-con .info h3 a, .application-scroll-con .info h3 a:visited {
	color: #FFF;
	font-size: 15px;
	display: block;
	padding-top: 30px;
	height: 44px;
	line-height: 22px;
	margin-right: 40px;
	margin-left: 40px;
	overflow: hidden;
}
.application-scroll-con .info p {
	line-height: 22px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	display: block;
	font-size: 13px;
}
.application-scroll-con li a:hover img {
	background-color: #0058AE;
}
#application-scroll {
	height: 440px;
	padding-top: 25px;
}
.application-scroll-con li .info {
	margin-top: 10px;
}
.index-order {
	height: 255px;
}
.bg-gary2 {
	background-color: #EDEDED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.index-order .tit {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 40px;
}
.index-order .tit h3 {
	color: #F60;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-color: #0058AE;
	border-bottom-style: solid;
	float: left;
	line-height: 38px;
	height: 38px;
}
.index-order p {
	line-height: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 24px;
	font-family: "微软雅黑", "黑体";
}
.index-order p strong {
	color: #F60;
	font-size: 14px;
}
.tl-m .tab-ul li.b {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
.slider-wrapper li span {
	line-height: 20px;
	display: block;
}
.ys-banner {
	height: 160px;
}
.ys-banner li {
	float: left;
	height: 160px;
	width: 246px;
	background-image: url(../Images/ba-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.ys-banner li h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
	color: #D1270B;
}
.ys-banner li p {
	font-size: 15px;
	padding-top: 10px;
	line-height: 22px;
}
.index-guestbook {
	background-color: #FFF;
	padding: 10px;
	height: 320px;
}
.index-guestbook p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
}
.index-guestbook p {
}
.index-guestbook p strong {
	color: #F60;
}
#footer .info a, #footer .info a:visited {
	color: #333;
}
.products-list ul {
	padding-top: 15px;
}
#header .line .wel strong {
	background-image: url(../Images/i-gift.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 35px;
	padding-left: 10px;
	font-size: 12px;
	color: #C62602;
	font-weight:normal;
}
#header .line .frame {
	height: 35px;
	overflow: hidden;
}
.quick-nav {
	background-color: #FFFFFF;
	height: 130px;
}
.quick-nav .frame {
	height: 130px;
}
.quick-nav h3 {
	background-image: url(../Images/qucik-nav-tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	color: #a4131f;
	width: 84px;
	padding-right: 10px;
	float: left;
	text-align: center;
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	line-height: 34px;
	padding-top: 30px;
}
#header .quick-nav ul {
	display: block;
	float: right;
	height: 115px;
	width: 906px;
	padding-top: 15px;
}
#header .quick-nav li {
	width: 100px;
	float: left;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
}
#header .quick-nav li a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
#header .quick-nav li a:hover{
	color:#FF0000;
}
.quick-nav-out {
	background-image: url(../Images/qucik-nav-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 13px;
}
.box-left {
	display: block;
	background-image: url(../Images/box-l-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 18px;
}
.products-index {
	width: 740px;
	overflow: hidden;
}
.pro-ul .price_s {
	text-decoration: line-through;
	color: #999;
}
.pro-ul .price a, .pro-ul .price a:visited {
	color: #C00;
}
.pro-ul li a:hover img {
	border-top-color: #C40000;
	border-right-color: #C40000;
	border-bottom-color: #C40000;
	border-left-color: #C40000;
}
.video-remark {
	line-height: 22px;
	padding-top: 10px;
}
.wmp {
	text-align: center;
}
.wmp p {
	font-weight: bold;
	line-height: 30px;
}
.gift-book {
	color: #FFF;
	padding-bottom: 10px;
}
.gift-book h3 {
	font-family: "微软雅黑", "黑体";
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}
.gift-book h4 {
	line-height: 32px;
	background-image: url(../Images/tit-l.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	color: #C40000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.gift-book ul {
	padding-top: 10px;
	padding-left: 50px;
	height: 80px;
}
.gift-book li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 80px;
	font-size: 14px;
}
.gift-book p {
	border: 1px solid #DE1313;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.quick-reg {
	color: #FFF;
	padding: 10px;
}
.quick-reg p {
	font-size: 14px;
	line-height: 22px;
	padding-top: 5px;
}
.quick-reg a, .quick-reg a:visited {
	color: #C40000;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	background-color: #FFEA00;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.hotline {
	background-image: url(../Images/pic-tel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.ys-banner .info {
	padding-left: 70px;
	padding-top: 30px;
	padding-right: 15px;
}
.ys-banner h3 {
	color: #FFF;
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	position: absolute;
	width: 26px;
	height: 86px;
	left: 18px;
	top: 9px;
}
.box-right {
	background-image: url(../Images/box-r-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.quick-nav-right {
	background-color: #FFFFFF;
	height: 110px;
}
.quick-nav-right li {
	line-height: 54px;
	height: 54px;
	width: 81px;
	float: left;
	text-align: center;
	display: inline-block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.quick-nav-right li a, .quick-nav-right li a:visited {
	font-weight: bold;
	color: #000000;
}
.get-free h4, .get-free dl, .get-free a {
	position: absolute;
}
.get-free .t4 {
	font-size: 22px;
	color: #C40000;
	font-weight: bold;
	top: 333px;
	left: 291px;
}
.get-free dl {
	font-size: 16px;
	font-weight: bold;
	left: 294px;
	top: 192px;
	line-height: 30px;
	color: #5E5E5E;
}
.get-free dd {
	padding-left: 20px;
}
.get-free .t1 {
	font-size: 32px;
	font-weight: bold;
	color: #5E5E5E;
	left: 146px;
	top: 17px;
}
.get-free .t2 {
	font-size: 22px;
	color: #5E5E5E;
	left: 145px;
	top: 71px;
}
.get-free .t3 {
	font-size: 40px;
	font-weight: bold;
	color: #D50007;
	left: 144px;
	top: 112px;
}
.get-free .t5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	left: 604px;
	top: 279px;
}
.mr20 {
	margin-right: 20px;
}
#flow ul li {
	background-image: url(../Images/flow-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 310px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}
#flow ul {
	padding-left: 20px;
	padding-top: 15px;
	height: 300px;
}
#flow ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#flow ul li h4 {
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 94px;
	top: 18px;
}
#flow ul li span {
	font-size: 30px;
	font-weight: bold;
	color: #B61C03;
	position: absolute;
	left: 206px;
	top: 77px;
	font-style: italic;
}

.mod_focus_show { width: 344px; height: 400px; position: relative; overflow: hidden; margin: 0 auto; }
.mod_focus_show .mod_focus_pic { display: block; width: 344px; height: 325px; }
.mod_focus_show .mod_focus_pic li, .mod_focus_show .mod_focus_pic a, .mod_focus_show .mod_focus_pic img { display: block; width: 344px; height: 325px; }
.mod_focus_show .mod_focus_pic li { position: absolute; left: 0; top: 0; }
.mod_focus_show .mod_focus_title { position: absolute; z-index: 1; left: 0; bottom: 75px; overflow: hidden; zoom: 1; width: 344px; height: 30px; background-color: rgba(0,0,0,.8); filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000',endColorstr='#CC000000'); background-image: url(about:blank); }
:root .mod_focus_title { filter: none; }
.mod_focus_show .mod_focus_title li { width: 300px; padding: 0 0 0 10px; overflow: hidden; word-break: keep-all; word-wrap: keep-all; white-space: nowrap; table-layout: fixed; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.mod_focus_show .mod_focus_title li h3 { line-height: 33px; _line-height: 25px; font-size: 12px;  font-weight:100; }
.mod_focus_show .mod_focus_title li h3 a {
	color: #FFF;
}

.focus_switch { width: 59px; height: 29px; position: absolute; z-index: 2; right: 0px; bottom: 76px; }
.focus_switch a { float: left; width: 29px; height: 29px; background-image: url(../Images/icon_focus_switch.png); background-repeat: no-repeat; cursor: pointer; }
.focus_switch .icon_prev { background-position: 0 0; margin: 0 1px 0 0; }
.focus_switch .icon_prev:hover { background-position: -30px 0; }
.focus_switch .icon_next { background-position: -60px 0; }
.focus_switch .icon_next:hover { background-position: -90px 0; }
.mod_focus_show .mod_focus_list { padding: 8px 0px 0px 2px; background: #efefef; overflow: hidden; height: 70px; }
.mod_focus_show .mod_focus_list li { width: 62px; height: 59px; float: left; margin: 0 0px 0 5px; position: relative; *display: inline; }
.mod_focus_show .mod_focus_list li a { display: block; width: 62px; height: 59px; }
.mod_focus_show .mod_focus_list li img { display: block; width: 62px; height: 59px; }
.mod_focus_show .mod_focus_list li a:hover { _background: none; }
.mod_focus_show .mod_focus_list li a:hover .mask, .mod_focus_show .mod_focus_list .current .mask { display: none; }
.mod_focus_show .mod_focus_list li .mask { display: block; height: 59px; width: 62px; position: relative; top: -59px; margin: 0 0 -59px; eft: 0; bottom: 0; background: #000; opacity: .5; filter: alpha(opacity=50); }
.mod_focus_show .mod_focus_list li .borderb { display: none; }
.mod_focus_show .mod_focus_list .current .borderb {
	display: block;
	height: 5px;
	width: 62px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #C00;
}
.rank-ul {
	overflow: hidden;
}
.rank-ul li {
	line-height: 16px;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.rank-ul li span {
	color: #FFF;
	background-color: #F90;
	display: inline-block;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	text-align: center;
}
.help-tips {
	line-height: 22px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.help-tit {
	font-weight: bold;
	line-height: 30px;
}
.help-form {
	height: 90px;
}
.help-form label {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.help-btn {
	text-align: right;
	padding-top: 10px;
}
.hotline2 {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.hotline2 strong {
	color: #C00;
}
#spl5 {
	background-image: url(../Images/5spl-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 410px;
}
#spl5 ul {
	padding-top: 115px;
	padding-left: 30px;
}
#spl5 ul li {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	line-height: 44px;
}
#footer .info strong {
	font-size: 14px;
	color: #C91F1D;
}
.footer-quick-nav {
	float: left;
	width: 702px;
	margin-top: 15px;
	height: 140px;
}
.footer-quick-nav h3 {
	background-color: #C40000;
	height: 140px;
	width: 140px;
	float: left;
	line-height: 140px;
	text-align: center;
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	color:#FFF;
}
.footer-quick-nav-con {
	float: left;
	height: 118px;
	width: 550px;
	border: 1px solid #C40000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer-quick-nav-con a {
	float: left;
	border: 1px dashed #D0D0D0;
	height: 20px;
	width: 79px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.cate-type {
	width: 190px;
}
.cate-type li {
	line-height: 20px;
	width: 95px;
	float: left;
}
.cate dd a {
	margin-right: 12px;
	white-space: nowrap;
	display: inline-block;
}
.cate dd a:hover{
	color:#C00;
}
.detail-title-tab {
	height: 34px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B61C03;
}
.detail-title-tab .tab-ul li {
	line-height: 34px;
	float: left;
	height: 34px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.detail-title-tab .tab-ul .hover {
	color: #FFF;
	background-color: #C40000;
}
.goods-reg {
	padding: 10px;
	text-align: center;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.goods-spce-ul li .price_s {
	color: #999;
	text-decoration: line-through;
}
.goods-tel {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
}
.goods-tel strong {
	font-size: 20px;
	color: #C40000;
}
.goods-qr {
	float: right;
	height: 100px;
	width: 100px;
}
.join-page {
	padding-top: 15px;
}
.join-page h2 {
	font-size: 22px;
	color: #79b454;
	font-family: "微软雅黑", "黑体";
	line-height: 40px;
	padding-left: 20px;
}
.company-member-info {
	height: 160px;
	padding-top: 10px;
}
.company-member-info dl {
	float: left;
	padding-left: 20px;
	padding-right: 60px;
	margin-right: 40px;
}
.company-member-info dl.b {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.company-member-info dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.company-member-info dd {
	line-height: 26px;
}
.join-page h3 {
	line-height: 32px;
	background-color: #F0F0F0;
	padding-left: 20px;
	font-weight: bold;
}
.join-page td {
	height: 34px;
	line-height: 34px;
	color: #999;
	font-size: 14px;
}
