/*
Nick Hong's Simple CSS Reset
Update:2011-3-21
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,select,option,textarea,p,blockquote{margin:0;padding:0;outline:0;font-size:14px;font-family:arial, helvetica, verdana, tahoma, sans-serif;-webkit-text-size-adjust:none;}
td,th {font-size:14px;font-family:arial, helvetica, verdana, tahoma, sans-serif;}
a, a:link, a:visited {outline:0;text-decoration:none;color:#444;}
a:hover {text-decoration:underline;color:#000;}
ol,ul,dl {list-style: none;}

.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden;}
.cf {*zoom:1;}
.cl{ float:left;}
.cr {float:right;}
.fl{ float:left;}
.fr {float:right;}

img {border:0;}
.date_time {font-size:11px;}

* {
    box-sizing: border-box;
}

.bx-wrapper {
    margin-bottom: 20px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 15px;

}

.wrap {
    width: 1000px;
    margin:  0 auto;
}

.topbar {
    text-align: right;
	background: #ebebeb;
	vertical-align: middle;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
}

.header-lang {
	float: left;
	margin-left: 20px;
}

.topbar .header-links {
	float: left;
}

#header {
}

.topbar img {
    width: 24px;
    vertical-align: middle;
}

.topbar a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.header-inner {
}

.logo {
    float: left;
}

.slogan {
	float: left;
	margin-top: -15px;
}

#header .logo img, #header .slogan img {
    width: 100%;
}

#header .logo {
    width: 200px;
    margin-right: 40px;
}

.header-contact {
    float: right;
    overflow: hidden;
    color: #088c50;
}

.header-contact .header-tel {
    float: left;
    margin-right: 10px;
    text-align: right;
}

.header-contact .tel {
    font-size: 30px;
}

.header-contact img {
    width: 40px;
    float: left;
    display: block;
    margin-top: 5px;
}

#menu {
	background: #02864d;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

#menu .logo {
	float: left;
}

#menu ul {
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

#menu ul li {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}


#menu ul li a {
    display: block;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}


#menu ul li.active a {
}

#banner {
    width: 100%;
}

#banner img {
    width: 100%;
}

.index-search {
	overflow: hidden;
	margin-bottom: 20px;
}

.index-search .hot-search {
	float: left;
	margin-top: 8px;
}

.index-search .search-wrap {
    float: right;
    overflow: hidden;
}

.index-search input {
    height: 30px;
    width: 250px; 
    padding: 6px 10px;
    float: left;
}

.index-search button {
    float: left;
    margin-left: -1px;
    background: #FFF;
    height: 30px;
    width: 35px;
    border: 1px solid #02864d;
    background-image: url(/img/search.jpg);
}

.section-partner {
    width: 100%;
    background-image: url(/img/partner-bg.jpg); 
}

.section-product {
    height: 1180px;
    background-color: #02864d;
    background-image: url(/img/section-product-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

#footer {
    color: #FFF;
    line-height: 3;
}

#footer a {
    color: #FFF;
}


#footer .footer-md {
	background: #030e1d;
    text-align: center;
}

.footer-logo {
    float: left;
    margin-right: 60px;
    margin-top: 50px;
}

.footer-hd {
	padding-top: 50px;
	padding-bottom: 30px;
	overflow: hidden;
    position: relative;
	background: url(./img/footer_bg.jpg) no-repeat top #1a2131;

}

.footer-menu {
    overflow: hidden;
    float: left;
    margin-left: 60px;
}

.footer-menu ul {
    float: left;
    margin-right: 60px;
}

.footer-contact {
    float: left;
    margin-left: 60px;
}

.footer-qrcode {
    float: right;
    text-align: center;
}

#footer .line {
    width: 1px;
    height: 180px;
    background: #219763;
    float: left;
    margin-top: 10px;
}

.section-links {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-links span {
    font-size: 20px;
    font-weight: bold;
    color: #0c7c66;
}

.section-news {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f7f7f7;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 24px;
}
.section-title p {
    font-size: 18px;
    color: #97969b;
}

.news-tabs {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

.news-tabs a {
    display: inline-block;
    padding: 8px 22px;
    background: #02864d;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 15px;
}

.news-contents {
    overflow: hidden;
}

.news-top {
    float: left;
    width: 380px;
}

.news-top img {
	width: 100%;
}

.news-list {
    float: right;
    width: 580px;
}

.news-tabs a.active {
    background: #ff9900;
}

.news-content .img {
    margin-bottom: 20px;
}

.news-content h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.news-content .desc {
    font-size: 12px;
    color: #959595;
}

.news-list li {
	padding-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.news-list li .date {
    color: #00293f;
    float: left;
    text-align: center;
	margin-right: 20px;
	position: relative;

}

.innser-date {
	position: absolute;
	right: -10px;;
	bottom: -10px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}

.innser-date .day {
	color: #f0871c;
}


.news-list .date, .innser-date {
	width: 100px;
	height: 80px;
	border: 1px solid #d9e3ec;
}

.news-list .date .day {
    font-size: 30px;
}

.news-list  h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.section-about {
	overflow: hidden;
	height: 388px;
	background: url('./img/about_bg.jpg')
}

.about-wrap {
	width: 380px;
	float: right;
	padding-top: 30px;
}

.about-wrap .title {
	font-size: 35px;
	color: #FFF;
}

.about-wrap .line {
	height: 1px !important;
	width: 90px;
	margin-top: 10px;
}

.about-wrap .desc {
	word-break: break-all;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #6f7d91;
}

.read-more {
	background: #02864d;
	padding: 8px 8px;
	color: #fff !important;
	border-radius: 3px;
}

.about-content ul {
    overflow: hidden;
}

.about-content li {
    width: 232px;
    float: left;
    margin-right: 10px;
}

.about-content li:last-child {
    margin-right: 0;
}

.about-content li img {
    width: 100%;
}

.section-ganyan {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e9e9e9;
}

.ganuan-list ul {
    overflow: hidden;
    margin-bottom: 30px;
}

.ganuan-list li {
    width: 326.5px;
    background: #FFF;
    padding: 10px;
	margin-right: 10px;
	float: left;
}


.ganuan-list .desc {
	color: #a39690;
	padding-bottom: 50px;
}

.ganuan-list li:last-child {
    margin-right: 0;
}

.ganuan-list li img {
    width: 100%;
}

.ganuan-list li .title {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #02864d;
    font-weight: bold;
}


.section-youshi {
    padding-top: 50px;
}

.section-youshi .img {
    text-align: center;
    margin-bottom: 50px;
}

.youshi-item {
    border-bottom: 1px solid #eee;
}

.youshi-item .youshi-left {
    float: left;
}

.youshi-item .youshi-right {
    float: right;
}

.youshi-item  .title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #088951;
}

.youshi-item .y {
    color: #ff9d13;
}

.youshi-1 .youshi-left {
    width: 500px;
    margin-top: 30px;
}

.youshi-item .desc {
    font-size: 16px;
    color: #706456;
    line-height: 2;
}

.youshi-2 {
    padding-bottom: 30px;
}

.youshi-3 {
    padding-top: 30px;
}

.youshi-2 .youshi-right {
    width: 500px;
    margin-top: 30px;
}

.youshi-3 .youshi-left {
    width: 500px;
}

.youshi-3 .youshi-right {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 500px;
}

.youshi-3 .youshi-right {
    width: 500px;
}

.youshi-4 .youshi-left {
    margin-top: -39px;
}

.youshi-4 img {
    float: left;
}

.youshi-4 .youshi-right {
    width: 500px;
    margin-top: 30px;
}

.section-product {
    padding-top: 50px;
}

.section-product .section-title h2 {
    color: #FFF;
}

.section-product .section-title p {
    color: #FFF;
}

.section-product .products {
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.section-product .products li {
    width: 280px;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.section-product .products .img {
    height: 280px;
    margin-bottom: 10px;
    border: 4px solid #02814a;
}

.section-product .products img {
    width: 100%;
    height: 100%;
}

.section-product .gongyi-title {
    margin-top: 80px;
}

.section-product .gongyi-title h2 {
    color: #5ad02f;
    margin-top: 30px;
}

.section-product .icon-list {
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.section-product .icon-list li {
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
}

.section-partner {
    padding-top: 30px;
	padding-bottom: 30px;
}

.section-partner .bx-default-pager {
	display: none;
}

.partner-list ul {	
	padding-left: 30px;
	padding-right: 30px;
}

.partner-list li {
	width: 170px;
	margin-left: 33px;
    margin-right: 30px;
}

.partner-list li img {
    width: 100%;
}

.yingyong-list li {
    height: 70px;
    width: 250px;
    line-height: 70px;
    float: left;
    background:#02814a;
    color: #FFF;
    padding-left: 15px;
    border-right: 1px solid #EEE;
}

.yingyong-list li span {
    
    font-size: 18px;    
    font-weight: bold;
    padding: 2px 3px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #FFF;
    color: #02814a;
    margin-right: 5px;
    vertical-align: middle;
}

.yingyong-list li.active {
    background: #ff9900
}

.section-partner .content-item {
    overflow: hidden;
    padding: 20px;
}

.section-partner .content-item .img {
    float: left;
    margin-right: 10px;
    border: 8px solid #02814a;
	font-size: 0;
	width: 380px;
	height: 260px;
}

.section-partner .content-item img {
	width: 100%;
	height: 100%;
}


.section-partner .content-item .info {
    font-size: 16px;
    color: #404040;
    line-height: 2;
}

.section-partner .content-item  .info a {
    background: #02814a;
    color: #FFF;
    padding: 8px 20px;
}

.use-title {
    margin-top: 80px;
}


/* 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 { 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;overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{zoom:1;}.clr { clear: both; }
.layout{clear:both;}
/* 主要*/
body{
	font-family:"微软雅黑","宋体";
	font-size: 12px;
	color: #333;
	background-color:#fff; 
}
a:link, a:visited { text-decoration: none;  color:#333;}
a:hover, a:active {
	text-decoration: none;
	
}

.InputBorder {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 10px 5px;
}
.fl { float: left; }
.fr { float: right; }
.btn {
	width:130px; 
	height:39px;
	margin-top: 6px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	cursor:pointer;
	background: url(../img/btn_bg.png) no-repeat center top;
}
.btn2 { color: #FFF; border: 1px solid #999999; padding-top: 2px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px; background-image: url(../img/btn-bg1.png); background-repeat: repeat-x; background-position: 0px 0px; background-color: #919191; font-family: Verdana; font-weight: 700; }

.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(../img/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(../img/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 {
	width:100%;
	margin:0px auto;
	display: block;
}
#header {width:100%; }
#header .line {height: 30px; background-color:#f7f7f7; }
#header .line .wel {
	line-height: 30px;
	float: left;
	height: 30px;
	font-size: 12px;
	color: #767676;
}
.set a,
.set a:visited {
	color: #767676;
}

.set small {
	color: #767676;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 12px;
}


.set {
	float: right;
	line-height: 30px;
	height: 30px;
	color: #a89e9f;
}
.set img{ margin-right: 6px; margin-left: 6px; }

.logo a{
	float: left;
	display:inline;
}

.logo_text{width:500px; line-height:30px; float:left; padding-top: 25px; padding-left:25px; display:inline; }
.logo_text h1{height:40px; color:#029137;  font-size:20px; font-weight:bold;}
.logo_text span{color:#ff7f00; font-size:26px;}
.logo_text h2{height:30px; color:#029137;  font-size:18px; font-weight:bold;}

.top_tel{width:180px; height:50px; float:right; display:inline; padding-left:60px; padding-top:40px; background: url(../img/top_tel.png) no-repeat left 40px;}
.top_tel h1{height:16px; line-height:16px; font-size:12px; color:#666; }
.top_tel h2{height:34px; line-height:34px; font-size:25px; font-weight:bold; color:#029137; }


#nav {
	height: 44px;
	background: url(../img/nav-bg.png) repeat-x left top;
}
#nav li {
	float: left;
	display:inline-block;
	height: 39px;
	text-align:center;
}
#nav ul {	height:39px; width:1024px; margin:0px auto; }
#nav li a {
	color: #fff;
	font-size: 15px;
	line-height: 39px;
	height: 39px;
	text-decoration: none;
	display:inline-block;
	padding:0px 17px;
	font-family: "微软雅黑", "黑体";
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #fff;
	
}
#nav li a:hover, #nav li a:active {
	zoom:1;
	background-color:#17a107;
}

#nav li.b {
	padding-left: 1px;
	background: url(../img/nav-blank.png) no-repeat left top;
}
/* 幻灯片广告图 */
.banner {
	height: 680px;
	width: 100%;
	overflow: hidden;
}
#banner {
	max-width:1920px;
	height: 680px;
	z-index: 1;
	margin:0px auto;
	position:relative;
}
.adarea {
	display: block;
	height: 680px;
	width: 100%;
}
#banner1  .adarea {
	display: block;
	height: 680px;
	width: 100%;
}

#banner .navia {
	position:relative;
	right:55%;
	bottom:40px;
	text-align: right;
	height: 10px;
	z-index: 1;
}
#banner .navia a{
	display:inline-block;
	width:15px;
	height:15px;
	background-color: #fff;
	color:#000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	text-indent: -4000;
	text-align:center;
	line-height: 15px;
}
#banner .navia a.current{
	background-color: #008703;
	color:#fff;
}

#search {
	color: #666;
	height: 55px;
	width: 100%;
	position:relative; 
	border-bottom:1px solid #d2ebcc; 
}
#search p { margin-top: 3px; }

#searchform {
	display: block;
	height: 55px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#search .form {   
	width:290px;
	height:30px;
	float: right;
	margin-top:14px;
	display:inline;
	background:url(../img/search-icon.png) no-repeat center center ;
}
#search .keyword {
	margin-top: 17px;
	float: left;
	line-height: 22px;
	height: 22px;
	width: 650px;
	overflow: hidden;
	color: #fff;
	display:inline;
}
.btn-search {
	height: 24px;
	color: #FFF;
	width: 65px;
	margin-left:20px;
	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;
	cursor:pointer;
	filter:alpha(opacity=0); /*IE滤镜，透明度100%*/
	-moz-opacity:0; /*Firefox私有，透明度100%*/
	opacity:0;/*其他，透明度100%*/
}
.ipt-search {
	font-size: 14px;
	width: 180px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	margin: 4px 5px 3px 20px;
	_position: relative;
	_top:1px;
	*margin-top:5px;
	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: #333;
	background-color: #fff;
}
#search .form label { font-weight: 700; }

#search .keyword strong {
	color: #1e9d01;
	float:left;
	}
#search .keyword h1{float:left;}
#search .keyword a {
	margin-right: 4px;
	margin-left: 4px;
	color: #1e9d01;
}

.sidebar {
	float: left;
	width: 202px;
}
.page-sidebar {
	float: left;
	width: 202px;
}

.main {
	float: right;
	width: 775px;
}

/* 专利特点 */
.F01{max-width:1920px; height:725px; margin:0px auto; overflow:hidden; background:url(../img/F01_top_bg.png) no-repeat center top;}

.F01_top{width:1000px; height:64px; padding-top:39px; margin:0px auto; margin-bottom:12px;}
.F01_top li{width:230px; height:64px; float:left;  text-align:center;  line-height:55px; color:#6f6f6f; font-size:22px; background:url(../img/F01_top01.png) no-repeat center top;}
.F01_top .hover{cursor:default;  background:url(../img/F01_top02.png) no-repeat center top;}
#F01_b{display:inline; margin-left:26.6px; }

.F01_main{width:1000px;  margin:0px auto; overflow:hidden; }
.F01_l{width:570px; height:365px; position:relative; float:left; overflow:hidden; background:url(../img/F01_l.png) no-repeat  left center;/* background-color:#efefef; */ }
.F01_l img{display:block; float:left; position:relative; top:70px; left:57px; }
.F01_info{width:225px; float:right; position:relative; top:67px; right:57px; line-height:26px; font-size:14px; color:#535353;}
.F01_info h3{height:40px; line-height:40px; margin-bottom:10px; font-size:24px; font-weight:bold; color:#1e9d01; }

.F01_r{width:415px; height:365px; float:right; overflow:hidden; }

.F01_bottom{width:940px; height:140px; padding-left:60px; margin-top:13px; border-bottom:10px solid #d0d0d0; background-color:#efefef; }
.F01_bottom li{padding-left:40px; float:left; display:inline; height:45px; line-height:45px; font-size:14px; color:#616161;}
.F01_1{width:440px; background:url(../img/1.png) no-repeat left center;}
.F01_2{width:340px; background:url(../img/2.png) no-repeat left center;}
.F01_3{width:440px; background:url(../img/3.png) no-repeat left center;}
.F01_4{width:340px; background:url(../img/4.png) no-repeat left center;}
.F01_5{width:440px; background:url(../img/5.png) no-repeat left center;}

.F02{max-width:1920px; height:700px; margin:0px auto;  background:url(../img/F02_top.png) no-repeat center top;}

.F02_main{width:1000px; height:550px; position:relative; overflow:hidden; padding-top:150px; margin:0px auto; background:url(../img/F02_main.png) no-repeat center 155px;}
.F02_main h1{width:287px; padding-bottom:10px; height:37px; line-height:37px; text-align:center; font-size:20px; font-weight:bold; color:#fff; background:url(../img/F02_info_title.png) no-repeat center top;}
.F02_info{margin-left:10px;}
.F02_info li{padding-left:15px; height:30px; line-height:30px; font-size:16px; color:#797979; background:url(../img/F02_info.png) no-repeat left center;}
.F02_main1{width:304px; position:absolute; top:180px;}
.F02_main2{width:304px; position:absolute; top:150px; left:710px;}
.F02_main3{width:490px; position:absolute; top:477px;}
.F02_main4{width:304px; position:absolute; top:510px; left:695px;}

/* Partner */
.F03{max-width:1920px; height:540px; margin:0px auto; background:url(../img/F03_main.jpg) no-repeat center bottom;}
.F03_top{width:309px; height:65px; margin:0px auto;  background:url(../img/F03_top.png) no-repeat center bottom;}
.F03_top h1{height:40px; line-height:40px; text-align:center; font-size:30px; color:#1e9d01; }
.F03_top  span{color:#ff8a02;}
.F03_main{width:1000px; height:475px; margin:0px auto;}
.partner-scroll{width:1000px; height:105px; margin-top:90px;}
.partner-scroll-left {
	float: left;
	height: 31px;
	width: 20px;
	margin-top:36px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-l02.png) no-repeat  left center;
}
.partner-scroll-right {
	float: right;
	height: 31px;
	width: 20px;
	margin-top:36px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-r02.png) no-repeat  left center;
}

.partner-scroll-con {
	float: left;
	width:955px;
	height:105px;
	margin-left:0px;
	display:inline;
	overflow:hidden;
}
.partner-scroll-con li{width:225px; height:103px; display:inline; margin-top:10px; margin:0px 7px;   background:url(../img/partner_li_bg.png) no-repeat  center center;}
.partner-scroll-con img{width:185px; height:90px; display:block; margin:0px auto; padding-top:7px; }

.F03_info{width:1000px; height:150px; color:#fff; overflow:hidden; position:relative; top:120px;}
.F03_info  h1{width:500px; height:55px; line-height:55px; font-size:28px; }
.F03_info  h2{width:220px; height:40px; position:absolute; top:23px; left:747px; line-height:40px; font-size:30px; font-weight:bold;}
.F03_info span{font-weight:bold; font-size:38px; }
.F03_a{width:300px; position:absolute; top:76px; left:679px;}
.F03_a a{display:inline-block; margin-left:15px; width:117px; height:37px; line-height:37px; text-align:center; color:#fff; font-size:20px; }

/* 4大优势 */
.F04{width:100%; height:2010px;  background:url(../img/F04_bg.png);}
.F04_top{height:238px; background:url(../img/F04_line.png) no-repeat center bottom;}
.F04_top ul{width:1000px; height:236px; margin:0px auto;  background:url(../img/F04_top.png) no-repeat center center;}
.F04_top li{width:170px; height:40px; float:left; padding-top:135px; display:inline; line-height:40px; text-align:center; font-size:16px; color:#fff; }
.F04_b{margin-left:37px; }

.F04_main{width:1000px; height:1740px; position:relative; margin:0px auto; background:url(../img/F04_main.jpg) no-repeat center 273px;}
.F04_main img{display:block; margin:0px auto; padding-left:5px;}
.F04_main h1{width:335px; height:54px; margin-bottom:10px; line-height:54px;  text-indent:20px; font-size:36px; color:#1e9d01; border-bottom:1px dashed #d1d1d1; }
.F04_main li{padding-left:20px; line-height:32px; font-size:14px; color:#323232; background:url(../img/F04_main_li.png) no-repeat left 13px;}
.F04_main01{width:430px; position:absolute; top:274px; left:85px; }
.F04_main02{width:350px; position:absolute; top:615px; left:584px; }
.F04_main03{width:430px; position:absolute; top:999px; left:85px; }
.F04_main04{width:350px; position:absolute; top:1355px; left:584px; }


/* 对比 */
.F05{max-width:1920px; height:1633px; margin:0px auto; background: url(../img/F05_bg.jpg) no-repeat center top;}
.F05_main{width:1000px; height:1400; padding-top:233px; margin:0px auto;}
.F05_main li{height:190px; padding-top:30px; color:#fff;}
.F05_main img{width:334px; height:153px; display:block; float:left; padding-left:8px; overflow:hidden;}
.F05_l{width:325px; float:left;}
.F05_r{width:325px; float:right;}
.F05_main h1{margin-top:10px; margin-bottom:10px; height:34px; line-height:34px; font-size:16px; border-bottom:1px dashed #fff; background: url(../img/F05_num.png) no-repeat left center;}
.F05_main h1 span{display:inline-block; width:22px; text-align:center; margin-right:5px;}
.F05_info li{height:auto; padding-top:0px; line-height:20px; padding-left:10px; background: url(../img/F05_li.png) no-repeat left 9px;} 


/* 油改水 */
.F06{width:100%; height:1364px; background:#f3f2e0 url(../img/F06_top.png) no-repeat center top;}
.F06_main{width:1000px; height:1054px; padding-top:310px;  color:#fff; margin:0px auto; background:url(../img/F06_bg.png) no-repeat center 310px;}
.F06_main li{height:174px; padding-top:25px;}
.F06_main h1{height:29px; margin-bottom:20px; line-height:29px; font-size:22px; }
.F06_main p{line-height:24px; font-size:14px; }

.F06_l{width:410px; padding-left:65px; float:left; display:inline; }
.F06_r{width:410px; padding-left:100px; float:left; display:inline; }
.F06_color h1, .F06_color p{color:#1e9d01;}

/* 广告条与留言 */
.F07{max-width:1920px; height:313px; background:url(../img/F07.png) no-repeat center top;}
.F07_main{width:1000px; margin:0px auto;}
.F07_l{width:650px; float:left; }
.F07_l h1{padding-top:24px; padding-left:50px; height:68px; line-height:34px; font-size:24px; font-weight:bold; color:#fff; 	}
.F07_l h2{padding-top:22px; padding-left:50px; height:68px; line-height:34px; font-size:22px; font-weight:bold; color:#fff04f; 	}
.F07_l h3{padding-top:38px; padding-left:50px; height:20px; line-height:20px; font-size:18px; color:#fff; }
.F07_l h4{padding-top:6px; padding-left:50px; height:34px; line-height:34px; font-size:30px; font-weight:bold; color:#fff; 	}

.F07_r{width:350px; height:280px;  float:left; }

.tRight {
	width:25%;
	height:50px;
	text-align: right;
	color: #7f7f7f;
	font-size:14px;
	font-weight:bold; 
}
.F07_r .tRight{color:#fff; }
.tLeft{
    width:65%;
	position: relative;
}
.InputBorder01{width:200px; font-size: 12px; padding: 10px 5px; border: 1px solid #DFDFDF; background-color: #FFFFFF; }
#guestbook_form  #verifyImg{height:30px;}
.F07_r #guestbook_form{position: relative; top:40px; *top:50px;}
#guestbook_form .F07_btn{border:none; cursor:pointer;  width:108px; height:39px; position: relative; top:14px; *top:6px; background: url(../img/F07_btn.png) no-repeat center center ;}

/* 发展历程 */
.F08{width:100%; height:810px; background:url(../img/F08_bg.png);}
.F08_main{width:1000px;  padding-top:60px;  margin:0px auto;}
.F08_top{height:115px; text-align:center;}
.F08_top h1{height:50px; line-height:50px; font-size:44px; color:#329900; background: url(../img/F08_top.png) no-repeat center center ;}
.F08_top h2{height:30px; line-height:30px; font-size:24px; color:#329900;}
.F08_top span{color:#ff8a02; }

.F08_main li{width:390px; height:63px; margin-bottom:34px;  padding-left:75px; font-size:14px; color:#000; }
.F08_l{width:500px; height:600px; float:left; background:url(../img/F08_l.png) no-repeat left top;}


.F08_r{width:500px; height:600px; float:left; background:url(../img/F08_r.png) no-repeat left top;}

.F08_li01{line-height:63px; }
.F08_li02{line-height:31.5px; }
.F08_li03{line-height:21px; }

/* 客户见证 */
.F09{width:100%; height:505px; }
.F09_main{width:1000px; padding-top:25px; margin:0px auto; }
.F09_top{height:105px; text-align:center;}
.F09_top h1{height:50px; line-height:50px; font-size:44px; color:#329900; background: url(../img/F08_top.png) no-repeat center center ;}
.F09_top h2{height:30px; line-height:30px; font-size:24px; color:#ff8a02;}

/* 连续向左滚动 */
#demo {
	overflow:hidden;
	width:100%;
	height:335px;
}
#indemo { float: left; width: 800%;}
#demo1 { float: left; }
#demo2 { float: left;}
.F09_info{width:1000px; margin:0px auto; overflow:hidden; }
.F09_info li{width:235px; height:330px; float:left; margin-right:15px; display:inline; color:#525252;  border:1px solid #ddd; }
.F09_info img{display:block; width:205px; height:130px; margin:15px;}
.F09_info  h3{height:20px; line-height:20px; text-align:center; font-size:16px; }
.F09_info  p{padding:15px; line-height:20px; font-size:12px; }
.F09_info_a{display:inline-block; margin-left:80px; width:75px; height:25px; line-height:25px; text-align:center; border:1px solid #545454;  font-size:14px;}

.F09_info li:hover{color:#fff;  background-color:#ff9c01; border:1px solid #ff9c01;}
.F09_info li:hover  .F09_info_a{color:#fff; border:1px solid #fff;}
.F09_info li:hover   h3{color:#fff;}

/* 应用行业 */
.F10{width:100%; height:217px; background:url(../img/F10_bg.jpg) no-repeat center top; }
.F10_main{width:1000px; height:217px; position:relative; margin:0px auto; color:#fff;}
.F10_main h1{position:relative; left:550px; width:430px; height:50px; line-height:50px; padding-top:50px; font-size:25px; font-weight:bold; }
.F10_main h2{position:relative; left:550px; width:430px; height:30px; line-height:30px; text-align:center; border:1px solid #fff; font-size:16px; }
.F10_main h3{position:relative; left:550px; width:430px; height:30px; line-height:30px; padding-top:10px; font-size:14px; }
.F10_main  span{font-size:28px; font-weight:bold; }
.F10_main  a{display:inline-block; position:relative; top:-5px; width:125px; height:30px; text-align:center; background-color:#ff9c01; color:#fff;}

/* About us */
.F11{width:100%; height:auto;}
.F11_main{width:1000px; height:440px; padding-top:40px; margin:0px auto; }
.about_us{height:190px; }
.about_left{width:140px; height:188px; float:left; position:relative; border:2px solid #85c729; border-bottom:none;}
.about_left h1{height:90px; line-height:90px; padding-left:10px; font-size:40px; font-weight:bold; color:#85c729; }
.about_left h2{width:85px; position:relative; left:56px; top:-30px; height:40px; line-height:40px; text-align:center; font-size:20px; font-weight:bold; color:#fff; background-color:#85c729;}
.about_left h4{height:30px; text-align:right; position:relative; top:-30px; line-height:30px; font-size:20px; color:#cecece; }

.about{width:830px; height:165px; float:right; overflow: hidden;}
.about h3{height:30px; line-height:30px; margin-bottom:5px; font-size:16px; font-weight:bold; color:#329900; }
.about p{line-height:26px; padding-right:10px; font-size:14px; color:#010101; }
.about  a{display:inline-block; color:#ff9c01; }

.video {
	float: left;
	width: 355px;
	height: 250px;
	display:inline;
	overflow:hidden;
	background-color:#ccc;
}
/* Honor */
.F11_main_r{width:627px; height:250px;; float:right; overflow:hidden; }
.cert_top{height:36px; }
.cert_top h1{width:112px; height:28px; float:left; line-height:28px; text-align:center; border:4px solid #65bd00; font-size:16px; color:#000; }
.honor-scroll{width:625px;  height:250px; margin-top:12px; overflow:hidden; }
.honor-scroll-left {
	float: right;
	height: 34px;
	width: 34px;
	display:inline;
	cursor:pointer;
	border:1px solid #fff;
	background:url(../img/arr-l01.png) no-repeat  left center;
}
.honor-scroll-left:hover{background:url(../img/arr-l001.png) no-repeat  left center;}
.honor-scroll-right {
	float: right;
	height: 34px;
	width: 34px;
	display:inline;
	cursor:pointer;
	border:1px solid #fff;
	background:url(../img/arr-r01.png) no-repeat  left center;
}
.honor-scroll-right:hover{background:url(../img/arr-r001.png) no-repeat  left center;}
.honor-scroll-con {
	float: left;
	width:616px;
	height:194px;
	border:4px solid #65bd00;
	display:inline;
	overflow:hidden;
}
.honor-scroll-con li{width:33.3%; height:194px; display:inline; }
.honor-scroll-con img{width:190px; height:170px; display:block; margin:12px auto; border:1px solid #ddd;}

/*成功案例*/
#F17{width:100%; height:470px; overflow:hidden; }
.F17_top{width:253px; height:106px; text-align:center; margin:0px auto; background: url(../img/F17_top.png) no-repeat center center; }
.F17_top h1{height:56px; line-height:56px; font-size:38px; font-weight:bold; color:#FFF; }
.F17_top p{font-size:22px;  color:#fff; }

.F17_main{width:1000px; margin:0px auto; }
.F17_main h2{width:643px; height:40px; line-height:40px; margin:0px auto; text-align:center; font-size:36px; color:#fff; background: url(../img/F09_bottom.png) no-repeat center center; }
.F17_main h3{width:997px;  height:40px; line-height:40px; margin:0px auto; text-align:center;  }
.F17_main h3 a{color:#fff; font-size: 16px;}

/* 图片3D滚动样式开始 */
.ryCont{width:1000px; height:360px;}
.ryCont *{transition: all 0s;}
.hor_l{width: 23px;height: 40px; padding: 150px 48px 0 38px;}
.hor_r {width: 23px;height: 40px; padding: 150px 50px 0 0;}
.roundabout-holder { width:1000px; height:400px; margin:0 auto; top: -35px;  }
.roundabout-moveable-item { width:485px;  height:280px; } /* 这里的宽高很重要，影响图片显示效果 */
.roundabout-moveable-item img {display:inline; width:90%;  cursor:pointer; border:15px solid #65bd00;}

.roundabout-in-focus { border:none; }
/* 图片3D滚动样式结束 */

/* 厂房设备,企业风采 */
.F14{width:1000px; height:270px; margin:0px auto; }

.F14_title{width:1000px; height:37px; line-height:37px; margin-bottom:30px; border-bottom:1px solid #65bd00; }
.F14_title ul{width:258px; height:37px; float:left; background-color:#ececec; }
.F14_title li{width:129px; float:left; text-align:center; font-size:16px; font-weight:bold; color:#565656; }
.F14_title .hover{height:48px; cursor:default; color:#fff; background:url(../img/F14_title.png) no-repeat  center top;}

.F14_title a{display:inline-block; float:right; width:50px; height:37px;  background:url(../img/more.png) no-repeat  center center;}

.stell-scroll{width:1000px; height:170px; overflow:hidden;}
.F14-left {
	float: left;
	height: 37px;
	width: 20px;
	margin-top:60px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-l04.png) no-repeat  left center;
}
.F14-left:hover{background:url(../img/arr-l004.png) no-repeat  left center;}
.F14-right {
	float: right;
	height: 37px;
	width: 20px;
	margin-top:60px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-r04.png) no-repeat  left center;
}
.F14-right:hover{background:url(../img/arr-r004.png) no-repeat  left center;}
.stell-scroll-con {
	float: left;
	width:960px;
	height:250px;
	display:inline;
}
.stell-scroll-con li{width:25%; height:170px; float:left; position:relative; overflow:hidden; }

.stell-scroll-con img{width:235px; height:170px; display:block; }
.stell-scroll-con  h1{width:235px; height:115px; padding-top:55px; text-align:center; line-height:115px; font-size:14px; color:#fff; display:none; }
.stell-scroll-con a:hover   h1{display:block;  position:absolute; top:0px; left:0px;  background:url(../img/F14_info_hover.png) no-repeat  center center;}

/* 新闻 */
.F16{width:1000px; height:500px; margin:0px auto; /* border-bottom:1px dashed #78c217; */ }
.F16 .F14_title{width:100%;}

.F16_l{width:630px; height:460px; float:left; }
.new_main{width:100%; }
.new_top{height:140px; margin:5px 0px; margin-bottom:5px; border-bottom:1px dashed #ccc; background:url(../img/new_img_bg.png) no-repeat 3px 122px;}
.new_top img{width:196px; height:112px; display:block; float:left; border:5px solid #65bd00;}
.new_top_info {width:400px; height:135px; float:left; margin-left:15px; display:inline;  overflow:hidden; }
.new_top_info h4{height:30px; line-height:30px; font-size:16px; font-weight:bold; color:#65bd00; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.new_top_info p{line-height:21px; font-size:14px; color:#7b7b7b; text-indent:2em;}
.new_info{width:617px; height:30px; line-height:30px;  _height:25px; _line-height:25px; *height:25px; *line-height:25px; padding-left:12px; border-bottom:1px dashed #ccc; background:url(../img/dot-sq01.png) no-repeat  left center;}
.new_info a{width:530px; display:block; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#555; font-family:"宋体"; background-color:#fff;}
.new_info span{width:80px; display:block; float:right; }
/* 常见问题 */
.questions{width:340px; height:500px; float:right; overflow:hidden; }
.questions  .F14_title img{display:block; float:left; }
.questions  a{display:inline-block; width:50px; height:40px; line-height:40px; float:right; font-size:13px; color:#7b7b7b; }

#dav_Rolls_1111{overflow:hidden; width:100%; height:400px; }
.questions ul{width:335px; height:90px; margin:10px 5px; border-bottom:1px dashed #ccc; background:url(../img/questions.png) repeat-x left bottom; background-color:#fff;}
.quest{height:30px; line-height:30px; background:url(../img/faq-q.png) no-repeat 5px center; overflow:hidden;}
.quest a{width:305px; height:30px; line-height:30px; margin-left:30px; font-size:14px; color:#333; font-weight:bold; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.answer{width:335px; background:url(../img/faq-a.png) no-repeat 5px 2px;}
.answer span{ display:block;line-height:22px; padding-left:30px; font-size:13px; color:#555;}

/* 友情链接 */
.links {width:1000px; min-height:40px; padding:40px 0px;  margin:0px auto; border-top:1px dashed #78c217; border-bottom:1px dashed #78c217; background:url(../img/links_main.png) no-repeat center bottom;}
.links_main{width:1000px; min-height:40px; margin:0px auto; }
.links_left{width:130px; height:40px; float:left; padding-left:50px; display:inline; overflow:hidden; position:relative; background:url(../img/links_left.png) no-repeat left center;}
.links_left h1{height:40px; line-height:40px; font-size:38px; color:#68c30c;}
.links_left h2{position:relative;  left:80px; top:-40px; height:26px; line-height:26px; font-size:20px; color:#68c30c;}
.links_main h3{position:relative;  left:80px; top:-40px; height:14px; line-height:14px; font-size:14px; color:#c5c5c5;}
.links_main h2 a{color:#fff}
.links_left a{display:inline-block; font-size:12px; color:#878787; position:relative; top: 26px; left: 64px;}
.links_middle{width:820px; float:left; display:inline;}
.links_middle a{ height:20px; line-height: 20px; margin-left:10px; float:left; display:inline; color:#878787}

/* 底部 */


.footer_logo{width:190px; min-height:200px; float:left; padding-top:10px; display:inline;}
.footer_logo img{display:block; }
.footer_logo h1{height:60px; font-size:54px; font-weight:bold; color:#fff; }
.footer_logo h2{font-size:22px; font-weight:bold; color:#fff; }

.copyrigh{width: 620px; padding-left:30px; padding-top:20px; float:left; display:inline;  line-height:30px; color:#fff; font-size:14px;}
.copyrigh p span{font-weight:bold; color:#fff;}


.footer_code{width:130px; min-height:190px; text-align:center; float:left; padding-top:10px; padding-left:20px; display:inline; }
.footer_code img{width:124px; height:124px; display:block; float:left;}
.footer_code p{width:124px; height:20px; float:left; line-height:20px; margin-top:10px; font-size:14px; color:#fff;}



/* 返回顶部 */
#go-top{
	background: url(../img/back_top.png) no-repeat center center ;
	float: left;
	height: 42px;
	overflow: hidden;
	width: 36px;
	position: fixed;
	bottom: 50px;
	cursor: pointer;
	right: 20px;
	_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)));
}

/* 内页左侧产品列表 */
.index_cate_top{width:188px; height:88px; border:1px solid #e2e2e2; border-bottom:0px solid #ededed;}
.index_cate_top h1{height:50px; line-height:50px; padding-top:12px; text-align:center; font-size:18px; font-weight:bold; color:#555; background:url(../img/cate_bottom.png) no-repeat center bottom;}

.col-left {
	float: left;
	width: 202px;
	height:auto; 
	overflow:hidden;
	}
.col-left .index_cate_top{width:200px; }
.products_cate_title{width:202px;}
.product_list{width:202px; overflow:hidden;  }
.product_list h4 a{width:202px; height:39px; line-height:39px; display:block; text-indent:50px; font-size:14px; font-weight:700;  overflow:hidden; color:#fff; background-color:#02864d;}
.product_list   a:hover, a:active {}
.product_list dt a {width:202px; height:39px; line-height:39px; display:block; text-indent:50px; font-size:14px; font-weight:700;  overflow:hidden; color:#555; border-bottom:1px solid #fff; background-color:#ededed;}
.product_list01{margin-bottom:5px;}

.ul-link{padding-top: 35px; line-height:30px; font-size:14px; }
.ul-link  h1{font-size:14px;  font-weight:bold; }

/* 内页滚动列表 */
.page-scroll{width:760px; height:208px; margin-top:10px; display:inline; }
.page-scroll-left {
	float: left;
	height: 120px;
	width: 45px;
	margin-top:225px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-l05.png) no-repeat  center center;
}
.page-scroll-right {
	float: right;
	height: 120px;
	width: 45px;
	margin-top:225px;
	display:inline;
	cursor:pointer;
	background:url(../img/arr-r05.png) no-repeat  left center;
}
.page-scroll-con {
	float: left;
	width:655px;
	height:1200px;
	margin-left:10px;
	display:inline;
	overflow:hidden;
}
.page-scroll li{width:665px; height:auto; float:left; margin:25px 0px; line-height:24px; font-size:14px;  display:inline; }
.page-scroll li img{display:block; width:665px; min-height:500px; margin:0px auto; }
.page_scroll h4{height:40px; line-height:40px; text-align:center; font-size:16px; color:#333; font-weight:bold; }




/* 内页左侧News */
.artnew h3{width: 195px; height: 35px; line-height:35px; text-align:center; color:#fff; font-size:16px;}

.tl-l span {
	float: right;
	padding-right: 5px;
	line-height: 34px;
	height: 35px;
	color: #000;
	border:1px solid #02864d;
	background-color:#02864d;
}
.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: 40px;
	color: #000;
	border:1px solid #ddd;
}
.tl-cate h3 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	background-color:#02864d;
	text-align: center;
}
.tl-cate span {
	float: right;
	padding-right: 10px;
	line-height: 36px;
	height: 36px;
	color: #FFF;
	display:none;
}
.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 {
	color: #FFF;
}

.tl-s {
	height: 40px;
	background-image: url(../img/tl-s.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tl-s h3 {
	float: left;
	font-size: 20px;
	color: #F60;
	line-height: 32px;
}
.tl-s span {
	float: right;
	line-height: 50px;
	height: 50px;
	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: 68px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(../img/tl-b.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tl-b h3 {
	font-weight: normal;
	font-size: 26px;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	font-family: "微软雅黑", "黑体";
	text-align: center;
	padding-top: 15px;
}
.tl-b span {
	float: right;
	padding-right: 5px;
	line-height: 40px;
	height: 40px;
	color: #666;
}

.cate {
	font-family: "微软雅黑", "黑体";
	padding: 8px;
	background-color: #093;
}
.cate dl {
	padding-bottom:10px;
}
.cate ul { display: block; }
.cate li {
	padding-left: 28px;
	height: 38px;
	background-image: url(../img/cate-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
	overflow: hidden;
	line-height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05A73B;
}
.cate dt {
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	overflow: hidden;
	color: #000;
	background: url(../img/product_list_bg.png) repeat-x center top;
	padding-left: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
}
.cate dt.current { background-image: url(../img/cate-dt-c.png); }
.cate dd {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	padding-left: 30px;
	background-image: url(../img/cate-dd.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
/* .cate a,
.cate a:visited {
	color: #333;
} */
.cate small { color: #CCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }

.border-b {
	border: 1px solid #DCDCDC;
	background-color: #FFF;
}
.border {
	background-color: #FFF;
	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: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.mt10 { margin-top: 10px; }
.news-ul { padding: 0px;  display: block; }
.news-ul li {
	background-image: url(../img/dot-arr.png);
	background-repeat: no-repeat;
	background-position: 3px 14px;
	padding-left: 15px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.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;
}

.tl-m {
	height: 30px;
	border-bottom:1px solid #d9d9d9;
}
.tl-m h3 {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	float: left;
	font-weight: bold;
	background-image: url(../img/tl-m-h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 199px;
	text-align: center;
}
.tl-m span {
	line-height: 30px;
	height: 35px;
	color: #666;
	font-size: 12px;
	float: right;
	padding-right: 5px;
}
.tl-m a, .tl-m a:visited  {
	color: #333;
}
#pro-ul { padding-top: 15px; height: 351px; display: block; padding-left: 5px; }
#pro-ul li { height: 174px; width: 170px; float: left; display: block; text-align: center; }
#pro-ul li span { display: block; margin-top: 4px; line-height: 28px; }
#pro-ul img { height: 136px; width: 147px; padding: 1px; border: 1px solid #F0EEEF; }

#news { height: 285px; float: right; width: 270px; }


#wraper {
	width: 1000px;
	margin:20px 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; }

.contact-ul li strong { color: #333; }
.m { float: left; width: 560px; }
.r { float: right; width: 225px; }
.p8 { padding: 8px; }
.center { text-align:center;}

.cus { text-align: center; padding-top: 5px; }
#links a { margin-right: 5px; margin-left: 5px; }

#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(../img/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(../img/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-img-list {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 760px;
}
.page-img-list li {
	display: inline;
	float: left;
	height: auto;
	width: 190px;
	padding-bottom:10px;
}
.page-img-list li span { display: block; text-align: center; }
.page-img-list .pic img { width: 150px; max-height: 177px; padding: 1px; border: 2px solid #EAEAEA;  }
.page-img-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: 750px;
}
.page-cert-list li {
	display: block;
	float: left;
	height: 230px;
	width: 186px;
}
.page-cert-list li span { display: block; text-align: center; }
.page-cert-list .pic img { width: 150px; padding: 5px 10px; border: 2px solid #EAEAEA;  }
.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(../img/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(../img/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; }

.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: 200px; padding-top: 2px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; }
.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(../img/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; }

.box-m { background-image: url(../img/col-l-bg.png); background-repeat: no-repeat; background-position: left top; height: 260px; }
.about-con {
	background-image: url(../img/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;
	overflow: hidden;
	height: 570px;
	padding-top: 20px;
}
.pro-ul li {
	height: 285px;
	display: block;
	float: left;
	width: 250px;
	text-align: center;
}
.pro-ul li span {
	display: block;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	overflow: hidden;
	margin-top: 1px;
	background-color: #E5E5E5;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.pro-ul img {
	height: 230px;
	width: 210px;
}
.news-box { width: 299px; background-color: #FFF; background-image: url(../img/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(../img/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: 110px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.headline .pic {
	height: 110px;
	width: 130px;
	float: left;
}
.headline .pic img {
	height: 100px;
	width: 120px;
	padding: 1px;
	border: 1px solid #CCC;
}
.headline .info {
	height: 110px;
	width: 470px;
	float: right;
}
.headline .info h3 {
	line-height: 16px;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
}
.headline .info p {
	color: #666;
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.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; }

.page-cate {
	padding: 8px;
}
.page-cate li { background-image: url(../img/dot-yellow.gif); background-repeat: no-repeat; background-position: 30px center; padding-left: 60px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; line-height: 34px; }
.page-cate li a { font-size: 14px;}

#pic { text-align: center; }

#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; }

.faq dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D9D6;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.faq dt {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.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;
}

.tl-w {
	height: 40px;
	border-bottom:2px solid #ccc;
}
.tl-w h3 {
	float: left;
	line-height: 42px;
	font-size: 16px;
	color: #000;
	height: 40px;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:2px solid #e46c0b;
}
.tl-w span {
	float: right;
	padding-right: 8px;
	color: #666;
	line-height: 40px;
	font-family: "宋体";
	height: 40px;
}
.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;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.tl-h h3 {
	font-size: 26px;
	color: #F60;
	font-weight: bold;
	line-height: 50px;
}
.tl-h span {
	float: right;
	padding-right: 14px;
	color: #8A8A8A;
	line-height: 34px;
	font-family: "宋体";
	background-image: url(../img/dot-arr-b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.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-ul {
	height:285px;
	padding-top: 15px;
}
.partner-ul li {
	float: left;
	width: 200px;
	padding-top: 8px;
	text-align: center;
	height: 95px;
}
.partner-ul img {
	height: 80px;
	width: 180px;
	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; }

.faq dl dt { line-height: 18px; padding-top: 7px; padding-bottom: 5px; background-image: url(../img/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(../img/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: 3px; }
.cert-ul li img {
	padding: 1px;
	width: 180px;
	border: 1px solid #E7E7E7;
}

.links strong {
	color: #333;
	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; }




#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(../img/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(../img/cus-1.png);}
.witness-li-2{ background-image: url(../img/cus-2.png);}
.witness-li-3{ background-image: url(../img/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: #EEE;
}
.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(../img/til-hea.png); }
#new-box { padding: 8px; height: 250px; }
.news-ul2 { display: block; }
.news-ul2 li { background-image: url(../img/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(../img/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(../img/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(../img/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; }
.con-a {
	height: 470px;
	background-color: #333;
}

.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; }

#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(../img/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(../img/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(../img/btn-blue.png); background-repeat: no-repeat; background-position: left top; padding: 0px; height: 23px; width: 61px; 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-size: 12px; font-weight: 700; color: #FFF; }
.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-img-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(../img/tab_bg.gif); background-repeat: repeat-x; background-position: 0px bottom; }
.pro-more-info .more-info-tab-li li { background-image: url(../img/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(../img/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: 5px;
	
} */
.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; }

.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(../img/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: 40px;
	display: block;
	float: left;
}
.tl-w ul li {
	display: block;
	float: left;
	height: 40px;
	width: 100px;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	color: #4B9B03;
	font-size: 16px;
	cursor:pointer;
	font-family: "微软雅黑", "黑体";
}
.tl-w ul li.hover {
	color: #FF6000;
	background-image: url(../img/tl-w-h3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.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; }

.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(../img/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(../img/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(../img/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; }

#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; }
.tRight{text-align:right;}
#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(../img/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: #999; 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;
	padding-top: 10px;
}
.products-list li {
	height: auto;
	display: inline;
	float: left;
	width: 190px;
	padding-bottom:10px;
	text-align: center;
}
.products-list li a{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.products-list .img img {
	width: 170px;
	height: 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; }

/*产品介绍*/
.goods-left { float: left; width: 400px; }
.goods-right { float: right; width: 300px; }
.btn-buy { display: block; height: 37px; width: 127px; text-indent: -3000px; background-image: url(../img/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(../img/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: 10px; padding-top: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #E3E3E3; }
.goods-cart li { padding-top: 5px; }
.goods-cart li { float: left; }
#orderbtn{display:block; width:105px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff; background-color:#0E9A51; }
.goods-cart .goods-num-sel { padding-top: 8px; padding-right: 10px; }
#cart_alert { border: 1px solid #F6C5C5; background-color: #FFF6F4; background-image: url(../img/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(../img/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 {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	font-size: 14px;
}
.goods-spce-ul li strong { font-family: "微软雅黑", "黑体"; 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: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E9A51;
	height: 26px;
}
.detail-title h3 {
	font-size: 12px;
	line-height: 26px;
	font-weight: 700;
	float: left;
	color: #FFF;
	width: 86px;
	text-align: center;
	height: 26px;
	background-color: #0E9A51;
}
.detail-content { padding: 10px; font-size: 12px; line-height: 24px; }
.goods-list-ul {
	padding-top: 10px;
	height: 130px;
}
.goods-list-ul li {
	height: 130px;
	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 { 
	width: 80px;
	font-size: 12px;
	margin-right: 4px; margin-left: 4px; background-repeat: no-repeat; line-height: 22px; height: 22px; background-image: url(./img/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; border: 1px solid #E1E1E1; }
.goods-order h3 {
	background-color: #0E9A51;
	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: 24px; font-size: 14px; }
.goods-list-ul .img img {
	height: 95px;
	width: 140px;
	padding: 1px;
	border: 1px solid #CCC;
}
.goods_tel{height:40px; line-height:40px; font-size:14px; font-weight:bold; color:#000;}
.goods_tel span{font-family:"宋体"; font-size:24px; color:#e46c0b;}
.goods-list-ul .name { margin-right: 8px; margin-left: 8px; margin-top: 5px; }
.ul-rank { display: block; }
.ul-rank li { min-height:110px; padding-top: 5px; float: left; width: 92px; text-align: center; }
.ul-rank-img { padding-bottom:5px;}
.ul-rank-img img {
	height: 60px;
	width: 70px;
	padding: 2px;
	border: 1px solid #CCC;
}
.ul-rank-name {padding:0 5px; height:34px; overflow:hidden;}
.nocontent { background-image: url(../img/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(../img/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(../img/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(../img/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(../img/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:hover {
	color: #EF6924;
	font-weight: bold;
}
.video-ul { overflow: hidden; padding-top: 8px; }
.video-ul li {
	background-image: url(../img/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(../img/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(../img/tab_bg.gif); background-repeat: repeat-x; background-position: 0px bottom; }
.more-info-tab-li li { background-image: url(../img/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(../img/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(../img/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: #ff6600; }
.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;
	position: absolute;
	height: 226px;
	width: 500px;
}
#adv li h5 {
	display: block;
	font-size: 22px;
	line-height: 40px;
	color: #4C9C05;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
	height: 50px;
}
#adv li p {
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "微软雅黑", "黑体";
	color: #666;
}
#adv .adv-1{
	left: 87px;
	top: 305px;
}
#adv .adv-2{
	left: 504px;
	top: 635px;
	width: 489px;
}
#adv .adv-3{
	top: 998px;
	left: 86px;
}
#adv .adv-4{
	bottom: 93px;
	left: 501px;
}
#adv .adv-5{
	left: 20px;
	bottom: 18px;
	background-image: url(../img/ys-5.png);
}
#adv .adv-6{
	bottom: 17px;
	left: 670px;
	background-image: url(../img/ys-6.png);
}

.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; }
.pro-ul li a {
	border:1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 210px;
	padding: 1px;
}
.border-g {
	border: 1px solid #DFDFDF;
	padding: 3px;
	margin-right: 11px;
	margin-left: 11px;
	height: 455px;
	background-color: #FFF;
}
.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(../img/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(../img/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: #000; }
.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(../img/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 {
	height: 470px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pro-ul li a:hover { border-top-color: #F68337; border-right-color: #F68337; border-bottom-color: #F68337; border-left-color: #F68337; }

.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(../img/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(../img/line-y.png); background-repeat: no-repeat; background-position: right top; height: 705px; }

.video-ul li a,
.video-ul li a:visited {

}

.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(../img/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(../img/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: #666;
	font-size: 16px;
}
.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(../img/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: 1660px;
	position: relative;
}
.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: #FFF;
	font-family: "微软雅黑", "黑体";
	font-size: 22px;
	background-color: #0E4097;
	font-weight: normal;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.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(../img/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: 30px;
}
.btn-s {
	background-image: url(../img/btn-bg-s.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 68px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.btn-b {
	background-image: url(../img/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: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.i-weibo {
	background-image: url(../img/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(../img/adv-tl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
}

.box-bg {
	background-color: #FFF;
	box-shadow: 0px 4px 4px #DDD;
	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: #EEE;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.box-bg-b {
	background-image: url(../img/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(../img/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: 40px;
	float: left;
}
.tl-m ul li {
	float: left;
	height: 40px;
	width: 100px;
	line-height: 34px;
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #000;
}
.tl-m ul li.hover {
	background-image: url(../img/tl-m-h3.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
}

.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: 220px;
	padding-top: 10px;
}

.pro-scroll {
	height: 270px;
	padding-top: 10px;
}
.pro-scroll-left {
	float: left;
	height: 140px;
	width: 38px;
	padding-top: 80px;
}
.pro-scroll-right {
	text-align: right;
	float: right;
	height: 140px;
	width: 40px;
	padding-top: 80px;
}
.pro-scroll-con {
	float: left;
	height: 270px;
	width: 900px;
}
.pro-scroll-con li {
	float: left;
	width: 225px;
	display: block;
	height: 270px;
	text-align: center;
}
.pro-scroll-con li img {
	width: 210px;
	height: 230px;
}
.pro-scroll-con li span {
	display: block;
	line-height: 28px;
	padding-left: 20px;
	background-color: #E5E5E5;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	margin-top: 1px;
}
.witness-ul2 {
	padding-top: 20px;
	height: 340px;
}
.witness-ul2 li {
	height: 160px;
	padding-bottom: 10px;
}
.witness-ul2 .pic {
	float: left;
	width: 180px;
	height: 160px;
}
.witness-ul2 .pic img {
	padding: 3px;
	height: 140px;
	width: 160px;
	border: 1px solid #CCC;
}
.witness-ul2 li .info {
	float: left;
	height: 160px;
	width: 430px;
}
.witness-ul2 .info h3 {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
.witness-ul2 .info p {
	font-size: 12px;
	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(../img/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(../img/cate-bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 380px;
}
#solution-tab li {
	background-image: url(../img/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(../img/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;
}

.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(../img/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(../img/dot-gray.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	line-height: 26px;
	height: 26px;
}

.adw {
	background-image: url(../img/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 {
	float: right;
	width: 500px;
}
.tl-s h3 small {
	color: #999;
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
}


.adv-tit h3 {
	font-size: 24px;
	line-height: 60px;
	color: #FFF;
}
#adv li p strong {
	color: #F60;
}

.con-bg {
	background-image: url(../img/con-a-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 35px;
}


.bg-gary {
	background-color: #333;
}
.tl-b h3 strong {
	font-weight: normal;
	color: #F60;
}

.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: #333;
	background-image: url(../img/tel-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 32px;
	padding-left: 40px;
	font-size: 16px;
	padding-top: 12px;
}
.tel-box strong {
	font-size: 22px;
}
.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;
}

#adv {
	background-image: url(../img/ys-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1660px;
}
.tel-box2 {
	line-height: 40px;
	height: 40px;
	background-image: url(../img/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(../img/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: 200px;
	padding-top: 20px;
	background-image: url(../img/line-y.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#footer .weixin img {
	height: 120px;
	width: 120px;
	float: left;
}
#footer .weixin p {
	float: right;
	padding-top: 50px;
}

.index-cate {
	border: 1px solid #4B9B03;
}
.index-cate .tab-content li {
	border-bottom-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	line-height: 32px;
	height: 32px;
	margin-right: 10px;
	background-image: url(../img/dot-sq-w.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	width: 217px;
	padding-left: 20px;
}
.index-cate .tab-content li a {
	display:inline-block;
	background-image: url(../img/plus-gary.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 217px;
}
.index-cate .tab-ul {
	background-color: #4B9B03;
	height: 46px;
}
.index-cate .tab-ul li {
	line-height: 46px;
	float: left;
	height: 46px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	cursor:pointer;
}
.index-cate .tab-ul li.hover {
	background-image: url(../img/tab-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #F60;
}
.index-cate .tab-content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pro-scroll-con li a {
	display: block;
	padding: 1px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
#operations {
	text-align: center;
}
#operations h3 {
	color: #DDD;
	font-size: 36px;
	font-weight: bold;
	padding-top: 20px;
}
#operations h4 {
	font-size: 26px;
	font-weight: bold;
	color: #4B9B03;
	padding-bottom: 20px;
}
#operations p {
	font-size: 18px;
	padding-top: 10px;
	line-height: 26px;
	color: #666;
}
#operations h5 {
	color: #4B9B03;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}
#operations h6 {
	background-image: url(../img/blown-tit.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	color: #F60;
	font-size: 24px;
	line-height: 65px;
}

.scroll-flow-warp {
	height: 470px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.scroll-flow-warp ul{
	position: relative;
}
.scroll-flow-warp li {
	float: left;
	height: 470px;
	width: 333px;
}
.scro_wrap{ height:34px; position:relative; overflow:hidden;}
.scro_left{ display:inline-block; height:14px; width:6px; background:url(../img/scro_left.jpg) no-repeat; position:absolute; left:0; top:10px;}
.scro_right{ display:inline-block; height:14px; width:5px; background:url(../img/scrol_right.jpg) no-repeat; position:absolute; right:0; top:10px; z-index:1;}
.scro_bar{ height:14px; margin:10px 5px 0 5px; background:url(../img/scro_bg2.jpg) repeat-x; position:relative;}
.scro_bar_active {
	height: 11px;
	position: absolute;
	top: 1px;
	left: 0;
	background: #666666;
	width: 0;
}
.scro_btn{ display:inline-block; background:url(../img/scro_btn.jpg) no-repeat; width:36px; height:36px; position:absolute; top:-10px; left:0; cursor:pointer;}
.scroll-flow-warp li h5 {
	font-size: 18px;
	padding-top: 20px;
	height: 36px;
	font-weight: bold;
	padding-left: 10px;
}
.scroll-flow-warp li h5 strong {
	color: #F60;
}
.scroll-flow-warp li p {
	font-size: 14px;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
}
#adv li h6 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

.cases-cate {
	padding-top: 15px;
}
.cases-cate li {
	float: left;
	line-height: 30px;
	background-color: #EEEEEE;
	height: 30px;
	border: 1px dashed #DDD;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.witness-ul2 .info .more {
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	line-height: 22px;
	padding-left: 15px;
}
.witness-ul2 .info .more a, .witness-ul2 .info .more a:visited {
	color: #FFF;
}


.about-cate-box .active a {
	font-weight: bold;
	color: #ff9900;
}

.page-images-list {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 760px;
}
.page-images-list li {
	display: inline;
	float: left;
	height: auto;
	width: 186px;
	padding-bottom:10px;
}
.page-images-list li span { display: block; text-align: center; }
.page-images-list .pic img { width: 150px; max-height: 177px; padding: 1px; border: 2px solid #EAEAEA;  }
.page-images-list li .name { line-height: 22px; margin-top: 5px; margin-right: 5px; margin-left: 5px; }

*/
.pagelist {
	padding:0;
	margin:0;
	color:#444;
	margin-top:3px;
	height:25px;
	line-height:25px;
	}

.pagelist a,.pagelist a:link,.pagelist a:visited {
	color:#0088dd;
	}
	
.pagelist a:hover {
	color:#FF8800;
	}
	
.pagelist a.advan, .pagelist a.advan:link, .pagelist a.advan:visited {
	margin:1px;
	padding:1px 3px;
	border:1px solid #ddd;
	color:#000;
	text-decoration:none;
	}

.pagelist a.advan:hover {
	border:1px solid #00549D;
	color:#000;
	}

.pagelist span.current {
    border:1px #00549D solid;
	padding:1px 3px;
	font-weight:bold;
	margin:1px;
	color:#fff;
	background-color:#00549D;
    }

.pagelist span.disabled {
	border:1px solid #ccc;
	padding:1px 3px;
	margin:1px;
	color:#777;
	}

.pagelist span.pageinfo {
	border:1px solid #e2e2e2;
	padding:1px 3px;
	margin:1px;
	color:#000;
	}

.pagelist input.gt_filed {
	border-top:1px solid #00549D;
	border-right:none;
	border-bottom:1px solid #00549D;
	border-left:1px solid #00549D;
	width:30px;
	height:16px;
	display:inline;
	vertical-align:middle;
	}
	
.pagelist input.gt_submit {
	vertical-align:middle;
	border:none;
	width:17px;
	height:18px;
	}
	
.items {}
.items .item {float:left;width:162px;margin-right:10px; margin-bottom:20px;}
.items .item_row_last { margin-right:0;}
.items .item .item-w {border:1px solid #dfdfdf;-webkit-transition-duration:.2s;}
.items .item .item-w:hover {border:1px solid #0A54AE;}
.items .item .pic {}
.items .item .pic a {display:block;}
.items .item .pic img {display:block; width:100%;}
.items .item .info { padding:8px;}
.items .item .info .notice {color:#0A54AE; margin-top:5px; height:20px; line-height:20px;}
.items .item .info hr { height:1px; border:0; background-color:#eee;}
.items .item .info h1{ line-height:20px; height:20px; margin-top:6px; overflow:hidden; font-weight:400; text-align:center;}
.items .item .info h1 a{color:#000;}
.items .item .info h1 a:hover{ color:#0A54AE;}

/*分页通用*/
.page {text-align: center; margin:20px 0;}
.page span, .page a {display: inline-block; margin-right:6px; height:22px; line-height:22px; padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;transition-duration:.2s;-moz-transition-duration: .2s;-webkit-transition-duration:.2s;}
.page a{color:#02864d; border:1px solid #bbb;color:#000;background-color:#fff;}
.page a:hover {border:1px solid #02864d;color:#02864d; text-decoration:none;}
.page .disabled{color: #999; border:1px solid #ccc;background-color:#fcfcfc;}
.page .cur{color: #02864d; border:1px solid #02864d;color:#fff; background:#02864d;}
.page .hellip{ padding:0;}
.page .total {color:#888;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

 #fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#preview{ float:none; margin:20px auto; text-align:center; width:500px;}
.jqzoom{ width:400px;  position:relative; z-index:1; text-align:center;}
.zoomdiv{  height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{ width:400px; height:56px; padding-top:6px; overflow:hidden; }
#spec-left{ height:45px; float:left; cursor:pointer; margin-top: 5px; margin-right: 10px; }
#spec-right{ height:45px; float:left; cursor:pointer; margin-top: 5px; padding-left: 10px; }
#spec-list{ width:355px; float:left; overflow:hidden; display:inline; }
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

/*jqzoom*/
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:700px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FFF 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}




/* attr */
.attrlist {
	position:relative;
}
.attrlist div{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C8C9CD;
    float:left;
    padding:5px;
    vertical-align: middle;
}
.attrlist ul{
	width:100%;
	text-align:center;
}

.attrlist li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C8C9CD;
    margin: 3px 6px 3px 0;
    float:left;
    padding:1px;
    vertical-align: middle;
}
.attrlist li a {
   text-decoration:none;
    display:block;
    padding:3px;
    color:#000;
    font-size:12px;
    border: 2px solid #fff;
    margin: -1px;
}
.attrlist li a:hover {
    border: 2px solid #FF6701;
    margin: -1px;
}
#attrlist_a_hover {
    border: 2px solid #FF6701;
    margin: -1px;
}
.alert{ background:url(warning.gif) 20px center no-repeat #FFFF66; line-height:40px; text-align:center; color:#000;}

.hide {
	display: none;
}

.index-product .section-title {
	text-align: left;
	color: #02864d;
	font-size: 30px;
}

.index-product .product-list .img {
	width: 230px;
	height: 230px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	font-size: 16px;
	color: #959595;
}

.index-product .product-list li {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.index-product .bx-default-pager {
	display: none;
}

.index-product .product-list img {
	width: 100%;
}

.section-application {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #e9eef2;
}

.section-application .section-title {
	font-size: 30px;
	color: #02864d;
}

.news-list .title {
	font-size: 30px;
	font-weight: bold;
}

.application-list {
	padding-top: 30px;
}

.application-list .title {
	text-transform:uppercase;
	font-size: 24px;
	color: #002840;
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 50px;
	background: #e9eef2;
	padding-left: 10px;
	padding-right: 10px;
}

.application-list .desc {
	padding-right: 80px;
	color: #708795;
}


.application-list .application {
	width: 440px;
	height: 100px;
	border: 1px solid #708795;
	padding: 20px;
	position: relative;
	margin-bottom: 80px;
}

.application-list .img {
	position: absolute;
}

.application-list .application:nth-child(1) .img {
	right: -100px;
	top: -10px;
}

.application-list .application:nth-child(1) .img img {
	width: 130px;
}


.application-list .application:nth-child(2) .img {
	right: -100px;
	top: 15px;
}

.application-list .application:nth-child(2) .img img {
	width: 150px;
}

.application-list .application:nth-child(3) .img {
	right: -100px;
	top: 10px;
}

.application-list .application:nth-child(3) .img img {
	width: 150px;
}


.application-list .application:nth-child(4) .img {
	right: -100px;
	top: 8px;
}

.application-list .application:nth-child(4) .img img {
	width: 120px;
}




.application-list .application:nth-child(odd) {
	float: left;
}

.application-list .application:nth-child(even) {
	float: right;
}

.footer-hd {
	line-height: 2;
}

.footer-hd img {
	width: 150px;
}

.footer-hd dt {
	color: #02864d;
	font-weight: bold;
	margin-bottom: 16px;
}

.footer-hd a, .footer-hd {
	color: #62697b !important;
}

.footer-hd dl:nth-child(2) {
	margin-top: 80px;
	float: left;
	margin-left: 80px;
}

.footer-hd .wrap {
	overflow: hidden;
}

.footer-hd dl:nth-child(3) {
	margin-top: 80px;
	float: left;
	margin-left: 200px;
}

.footer-hd dl:nth-child(4) {
	margin-top: 80px;
	float: right;
}


.footer-logo {
	float: left;
	margin-top: 180px;
}

.about-page img {
	max-width: 100%;
}



@font-face {
	font-family: 'icomoon';
    src:url('fonts/icomoon.eot?qradjf');
    src:url('fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?qradjf') format('truetype'),
        url('fonts/icomoon.woff?qradjf') format('woff'),
        url('fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}


.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:10000}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:48px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(images/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}

img {
 max-width: 100%;
}
