@charset "utf-8";

/*public start*/

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

html,
body,
span,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
font,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	max-width: 640px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	font-size: 1.2rem;
	font-family: "'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 黑体, Arial, sans-serif"
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	font-size: 0
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.last {
	margin-right: 0px !important;
}

button, input {
	outline: none;
	border: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
  }

/*public end*/

.big_div {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 94%;
	margin: 0 auto;
}
.header {
	position: relative;
}

.header .wrap {
	padding: 27px 0 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner img {
  width: 100%;
}
.con-re {
	border: 1px solid #d3d3d3;
	width: 222px;
	line-height: 30px;
	padding: 0 8px;
  }
  .con-re input {
	width: 179px;
  }
  .con-re button {
	background: url(../images/cp_06.png) center center no-repeat;
	cursor: pointer;
	width: 21px;
	  height: 17px;
	vertical-align: middle;
  }
.nav {
	line-height: 50px;
	background-color: #379848;
}
.nav a {
	display: block;
	text-align: center;
	width: 20%;
	font-size: 16px;
	color: #ffffff;
	position: relative;
}
.nav a::before {
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translate(0, -50%);
	width: 2px;
	height: 40px;
	background-color: #308c40;
}
.nav a:last-of-type::before {
	width: 0;
}
.nav a.active,
.nav a:hover {
	background-color: #e87f1f;
}
.container {
	margin-top: 25px;
}
.tit-list {
	text-align: center;
  }
  .tit-list h2 {
	font-size: 30px;
	color: #379848;
  }
  .tit-list ul {
	margin-top: 20px;
  }
  .tit-list ul li{
	margin: 0 7px;
  }
  .tit-list ul li a::before {
	content: "";
	position: absolute;
	top:  -5px;
	left: -6px;
	width: 135px;
	  height: 46px;
	border: 1px solid #379848;
	  border-radius: 30px;
  }
  .tit-list ul li a {
	width: 127px;
	  line-height: 38px;
	display: block;
	font-size: 14px;
	color: #2a2a2a;
	  background-color: #9ccfa5;
	  border-radius: 23px;
	margin: 3px;
	border: 1px solid #379848;
	position: relative;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-ms-transition: all 0.5s;
  }
  .tit-list ul li.active a,
  .tit-list ul li:hover a{
	background-color: #379848;
  }
  .tit-list ul li.active::before a,
  .tit-list ul li::before:hover a{
	border-color: #379848;
  }
  .tit-list ul li.active a,
  .tit-list ul li:hover a{
	color: #fff;
  }
  .gywm {
	margin-top: 15px;
  }
  .gywm p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 33px;
	text-indent: 2em;
	display: flex;
  }
  .footer {
	  margin-top: 40px;
	padding-top: 140px;
	background: url(../images/bg_02.png) center center no-repeat;
	background-size: 100% 100%;
  }
  .footer-top .wrap {
	justify-content: space-between;
	padding-bottom: 18px;
  }
  .footer-top-dl dd {
	line-height: 40px;
  }
  .footer-top-dl span, .ewm p {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
  }
  .ewm{
	text-align: center;
  }
  .copyright {
	border-top: 1px solid #46ff1a;
  }
  .copyright p {
	line-height: 50px;
	font-size: 12px;
	color: #d6ffdd;
  }
  .cpzx .item {
	width: 32%;
	text-align: center;
	float: left;
	margin-top: 24px;
	margin-right: 2%;
  }
  .cpzx .item:nth-of-type(3n) {
	margin-right: 0 !important;
  }
  .cpzx .item .li_img {
	border: solid 1px #d0d0d0;
	box-sizing: border-box;
	overflow: hidden;
  }
  .cpzx .item .li_img img {
	width: 100%;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-ms-transition: all 0.5s;
  }
  .cpzx .item p {
	margin-top: 15px;
	font-size: 14px;
	color: #2a2a2a;
  }
  .cpzx .item:hover .li_img {
	border-color: #379848;
  }
  .cpzx .item:hover p {
	color: #379848;
  }
  .cpzx .item:hover img {
	-webkit-transform: scale(1.1);
  　　-moz-transform: scale(1.1);
  　　-o-transform: scale(1.1);
  　　-ms-transform: scale(1.1);
  }
  .fenye {
	margin-top: 60px;
  }
  .xq {
	margin-top: 41px;
  }
  .xq-le {
	width: 417px;
	margin: 0 auto;
  }
  .xq-re {
	  margin-top: 30px;
  }
  .xq-re h6 {
	font-size: 18px;
	color: #454545;
	line-height: 38px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
  }
  .xq-re p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 33px;
	display: flex;
  }
  .jqzoom {
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
  }
  .jqzoom img {
	width: 417px;
	height: 586px;
  }
  .zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	display: none;
	text-align: center;
	overflow: hidden;
  }
  .jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
  }
  /*图片小图预览列表*/
  .spec-preview {
	width: 417px;
	height: 586px;
	border: 1px solid #dfdfdf;
  }
  .spec-scroll {
	clear: both;
	margin-top: 16px;
	width: 417px;
	overflow: hidden;
  }
  .spec-scroll .prev {
	float: left;
	margin-right: 4px;
  }
  .spec-scroll .next {
	float: right;
  }
  .spec-scroll .prev,
  .spec-scroll .next {
	width: 18px;
	height: 23px;
	cursor: pointer;
	margin-top: 33px;
  }
  .spec-scroll .items {
	float: left;
	position: relative;
	width: 360px;
	height: 89px;
	overflow: hidden;
  }
  .spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 93px;
  }
  .spec-scroll .items ul li {
	float: left;
	width: 93px;
	text-align: center;
  }
  .spec-scroll .items ul li img {
	border: 1px solid #ccc;
	padding: 2px;
	width: 59px;
	height: 83px;
  }
  .spec-scroll .items ul li img:hover {
	border: 2px solid #379848;
	padding: 1px;
  }
  .lxwm-box {
	margin-top: 40px;
  }
  .lxwm-content {
	text-align: center;
	margin-top: 10px;
  }
  .small-nav a.active,
  .small-nav a:hover,
  .lxwm-content p:nth-of-type(1),
  .lxwm-content p:nth-of-type(2) {
	color: #379848;
  }
  .lxwm-content p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
  }
  .lxwm-content p:nth-of-type(2) {
	background: url(../images/lxwm_03.png) center center no-repeat;
	font-size: 16px;
	line-height: 62px;
	margin: 20px 0;
  }
  .lxwm-content p:nth-of-type(3),
  .lxwm-content p:nth-of-type(4) {
	font-size: 12px;
	color: #979797;
  }
  .lxwm-way {
	margin-top: 100px;
	justify-content: space-between;
  }
  .lxwm-way .item {
	text-align: center;
  }
  .lxwm-way .item img {
	margin-bottom: 10px;
  }
  .lxwm-way p {
	font-size: 12px;
	color: #979797;
	line-height: 20px;
  }
  .map {
	margin-top: 44px;
  }
  .map img {
	width: 100%;
  }
  .mwsh {
	margin-top: 30px;
  }
  .mwsh dl dd {
	font-size: 14px;
	color: #a1a1a1;
	line-height: 41px;
	border-bottom: 1px solid #ededed;
	display:flex;
  }
  .news  {
	margin-top: 43px;
  }
  .news .item {
	background-color: #f8f8f8;
	padding: 14px;
	margin-bottom: 14px;
  }
  .news .item .item-tit {
	justify-content: space-between;
	line-height: 33px;
  }
  .news .item .item-tit span:nth-of-type(1) {
	font-size: 18px;
	color: #5f5f5f;
  }
  .news .item .item-tit span:nth-of-type(2), 
  .news .item .item-more a {
	font-size: 12px;
	color: #a1a1a1;
  }
  .news .item .item-text p {
	font-size: 12px;
	color: #a1a1a1;
	line-height: 25px;
	display: flex;
  }
  .news .item .item-more {
	justify-content: flex-end;
	line-height: 25px;
  }
  .news .item:hover {
	background-color: #ebffeb;
  }
  .index-gywm {
	background: url(../images/index_02.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 27px 0 25px;
  }
  .index-gywm-box {
	margin-top: 22px;
	background-color: #e9ffce;
	  border: solid 8px #379848;
	padding: 10px;
  }
  .index-gywm-box p {
	font-size: 12px;
	color: #282828;
	line-height: 34px;
	text-indent: 2em;
  }
  .more {
	margin-top: 20px;
  }
  .more a{
	text-align: center;
	display: inline-block;
	width: 141px;
	  height: 36px;
	line-height: 36px;
	  background-color: #e87a13;
	  border-radius: 24px;
	font-size: 12px;
	color: #ffffff;
  }
  .more a:hover {
	background-color: #379848;
  }
  .tit a {
	width: 56px;
	  height: 56px;
	line-height: 56px;
	  background-color: #379848;
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 8px;
  }
  .tit a::before {
	content: "";
	width: 64px;
	  height: 64px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #379848;
	position: absolute;
	top: -4px;
	left: -4px;
  }
  .index-cpzs {
	background: url(../images/index_1_02.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 27px 0 25px;
  }
  .index-cpzs-list {
	margin-top: 20px;
	position: relative;
	text-align: center;
	display: none;
  }
  .index-cpzs-list.active {
  	display: block;
  }
  .index-cpzs-list .swiper-container {
	position: static;
  }
  .index-cpzs-list .li_img {
	border: solid 1px #d0d0d0;
	box-sizing: border-box;
	overflow: hidden;
  }
  .index-cpzs-list .li_img img {
	width: 100%;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-ms-transition: all 0.5s;
  }
  .index-cpzs-list p {
	margin-top: 15px;
	font-size: 14px;
	color: #2a2a2a;
  }
  .index-cpzs-list .swiper-slide:hover .li_img{
	border-color: #379848;
  }
  .index-cpzs-list .swiper-slide:hover p {
	color: #379848;
  }
  .index-cpzs-list .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
  　　-moz-transform: scale(1.1);
  　　-o-transform: scale(1.1);
  　　-ms-transform: scale(1.1);
  }
  .index-zwdt {
	background: url(../images/index_11.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 27px 0 25px;
  }
  .index-zwdt-list {
	margin-top: 28px;
  }
  .index-zwdt-list .item  {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 28px;
  }
  .index-zwdt-list .item a{
	justify-content: space-between;
  }
  .index-zwdt-list .item-re-time {
	text-align: center;
	padding-right: 42px;
	border-right: 6px solid #379848;
	width: 170px;
  }
  .index-zwdt-list .item-re-time span:nth-of-type(1) {
	font-size: 26px;
	color: #379848;
	font-weight: bold;
  }
  .index-zwdt-list .item-re-time span:nth-of-type(2) {
	font-size: 18px;
	color: #379848;
  }
  .index-zwdt-list .item-re-text {
	width: 350px;
  }
  .index-zwdt-list .item-re-time span,
  .index-zwdt-list .item-re-text span {
	display: block;
  }
  .index-zwdt-list .item-re-text span:nth-of-type(1) {
	font-size: 18px;
	color: #282828;
  }
  .index-zwdt-list .item-re-text span:nth-of-type(2) {
	font-size: 12px;
	line-height: 22px;
	color: #868686;
  }
  .index-zwdt-list .item:hover {
	background-color: #ebffeb;
  }