@charset "utf-8";

/* CSS Document */
html,body,div,iframe,em,img,b,u,i,dl,dt,dd,ol,ul,li,p {
	font: 16px/20px "微软雅黑", Arial, sans-serif;	font-weight: normal;margin: 0px;
	padding: 0px;
	list-style: none;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal
}
body {
	overflow-x: hidden;
}

body,html {
	width: 100%;
	height: 100%;
}
img{
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #0000;
}

a:hover {
	text-decoration: none;
	color: #71A43B;
}
:before {
	content: "";
	position: absolute;
	top: 0px;
	z-index: 1;
}

:after {
	content: "";
	position: absolute;
	top: 0px;
	z-index: 1;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	overflow: hidden;
}

h2 {
	font-size: 18px;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	vertical-align: middle;
}
button,input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
	outline: none;
	border: none;
}

.cw {
	width: 1400px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.box {
	width: 100%;
	float: left;
	padding: 50px 0;
	position: relative;
}

.wap_nav {
	display: none;
}

.pc {
	display: block;
}

/*头部样式*/
.header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	transition: 0.4s all;
	background: #fff;
	padding: 20px 0;
	border-bottom: solid 1px #F5F6F5;
}

.header .cw {
	display: flex;
	justify-content: space-between;
}

.header .h_bz {
	width: 120px;
}

.header .h_bz a {
	width: 100%;
	height: 100%;
	display: block;
}

.header .h_bz img {
	width: auto;
	height: 50px;
	position: relative;
	z-index: 2;
}

.header .h_bz a:hover img {
	transform: scale(1);
	transition: 460ms;
}

.header .nav {
	width: 900px;
	display: flex;
	justify-content: space-between;
}
.header .nav li {
	position: relative;
}
.header .nav li a {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	top: 0;
	font-size: 18px;
	z-index: 2;
}
.header .nav li a:after {
	width: 100%;
	height: 3px;
	left: 0;
	top: auto;
	bottom: -21px;
	background: #71A43B;
	background-image: linear-gradient(to left, #71A43B, #498C31);
	transform-origin: 100%;
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	visibility: hidden\9;
}

.header .nav li a:hover:after,
.header .nav li a.yes:after {
	width: 100%;
	transform: scaleX(1);
	transform-origin: 0;
	visibility: visible\9;
}

.header .tel {
	position: relative;
	float: right;
	margin-top: 5px;
}

.header .tel li {
	float: left;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}

.header .tel li:nth-child(1) {
	color: #71A43B;
	font-size: 16px;
	line-height: 30px;
}

.header .tel li:nth-child(2) i {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #E9F1D4 url("../icon.png") no-repeat center -202px;
	background-size: 20px;
	border-radius: 30px;
}

.header .tel li:nth-child(2) em {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 33px;
	margin-left: -50px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	visibility: hidden;
}

.header .tel li:nth-child(2) em:after {
	height: 0;
	width: 0;
	border-color: transparent transparent #000 transparent;
	border-style: solid;
	border-width: 6px;
	left: 45%;
	top: -8px;
}

.header .tel li:nth-child(2) img {
	border-radius: 6px;
}

.header .tel li:nth-child(2):hover em {
	visibility: visible;
}

.header .tel li:nth-child(3) a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #71A43B url("../icon.png") no-repeat center -228px;
	background-size: 20px;
	border-radius: 30px;
	text-indent: -9999px;
}

.header .Close_btn.active {
	right: 12px;
}

.header .Close_btn.active span {
	background: #1A1A1A;
}

.header .Close_btn {
	position: fixed;
	right: 0px;
	top: 8px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
	display: none;
	transition: 0.4s all;
	text-align: center;
}

.header .Close_btn h2 {
	font-size: 14px;
	position: absolute;
	left: -26px;
	top: 1px;
	color: #fff;
}

.header .Close_btn span {
	display: block;
	width: 20px;
	height: 1px;
	margin: 5px 0 0 9px;
	background: #fff;
	transition: 0.3s all;
	position: relative;
	z-index: 2;
}

.header .Close_btn span:nth-child(2) {
	width: 10px;
	margin-left: 18px;
}

.header .Close_btn span:nth-child(2):before {
	width: 4px;
	height: 4px;
	background: #83C22D;
	left: -9px;
	top: -1px;
	z-index: 1;
	border-radius: 5px;
}

.header .Close_btn.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header .Close_btn.active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.header .Close_btn.active span:nth-child(2) {
	opacity: 0;
}

.header_xs {
	padding: 5px 0;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header_xs .h_bz:before {
	width: 80px;
	height: 50px;
	background: #fff;
	top: auto;
	bottom: -10px;
	left: -15px;
	border-radius: 0 0px 60px 60px;
}

.header_xs .nav li a:after {
	bottom: -5px;
}

.footer {
	width: 100%;
	float: left;
	position: relative;
}

.footer .help {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-top: solid 1px #E6E6E6;
	padding-top: 20px;
	margin-top: 10px;
}

.footer .help ul {
	float: left;
}

.footer .help li {
	float: left;
	margin-right: 120px;
}

.footer .help li h2 {
	margin-bottom: 10px;
}

.footer .help li h3 a {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #aaa;
}

.footer .help li h3 a:hover {
	color: #71A43B;
}
.footer .help li:nth-child(1){
	width: 120px;
}
.footer .help dl {
	float: right;
}

.footer .help dt {
	width: 120px;
	float: left;
	margin-right: 20px;
}

.footer .help dd {
	float: left;
}

.footer .help dd p {
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
}

.footer .help dd p:nth-child(2) {
	padding-left: 22px;
	background: url("../icp.png") no-repeat 0 2px;
	background-size: 14px;
}

.footer .help dd p:nth-child(3) {
	padding-left: 22px;
	background: url("../icp.png") no-repeat 0 -24px;
	background-size: 14px;
}

.footer .cop {
	width: 80%;
	float: left;
	padding: 20px 10%;
	border-top: solid 3px #71A43B;
	position: relative;
	background: linear-gradient(to top, #fff 70%, rgba(113, 164, 59, .10));
	display: flex;
	justify-content: space-between;
}

.footer .cop dl {
	display: flex;
	height: 48rpx;
	align-items: center;
	flex-wrap: wrap;
}

.footer .cop dt {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: solid 1px #71A43B;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .cop dt img{
	width: auto;
	height: 24px;
}
.footer .cop dd {
	display: flex;
	flex-wrap: wrap;
}
.footer .cop dd h2 {
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.footer .cop dd p {
	color: #000;
}
.footer .cop dd em{
	font-size: 18px;
	font-weight: bold;
}