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: #d7000f;
	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: #86ad48;
    color: white;
}

*::-moz-selection {
    background-color: #86ad48;
    color: white;
}

*::-webkit-selection {
    background-color: #86ad48;
    color: white
}

@font-face {
  	font-family: "Roboto-Black_0";
  	src:url("../fonts/Roboto-Black_0.ttf") format("truetype");
}

@font-face {
  	font-family: "Roboto-Bold";
  	src:url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  	font-family: "HelveticaInseratLTStd-Roman";
  	src:url("../fonts/HelveticaInseratLTStd-Roman.otf") format("opentype");
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container{
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container{
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1300px) {
	.container{
		width: 1240px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header_common .header_box{
	width: 1450px;
	height: auto;
	margin: 0 auto;
}
.header_common .header_box .header_logo{
	height: 52px;
	overflow: hidden;
	margin: 24px 0;
	float: left;
}
.logo-zjzz img {
	width: 100%;
}
.header_right{
	float: right;
}
.header_right .headerEn{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.26);
	padding: 0 15px;
	color: #FFFFFF;
	margin: 35px 5px 0 0;
}
.header_right .headerEn:hover{
	background-color: #86ad48;
}
.header_right .header_search{
	width: 220px;
	height: 30px;
	margin: 35px 0 0;
	overflow: hidden;
	border-radius: 8px;
	float: left;
	background-color: rgba(0,0,0,0.26);
	position: relative;
}
.header_right .header_search input{
	width: calc(100% - 35px);
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 5px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #FFFFFF;
}
.header_right .header_search button{
	width: 35px;
	height: 30px;
	background-color: rgba(134,173,72,0.75);
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.header_right .header_search button:hover{
	background-color: rgba(134,173,72,1);
}
.header_right .header_menu{
	float: left;
	margin: 0 30px 0 0;
}
.header_right .header_menu li{
	width: 100px;
	height: 100px;
	float: left;
	font-size: 15px;
	position: relative;
}
.header_right .header_menu li>a{
	display: block;
	width: auto;
	line-height: 100px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.header_right .header_menu li .header_two{
	width: 130px;
	overflow: hidden;
	background-color: #ffffff;
	position: absolute;
	top: 100px;
	left: 0px;
	display: none;
}
.header_right .header_menu li .header_two a{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;
	padding-left: 20px;
	margin-bottom: 1px;
}
.header_right .header_menu li .header_two a:hover{
	background-color: #86ad48;
}
.header_right .header_menu li.header_menuNow>a{
	color: #86ad48;
}
.header_right .header_menu li img{
	position: absolute;
	right: 8px;
	top: 49px;
}
.header_right .header_menu li img:nth-of-type(1){
	display: none;
}
.header_right .header_menu li:hover img:nth-of-type(1){
	display: block;
}
.header_right .header_menu li:hover img:nth-of-type(2){
	display: none;
}
.header_common .header_box .header_menuIcon{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	float: right;
	margin: 10px 0;
	background-color: #86ad49;
	overflow: hidden;
	position: relative;
}
.header_common .header_box .header_menuIcon ul{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.header_common .header_box .header_menuIcon ul li{
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	background-color: #FFFFFF;
}
.header_common .header_box .header_menuIcon li:nth-of-type(1){
	margin-top: -10px;
}
.header_common .header_box .header_menuIcon li:nth-of-type(2){
	margin-top: -1.5px;
}
.header_common .header_box .header_menuIcon li:nth-of-type(3){
	margin-top: 8px;
}
.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(1){
	margin-top: -1.5px;
	transform: rotate(45deg);
}
.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(2){
	margin-top: -1.5px;
	opacity: 0;
}
.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(3){
	margin-top: -1.5px;
	transform: rotate(-45deg);
}
@media only screen and (max-width:991px ) {
	.header_common {
	    height: 80px;
	}
	.header_common .header_box{
		width: 688px;
	}
	.header_common .header_box .header_logo {
	    margin: 14px 0;
	}
	.logo-zjzz {
		width: 55px;
		overflow: hidden;
		float: left;
		margin: 14px 0;
	}
	.header_right{
		width: 100%;
		height: calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: -webkit-calc(100% - 80px);
		position: fixed;
		left: 0;
		top: 80px;
		background-color: #FFFFFF;
		display: none;
		border-top: 1px solid #00A040;
		padding: 80px 100px 0;
	}
	.header_right .header_menu{
		width: 100%;
		overflow: hidden;
		float: none;
		margin: 0 auto;
	}
	.header_right .header_menu li {
	    width: 100%;
	    height: auto;
	}
	.header_right .header_menu li>a {
		width: 100%;
	    line-height: 60px;
	    font-size: 24px;
	    text-align: left;
	}
	.header_right .header_menu li img {
	    position: absolute;
	    left: 105px;
	    top: 30px;
	    right: auto;
	}
	.header_right .header_search{
		position: absolute;
	    top: 30px;
	    left: 200px;
	    margin: 0;
	}
	.header_right .headerEn {
	    position: absolute;
	    top: 30px;
	    left: 100px;
	    margin: 0;
	}
	.header_right .header_menu li .header_two{
		display: none !important;
	}
	.header_right .header_menu li img{
		display: none !important;
	}
}
@media only screen and (max-width:767px ) {
	.header_common {
	    height: 60px;
	}
	.header_common .header_box{
		width: 335px;
	}
	.header_common .header_box .header_logo {
	    margin: 14px 0;
	    height: 36px;
	}
	.header_common .header_box .header_logo img{
		height: 100%;
	}
	.logo-zjzz {
		width: 38px;
		margin: 14px 0;
	}
	.header_right{
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		left: 0;
		top: 60px;
		padding: 60px 40px 0;
	}
	.header_right .header_menu li {
	    height: 45px;
	}
	.header_right .header_menu li>a {
	    line-height: 45px;
	    font-size: 18px;
	}
	.header_right .header_menu li img {
	    position: absolute;
	    left: 80px;
	    top: 22px;
	    right: auto;
	}
	.header_right .header_search{
		position: absolute;
	    top: 20px;
	    left: 130px;
	    margin: 0;
	}
	.header_right .headerEn {
	    position: absolute;
	    top: 20px;
	    left: 40px;
	    margin: 0;
	}
	.header_common .header_box .header_menuIcon{
		width: 40px;
		height: 40px;
		border-radius: 5px;
		margin: 10px 0;
	}
	.header_common .header_box .header_menuIcon ul{
		width: 22px;
		height: 22px;
		position: absolute;
		left: 9px;
		top: 9px;
	}
	.header_common .header_box .header_menuIcon ul li{
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		background-color: #FFFFFF;
	}
	.header_common .header_box .header_menuIcon li:nth-of-type(1){
		margin-top: -8px;
	}
	.header_common .header_box .header_menuIcon li:nth-of-type(2){
		margin-top: -1px;
	}
	.header_common .header_box .header_menuIcon li:nth-of-type(3){
		margin-top: 6px;
	}
	.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(1){
		margin-top: -1px;
		transform: rotate(45deg);
	}
	.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(2){
		margin-top: -1px;
		opacity: 0;
	}
	.header_common .header_box .header_menuIcon.menu_iconClick ul li:nth-of-type(3){
		margin-top: -1px;
		transform: rotate(-45deg);
	}
}
@media only screen and (min-width:992px ) {
	.header_common {
	    height: 80px;
	}
	.header_common .header_box{
		width: 970px;
	}
	.header_common .header_box .header_logo {
	    margin: 14px 0;
	}
	.logo-zjzz {
		width: 55px;
		overflow: hidden;
		float: left;
		margin: 14px 0;
	}
	.header_right{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 80px;
		background-color: #FFFFFF;
		display: none;
		border-top: 1px solid #00A040;
	}
	.header_right .header_menu{
		margin: 0 30px 0 0;
	}
	.header_right .header_menu li {
	    width: 100px;
	    height: 80px;
	}
	.header_right .header_menu li>a {
	    line-height: 80px;
	}
	.header_right .header_menu li img {
	    top: 39px;
	}
	.header_right .header_search{
		margin: 25px 0 0;
	}
	.header_right .headerEn {
	    margin: 25px 5px 0 0;
	}
	.header_right .header_menu li .header_two{
		top: 80px;
	}
	.header_right .header_menu li:hover>a{
		background-color: #86ad48;
		color: #FFFFFF;
	}
}
@media only screen and (min-width:1300px ) {
	.header_common {
	    height: 100px;
	}
	.header_common .header_box{
		width: 1240px;
	}
	.header_common .header_box .header_logo {
	    margin: 24px 0;
	}
	.logo-zjzz {
		margin: 24px 0;
	}
	.header_right{
		width: auto;
		display: block !important;
		border: none;
		position: relative;
		top: 0;
	}
	.header_common .header_box .header_menuIcon{
		display: none;
	}
	.header_right .header_menu{
		margin: 0 30px 0 0;
	}
	.header_right .header_menu li {
	    width: 100px;
	    height: 100px;
	}
	.header_right .header_menu li>a {
	    line-height: 100px;
	}
	.header_right .header_menu li img {
	    top: 49px;
	}
	.header_right .header_search{
		margin: 35px 0 0;
	}
	.header_right .headerEn {
	    margin: 35px 5px 0 0;
	}
	.header_right .header_menu li .header_two{;
		top: 100px;
	}
}
@media only screen and (min-width:1500px ) {
	.header_common .header_box{
		width: 1450px;
	}
}
/*公共底部样式部分*/
.footer_common{
	width: 100%;
	overflow: hidden;
}
.footer_common .footer_top{
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #86ad48;
	color: #FFFFFF;
}
.footer_common .footer_top ul{
	width: 1305px;
	overflow: hidden;
	margin: 0 auto;
}
.footer_common .footer_top li{
	width: 335px;
	float: left;
	line-height: 46px;
	height: 46px;
	margin: 17px 144px 0 0;
}
.footer_common .footer_top li:nth-of-type(2){
	width: 380px;
}
.footer_common .footer_top li:nth-of-type(3){
	margin: 17px 0;
	width: 302px;
}
.footer_common .footer_top li .footer_topImg{
	width: 46px;
	height: 46px;
	line-height: 40px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 15px 0 0;
}
.footer_common .footer_top li p{
	font-size: 15px;
}
.footer_common .footer_top li h4{
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: 46px;
}
.footer_common .footer_bottom{
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}
.footer_common .footer_bottom a{
	color: #333333;
}
.footer_common .footer_bottom a:hover{
	color: #86ad48;
}
.footer_common .footer_bottom .container{
	position: relative;
}
.footer-wx {
	width: 120px;
	overflow: hidden;
	margin: 10px 0;
}
.footer-wx img {
	width: 100%;
}
.footer_bottomIcon{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
}
.footer_bottomIcon a{
	display: block;
	width: 50px;
	height: 50px;
	padding: 11px;
	line-height: 50px;
	float: left;
}
@media only screen and (max-width: 991px ) {
	.footer_common .footer_bottom .container{
		width: 688px;
	}
	.footer_common .footer_top{
		height: auto;
	}
	.footer_common .footer_top ul{
		width: 688px;
	}
	.footer_common .footer_bottom .container br{
		display: none;
	}
}
@media only screen and (max-width: 767px ) {
	.footer_common .footer_top{
		height: auto;
	}
	.footer_common .footer_top ul {
	    width: 335px;
	}
	.footer_common .footer_top li {
	    width: 100% !important;
	    line-height: 32px;
	    height: 32px;
	    margin: 10px 0 0;
	}
	.footer_common .footer_top li:nth-of-type(3) {
	    margin: 10px 0;
	}
	.footer_common .footer_top li p {
	    font-size: 14px;
	}
	.footer_common .footer_top li h4 {
	    font-size: 16px;
	    line-height: 32px;
	}
	.footer_common .footer_top li .footer_topImg {
	    width: 32px;
	    height: 32px;
	    line-height: 28px;
	    border: 1px solid #FFFFFF;
	    margin: 0 10px 0 0;
	}
	.footer_common .footer_top li .footer_topImg img{
		width: 15px;
	}
	.footer_common .footer_bottom{
		padding: 10px 0;
		height: auto;
		line-height: 20px;
	}
	.footer_common .footer_bottom .container{
		width: 335px;
	}
	.footer_common .footer_bottom .container br{
		display: block;
	}
	.footer_bottomIcon{
		position: relative;
		left: -11px;
	}
}
@media only screen and (min-width: 992px ) {
	.footer_common .footer_bottom .container{
		width: 970px;
	}
	.footer_common .footer_top ul{
		width: 970px;
	}
	.footer_common .footer_top li {
		width: 300px;
	    margin: 17px 69px 0 0;
	}
	.footer_common .footer_top li:nth-of-type(2) {
	    width: 290px;
	}
	.footer_common .footer_top li:nth-of-type(3) {
	    margin: 17px 0;
	    width: 241px;
	}
	.footer_common .footer_top li h4 {
		font-size: 18px;
	}
	.footer_common .footer_top li p {
	    font-size: 14px;
	}
	.footer_common .footer_bottom .container br{
		display: none;
	}
}
@media only screen and (min-width: 1300px ) {
	.footer_common .footer_bottom .container{
		width: 1240px;
	}
	.footer_common .footer_top ul{
		width: 1240px;
	}
	.footer_common .footer_top li {
		width: 335px;
	    margin: 17px 111px 0 0;
	}
	.footer_common .footer_top li:nth-of-type(2) {
	    width: 380px;
	}
	.footer_common .footer_top li:nth-of-type(3) {
	    margin: 17px 0;
	    width: 302px;
	}
	.footer_common .footer_top li h4 {
		font-size: 24px;
	}
	.footer_common .footer_top li p {
	    font-size: 15px;
	}
}
@media only screen and (min-width: 1350px ) {
	.footer_common .footer_top ul{
		width: 1305px;
	}
	.footer_common .footer_bottom .container{
		width: 1305px;
	}
	.footer_common .footer_top li {
	    margin: 17px 144px 0 0;
	}
}
/*顶部图片样式*/
.banner_common{
	width: 100%;
	overflow: hidden;
	margin: 100px 0 0;
	text-align: center;
}
.banner_common>img{
	width: 100%;
}
.banner_common h1{
	width: 100%;
	font-family: "Roboto-Black_0";
	font-size: 84px;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.23;
	position: absolute;
	top: 100px;
	z-index: 10;
}
.banner_common h2{
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	position: absolute;
	top: 140px;
	font-size: 48px;
	color: #FFFFFF;
	z-index: 20;
}
.banner_bottom{
	width: 100%;
	height: 55px;
	overflow: hidden;
	background-color: rgba(134,173,73,0.71);
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner_bottom .banner_menu{
	width: 1305px;
	overflow: hidden;
	margin: 0 auto;
}
.banner_bottom .banner_menu a{
	display: block;
	width: 170px;
	height: 55px;
	float: left;
	overflow: hidden;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.banner_bottom .banner_menu a img{
	margin: 0 0 0 10px;
}
.banner_bottom .banner_menu a.banner_now{
	background-color: #86ad49;
	font-weight: bold;
}
.banner_bottom .banner_menu a:hover{
	background-color: #86ad49;
	font-weight: bold;
}
.banner_bottom .banner_title{
	width: 1305px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 55px;
	text-align: right;
	color: #FFFFFF;
}
.banner_bottom .banner_title a{
	color: #FFFFFF;
}
.banner_bottom .banner_title a:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width:991px ) {
	.banner_common {
	    margin: 80px 0 0;
	    height: 265px;
		position: relative;
	}
	.banner_common>img{
		width: 1400px;
		position: absolute;
		left: 50%;
		margin-left: -700px;
	}
	.banner_bottom .banner_menu{
		width: 688px;
	}
	.banner_common h1{
		font-size: 64px;
		top: 80px;
	}
	.banner_common h2{
		top: 110px;
		font-size: 36px;
	}
	.banner_bottom .banner_title{
		width: 688px;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common {
	    margin: 60px 0 0;
	    height: 225px;
		position: relative;
	}
	.banner_common>img{
		width: 1200px;
		margin-left: -600px;
	}
	.banner_bottom{
		height: 35px;
	}
	.banner_bottom .banner_menu{
		width: 335px;
	}
	.banner_bottom .banner_title{
		width: 335px;
		line-height: 35px;
	}
	.banner_bottom .banner_menu a{
	    width: 110px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	}
	.banner_bottom .banner_menu a img {
	    margin: 0 0 0 5px;
	}
	.banner_common h1{
		font-size: 48px;
		top: 70px;
		display: none;
	}
	.banner_common h2{
		top: 80px;
		font-size: 36px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common {
	    margin: 80px 0 0;
	    height: 265px;
		position: relative;
	}
	.banner_common>img{
		width: 1400px;
		position: absolute;
		left: 50%;
		margin-left: -700px;
	}
	.banner_bottom .banner_menu{
		width: 970px;
	}
	.banner_common h1{
		font-size: 64px;
		top: 80px;
	}
	.banner_common h2{
		top: 110px;
		font-size: 36px;
	}
	.banner_bottom .banner_title{
		width: 970px;
	}
}
@media only screen and (min-width:1300px ) {
	.banner_common {
		height: 308px;
	    margin: 100px 0 0;
	}
	.banner_common>img{
		width: 1600px;
		left: 50%;
		margin-left: -800px;
	}
	.banner_bottom .banner_menu {
	    width: 1255px;
	}
	.banner_common h1{
		font-size: 84px;
		top: 100px;
	}
	.banner_common h2{
		top: 140px;
		font-size: 48px;
	}
	.banner_bottom .banner_title{
		width: 1255px;
	}
}
@media only screen and (min-width:1500px ) {
	.banner_common{
		height: auto;
	}
	.banner_common>img{
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0;
	}
	.banner_bottom .banner_menu {
	    width: 1305px;
	}
	.banner_bottom .banner_title{
		width: 1305px;
	}
}