@charset "utf-8";
.search input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}
.yy{
	width:100%;
	background:#f4f4f4;
	padding:10px 0px;
	
}
.yy_ct{
	width:1200px;
	height:32px;
	line-height:32px;
	margin:0px auto;
}
.yy_ct span{
	float:left;
}
.yy_ct b{
	float:right;
	width:auto;
	text-align:center;
	line-height:30px;
	margin-left:15px;
	color:#999;
}
.yy_ct a:hover{
	background:#88b44e;
	color:#fff;
	border:1px solid #88b44e;
}
.w{
	width:100%;
	position:relative;
	min-width:1200px;
}
.top{
	width:100%;
	min-width:1200px;
	height: auto;
	position: absolute;
	z-index:9;
	top:6px;
	color:#fff;
	left:0;
}
.banner{
	width:100%;
	min-width:1200px;
	height:440px;
	overflow:hidden;
}
.banner img{
	width:100%;
	min-height:440px;
}
.top_ct{
	width:1200px;
	height: auto;
	margin:0px auto;
}
.logo {
	width:300px;
	margin:0px auto;
	height: auto;
}
.name{
	width: 100%;
	text-align:center;
	font-size: 24px;
    letter-spacing: 3px;
	padding-top:15px;
}
.name a,.name a:hover{color:#fff;}
.nav {
	width:100%;
	margin-top:4%;
}

.nav ul {
	float: left;
	width: 700px;
	margin-top:5px;
}

.nav ul li {
	float: left;
	width:100px;	
	text-align:center;
	font-size: 14px;
	height:40px;
	position:relative;
}

.nav ul li a{
	color:#fff;
	padding-bottom:10px;
}
.nav ul li a:hover{
	color:#fff;
	background:url(../images/line1.jpg) bottom center no-repeat;
}
.nav ul li ol{
	float: left;
	width:100px;	
	text-align:center;
	position: absolute;
	z-index:999;
	top:30px;
	font-size: 14px;
	background:rgb(0, 0, 0,0.6);
}
.nav ul li ol li{
	float: left;
	width:100px;
	height:36px;
	line-height:36px;
	border-bottom:0px;
}
.nav ul li ol li a:hover{
	float: left;
	width:100px;	
	text-align:center;
	background: none;
}
.search{
	float:right;
	width:300px;
	border-bottom:1px solid #fff;
}
.search_w {
float: left;
width:250px;
border: none;
padding: 0px;
font-size: 14px;
height:30px;
color:#fff;
background:none;
outline: none;
}

.ntitle{
	width: 100%;
	text-align:center;
	font-size: 30px;
    letter-spacing: 3px;
	margin-top:1%;
}
.nct{
	width: 100%;
	text-align:center;
	letter-spacing: 1px;
    line-height: 220%;
	font-size:20px;color:#FF9900;
	padding:1% 0px 2% 0px;
}
.nbtn{
	width:180px;
	margin:0px auto;
	height: 40px;
    line-height: 40px;
	text-align:center;
}
.nbtn a{
	float:left;
	width:100%;
	height: 40px;
	color:#fff;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
	background:#88b44e;
}
.nbtn a:hover{
	float:left;
	width:100%;
	height: 40px;
	background:#999;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.title{
	width:1200px;
	height: auto;
	margin:3% auto;
	text-align:center;
	color:#999;
	background:url(../images/title_bg.png) center bottom no-repeat;
	line-height:28px;
	padding-top:60px;
}
.title p{
	font-size:24px;
	font-weight:bold;
	color:#333;
}
.about{
	width:1200px;
	height: auto;
	margin:3% auto;
}
.about_ct{
	width:960px;
	margin:0px auto;
	text-align:center;
	line-height:28px;
}
.about_ul{
	width:100%;
	padding:3% 0px;
}
.about_li{
	float:left;
	width:23%;
	margin:1%;
}
.about_li img{
	width:100%;
	max-height:150px;
}
.about_tl{
	float:left;
	width:100%;
	text-align:center;
	color:#282828;
	font-size:18px;
	padding-top:10px;
}
.about_tl a{color:#282828;}
.about_tl a:hover{color:#88b44e;}

.more{
	width: 96px;
    height: 96px;
    line-height: 82px;
	text-align:center;
	margin:0px auto;
	padding-bottom:3%;
}
.more a{
	float:left;
	width: 82px;
    height: 82px;
    background:#88b44e;
	border:7px solid #d5ebb8;
	color:#fff;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.more a:hover{
	float:left;
	width: 82px;
    height: 82px;
    background:#999;
	color:#fff;
	border:7px solid #dddddd;
	-moz-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;
}
.pla{
	width:100%;
	min-width:1200px;
	background:#f5f8f2;
	padding:1.2% 0px;
}
.clas{
	width:1200px;
	margin:0px auto;
}
.clas_ct{
	width:100%;
	height:670px;
}
.clas_li{
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom: 100px;
}
.clas_li:nth-child(2),.clas_li:nth-child(4){
    float: left;
    margin-right:0%;
}
.fl_img,.fl_img img{
	width:580px;
	height:397px;
	overflow:hidden;
}
.fl_w{
	width:100%;
	position:relative;
}
.fl_tl{
	position:absolute;
	width:70%;
	height:100px;
	overflow:hidden;
	margin:-60px 10% 0px 10%;
	line-height:24px;
	background:#fff;
	padding:15px 5%;
	box-shadow: #d4d4d4 0px 0px 5px 0px;
}
.fl_tl a{
	float:left;
	width:100%;
	color:#333;
	font-size: 20px;
    letter-spacing: 5px;
	text-align:center;
	padding-bottom:10px;
}
.td{
	width:100%;
	min-width:1200px;
	/* background: url(../images/pbg.jpg); */
	background-position: center center;
}
.td img{
	width:100%;

}
.td_tl{
	width:1200px;
	margin:0px auto;
	font-size: 48px;
    letter-spacing: 5px;
	text-align:center;
	color:#fff;
}
.td_tl strong{
	font-size:72px;
}
.td_ct{
	width:1200px;
	margin:0px auto;
	padding:5% 0px 1% 0px;
}
.td_lf{
	float:left;
	width:390px;
}
.td_z{
	float:left;
	width:420px;
	height:330px;
}
.td_li{
	float:left;
	width:100%;
	padding:26px 0px;
	font-size: 20px;
    letter-spacing: 1px;
	color:#fff;
	line-height:50px;
}
.td_li span{
	float:left;
	width:50px;
	height:50px;
	font-size: 28px;
	text-align:center;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
	border:1px solid #fff;
	font-weight:bold;
	margin-right:16px;
}
.product{
	width:1200px;
	margin:0px auto;
}
.product_ct{
	width:100%;
}
.product_li{
	float:left;
	width: 32%;
    margin-right: 2%;
	margin-bottom:20px;
}
.product_li:nth-child(3),.product_li:nth-child(6),.product_li:nth-child(9),.product_li:nth-child(12){
    float: left;
    margin-right:0%;
}
.product_img{
	float:left;
	width:100%;
}

.product_tl{
	float:left;
	width:100%;
	text-align:center;
	padding:15px 0px;
}
.new_cl{
    width:1200px;
    text-align: center;
	margin:25px auto;
}
.new_cl a {
    width:124px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    display: inline-block;
    margin: 0 10px;
}
.new_cl a.non,.new_cl a:hover{
    background: url(../images/fl.png) no-repeat;
	color:#88b44e;
}
.new_ct{
	width:1200px;
	margin:3% auto 0 auto;
}
.new_ct1{
	width:1200px;
	margin:0 auto 3% auto;
}
.new_lf{
	float:left;
	width:560px;
}
.new_rg{
	float: right;
	width:560px;
}
.new_img{
	float:left;
	width:100%;
	height:350px;
	overflow:hidden;
}
.new_tt{
	float:left;
	width:100%;
	padding:10px 0px;
	border-bottom: 1px dotted #dbd4cd;
}
.new_tt a{
	float:left;
	width:100%;
	font-size: 22px;
	color:#333;
}
.new_tt font{
	float:left;
	width:100%;
	font-size: 12px;
	color:#999;
	margin:10px 0px;
}
.new_li{
	float:left;
	width:100%;
	padding-top:10px;
	border-bottom: 1px dotted #dbd4cd;
}
.new_rq{
	float:left;
	width:20%;
	text-align:center;
	color:#999;
	line-height:36px;
}
.new_rq p{
	font-size:36px;
}
.new_xq{
	float:left;
	width:80%;
	height:80px;
	overflow:hidden;
	line-height:22px;
}
.new_xq a{
	float:left;
	width:100%;
	color:#333;
	margin-bottom:10px;
	font-size:18px;
}
.x_new_li{
	float:left;
	width:560px;
	padding-top:10px;
	margin-right:80px;
	border-bottom: 1px dotted #dbd4cd;
}
.x_new_li:nth-child(2),.x_new_li:nth-child(4){margin-right:0px;}
.flog{
	width:100%;
	background:#f4f4f4;
	padding:3% 0px;
	min-width:1200px;
}
.slideGroup{ 
    width:1200px;
    text-align: center;
	margin:0px auto;
}
.slideGroup ul{ overflow:hidden; zoom:1;   }
.slideGroup ul li{
	width: 130px;
    height: 87px;
    display: inline-block;
	border: none;
    margin: 0 35px;
}
.bottom{
	width:100%;
	background:#292e32;
	padding:4% 0px;
	min-width:1200px;
}
.bottom_ct{
	width:1200px;
	margin:0px auto;
	color:#cccccc;
}
.bottom_lf{
	float:left;
	width:360px;
	line-height:30px;
}
.bottom_lf img{
	float:left;
	width:68%;
}
.bottom_lf p{
	float:left;
	width:100%;
	font-size:12px;
	color:#cccccc;
	padding-top:30px;
}
.bottom_lf strong{
	float:left;
	font-size:28px;
	color:#88b44e;
}
.bottom_c{
	float:left;
	width:700px;
}
.bottom_nav{
	float:left;
	width:100%;
	padding-top:20px;
}
.bottom_nav a{
	float:left;
	width:110px;
	color:#fff;
	font-size:16px;
}
.bottom_link{
	float:left;
	width:100%;
	padding-top:40px;
}
.bottom_link p{
	width:100%;
	font-size:16px;
	padding-bottom:10px;
}
.bottom_link a{
	float:left;
	width: auto;
	padding-right:30px;
}
.bottom_rg{
	float: right;
	width:100px;
	text-align:center;
	line-height:16px;
}
.footer{
	width:100%;
	padding:15px 0px;
	background:#292e32;
	border-top:1px solid #494d51;
	min-width:1200px;
}
.footer_ct{
	width:1200px;
	line-height:26px;
	margin:0px auto;
	color:#999;
}
.foot_lf{
	float:left;
}
.foot_rt{
	float: right;
}
.footer_ct img{
	float:left;
	margin:0px 8px;
	width:26px;
}

/**/
.c_top{
	width:100%;
	min-width:1200px;
	height: 100px;
	background:rgb(0, 0, 0,0.6);
	position: absolute;
	z-index:9;
	top:0;
	left:0;
}
.c_top_ct{
	width:1200px;
	height:54px;
	margin:0px auto;
	padding:23px 0px;
}
.c_logo{
	float:left;
	width: 260px;
    margin-top: -25px;
}
.c_name{
	float:left;
	width: auto;
	letter-spacing: 3px;
	color:#fff;
	font-size:24px;
	line-height:54px;
	padding-left:16px;
}
.c_name a,.c_name a:hover{color:#fff;}
.c_nav{
	float:right;
	width: 600px;
	line-height:54px;
}
.c_nav ul {
	float: left;
	width: 100%;
}
.c_nav ul li {
	float: left;
	width:100px;	
	text-align:center;
	font-size: 14px;
	height:64px;
	position:relative;
}

.c_nav ul li a{
	color:#fff;
	padding-bottom:10px;
}
.c_nav ul li a:hover{
	color:#fff;
	background:url(../images/line1.jpg) bottom center no-repeat;
}
.c_nav ul li ol{
	float: left;
	width:100px;	
	text-align:center;
	position: absolute;
	z-index:999;
	
	font-size: 14px;
	background:rgb(136, 180, 78,0.6);
}
.c_nav ul li ol li{
	float: left;
	width:100px;
	height:36px;
	line-height:36px;
	border-bottom:0px;
}
.c_nav ul li ol li a:hover{
	float: left;
	width:100px;	
	text-align:center;
	background: none;
}
.s_banner{
	width:100%;
	min-width:1200px;
}
.s_banner img{
	width:100%;
	height:450px;
}
.c_ntitle{
	width: 100%;
	text-align:center;
	font-size: 55px;
    letter-spacing: 3px;
	margin-top:5%;
	color:#fff;
}
.c_nct{
	width: 100%;
	color:#FF9900;
	text-align:center;
	letter-spacing: 1px;
    line-height: 220%;
	font-size:24px;
	padding:2% 0px 4% 0px;
}
.add{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	border-bottom:1px solid #ededed;
}
.add_ct{
	width:1200px;
	margin:0px auto;
	font-size:12px;
	color:#999;
}
.c_c{
	width:1200px;
	margin:0px auto;
}
.c_title{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
	color:#333;
}
.c_rq{
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#999;
	text-align:center;
}
.c_jj{
	width:95.5%;
	padding:10px 2%;
	font-size: 12px;
    color: #868686;
	background: #F5F5F5;
	line-height:20px;
	border:1px solid #E5E5E5;
}
.c_tt{
	width:100%;
	line-height:24px;
	padding:2% 0px;
}
.c_tt p{
	margin: 16px 0px;
	text-indent: 2em;
}
.c_p_fy{
	width: 100%;
	margin:50px auto;
	font-size:12px;
	color:#999;
}
.contact{
	width:1200px;
	margin:0px auto 4% auto;
}
.contact_ct{
	width:100%;
	padding-bottom:4%;
}
.contact_lf{
	float:left;
	width:50%;
	font-size:16px;
	line-height:30px;
	padding-top:4%;
}
.contact_lf span{
	color:#88b44e;
	font-size: 38px;
}
.contact_rg{
	float:left;
	width:50%;
}
.mass_tl{
	float:left;
	width:100%;
	font-size:22px;
	color:#333;
	padding-bottom:20px;
}
.mass{
	float:left;
	width:100%;
}
.tx{
	width:94%;
	height:36px;
	border: 1px solid #CCD1D9;
	line-height:36px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
}
.ly_tx{
	width:94%;
	background:#fff;
	height:80px;
	border: 1px solid #CCD1D9;
	line-height:24px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	font-family:"微软雅黑";
}
.btn{
	background:#88b44e;
	border-radius:5px;
	color:#fff;
	display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover{
	background:#999;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yzm{
	width:100px;
	height:36px;
}
.map{
	width:100%;
	height:400px;
	overflow:hidden;
}
.join{
	width:1200px;
	margin:5% auto;
	background:#f4f4f4;
}
.join_lf{
	float:left;
	width:450px;
}
.join_lf img{
	float:left;
	width:100%;
}
.join_rg{
	float: left;
	width:660px;
	padding:0px 45px;
}
.join_ts{
	float:left;
	width:100%;
	border-bottom:1px dashed #ddd;
	padding:25px 0px;
	line-height:26px;
	text-align:center;
	margin-bottom:30px;
}
.cont_rtop{
	width: 100%;
	padding:2% 0px;
}
.cont_rtopl{
    width:450px;
    float: left;
}

.cont_rtopr{
    width: 700px;
    float: right;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:450px;
	height:300px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.jqzoom img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
}

.zoomdiv {
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:450px;
    height:300px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/*图片小图预览列表*/
.spec-preview {
   width: 450px;
    height:300px;
    border: 1px solid #DFDFDF;
	background:#f5f8f2;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width:450px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 400px;
    height: 90px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 90px;
}

.spec-scroll .items ul li {
    float: left;
    width:102px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 84px;
    height:56px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}
.c_t1{
    font-size: 26px;
	font-weight: bold;
    color: #242424;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.c_t2{
    font-size: 14px;
    color: #999;
    padding: 0 0 20px;
}

.c_btn1{
	width:150px;
	height:38px;
	line-height:38px;
	text-align:center;
	padding: 15px 0;
}
.c_btn1 a{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(136,180,78,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(136,180,78,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(136,180,78,0.2) 10px 10px 20px 5px;
    background-color: rgba(136,180,78,1);
	color:#fff;
}
.c_btn1 a:hover{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    background-color:rgba(153,153,153,1);
	color:#fff;
}
#search{
	position: absolute;
	opacity: 0;
	z-index: 999;
}
#header{
	display:none;
}
.c_name{
	display:block;
}
.c_logo{
	display:block;
}
.pt-main-top{
	display:none;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.pt-main-top{
	display:block;
}

	#header{
		display:block;}
	.c_name{
		display:none;
	}
	.c_logo{
		display:none;
	}
.w{
	width:100%;
	position:relative;
	min-width: inherit;
}	
.top {
	width: 100%;
	height:60px;
	min-width: inherit;
	margin: 0px auto;
	top:20px;
}	
.top_ct {
    width:94%;
    height: auto;
    margin: 0px auto;
}
.logo,.c_logo{
	float: left;
	width: 140px;
	margin-top: 0px;
	height:auto;
	padding-right:10px;
}
.logo img{
	float:left;
	width:100%;
}
.name,.c_name{
	float: left;
    width:50%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 3px;
    padding-top: 14px;
	line-height: 34px;
    padding-left: 0px;
}
.nbtn{
	display:none;
}
.nct{
	line-height:140%;
	font-size:16px;
	padding-top:10%;
}
.c_nct{
	width:80%;
	margin:0px auto;
	line-height:140%;
	font-size:16px;
}
.ntitle,.c_ntitle{
	float:left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 0px;
}
.banner {
    width: 100%;
    min-width: inherit;
}
.banner img {
    width: 100%;
    min-height: inherit;
}
.c_c{
	width:94%;
	margin:0px auto;
}
.cont_rtop,.c_tt,.c_p_fy{
	width: 94%;
	padding:2% 3%;
}
.cont_rtopl {
    width: 100%;
    float: left;
}
.cont_rtopr {
     width: 100%;
    float: left;
}
.spec-preview {
     width: 100%;
    height: auto;
    border: 1px solid #DFDFDF;
    background: #f5f9fe;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: auto;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.spec-scroll {
    clear: both;
    margin-top: 5px;
   width:100%;
}
.spec-scroll .items {
    float: left;
    position: relative;
   width:85%;
    height: 60px;
    overflow: hidden;
}
.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width:83px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 75px;
    height:50px;
}
.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 5%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
.title,.clas{
    width: 100%;
}
.title p {
    font-size: 18px;
}
.about{
	width: 94%;
	margin:3% auto;
}
.about_ct{
	width:100%;
}
.about_li {
    float: left;
    width: 46%;
    margin:2%;
    position: relative;
}
.pla{
	min-width:inherit;
}
.clas_ct {
    width: 94%;
    height: auto;
	margin:0px auto;
}
.clas_li {
    float: left;
    width: 100%;
    margin-right:0;
	margin-bottom: 90px;
}
.fl_img, .fl_img img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.td{
	display:none;
   
}
.product{
    width: 100%;
    min-width: inherit;
}
.td_ct{
    width:94%;
    margin:0px auto;
}
.td_tl {
    width: 100%;
    margin: 0px auto;
    font-size: 24px;
}
.td_lf {
    float: left;
     width: 100%;
}
.td_li {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
}
.td_li span {
    float: left;
    width:30px;
	font-size:20px;
    height: 30px;
}
.td_z {
    float: left;
    width: 80%;
	padding:0px 10%;
    height: auto;
}
.product_li {
    float: left;
    width: 46%;
	padding:2%;
    margin-right:0;
    margin-bottom: 20px;
}
.new_cl {
    width:100%;
    text-align: center;
    margin: 15px auto;
}
.new_cl a {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    display: inline-block;
   margin: 0 1px;
}
.new_cl a.non, .new_cl a:hover {
    background: url(../images/fl_01.png) no-repeat;
    color: #88b44e;
}
.new_ct,.bottom_ct,.contact,.new_ct1{
    width:94%;
    margin: 3% auto;
}
.new_lf{
    float: left;
    width: 100%;
	padding-bottom:4%;
}
.new_rg{
    float: left;
    width: 100%;
}
.new_xq a {
    float: left;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}
.flog,.bottom,.footer{
	width:100%;
	min-width: inherit;
}
.slideGroup {
    width:100%;
    text-align: center;
    margin: 0px auto;
}
.footer_ct {
    width:100%;
    line-height: 20px;
}
.bottom_lf{
	float: left;
    width: 60%;
    line-height: 30px;
}
.bottom_lf p {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #cccccc;
    padding-top:10px;
}
.bottom_lf strong{
	float:left;
	font-size:20px;
	color:#88b44e;
}
.bottom_c{
	display:none;
}
.bottom_rg {
    float: right;
    width: 30%;
    text-align: center;
    line-height: 16px;
}
.foot_lf{
	float:left;
	width:100%;
	text-align:center;
}
.foot_rt,.join_lf{
	display:none;
}
.c_top {
    width: 100%;
    min-width: inherit;
    height: 60px;
    background: rgb(0, 0, 0,0.6);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.c_top_ct {
    width: 94%;
    height:60px;
    margin: 0px auto;
    padding:2px 0px;
}
.s_banner {
    width: 100%;
    min-width: inherit;
}
.s_banner img {
    width: 100%;
    height: auto;
	min-height:130px;
}
.add_ct{
	width:94%;
	margin: 0px auto;
}
.contact_lf {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 4%;
	padding-bottom:5%;
	border-bottom:2px solid #88b44e;
	margin-bottom:5%
}
.contact_rg {
    float: left;
    width: 100%;
}
.contact_lf span {
    color: #88b44e;
    font-size: 26px;
}
.join {
    width: 100%;
    margin:0 auto;
    background: #f4f4f4;
}
.join_rg {
    float: left;
    width: 90%;
    padding: 0px 5% 40px 5%;
}
.yy_ct{
	width:94%;
	height:20px;
	margin:0px auto;
}
.yy_ct span{
	float:left;
}
.yy_ct b{
	float:right;
	width: auto;
	line-height:20px;
	margin-left:10px;
	color:#999;
}
.x_new_li{
	float:left;
	width:100%;
	padding:20px 0px;
	margin-right:0;
	border-bottom: 1px dotted #dbd4cd;
}
.new_img{
	float:left;
	width:100%;
	height: auto;
	overflow:hidden;
}
}
