body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #007f41;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    background-color: #007f41;
    color: white;
}

*::-moz-selection {
    background-color: #007f41;
    color: white;
}

*::-webkit-selection {
    background-color: #007f41;
    color: white
}

@media (max-width: 991px) {
	.container {
		width: 708px;
		padding: 0;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.container {
		width: 345px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 115px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header .header_top {
	width: 100%;
	height: 50px;
	padding: 0 60px;
	background-color: #f5f6f7;
	overflow: hidden;
}
header .header_top p {
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	float: left;
}
header .header_top .header_edition {
	float: right;
	width: auto;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin: 18px 25px;
}
header .header_top .header_edition a {
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #666666;
	overflow: hidden;
}
header .header_top .header_edition a.active {
	color: #007e41;
	font-weight: bold;
}
header .header_top .header_edition span {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 5px;
	background-color: #666666;
}
header .header_top .header_search {
	width: 170px;
	height: 20px;
	overflow: hidden;
	margin: 16px 25px;
	float: right;
}
header .header_top .header_search img {
	display: block;
	margin: 2px 4px 2px 0;
	float: left;
}
header .header_top .header_search input {
	width: 150px;
	height: 20px;
	line-height: 19px;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #007f41;
	background: transparent;
}
header .header_bottom {
	width: 100%;
	height: 65px;
	background-color: #007e41;
	padding: 0 60px;
}
header .header_bottom .logo {
	display: block;
	width: 186px;
	height: 45px;
	overflow: hidden;
	float: left;
	margin: 10px 0;
}
header .header_bottom .logo img {
	width: 100%;
}
header .header_bottom .header_menu {
	width: 765px;
	height: 65px;
	float: right;
	position: relative;
}
.header_bottom .header_menu:before {
	content: '';
	display: block;
	width: 130px;
	height: 65px;
	background-color: #eff8f4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.header_menu li {
	width: 100px;
	height: 65px;
	line-height: 65px;
	float: left;
	margin: 0 15px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.header_menu li:last-of-type {
	margin: 0 0 0 15px;
}
.header_menu li>a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}
.header_menu li.active>a {
	color: #007e41;
	font-weight: bold;
}
.header_menu li:hover>a {
	font-weight: bold;
}
.header_bottom .header_icon {
	width: 52px;
	height: 52px;
	float: right;
	margin: 29px 0;
}
.header_bottom .header_icon ul {
	width: 100%;
	height: 100%;
	position: relative;
}
.header_bottom .header_icon ul li {
	width: 52px;
	height: 6px;
	border-radius: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}
.header_bottom .header_icon ul li:nth-of-type(1) {
	margin: -18px 0 0 -26px;
}
.header_bottom .header_icon ul li:nth-of-type(2) {
	width: 38px;
	margin: -3px 0 0 -26px;
}
.header_bottom .header_icon ul li:nth-of-type(3) {
	width: 46px;
	margin: 12px 0 0 -26px;
}
.header_bottom .header_icon.iconClick ul li:nth-of-type(1) {
	margin: -3px 0 0 -26px;
	transform: rotate(45deg);
}
.header_bottom .header_icon.iconClick ul li:nth-of-type(2) {
	width: 52px;
	opacity: 0;
}
.header_bottom .header_icon.iconClick ul li:nth-of-type(3) {
	width: 52px;
	margin: -3px 0 0 -26px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 110px;
	}
	header .header_top {
	    display: none;
	}
	header .header_bottom {
		padding: 0 30px;
		height: 110px;
	}
	header .header_bottom .logo {
		width: 235px;
		height: 54px;
		margin: 28px 5px;
	}
	header .header_bottom .header_menu {
		width: 100%;
		height: calc(100% - 110px);
		height: -moz-calc(100% - 110px);
		height: -webkit-calc(100% - 110px);
		overflow: hidden;
		position: fixed;
		left: -100%;
		top: 110px;
		padding: 50px 80px;
		background-color: #eff8f4;
		display: none;
	}
	header .header_bottom .header_menu li {
		width: 100%;
		margin: 0;
		height: 80px;
    	line-height: 80px;
    	float: none;
    	text-align: left;
	}
	header .header_bottom .header_menu li a {
		color: #007e41;
		font-size: 36px;
	}
	body {
		padding: 110px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	body {
		padding: 65px 0 0;
	}
	header {
		height: 65px;
	}
	header .header_bottom {
		padding: 0 15px;
		height: 65px;
	}
	header .header_bottom .logo {
		width: 186px;
    	height: 45px;
		margin: 10px 5px;
	}
	header .header_bottom .header_menu {
		height: calc(100% - 65px);
		height: -moz-calc(100% - 65px);
		height: -webkit-calc(100% - 65px);
		top: 65px;
		padding: 30px 40px;
	}
	header .header_bottom .header_menu li {
		height: 55px;
    	line-height: 55px;
	}
	header .header_bottom .header_menu li a {
		font-size: 24px;
	}
	.header_bottom .header_icon {
		width: 36px;
		height: 36px;
		margin: 14px 0;
	}
	.header_bottom .header_icon ul li {
		width: 36px;
		height: 4px;
		border-radius: 2px;
	}
	.header_bottom .header_icon ul li:nth-of-type(1) {
		margin: -13px 0 0 -18px;
	}
	.header_bottom .header_icon ul li:nth-of-type(2) {
		width: 20px;
		margin: -2px 0 0 -18px;
	}
	.header_bottom .header_icon ul li:nth-of-type(3) {
		width: 28px;
		margin: 9px 0 0 -18px;
	}
	.header_bottom .header_icon.iconClick ul li:nth-of-type(1) {
		margin: -2px 0 0 -18px;
	}
	.header_bottom .header_icon.iconClick ul li:nth-of-type(2) {
		width: 36px;
	}
	.header_bottom .header_icon.iconClick ul li:nth-of-type(3) {
		width: 36px;
		margin: -2px 0 0 -18px;
	}
}
@media only screen and (min-width: 992px) {
	header .header_top,header .header_bottom {
		padding: 0 20px;
	}
	header .header_bottom .header_menu {
		display: block !important;
	}
	.header_bottom .header_icon {
	    display: none !important;
	}
	body {
		padding: 115px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	header .header_top,header .header_bottom {
		padding: 0 60px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer_top {
	width: 100%;
	height: auto;
	padding: 0 0 30px;
}
.footer_top .footer_left {
	width: 50%;
	overflow: hidden;
	float: left;
}
.footer_left .footer_logo {
	width: 100%;
	padding: 25px 0 20px;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
	margin: 0 0 28px;
}
.footer_contact {
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.footer_contact .footer_tel {
	width: 100%;
	height: 34px;
	overflow: hidden;
	margin: 0 0 5px;
}
.footer_tel .tel_img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #007f41;
	text-align: center;
	line-height: 31px;
	margin: 0 10px 0 0;
	float: left;
}
.footer_tel h3 {
	color: #000000;
	float: left;
}
.footer_tel h3 span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	float: left;
	margin: 0 10px 0 0;
}
@font-face {
  	font-family: "WIGRUMWEB-BOLD";
  	src: url("../fonts/WIGRUMWEB-BOLD.TTF") format("truetype");
}
.footer_tel h3 strong {
	display: inline-block;
	font-size: 24px;
	line-height: 34px;
	color: #007f41;
	float: left;
	font-family: "WIGRUMWEB-BOLD";
}
.footer_contact p {
	padding: 0 0 0 45px;
}
.footer_top .footer_right {
	width: 50%;
	overflow: hidden;
	float: left;
}
.footer_right h2 {
	width: 100%;
	height: 61px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 30px 0 15px;
}
.footer_right .footer_menu {
	width: 100%;
	overflow: hidden;
}
.footer_right .footer_menu li {
	width: 100px;
	overflow: hidden;
	float: left;
	margin: 0 27px 0 0;
}
.footer_right .footer_menu li:last-of-type {
	width: 90px;
	margin: 0;
}
.footer_right .footer_menu li h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 3px;
}
.footer_right .footer_menu li h4 a {
	color: #333333;
}
.footer_right .footer_menu li h4 a:hover {
	color: #007f41;
	text-decoration: underline !important;
}
.footer_right .footer_menu li p {
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 2px;
}
.footer_right .footer_menu li p a {
	color: #999999;
}
.footer_right .footer_menu li p a:hover {
	color: #007f41;
	text-decoration: underline !important;
}
.footer_bottom {
	width: 100%;
	line-height: 50px;
	background-color: #007e41;
	color: #FFFFFF;
}
.footer_bottom br {
	display: none;
}
.footer_bottom a {
	color: #FFFFFF;
}
.footer_bottom a:hover {
	text-decoration: underline !important;
}
.footer_bottom p:first-of-type {
	float: left;
}
.footer_bottom p:last-of-type {
	float: right;
}
@media only screen and (max-width: 991px) {
	footer .footer_top {
		background: #ffffff url(../img/ft1-2.png) no-repeat bottom center;
	}
	.footer_top .footer_left {
	    width: 100%;
	    float: none;
	}
	.footer_left .footer_logo {
	    margin: 0 0 20px;
	}
	.footer_top .footer_right {
	    display: none;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer_top {
	    padding: 0 0 25px;
		background: #ffffff url(../img/ft1-3.png) no-repeat bottom center;
	}
	.footer_bottom {
	    line-height: 20px;
	    padding: 15px 0;
	}
	.footer_bottom br {
		display: block;
	}
	.footer_bottom .container:before {
		top: -38px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer_top {
		background: #ffffff url(../img/ft1-1.png) no-repeat bottom center;
	}
	.footer_top .footer_left {
	    width: 38%;
	    float: left;
	}
	.footer_top .footer_right {
	    width: 62%;
	}
}
@media only screen and (min-width: 1200px) {
	.footer_top .footer_left {
	    width: 38%;
	    float: left;
	}
	.footer_top .footer_right {
	    width: 62%;
	}
}
@media only screen and (min-width: 1250px) {
	footer .footer_top {
		background: #ffffff url(../img/ft1.png) no-repeat bottom center;
	}
	.footer_top .footer_left {
	    width: 50%;
	}
	.footer_top .footer_right {
	    width: 50%;
	}
}
@media only screen and (min-width: 1920px) {
	footer .footer_top {
		background-size: 100%;
	}
}
/*其他页面公共头部图片*/
.banner {
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
