﻿ @charset "utf-8";
/* CSS Document */
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}
@media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
body {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
body {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
body {
	font-size: 150%;
}
}
/*header*/
header {
	overflow: hidden;
	width: 94%;
	padding: 1em 3%;
}
header h1 {
	float: left;
	width: 20%;
}
header h1 img {
	display: block;
}
header h2 {
	float: left;
	margin-left: 3%;
	font-size: 1.1em;
	color: #333;
	margin-top: 4%;
	width: 77%;
}
header h2 p {
	font-weight: normal;
	margin-top: 0.5em;
}
/*nav*/
nav {
	overflow: hidden;
	width: 100%;
}
nav a {
	display: block;
	width: 33%;
	padding: 0.7em 0;
	float: left;
	margin-right: 0.33333333%;
	background: url(../img/navbg.png) no-repeat center top;
	background-size: cover;
	border-top: 1px solid #fff;
	font-size: 1em;
	color: #fff;
	text-align: center;
}
nav img {
	display: block;
	width: 25%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
nav a:nth-child(3n) {
	margin-right: 0;
	width: 33.33333333%
}
/*banner*/
.banner {
	overflow: hidden;
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}
.focus .hd ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: 5px;
	background-color: rgba(51,51,51,0.5);
}
.focus .hd ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	font-size: 0
}
.focus .hd ul .on {
	background: #4c9d03;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
	width: 100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color: #0b85ec; /* 取消链接高亮 */
}
/*search*/
.search {
	overflow: hidden;
	width: 92%;
	margin: 1.25em auto;
	border: 2px solid #4b9c03;
}
.search input {
	display: block;
	float: left;
	width: 70%;
	height: 4em;
	line-height: 4em;
	font-size: 1em;
	color: #666;
	padding: 0 5%;
	outline: none;
	border: none;
}
.search span {
	display: block;
	width: 20%;
	height: 4em;
	background-size: cover;
	float: right
}
/*优势*/
.youshi {
	overflow: hidden;
	width: 100%;
	margin-bottom: 2.5em;
}
.youshi .title {
	overflow: hidden;
	padding: 2em 0;
	background-color: #eaeaea;
	width: 100%;
	margin-bottom: 1px;
}
.youshi h2 {
	text-align: center;
	font-size: 1.7em;
	color: #4c9d03;
	margin-bottom: 0.5em;
}
.youshi h2 i {
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: #efefef;
	margin: 0 3%;
	position: relative;
	top: -0.3em
}
.youshi .title p {
	text-align: center;
	font-size: 1.1em;
	color: #333
}
.youshi .menu {
	overflow: hidden;
	width: 100%;
}
.youshi .menu li {
	float: left;
	width: 25%;
	padding: 1em 0;
	background: url(../img/youshi_menu.jpg) no-repeat center top;
	background-size: 100%;
	text-align: center;
	font-size: 1.25em;
	color: #333;
}
.youshi .menu li.on {
	background: url(../img/navbg.png) no-repeat center top;
	background-size: cover;
	color: #fff;
}
.youshi .ysbox {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	position: relative
}
.youshi .list {
	overflow: hidden;
	width: 100%;
}
.youshi .list img {
	display: block;
	width: 100%;
	margin-bottom: 0.3em;
}
.youshi .list p {
	font-size: 1.1em;
	color: #333;
	line-height: 2em;
	padding-left: 1em;
	background: url(../img/youshi_li.jpg) no-repeat left center;
	background-size: 2%;
	width: 80%;
	margin: 0 auto
}
/*pro*/
.pro {
	overflow: hidden;
	width: 100%;
	padding: 2em 0 1.7em 0;
	background-color: #333;
}
.pro h2 {
	text-align: center;
	font-size: 1.7em;
	color: #4b9c03;
	background: url(../img/title.png) no-repeat center;
	background-size: 94%;
	margin-bottom: 1.3em;
}
.pro h2 a {
	color: #4b9c03
}
.pro .menu {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 0.8em;
}
.pro .menu li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 1.25em;
	color: #333;
	padding: 1.2em 0;
	background-color: #fff;
}
.pro .menu img {
	width: 1.2em;
	margin-right: 0.2em;
	position: relative;
	top: 3px;
}
.pro .menu .img02 {
	display: none
}
.pro .menu li:nth-child(1) {
	position: relative;
	left: -1px;
}
.pro .menu li.on {
	background: url(../img/pro_menu.png) no-repeat center top;
	background-size: cover;
	color: #fff;
}
.pro .menu li.on .img01 {
	display: none
}
.pro .menu li.on .img02 {
	display: inline-block
}
.pro .pbox {
	overflow: hidden;
	width: 94%;
	margin: 0 auto
}
.pro .pbox ul {
	overflow: hidden;
	width: 100%;
}
.pro .pbox li {
	float: left;
	width: 48%;
	background-color: #fff;
	margin-bottom: 0.8em;
}
.pro .pbox li img {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.pro .pbox li a {
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.9em;
	color: #333;
	padding-bottom: 1.1em;
}
.pro .pbox li:nth-child(2n) {
	margin-left: 4%
}
/*ad*/
.ad {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.ad img {
	display: block;
	width: 100%;
}
.ad span {
	display: block;
	padding-left: 1.2em;
	background: url(../img/phone.png) no-repeat left center;
	background-size: 1em;
	font-size: 1.5em;
	color: #4b9c03;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	left: 50%;
	bottom: 7%;
}
/*case*/
.case {
	overflow: hidden;
	width: 100%;
	padding: 2.5em 0 1.5em 0;
	background-color: #4c9d03;
}
.case h2 {
	text-align: center;
	font-size: 1.7em;
	background: url(../img/title.png) no-repeat center;
	background-size: 94%;
	margin-bottom: 0.5em;
}
.case p {
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 1.3em;
}
.case h2 a {
	color: #fff;
}
.case .casebox {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	position: relative
}
.case .casebox ul {
	overflow: hidden;
	width: 100%;
}
.case .casebox li {
	float: left;
	width: 46%;
	margin: 0 2%;
}
.case .casebox li img {
	display: block;
	width: 96%;
	padding: 2%;
	background-color: #fff;
	margin-bottom: 0.8em;
}
.case .casebox a {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}
/*about*/
.about {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	padding: 1.7em 3%;
	background-color: #e9e9e9;
}
.about .aboutbox {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
.about img {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
}
.about h2 {
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	color: #4b9b04;
	margin-bottom: 1em;
}
.about h2 a {
	color: #4b9b04
}
.about p {
	font-size: 0.8em;
	color: #333;
	line-height: 1.25em;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 1.7em;
}
/*ab02*/
.ab02 {
	overflow: hidden;
	width: 100%;
	margin-top: -0.5em;
	margin-bottom: 1.7em;
}
.ab02 img {
	display: block;
	width: 100%;
}
/*留言*/
.liuyan {
	overflow: hidden;
	width: 100%;
	padding-bottom: 2.5em;
	border-bottom: 2px solid #ccc;
	margin-bottom: 2em
}
.liuyan h2 {
	text-align: center;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 0.5em;
}
.liuyan p {
	text-align: center;
	font-size: 1em;
	color: #3f3e3e;
	margin-bottom: 0.5em;
}
.liuyan h3 {
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 0.5em 0;
	background: url(../img/pro_menu.png) no-repeat center top;
	background-color: #4b9b04;
	margin-bottom: 0.8em;
}
.liuyan h3 em {
	font-size: 0.9em
}
.liuyan .ph {
	display: block;
	text-align: center;
	font-size: 2.5em;
	color: #4b9b04;
	font-weight: bold;
	margin-bottom: 1em;
}
.liuyan .ph img {
	width: 0.8em;
	margin-right: 0.3em
}
.liuyan>input {
	display: block;
	width: 62%;
	margin: 0 auto;
	margin-bottom: 0.5em;
	height: 3.5em;
	border: 1px solid #999;
	line-height: 3.5em;
	color: #666;
	font-size: 1em;
	padding-left: 18%;
}
.liuyan .comp {
	background: url(../img/ly01.png) no-repeat left center;
	background-size: 18%;
}
.liuyan .name {
	background: url(../img/ly02.png) no-repeat left center;
	background-size: 18%;
}
.liuyan .phone {
	background: url(../img/ly03.png) no-repeat left center;
	background-size: 18%;
}
.liuyan .time {
	background: url(../img/ly04.png) no-repeat left center;
	background-size: 18%;
}
.liuyan .text {
	background: url(../img/ly05.png) no-repeat left center;
	background-size: 18%;
}
.liuyan .btn {
	overflow: hidden;
	width: 80%;
	margin: 0 auto
}
.liuyan .btn input {
	display: block;
	float: left;
	width: 49%;
	font-size: 1em;
	color: #fff;
	background: url(../img/pro_menu.png) no-repeat center top;
	background-size: cover;
	padding: 1.25em 0;
	text-align: center
}
.liuyan .btn a {
	display: block;
	float: right;
	width: 49%;
	font-size: 1em;
	color: #fff;
	background: url(../img/ly06.png) no-repeat center top;
	background-size: cover;
	padding: 1.25em 0;
	text-align: center
}
/*news*/
.news {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 5.5em;
}
.news h2 {
	text-align: center;
	font-size: 1.7em;
	margin-bottom: 1.5em;
}
.news h2 a {
	color: #4b9b04;
}
.news .top {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.7em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #b2b2b2;
}
.news .top img {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
}
.news .top h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0.8em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .top h3 a {
	color: #333
}
.news .top p {
	font-size: 0.8em;
	color: #505050;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .list {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.25em;
}
.news .time {
	overflow: hidden;
	width: 23%;
	padding: 1.2em 0;
	float: left;
	background-color: #efefef;
	text-align: center
}
.news .time span {
	display: block;
	font-size: 2em;
	color: #7c7c7c;
	font-family: Arial;
}
.news .time em {
	display: block;
	font-size: 0.8em;
	color: #7c7c7c;
}
.news .wen {
	overflow: hidden;
	float: right;
	width: 72%;
}
.news .wen h3 {
	font-weight: normal;
	font-size: 0.9em;
	color: #333;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0.7em 0;
}
.news .wen h3 a {
	color: #333
}
.news .wen p {
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
	height: 2.9em;
	overflow: hidden
}
/*footer*/
footer {
	overflow: hidden;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #93c368;
	z-index: 100
}
footer a {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 1em;
	color: #fff;
	padding: 1.2em 0;
	background: url(../img/navbg.png) no-repeat center top;
	background-size: cover;
	margin-right: 0.333333333%
}
footer img {
	display: inline-block;
	width: 20%;
	margin-bottom: -6px;
	margin-right: 0.5em
}
