.wrap{
	width: 1200px;
	margin: 0 auto;
	
}
.header {
	
	height: 86px;
	background: #fff;	
	margin: 0 auto;
}
.logo {
	background:url(../images/logo.png) no-repeat left center;
	
	width: 450px;
	height: 86px;
	float: left;
}

/*导航*/
.header .nav {
	float: right;
	
}
.header .nav li {
	float: left;
	
	
}
.header .nav li a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	line-height: 82px;
	color:#3da00f
}
.header .nav li.current a {
	background:#3da00f;
	color: #fff;
	border-bottom: 4px solid #3da00f;
}
.header .nav li a:hover {
	color: #3da00f;
}
/*banner*/
.banner {
	background: url(../images/banner.jpg) no-repeat center center;
	width: 100%;
	height: 362px;
	min-width:1200px;
}

/*小标题*/
.smlTitle {
	height: 36px;
	text-align: center;
	margin: 0 auto 30px auto;
	width: 500px;
}
.smlTitle .smltLine {
	height: 1px;
	width: 100px;
	background: #e5e5e5;
	font-size: 0;
	display: inline-block;
	margin: 7px 10px;
}
.smlTitle h2 {
	display: inline-block;
	font-size: 24px;
	color: #3da00f;
	height: 36px;
	line-height: 36px;
}


/*关于我们*/
.aboutUs {
	background: #fff;
	padding-bottom: 40px;
	padding-top: 40px;
	width:100%; min-width:1200px;

}
.aboutUs .txt {
	padding-left: 420px;
	padding-right:20px;
	min-height: 300px;
	background: url(../images/aboutUsImg.png) no-repeat 50px 10px
}
.aboutUs .txt p {
	font-size: 16px;
	color: #222;
	line-height: 28px;
	text-indent: 2em;
}


/*主营产品*/
.product {
	background: #f0fde7 url(../images/productImg.jpg) no-repeat center bottom;
	padding-bottom: 40px;
	padding-top: 40px;
	height: 580px;
	width:100%; min-width:1200px;
}
.product ul {
	width: 1060px;
	margin: 0 auto;
}
.product ul li {
	width: 320px;
	float: left;
	margin-right: 30px;
	height: 140px;
}
.product ul li .txt {
	float: left;
	width: 210px;
}
.product ul li img {
	float: left;
	margin-right: 20px;
	display: block;
}
.product ul li h3 {
	font-size: 18px;
	line-height: 38px;
}
.product ul li p {
	font-size: 14px;
	line-height: 18px;
}

/*section*/
.section {
	padding-bottom: 40px;
}
.section .secTitle  {
	background: url(../images/sesTitle.jpg) no-repeat center center;
	height: 200px;
	width: 600px;
	margin: 0 auto;
}
.section .qcode {
	float: left;
	width:280px;
	margin-top: 40px;
	margin-left:15px;
	 text-align:center
}
.section .qcode img {
	width: 280px;
	display:inline-block;
}
.section .qcode p {
	font-size: 14px;
	color: #353535;
	text-align: center;

}
.section .con{
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
	text-indent: 2em;
	color: #353535;
	margin-left: 30px;

}
.section .wrap .img {
	margin-top: 40px;
	margin-left:20px;
	display: block;
	width: 180px;
	float: left;
}
.section .wrap .img img{width:180px;}

/*下单攻略*/
.order {
	background: #f6f6f6;
	padding-bottom: 40px;
	padding-top: 40px;
	height: 270px;
	width:100%; min-width:1200px;
}

.order ul {
	width: 1100px;
	margin: 0 auto;
}
.order ul li {
	float: left;
	margin-right: 6px;
}
.order ul li img {
	width: 155px;
	height: 155px;
	display: block;
}
.order ul li p {
	width: 155px;
	text-align:center;
	margin-top: 10px;
	font-size: 14px;
}
.order ul li.arrow {
	width: 18px;
	height: 155px;
	background: url(../images/arrow.png) no-repeat center center;
}

/*认证*/
.slogen {
	height: 94px;
	border-bottom: 1px solid #eee;
}
.slogen ul {
	width: 1050px;
	margin: 0 auto;
}
.slogen ul li {
	float: left;
	width: 255px;
	height: 68px;
	padding-top: 26px;
}
.slogen ul li img {
	float: left;
}
.slogen ul li h2 {
	font-size: 24px;
	float: left;
	line-height: 51px;
	height: 51px;
	text-indent: 10px;
}
.moreBtn  {
	text-align: center;
	
}

.moreBtn a {
	display: inline-block;
	padding: 10px 40px;
	background: #3e9f11;
	color:#fff ;
	margin-top: 30px;
	border:none;
	
}

/*footer*/
.footer {
	height: 40px;
	text-align: center;
	padding-top: 20px;
}
.footer span{ margin-left:20px;}

/*加盟join*/
.join {
	background: #f7f7f7;
	padding: 20px 0px;
	min-width:1200px;
}
.join .wrap {
	background: #fff;
	padding: 40px 60px 20px;
	width: 1080px;
	-webkit-box-shadow: 1px 1px 1px #e7e7e7;
	-moz-box-shadow: 1px 1px 1px #e7e7e7;
	-ms-box-shadow: 1px 1px 1px #e7e7e7;
	-o-box-shadow: 1px 1px 1px #e7e7e7;
	box-shadow: 1px 1px 1px #e7e7e7;
}
.join .wrap h2 {
	font-size:28px;
	line-height: 1.5;
	margin-bottom: 22px;
	color:#222
}
.join .wrap .con {
	font-size: 18px;
	line-height: 32px;

}
.join .wrap .about img{ float:right; margin:15px; margin-right:0px;}
.join .wrap .con p {
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 15px;
}
.join .wrap .con img{ display:block; margin: 10px auto}
.join .wrap .con .addr p{
	font-size: 16px;
	line-height:24px;

}
.title{ line-height:50px; height:50px; border-bottom:1px solid #ccc}
.title em{ display:inline-block; height:49px; border-bottom:2px solid #32c2c2; padding:0 20px; font-size:18px; color:#222}
.newsList,.news {
	background: #f7f7f7;
	padding: 20px 0px;
	min-width:1200px;
}
.newsList .wrap,.news .wrap{
	background: #fff;
	padding: 40px 60px 20px;
	width: 1080px;
	-webkit-box-shadow: 1px 1px 1px #e7e7e7;
	-moz-box-shadow: 1px 1px 1px #e7e7e7;
	-ms-box-shadow: 1px 1px 1px #e7e7e7;
	-o-box-shadow: 1px 1px 1px #e7e7e7;
	box-shadow: 1px 1px 1px #e7e7e7;
}
.newsList ul{ padding:10px 15px;}
.newsList ul li{ height:35px; line-height:35px; overflow:hidden; font-size:14px;}
.newsList ul li a{ color:#555756;}
.newsList ul li span{ float:right; color:#adafae;}
.news h1{line-height:72px; border-bottom:1px solid #f0f0f0;font-size:24px; color:#353535}
.newsContent{line-height:36px; font-size:16px; color:#333}
.newsContent p,.newsContent div{line-height:36px; font-size:16px; color:#333}
.serviceInfo h2{ text-align:center;font-size:26px; line-height:120px; margin-top:30px}
.serviceInfo img{ display:block; margin:0 auto; max-width:100%}
.cnList li{ margin-bottom:18px; height:45px; line-height:45px}
.cnList li em{ display:inline-block; width:130px; height:45px; background:url(../images/bgtit.png) no-repeat left center; padding-left:20px; margin-right:0px; color:#fff}
.clList { margin-top:20px;}
.clList li{ width:460px; height:290px; float:left; margin-left:50px; margin-bottom:15px}
.clList li h3{ line-height:26px; font-size:16px; color:#FFA144}
.clList li p{ line-height:24px; font-size:14px;}
.clList li img{ margin-top:10px}
.news h3{font-size: 14px;color: #999; line-height: 60px;}
.news h3 span{margin-right: 15px;}
.newsContent p img,.newsContent div img{max-width:100%}
