﻿* {
	padding: 0;
	margin: 0;
}
html,body {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #666;
    background: #fff;
    min-width: 1200px;
}
.qc {
	clear: both;
}
.index {
	padding-top: 84px;
}

/* å…¬å…±å¤´éƒ¨ */
.index .head {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.index .head .wrap {
	width: 1410px;
	margin: auto;
	padding: 24px 0 20px;
}
.index .head .logo {
	height: 40px;
	float: left;
}
.index .head .logo>img {
	height: 100%;
}
.index .head .nav {
	float: right;
	font-size: 0;
	/*margin-top: -20px;*/
	/*margin-left: -30px;*/
}
.index .head .nav>a {
	color: #1e1e1e;
	font-size: 17px;
	line-height: 22px;
	margin-left: 40px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}
.index .head .nav>a.active {
	color: #4eaf52;
	border-bottom: 2px solid #4eaf52;
}

/* å…¬å…±è„šéƒ¨ */
.index .footer {
	text-align: center;
	padding: 26px 0;
}
.index .footer .left {
	display: inline-block;
	vertical-align: top;
}
.index .footer .left .nav {
	font-size: 0;
}
.index .footer .left .nav>a {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: #3e3a39;
	border-right: 2px solid #3c3837;
	display: inline-block;
	text-decoration: none;
	padding: 0 24px;
	letter-spacing: 2px;
	cursor: pointer;
}
.index .footer .left .nav>a.last {
	border-right: none;
}
.index .footer .left p {
	font-size: 13px;
	color: #717171;
	letter-spacing: 1px;
	margin-top: 16px;
}
.index .footer .left p>a {
	color: #717171;
	text-decoration: none;
}
.index .footer .right {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 62px;
	margin-top: 7.5px;
}
.index .footer .right img {
	vertical-align: middle;
	margin-right: 10px;
}
.index .footer .right .cont {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.index .footer .right .cont>h2 {
	color: #8bb742;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
} 
.index .footer .right .cont>p {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	margin-top: 6px;
	color: #474946;
}

/* é¦–é¡µ*/
.index .main h1 {
	font-size: 0;
	text-align: center;
}
.index .main h1>img {
	width: 168px;
}
.index .main .banner {
	position: relative;
	width: 100%;
	height: 690px;
}
.index .main .banner .img>div {
	width: 100%;
	height: 690px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.index .main .banner .img>div.active {
	display: block;
}
.index .main .banner .dots {
	position: absolute;
	font-size: 0;
	bottom: 50px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.index .main .banner .dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #4eaf52;
	margin: 0 8px;
	border-radius: 50%;
}
.index .main .banner .dots span.active {
	background: #4eaf52;
}
.index .main .about>div {
	padding-top: 126px;
}
.index .main .about .info {
	width: 1100px;
	margin: auto;
	padding: 80px 0 10px;
	position: relative;
}
.index .main .about .info p {
	color: #3e3a39;
	font-size: 21px;
	line-height: 44px;
	letter-spacing: 2px;
	font-weight: 500;
}
.index .main .about .info p:first-child {
	text-indent: 2em;
}
.index .main .about .left,.index .main .about .right {
	height: 34px;
	position: absolute;
	top: 76px;
	left: -20px;
}
.index .main .about .right {
	left: auto;
	right: -20px;
	bottom: 0;
	top: auto;
}
.index .main .about .left>img,.index .about .main .right>img {
	height: 100%;
}
.index .main .contact {
	margin-top: 126px;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 0;
}
 

/* åˆ—è¡¨é¡µ */
.lists {
	width: 1200px;
	margin: 60px auto 100px;
	overflow: hidden;
}
.lists .left {
	float: left;
	width: 222px;
	margin-right: 50px;
}
.lists .left>a {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #3e3a39;
	background: #f5f5f5;
	padding: 22px 36px;
	text-decoration: none;
}
.lists .left>a:hover {
	background: #d7d7d7;
}
.lists .left>a.active {
	background: #93c900;
	color: #fff;
}
.lists .right {
	float: left;
	width: calc(100% - 272px);
	min-height: 600px;
}
.lists .right .title {
	font-size: 24px;
	line-height: 1;
	color: #3e3a39;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 20px;
	border-bottom: 1px solid #93c900;
	margin-bottom: 28px;
}
.lists .right>p {
	font-size: 14px;
	color: #3e3a39;
	line-height: 30px;
	text-indent: 2em;
}
.lists .right .relation {
	font-size: 16px;
	color: #000;
	line-height: 1;
	padding: 10px 0;
}
.lists .right .relation.first {
	margin-top: 120px;
}
.lists .right .pay {
	font-size: 0;
}
.lists .right .pay select {
	height: 34px;
	line-height: 34px;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
.lists .right .pay input {
	height: 34px;
	line-height: 34px;
	outline: none;
	border: 1px solid #a9a9a9;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 4px;
	width: 280px;
	margin-left: 10px;
}
.lists .right .pay .btn {
	width: 112px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #93c900;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

/* æœåŠ¡ä¸­å¿ƒ */
.service {
	width: 1200px;
	margin: 0 auto 100px;
}
.service h1 {
	text-align: center;
	font-size: 40px;
	color: #1e1e1e;
	line-height: 1;
	padding: 100px 0 70px;
}
.service ul {
	overflow: hidden;
}
.service li {
	width: 79px;
	margin-right: 60px;
	margin-bottom: 34px;
	list-style-type: none;
	/* box-shadow: 3px 3px 6px rgba(132,132,132,0.35); */
	float: left;
}
.service li:nth-child(3n) {
	margin-right: 0;
}
.service li .img { 
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative;
}
.service li .img img {
	width: 100%;
	min-height: 100%;
}
.service li .img div {
	background: rgba(97,233,150,0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.service li .img a {
	display: block;
	width: 108px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 72px auto 0;
	text-decoration: none;
}
.service li p {
	font-size: 16px;
	line-height: 35px;
	color: #3e3a39;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.service li:hover .img div {
	display: block;
}