@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","微软雅黑";background:#EFF9EF;}

/* 正常链接 未访问 */
a {
    color: #555;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:underline;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.w255{width:255px;}
.w735{width:735px;}
.w400{width:400px;}
.w580{width:580px;}
.w495{width:495px;}

.ui-box{border:none;padding:15px;background:#fff;}
.ui-box .ui-box-head{border-bottom:1px solid #E0E1DC;margin:0;padding:0 10px 0 0;background:none;height:44px;}
.ui-box .ui-box-head-more{line-height:34px;font-size:12px;}
.ui-box .ui-box-container{border:none;}
.ui-box .ui-box-content{padding:0;}

.ui-box-class{border:none;padding:15px;background:#fff;}
.ui-box-class .ui-box-head{border:none;margin:0;padding:0;background:none;height:34px;}
.ui-box-class .ui-box-container{border:none;}
.ui-box-class .ui-box-content{padding:0;}
.ui-box-class ul{width:auto;overflow:hidden;margin:20px 0 0 0;border:1px solid #E0E1DC;}
.ui-box-class ul li{display:block;height:36px;background:url(../../images/top_bg.jpg) 0 0 repeat-x;}
.ui-box-class ul li a{display:block;line-height:36px;height:36px;font-size:14px;background:url(../../images/icon_1.png) 26px center no-repeat;padding-left:45px;}

.ui-box-tj{
	border:none;padding:15px;background:#fff;
}
.ui-box-tj .ui-box-head{border:none;margin:0;padding:0;background:#39B739;height:34px;}
.ui-box-tj .ui-box-head-title{
	color:#fff;
	line-height:34px;
	padding-left:15px;
}
.ui-box-tj .ui-box-head-more{
	padding-right:10px;
	font-size:12px;
	color:#fff;
}
.ui-box-tj .ui-box-container{
	border:1px solid #39B739;
}
.ui-box-tj .ui-box-content{
	/* height:416px; */
	overflow:hidden;
}
.ui-box-tj ul{
	width:auto;
	overflow:hidden;
	padding-left:24px;
}
.ui-box-tj ul li{
	float:left;
	width:202px;
	margin-top:20px;
	margin-right:24px;
}
.ui-box-tj ul li a{
	display:block;
	width:202px;
	margin:0 auto;	
}
.ui-box-tj ul li a span{
	display:block;
}
.ui-box-tj ul li a span.img{
	border:1px solid #d8d8d8;
	height:150px;
}
.ui-box-tj ul li a span.txt{
	height:30px;
	line-height:30px;
	font-size:12px;
	text-align:center;
}
.ui-box-tj ul li a:hover span.img{
	border-color:#39B739;
}

.row2{
	background:#fff;
	padding:20px 0;
}
.row2 .row2-head{
	height:100px;
	background: url('../../images/about_title.png') center center no-repeat;
}
.row2 .row2-head-title{
	font-family: '微软雅黑';
    color: #1e1e1e;
    font-size: 39px;
    text-align:center;
    color:#000;
}
.row2 .row2-head-text{
	font-size:15px;
	text-align:center;
	line-height:2em;
}
.row2 .ui-box{
	padding:0;
}
.row2 .ui-box-head{
	margin:0;
	padding:0;
	height:34px;
	line-height:34px;
	padding-bottom:5px;
	border:none;
}
.row2 .ui-box-head-title{
	font-size:20px;
	color:#0059B2;
	font-weight:normal;
}
.row2 .ui-box-content{
	font-size:14px;
	line-height:2em;
	color:#777;
}
.row2 .ui-box-content a{
	color:#0080FF;
	text-decoration: underline;
}
.row2 .ui-box-content a:hover{
	color:#f00;
	text-decoration: none;
}

.row3 .ui-box-head{
	line-height:34px;
	border-bottom:1px dotted #d8d8d8;
}
.row3 .ui-box-head-title{
	font-size:16px;
	color:#007E37;
	position:relative;
	padding-left:14px;
}
.row3 .ui-box-head-title:before{
	position:absolute;
	top:9px;
	left:0;
	width:4px;
	height:16px;
	font-size:0;
	line-height:0;
	content:'';
	background:#007E37;
}
.row3 .ui-box-content{
	height:290px;
	overflow:hidden;
}
.row3 .ui-img{
	width:465px;
	overflow:hidden;
}
.row3 .ui-img ul{
	width:477px;
	overflow:hidden;
	padding-top:10px;
}
.row3 .ui-img ul li{
	float:left;
	width:147px;
	margin-right:12px;
}
.row3 .ui-img ul li a,
.row3 .ui-img ul li a span{
	display:block;
}
.row3 .ui-img ul li a span.img{
	border:1px solid #d8d8d8;
	width:145px;
	height:110px;
	position:relative;
}
.row3 .ui-img ul li a span.img img{
	max-width:145px;
	max-height:110px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row3 .ui-img ul li a span.txt{
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
}
.row3 .ui-img ul li a:hover span.img{
	border-color:#007E37;
}


.product{
	
	background:url('../../images/pro-bg.png') 0 0 repeat-x;
}
.product .wrap{
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:100%;height:222px;background:#fff;border-radius:5px;padding:10px 0;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:880px;margin:0 auto;height:222px;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;height:222px;width:220px;}
.scroll_horizontal .list li a{
	display:block;
	padding:0 10px;
}
.scroll_horizontal .list li a span{
	display:block;
}
.scroll_horizontal .list li a span.img{
	border:1px solid #d8d8d8;	
}
.scroll_horizontal .list li a span.img img{
	width:198px;
	height:200px;
}
.scroll_horizontal .list li a span.title{
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.scroll_horizontal .list li img{width:100%;height:150px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;width:40px;height:62px;margin-top:-30px;cursor:pointer;background:url('../../images/product-jiantou.png') 0 0 no-repeat;}
.scroll_horizontal .prev{left:10px;background-position:0 0;}
.scroll_horizontal .next{right:10px;background-position:-40px 0;}
/*.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}*/

.company{
	width:750px;
}

.contact{
	width:230px;
}

.main .ui-box{
	border:none;
}
.main .ui-box-head{
	height:58px;
	margin:0;
	padding:0;
	border:none;
	position:relative;
	background:url('../../images/logo.png') 0 0 no-repeat;
}
.main .ui-box-head-title{
	position:absolute;
	top:15px;
	left:60px;
	width:100px;
	height:1.2em;
	line-height:1.2em;
	font-size:18px;
	color:#206609;
}
.main .ui-box-head-text{
	position:absolute;
	top:38px;
	left:60px;
	height:1em;
	line-height:1em;
	font-size:12px;
	color:#E7720A;
	margin:0;
}
.main .ui-box-head-more{
	float:right;
	width:36px;
	height:11px;
	line-height:11px;
	font-size:0;
	background:url('../../images/more.png') 0 0 no-repeat;
	margin-top:23px;
	margin-right:10px;
}
.main .ui-box-container{
	border:none;
}
.main .ui-box-content{
	font-size:13px;
}
.main .ui-box-content p{
	margin:1.5em;
}
.company .ui-box-head-title{
	width:300px;
}
.contact .ui-box-content{
	padding:10px 0;
	background:url('../../images/contact-bg.png') 0 0 no-repeat;
}
.contact .ui-box-content .text{
	font-size:12px;
	padding-top:85px;
}
.contact .ui-box-content .text p{
	margin:0;
	line-height:24px;
}



