﻿/* ************ 通用样式 ************ */
.lf {
	float: left;
}
.rt {
	float: right;
}
.clearfix:after {
	/*清除浮动带来的影响，设置给父元素*/
	content: '';
	display: block;
	clear: both;
}
.clearfix:before {
	/*防止外边距溢出，设置给父元素*/
	content: ""; 
	display: table;
}
.contentBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/* ******** header begin ******** */
/* ** top ** */
.top {
	height: 86px;
}
.top h1.logo {
	line-height:86px;
	font-size: 0;
/*	max-width: 380px;*/
	max-height: 86px;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
	margin: 0;
}
.top .logo img {
/*  vertical-align: middle;*/
	height: 55px;
}
.nav {
	float: right;
}

.nav .search {
	margin-top: 23px;
	display: none;
	overflow: hidden;/*span{
            font-size: 14px;
            color: #009b4c;
            float: right;
            margin: 6px 40px 0 0;
        }*/
}
.nav .search p {
	font-size: 14px;
	color: #4d4d4d;
	background: url("../images/icon1.png") no-repeat center left;
	padding-left: 30px;
	line-height: 30px;
	float: right;
	margin-right: 18px;
}
.nav .search form {
	float: right;
}
.nav .search form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c2c2c2;
}
.nav .search form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c2c2;
}
.nav .search form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c2c2;
}
.nav .search form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c2c2c2;
}
.nav .search form input[type="text"] {
	width: 172px;
	height: 28px;
	border: 1px solid #098A48;
	padding-left: 8px;
	float: left;
}
.nav .search form input[type="submit"] {
	width: 30px;
	height: 30px;
	background: #098A48 url("../images/icon2.png") no-repeat center;
	border: none;
	float: right;
}
.nav .navList {
/*	margin-top: 10px;*/
}
.nav .navList ul li {
	float: left;
}
.nav .navList ul li a {
	font-size: 16px;
	color: #3a3939;
	display: block;
	padding: 0 20px;
	line-height: 86px;
}
.nav .navList ul li:last-child a {
/*	padding-right: 0;*/
}
.nav .navList ul li.activeNav{
	background-color: #006431;
}
.nav .navList ul li.activeNav a {
	color: #fff;
}
.nav .navList ul li.activeNav a span{
	border-bottom: 1px dotted #fff;
    padding-bottom: 2px;
}
.nav .navList ul li:hover{
	background-color: #006431;
}
.nav .navList ul li:hover a {
	color: #fff;
}
.nav .navList ul li:hover a span{
	border-bottom: 1px dotted #fff;
    padding-bottom: 2px;
}
.indexBan .swiper-container {
	width: 100%;
	height: 100%;
}
.indexBan .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.indexBan .page {
	position: absolute;
	right: 20.93%;
	bottom: 8.25%;
	z-index: 10;
	font-size: 14px;
	color: #757575;
	background: url("../images/icon3.png") no-repeat center left;
	padding-left: 150px;
	text-transform: uppercase;
}
.indexBan .page .swiper-pagination-fraction {
	width: auto;
	display: inline-block;
	position: initial;
	font-size: 14px;
	margin-left: 10px;
}
.indexBan .swiper-button-next {
	background: url("../images/icon4.png") no-repeat center;
	bottom: 8%;
	right: 18.2%;
	width: 23px;
	height: 23px;
	margin: 0;
	top: auto;
}
/* ******** toolbars begin ******** */
.toolbars {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
}
.toolbars ul li {
	margin-bottom: 1px;
}
.toolbars ul li a {
	display: block;
	width: 70px;
	height: 70px;
	background: rgba(91, 91, 91, 0.8) url("../images/icon13.png") no-repeat center 15px;
	padding-top: 45px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	color: #ffffff;
}
.toolbars ul li:nth-child(2) a {
	background-image: url("../images/icon14.png");
}
.toolbars ul li:last-child a {
	background: rgba(91, 91, 91, 0.8) url("../images/icon15.png") no-repeat 25px 15px;
	width: 200px;
	position: absolute;
	bottom: -70px;
	right: -130px;
	text-align: left;
	padding-left: 12px;
	transition: all 0.5s;
}
.toolbars ul li:last-child a span {
	display: block;
	margin: -37px 0 0 66px;
	font-size: 16px;
	color: #fff;
}
.toolbars ul li:hover a {
	background-color: rgba(0, 155, 76, 0.8);
}
.toolbars ul li:hover:last-child a {
	right: 0;
}
/* ******** toolbars end ******** */
/* ******** footer begin ******** */
.footer {
	width: 100%;
	background: #414141;
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.footer .footMsg {
	padding-top: 32px;
	padding-bottom: 15px;
}
.footer .footMsg .first {
	width: 651px;
}
.footer .footMsg .first ul {
	float: left;
	width: 93px;
}
.footer .footMsg .first ul li:first-child a {
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.footer .footMsg .first ul li a {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 22px;
}
.footer .footMsg .second {
	margin-left: 35px;
	float: left;
	width: 300px;
}
.footer .footMsg .second span {
	font-size: 18px;
	color: #006431;
}
.footer .footMsg .second ul {
	margin-top: 13px;
}
.footer .footMsg .second ul li {
	font-size: 12px;
	color: #8c8c8c;
	line-height: 22px;
}
.footer .footMsg .second ul li b {
	color: #bdbdbd;
}
.footer .footMsg .third {
	float: right;
}
.footer .footMsg .third ul li {
	float: left;
	margin-left: 16px;
}
.footer .footMsg .third ul li p {
	font-size: 12px;
	color: #b3b3b3;
	text-align: center;
	line-height: 30px;
}
.footer .copyR {
	line-height: 42px;
	font-size: 12px;
	color: #797979;
	text-align: center;
	border-top: 1px solid #616161;
}
/* ******** footer end ******** */

/* ** 手机对PC影响的样式 ** */
.m_nav {
	display: none;
}
m_pagesBan {
	display: none;
}

/* ** mobile ** */
@media only screen and (min-width: 100px) and (max-width:880px) {
.contentBox {
	width: 100%;
}
	.top .logo img{
		height:9vw	;
		
		margin-top: 2.5vw;
		margin-left: 2.5vw;
	}
.top {
	height: 15.63vw;
}
.top .logo {
	line-height: 15.63vw!important;
	width: 70%;
	padding-top: 1vw!important;
}
.nav {
	display: none;
}
.m_nav {
	display: block;
}
.m_nav .hun {
	display: block;
	width: 15.63vw;
	height: 15.63vw;
	background: #006431 url(../images/mobileicon1.png) no-repeat center;
	float: right;
}
.toolbars {
	display: none;
}
.footer .footMsg {
	padding-top: 20px;
}
.footer .footMsg .first {
	width: 95%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.footer .footMsg .first ul {
	width: 33%;
/*	height: 145px;*/
	/*text-align: center;*/
	margin-bottom: 3vw;
}
.footer .footMsg .second {
	float: none;
	margin-left: 10px;
}
.footer .footMsg .third {
	float: none;
	margin-top: 20px;
}
.footer .copyR {
	line-height: 16px;
	padding: 15px 0;
}
/*.nav {
  width: 15%;
  float: left;
  margin-top: 6vw;
}
.nav .link {
  border-right: 0;
  margin-left: 0;
  width: 100%;
}
.pnav .menuBtn .menuIcon {
  background: url(../images/nav.png) 40% center no-repeat;
}
.nav .link a,.pnav .menuBtn .menuIcon {
  padding-top: 8.33vw;
  width: 100%;
  background-size: 40%;
}
.pnav {
  float: left;
  width: 15%;
}
.pnav .menuBtn {
  width: 100%;
  border-right: 1px solid #e1dddb;
  margin-top: 6vw;
}*/
/*导航*/
body.menu_open2 {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
html.menu_open3 {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.pnav nav, .pnav #subnav {
	position: fixed;
	left: 0;
	width: 100%;
	background: #006431 ;
	color: #fff;
	top: 0;
	display: block;
	bottom: 0;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0; 
	font-size: 15px;
	z-index: 99999;
}
.pnav #subnav > div {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 98;
}
#subnav > div {
	background-color: #f2f2f2;
}
.pnav nav li a, .pnav nav p a {
	color: #fff;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 0 10px;
	font-size: 14px;
}
.pnav #subnav a {
	color: #666;
	display: block;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
}
.pnav nav li, .pnav #subnav li, .pnav nav>p {
	line-height: 56px;
	height: 56px;
	padding: 0 10px;
}
.pnav nav li:last-child a, .pnav #subnav li:last-child a {
/*border-bottom: 0;*/
}
.pnav nav li, .pnav nav>p {
	background: url('../images/micon4.png') 96% 50% no-repeat;
}
.subnav_open2 .pnav nav li, .subnav_open2 .pnav nav>p {
	background-position: 43% 50%;
}
.subnav_open2 .pnav nav li.active1 {
	background-color: #B4D4CF;
	background-image: url(../images/micon5.png);
}
.pnav nav {
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.pnav #subnav {
	left: 100%;
	width: 50%;/*display: none;*/
}
body.subnav_open2 #subnav {
	/*display: block;*/
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
body.menu_open2 .pnav nav {
	-webkit-transform: none;
	transform: none;
	overflow: hidden;
}
.pnav .heading {
	height: 42px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 0 10px;
}
.pnav .heading>a span {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 10px 0;
	padding: 3px 18px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.pnav a.last i {
	width: 14px;
	height: 14px;
	display: inline-block;
	float: right;
	margin: 14px 10px;
}
.pnav .heading span.icon-home {
	background: url("../images/micon1.png") center center no-repeat;
	color: #fff;
}
.pnav .heading span.icon-wechat {
	background: url("../images/micon2.png") center center no-repeat;
}
.pnav a.last i.icon-close {
	background: url("../images/micon3.png") center center no-repeat;
}
/*body.subnav_open2 .pnav nav {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}*/
body.subnav_open2 #subnav > div.open {
	display: block;
	z-index: 99;
}
.pnav a.last {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 999999;
	display: none;
}
body.menu_open2 .pnav a.last {
	display: block;
}
.pnav #subnav .heading {
	height: 42px;
	line-height: 42px;
	border: 0;
	margin: 0;
	/*background: rgba(0, 0, 0, 0.2);*/
	background-color: #60AB9B;
}
.pnav #subnav .heading > div.back {
	width: 35px;
	height: 100%;
	border-right: 1px solid #FFF;
	margin: 0 10px;
	float: left;
	background: url("../images/return.png") 25% center no-repeat;
}
}
