/* Reset */
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
body {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:visited, a:active, a:focus {
	color: #333;
}
a:hover {
	color: #7bc509;
}
input, button {
	outline: none;
	border: none;
	padding: 0;
}
button {
	background: none;
	border: none;
	padding: 0;
}
textarea {
	outline: none;
	resize: none;
	padding: 0;
}
p, figure {
	margin: 0;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

/* Default */
.vivo-search {
	width: 100%;
	height: 80px;
	background: #C6C5C6;
	position: relative;
	z-index: 9;
	display: none;
}
.vivo-search .search-box {
	width: 37%;
	height: 40px;
	position: relative;
	top: 20px;
	z-index: 9;
	margin: 0 auto;
}
.vivo-search .search-box input {
	float: left;
	width: 85%;
	height: 40px;
	padding: 10px;
	font-size: 15px;
	color: #555;
	border: none;
	background: #fff;
	vertical-align: middle;
	border-radius: 5px 0 0 5px;
}
.vivo-search .search-box button {
	float: right;
	width: 15%;
	height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
	background: #7bc509;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	border-radius: 0 5px 5px 0;
}
.vivo-search .search-box .close {
	display: block;
	position: absolute;
	top: 12px;
	right: -40px;
	color: #FFF;
	font-size: 16px;
}
.vivo-search .search-box .close:hover {
	cursor: pointer;
}
.container {
	margin-left: auto;
	margin-right: auto;
}
.container:before, .container:after {
	content: '';
	display: table;
	clear: both;
}
header {
	box-shadow: 0 0 5px rgba(6,0,1,0.19);
	position: relative;
	z-index: 3;
}
header .logo {
	display: block;
	width: 16.25%;
	float: left;
	margin-left: 0.66%;
	margin-top: 1.25%;
}
header nav {
	width: 75.25%;
	float: right;
}
header nav ul li {
	width: 12.5%;
	float: left;
}
header nav ul li a {
	display: block;
	line-height: 104px;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
}
header nav ul li:nth-of-type(7) a {
	background-color: #84c225;
	color: #fff;
	font-size: 2.3rem;
}
header nav ul li:nth-of-type(7) a i {
	line-height: 104px;
}
header nav ul li:last-of-type a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	background-color: #141414;
	color: #fff;
}
header nav ul li a:hover {
	background-color: #7bc509;
	color: #fff;
}
footer {
	line-height: 53px;
	background-color: #383a3d;
	overflow: hidden;
}
footer p {
	float: left;
	font-size: 1.2rem;
	color: #909090;
}
footer p a {
	color: #909090;
}
footer p a:hover {
	color: #fff;
}
footer .bdsharebuttonbox {
	float: right;
	margin-top: 11px;
}
.fixed-nav{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	background-color:#7bc509;
	z-index:9;
	display: none;
}
.fixed-nav ul li{
	width:25%;
	height:60px;
	float:left;
	border-right:solid 1px #FFF;
	text-align:center;
	padding-top:2.5%;
}
.fixed-nav ul li:last-of-type{
	border-right:none;
}
.fixed-nav ul li a{
	display:block;
	width:100%;
	height:100%;
}
.fixed-nav ul li a i{
	font-size:2.5rem;
}
.fixed-nav ul li a h4{
	font-size:1.4rem;
}
.fixed-nav ul li a i, .fixed-nav ul li a h4{
	color:#FFF;
}

#p1 #h1,
#p2 #h2,
#p3 #h3,
#p4 #h4,
#p5 #h5,
#p6 #h6 {
	background-color: #7bc509;
	color: #fff;
}
/* 手机导航 */
#hamburger {
	width: 24px;
	height: 14px;
	position: fixed;
	top:35px;
	right:5%;
	z-index:999;
	display: none;
}
#hamburger:before, #hamburger:after, #hamburger span {
	content: '';
	background:#7bc509;
	display: block;
	width: 24px;
	height: 2px;
}
#hamburger span {
	margin: 4px 0 0 0;
}
#hamburger:after {
	margin: 4px 0 0 0;
}
#hamburger.hb-absolute {
	position: absolute;
}
#hamburger.hb-fixed {
	position: fixed;
}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	-webkit-transition-property: transform, top, bottom, left, opacity, margin;
	transition-property: transform, top, bottom, left, opacity, margin;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 20px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
	margin: 7.5px 0 0 0;
}
html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
	margin: -7.5px 0 0 0;
}

/* 首页简介 */
.title {
	text-align: center;
}
.title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.6rem;
	color: #a09f9f;
	text-transform: uppercase;
	line-height: 1.5;
}
.title h2 {
	display: inline-block;
	font-size: 3rem;
	color: #84c225;
}
.title h2:before, .title h2:after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 1px;
	background-color: #b0b0b0;
	vertical-align: middle;
}
.title h2:before {
	margin-right: 27px;
}
.title h2:after {
	margin-left: 27px;
}
.index-ab {
	background: url("../images/index-abbg.png") right center no-repeat;
	padding-top: 4.95%;
	padding-bottom: 4.3%;
}
.index-ab p {
	font-size: 1.4rem;
	color: #555;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	padding: 0 1.8%;
	padding-top: 4.6%;
}
.index-ab ol {
	text-align: center;
	padding-top: 5.3%;
}
.index-ab ol li {
	display: inline-block;
	margin: 0 4%;
}
.index-ab ol li h5 {
	font-size: 3rem;
	color: #494949;
	font-weight: bold;
}
.index-ab ol li h5 font {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 1.4;
	margin-left: 5px;
	margin-right: 5px;
}
.index-ab ol li h5 i {
	font-size: 6rem;
	color: #84c225;
	line-height: 52px;
}
.index-ab ol li em {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3;
}
.index-ab .more {
	display: block;
	width: 14.166666%;
	line-height: 43px;
	border: 1px #ccc solid;
	margin: 0 auto;
	text-align: center;
	color: #84c225;
	font-size: 1.4rem;
	border-radius: 5px;
	margin-top: 4.6%;
}
.index-ab .more:hover {
	border-color: #84c225;
	background-color: #84c225;
	color: #fff;
}

/* 首页产品 */
.index-pr {
	padding-top: 4.7%;
	padding-bottom: 4.3%;
	position: relative;
}
.index-pr:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	background-color: #676767;
	z-index: -1;
}
.index-pr .title h1 {
	color: #c6c6c6;
}
.index-pr .title h2 {
	color: #fff;
}
.index-pr p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	padding: 0 6.5%;
	padding-top: 2.5%;
}
.index-pr ol {
	padding-top: 5%;
	overflow: hidden;
}
.index-pr ol li {
	width: 24.584444%;
	float: left;
	border: 1px rgba(235,235,235,1) solid;
	margin-right: 0.5%;
	position: relative;
	text-align: center;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.index-pr ol li:last-child {
	margin-right: 0;
}
.index-pr ol li h5 {
	position: absolute;
	top: 8%;
	left: 0;
	width: 100%;
	font-size: 1.8rem;
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 1;
	padding: 0 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-pr ol li .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(132,194,37,0.9);
	padding: 5.2% 4.2%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.index-pr ol li .overlay article {
	width: 100%;
	height: 100%;
	border: 1px #fff solid;
	padding-top: 48.5%;
}

.index-pr ol li .overlay article p {
	padding: 0 13%;
	line-height: 1.75;
}
.index-pr ol li .overlay article span {
	display: block;
	width: 36.23%;
	line-height: 25px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 12.5%;
}
.index-pr ol li .overlay article span:hover {
	background-color: #fff;
	color: #84c225;
}
.index-pr ol li:hover {
	border-color: rgba(235,235,235,0);
}
.index-pr ol li:hover h5 {
	color: #fff;
	-webkit-transform: translateY(69px);
	-moz-transform: translateY(69px);
	-ms-transform: translateY(69px);
	-o-transform: translateY(69px);
	transform: translateY(69px);
}
.index-pr ol li:hover .overlay {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* 首页案例 */
.index-case {
	border-top: 1px #ccc solid;
	padding-top: 3%;
	padding-bottom: 2.6%;
}
.index-case .owl-carousel {
	padding-top: 3.1%;
}
.index-case .owl-carousel .item h6 {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	line-height: 3.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-case .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 29px;
}
.index-case .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 4px;
	background: #000;
	opacity: 1;
	border-radius: 0;
}
.index-case .owl-theme .owl-dots .owl-dot.active span, .index-case .owl-theme .owl-dots .owl-dot:hover span {
	background: #76bd0a;
}

/* 首页联系 */
.index-ct {
	background-color: #383a3d;
	overflow: hidden;
}
.index-ct .index-ct_info {
	width: 50%;
	float: left;
	position: relative;
}
.index-ct .index-ct_info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59,59,59,0.73);
	z-index: 1;
}
.index-ct .index-ct_info ol {
	position: absolute;
	right: 21.1%;
	top: 32%;
	z-index: 2;
}
.index-ct .index-ct_info ol li {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 6%;
}
.index-ct .index-ct_info ol li i {
	width: 30px;
	text-align: center;
	font-size: 2.3rem;
	vertical-align: middle;
	margin-right: 31px;
}
.index-ct .index-ct_info ol li:nth-of-type(2) i {
	font-size: 3rem;
}
.index-ct .index-ct_form {
	width: 50%;
	float: right;
}
.index-ct .index-ct_form form {
	width: 52.916666%;
	margin-top: 10.9%;
	margin-left: 6.4%;
}
.index-ct .index-ct_form form input {
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px #626262 solid;
	border-radius: 5px;
	color: #909090;
	font-size: 1.4rem;
	background: none;
	padding-left: 4%;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	margin-bottom: 3.2%;
}
.index-ct .index-ct_form form textarea {
	width: 100%;
	height: 131px;
	border: 1px #626262 solid;
	border-radius: 5px;
	color: #909090;
	font-size: 1.4rem;
	background: none;
	padding: 4%;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	margin-bottom: 5.2%;
}
.index-ct .index-ct_form form section {
	text-align: right;
}
.index-ct .index-ct_form form section button {
	width: 120px;
	height: 45px;
	background-color: #8fc31f;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 5px;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	margin-right: 3px;
}

/* 内页 */
.page-jump div{
	font-size: 1.1rem;
	line-height:42px;
	margin-top:1%;
	padding-left:1.7%;
	background:#E6E6E6;
	color:#333;
}

/* 中苗简介 */
.about {
	padding-top: 3.3%;
	padding-bottom: 7%;
}
.about .title {
	margin-bottom: 2.65%;
}
.about p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2;
	padding: 0 1.7%;
	padding-top: 2.6%;
	text-indent: 2rem;
}
.about ol {
	text-align: center;
	padding-top: 3.7%;
}
.about ol li {
	display: inline-block;
	margin: 0 4%;
}
.about ol li h5 {
	font-size: 3rem;
	color: #494949;
	font-weight: bold;
}
.about ol li h5 font {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 1.4;
	margin-left: 5px;
	margin-right: 5px;
}
.about ol li h5 i {
	font-size: 6rem;
	color: #84c225;
	line-height: 52px;
}
.about ol li em {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3;
}

/* 新闻资讯 */
.news {
	padding-top: 3.3%;
	padding-bottom: 4%;
}
.news ul {
	margin-top: 2.7%;
	margin-bottom: 3%;
}
.news ul li {
	background-color: #fff;
	padding-top: 1.1%;
	padding-bottom: 1%;
}
.news ul li:nth-of-type(odd) {
	background-color: #f8f8f8;
}
.news ul li section {
	width: 960px;
	margin: 0 auto;
}
.news ul li section:before,
.news ul li section:after {
	content: '';
	display: table;
	clear: both;
}
.news ul li img {
	width: 21.666666%;
	float: left;
}
.news ul li article {
	width: 71%;
	float: left;
	margin-left: 4.2%;
}
.news ul li article h4 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.9;
}
.news ul li article time {
	display: block;
	font-size: 1.2rem;
	color: #999;
}
.news ul li article p {
	font-size: 1.2rem;
	color: #666;
	line-height: 1.7;
	padding-top: 1.4%;
}
.newsshow {
	padding-top: 3%;
}
.newsshow .newsshow-title {
	text-align:center;
	font-size:2rem;
	line-height:2;
	color:#333;
}
.newsshow .newsshow-time {
	font-size: 1.5rem;
	text-align:center;
	line-height:2;
	color:#555;
	border-bottom:1px dotted #CCC;
	padding-bottom:1.5%;
}
.newsshow .newsshow-time time {
	margin-left: 1rem
}
.newsshow .newsshow-time time i {
	margin-right:5px;
}
.newsshow .newsshow-cont {
	padding:2.5% 0 2% 0;
	font-size:1.3rem;
	color:#555;
	line-height:1.8;
}
.newsshow .newsshow-cont p {
	text-indent:2rem;
}

/* 产品展示 */
.product {
	padding-top: 3.3%;
	padding-bottom: 4%;
}
.product ul {
	padding-top: 6.8%;
	padding-bottom: 2%;
	overflow: hidden;
}
.product ul li {
	width: 24.584444%;
	float: left;
	border: 1px rgba(235,235,235,1) solid;
	margin-right: 0.5%;
	margin-bottom: 2.5%;
	position: relative;
	text-align: center;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.product ul li:nth-of-type(4n+4) {
	margin-right: 0;
}
.product ul li h5 {
	position: absolute;
	top: 8%;
	left: 0;
	width: 100%;
	font-size: 1.8rem;
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 1;
	padding: 0 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product ul li .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(132,194,37,0.9);
	padding: 5.2% 4.2%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.product ul li .overlay article {
	width: 100%;
	height: 100%;
	border: 1px #fff solid;
	padding-top: 48.5%;
}

.product ul li .overlay article p {
	font-size: 1.4rem;
	color: #fff;
	padding: 0 13%;
	line-height: 1.75;
}
.product ul li .overlay article span {
	display: block;
	width: 36.23%;
	line-height: 25px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 12.5%;
}
.product ul li .overlay article span {
	background-color: #fff;
	color: #84c225;
}
.product ul li:hover {
	border-color: rgba(235,235,235,0);
}
.product ul li:hover h5 {
	color: #fff;
	-webkit-transform: translateY(69px);
	-moz-transform: translateY(69px);
	-ms-transform: translateY(69px);
	-o-transform: translateY(69px);
	transform: translateY(69px);
}
.product ul li:hover .overlay {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.productshow {
	padding-top: 3.3%;
	padding-bottom: 4%;
	background-color: #ededed;
}
.productshow .pshow-wrap {
	padding-top: 4.8%;
	padding-bottom: 4%;
	overflow: hidden;
}
.productshow .pshow-wrap img {
	width: 49%;
	float: left;
}
.productshow .pshow-wrap article {
	width: 46%;
	float: right;
	padding-top: 1%;
}
.productshow .pshow-wrap article h3 {
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
	line-height: 3;
}
.productshow .pshow-wrap article p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.1;
}

/* 工艺流程 */
.technology {
	padding-top: 3.3%;
	padding-bottom: 5%;
}
.technology figure {
	text-align: center;
	padding-top: 3.9%;
}

/* 客户案例 */
.case {
	padding-top: 3.3%;
	padding-bottom: 2%;
}
.picture {
	padding-top: 5.8%;
}
.picture:after {
	content: '';
	display: table;
	clear: both;
}
.single-work {
	width: 23.166666%;
	float: left;
    position: relative;
    margin-right: 2.444444%;
    margin-bottom: 3.2%;
}
.single-work:nth-of-type(4n+4) {
	margin-right: 0;
}
.single-work a{
    position: relative;
    overflow: hidden;
    display: block;
}
.single-work img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.single-work h6 {
	font-size: 1.4rem;
	color: #595757;
	text-align: center;
	line-height: 3.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(123,197,9,0.9);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.single-work:hover a .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.work-table{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.hover-content i {
	color:#fff;
	font-size: 50px;
	font-weight: 300;
	text-align:center;
}

/* 联系我们 */
.contact {
	padding-top: 3.3%;
	padding-bottom: 5%;
}
.contact ol {
	overflow: hidden;
	padding-top: 5.6%;
}
.contact ol li {
	width: 33.333333%;
	height: 139px;
	float: left;
	border-right: 1px #cccccc solid;
	padding-top: 1%;
}
.contact ol li:first-of-type {
	padding-top: 2.2%;
}
.contact ol li:last-of-type {
	border-right: none;
}
.contact ol li h3 {
	font-size: 2.4rem;
	color: #333;
	text-align: center;
}
.contact ol li span {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #999898;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3.5;
}
.contact ol li p {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.45;
	padding-left: 13%;
}
.contact ol li:nth-of-type(2) p {
	padding-left: 17.6%;
}
.my-map {
	width: 100%;
	height: 430px;
	padding-top: 5.75%;
}
.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
	height: 31px;
	width: 28px;
}
.my-map .icon-cir-blue {
	background-position: -11px -55px;
}
.amap-container{
	height: 100%;
}
.contact .contact-form {
	padding-top: 5.8%;
}
.contact .contact-form p {
	font-size: 1.4rem;
	color: #808080;
	text-align: center;
}
.contact .contact-form form {
	width: 87.833333%;
	margin: 0 auto;
	margin-top: 4.8%;
}
.contact .contact-form .form-group {
	margin-bottom: 3.3%;
	overflow: hidden;
}
.contact .contact-form .form-group input {
	width: 46%;
	height: 44px;
	line-height: 42px;
	border: 1px #c3c3c3 solid;
	font-size: 1.2rem;
	color: #333;
	padding-left: 1.7%;
}
.contact .contact-form .form-group input:nth-of-type(odd) {
	float: left;
}
.contact .contact-form .form-group input:nth-of-type(even) {
	float: right;
}
.contact .contact-form form textarea {
	width: 100%;
	min-height: 270px;
	border: 1px #c3c3c3 solid;
	padding: 1.7%;
}
.contact .contact-form form button {
	display: block;
	width: 149px;
	height: 40px;
	font-size: 1.4rem;
	background-color: #7bc509;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 2.7%;
}

/* 分页 */
div.fy {
	text-align:center;
	line-height:3rem;
}
div.fy a {
	margin:2px 5px;
	padding:5px 10px;
	border:1px solid #bbb;
	color:#999;
	background-color: #fff;
}
div.fy a:hover {
	border:1px solid #7bc509;
	background-color:#7bc509;
	color:#FFF;
}
div.fy a:active {
	border:1px solid #7bc509;
	background-color:#7bc509;
	color:#FFF;
}
div.fy span.current {
	margin:2px 5px;
	padding:5px 10px;
	border:1px solid #7bc509;
	background-color:#7bc509;
	color:#FFF;
}
div.fy span.disabled {
	margin:2px 5px;
	padding:5px 10px;
	border:1px solid #bbb;
	color:#999;
	background-color: #fff;
}