* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

h2,
h3,
i,
em {
	font-style: normal;
	font-weight: normal;
}
/* 头部 */
.headert {
	/* margin-top:-20px; */
}

.headert .header_top {
	/* width: 100%; */
	height: 100px;
	background: url("/statics/images/zw/Ttop.jpg") no-repeat;
	padding: 10px 0;
	background-size: 100% 100%;
}

.headert .header_top .top_logo {
	display: flex;
}

.headert .header_top .top_logo img {
	width: 430px;
	height: auto;
	padding-right: 5px;
	border-right: 1px solid #bcbcbc;
	margin-right: 10px;
}

.headert .header_top .top_text {
	color: #fff;
	margin-top: 10px;
}

.headert .header_top .top_text b {
	font-size: 26px;
	font-family: 楷体;
}

.headert .header_top .top_text span {
	font-weight: bold;
}

.naver {
	padding-top: 1px;
	background-color: #008149;
}

@media screen and (min-width:768px) {
	.nav {
		width: 1200px;
		margin: 0 auto;
		margin-top: 17px;
	}
}

.nav>ul:after {
	content: "";
	display: block;
	clear: both;
}

.nav>ul>li {
	float: left;
	width: 200px;
	height: 45px;
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-right: 1px solid #ffffff;
}

.nav ul .dhl a:hover {
	color: #87ccb6;
}

.nav li .sub {
	display: none;
}

.nav li:hover .sub {
	display: block;
	padding-top: 15px;
	width: 170px;
	background: url("/statics/images/zw/subbg.png") no-repeat center top #FFF;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); */
	position: absolute;
	top: 45px;
	z-index: 99;
	opacity: 0.9;
}

.nav li:hover .sub li {
	float: none;
	padding: 0;
	margin: 0;
	display: block
}

.nav li:hover .sub li a {
	padding: 0 15px;
	margin: 0;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
	line-height: 50px;
	display: block;
	color: #000;
}

.nav li:hover .sub li:hover a {
	background: #92d9ba;
	color: #FFF !important;
}

/* 移动端导航 */
.caret {
	border-left: 4px dashed;
	border-top: 4px solid\9;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.navbar-toggle {
	margin-right: 30px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-left: 3px;
}

.navbar {
	background-color: #008c4f;
	position: relative;
	margin-bottom: 0px;
}

.navbar .top_text {
	color: #fff;
	margin-top: 3px;
}

.navi {
	position: relative;
	height: 50px;
	width: 85%;
}

.navi ul {
	display: flex;
	justify-content: space-around;
}

.navi li {
	float: left;
	list-style: none;
}

.navi li>a {
	display: block;
	font-size: 16px;
	color: #fff !important;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #b9ffe5;
}

.dropdown-menu>li>a {
	color: #fff !important;
}

.dropdown-menu>li>a:hover {
	color: #b9ffe5 !important;
}

.navi ul li {
	float: left;
}

.two-nav {
	padding: 15px;
	position: absolute;
	left: 0px;
	background-color: #fafbfc;
	width: 640px;
	height: 196px;
	margin-top: -1px;
	z-index: 9999;
	display: none
}

.img {
	display: block;
	float: left;
}

.two-nav a {
	margin: 10px 0 0 40px;
	width: 136px;
	list-style: disc;
	height: 36px;
	line-height: 40px;
	float: left;
	color: black !important;
	text-align: left;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #3cbb64;
}

.navbar-inverse .navbar-nav>.open>a>span,
.navbar-inverse .navbar-nav>.open>a>span:focus,
.navbar-inverse .navbar-nav>.open>a>span:active {
	transform: rotate(90deg);
}

/* 主图轮播 */
.swiper {
	width: 100%;
	height: 100%;
}

.sw .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;
}

.sw .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerbox {
	margin: 0;
	padding: 0;
	width: 100vw;
}

.banner img {
	width: 100%;
}

/* 新闻动态 */
.title {
	width: 100%;
	height: 56px;
}

.title h2 {
	float: left;
	font-weight: normal;
}

.title h2 i {
	display: inline-block;
	width: 112px;
	height: 38px;
	font-size: 28px;
	color: #333;
	border-bottom: 3px solid #008c4f;
}

.title h2 span {
	padding-left: 15px;
	font-size: 28px;
	color: #2d8635;
	opacity: .2;
	text-transform: uppercase;
	font-family: '华文中宋';
	font-weight: 600;
}

.title a {
	float: right;
	font-size: 14px;
	color: #008c4f;
	padding-top: 27px;
}

.title a img {
	width: 27px;
	height: 27px;
}

/* 第二块 */
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: 0px;
}

.nr>ul {
	margin-top: 30px;
}

.nr>ul>li {
	position: relative;
	margin-top: 10px;
	border: 1px solid #e6e6e6;
	transition: all .3s;
}

.nr>ul>li a {
	padding: 15px 20px;
	display: block;
	overflow: hidden;
}

.nr>ul>li a .date {
	position: relative;
	float: left;
	width: 55px;
	font-size: 20px;
	color: #008c4f;
}

.nr>ul>li a .date span {
	display: block;
	text-align: right;
}

.nr>ul>li a .date:after {
	content: "";
	position: absolute;
	top: 28px;
	left: 0px;
	width: 55px;
	height: 1px;
	background-color: #dedede;
	transform: rotate(-45deg);
}

.nr>ul>li a .texta {
	padding-left: 75px;
}

.nr>ul>li a .texta p {
	line-height: 29px;
	font-size: 16px;
	color: #01011a;
	height: 58px;
}

.nr>ul>li:hover {
	/* background: url(../img/tz.jpg) no-repeat center center; */
	background-color: #008c4f;
	/* background-size: cover; */
}

.nr>ul>li:hover .date {
	color: #fff;
}

.nr>ul>li:hover .date:after {
	background-color: #fff;
}

.>ul>li:hover .texta p {
	color: #fff;
}

/* 第一块 */
/* 轮播 */
/* .sw1 .swiper-slide {
         text-align: center;
         font-size: 18px;
         background: #fff;
         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;
       }
 .sw1{
	     height: 126px;
	     margin-top: 30px;
 }
 @media screen and (max-width:767px){
.sw1{
	width: 100%;
	display: flex;
}
.fr ul li{
	margin-left: 34px;
}
.box_r ul li .con{
	padding-left: 26px;
	width: 75%;
}
}
  .sw1 .swiper-slide img {
     display: block;
     width: 35%;
     height: 100%;
     object-fit: cover;
	 overflow: hidden;
	 float: left;
   }
.sw1 .swiper-slide a{
	height: 100%;
}
.sw1 .swiper-slide a .lbxw{
	height: 126px;
	background-color: #f7f7f7;
	float: left;
	width: 65%;
}
.ljxq{
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0px 0px 14px;
	width: 100%;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ljyqr{
	font-size: 13px;
	text-indent: 2em;
	overflow: hidden;
	text-align: left;
	color: #000;
	padding: 0px 0px 0px 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
} */
.sw1 .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;
}

.sw1 {
	margin-left: 0px !important;
	margin-right: 0px !important;
	height: 428px;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.sw1 {
		width: 100%;
		display: flex;
	}

	.fr ul li {
		margin-left: 34px;
	}

	.box_r ul li .con {
		padding-left: 26px;
		width: 75%;
	}
}

.sw1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
}

.sw1 .swiper-slide a .lbxw {
	height: 131px;
	background-color: #f7f7f7;
	float: left;
	width: 100%;
}

.swiper-slide a {
	width: 100%;
}

.ljxq {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 14px 0px 14px;
	width: 100%;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ljyqr {
	font-size: 13px;
	/* 	text-indent: 2em; */
	overflow: hidden;
	text-align: justify;
	color: #8f8f8f;
	padding: 0px 14px 0px 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/* 轮播结束 */
/* 第三部分 */
.x2 {
	padding-top: 23px;
	padding-bottom: 75px;
	background: url() no-repeat center center;
	background-size: cover;
}

.x2 .title {
	padding-top: 0;
}

.x2 .title h2 {
	position: relative;
	float: none;
	text-align: center;
	padding-bottom: 20px;
}

.t2 h2 i {
	border: none;
	font-size: 37px;
	width: 149px;
	height: 39px;
}

.x2 .title h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}


.x2 ul li.b1 {
	background-color: #73C088;
}

/*.x2 ul li.b2 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b3 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b4 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b5 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b6 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b7 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b8 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b9 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b10 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b11 {*/
/*	background-color: #73C088;*/
/*}*/

/*.x2 ul li.b12 {*/
/*	background-color: #73C088;*/
/*}*/

.x2 ul li {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 18.6%;
	/*margin-left: 2.48%;*/
	border-radius: 5px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	top: 0;
	transition: all .3s;
}

.x2 ul li:nth-child(6n-5) {
	margin-left: 0;
}

.x2 ul li a {
	display: block;
}

.x2 ul li a .icon {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
}

.x2 ul li a .icon img {
	vertical-align: middle;
	width: 49px;
}

.x2 ul li a p {
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x2 ul li:hover {
	top: -5px;
}

@media screen and (max-width: 768px) {
	.x2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.title {
		padding-top: 10px;
	}

	.x2 ul li {
		width: 48%;
		margin: 0 1%;
		margin-top: 10px;
	}

	.x2 ul li:nth-child(4n) {
		margin-right: 1%;
	}

	.x2 ul li:nth-child(6n-5) {
		margin-left: 1%;
		margin-right: 1%;
	}

	.x3 {
		padding-top: 15px;
	}

	.c3 ul li {
		float: none;
		width: auto;
		width: 100% !important;
	}

	.c3 {
		padding: 15px;
		padding-top: 0;
		/*height: 1100px !important;*/
	}

	.c3 .title {
		margin-left: 0;
	}

	.c3 ul li a p {
		font-size: 16px;
	}

}

@media screen and (max-width: 500px) {
	.x2 ul li {
		width: 46%;
	}
}

@media screen and (max-width: 420px) {
	.c3 ul li a p {
		font-size: 19px !important;
	}
}

@media screen and (max-width: 380px) {
	.c3 ul li a p {
		font-size: 16px !important;
	}
}

/* 尾部 */
.x3 {
	position: relative;
	padding-top: 70px;
	z-index: 3;
}

.c3 {
	box-shadow: 0 0 10px #b5b5b5;
	padding: 70px 100px;
	padding-top: 0;
	background: url("/statics/images/zw/sect3-bg.png") no-repeat center center;
	background-size: cover;
	height: 376px;
}

.c3 .t3 {
	position: relative;
	padding-top: 0;
	background-image: none;
	margin-left: -50px;
	height: 90px;
}

.c3 .t3::before {
	display: none;
}

.c3 .t3 h2 {
	padding-bottom: 15px;
	padding-left: 95px;
}

.c3 .t3 h2 img {
	display: inline-block;
	margin-left: -95px;
	vertical-align: middle;
	margin-right: 25px;
}

.c3 .t3 h2 span {
	position: absolute;
	left: 28px;
	bottom: -12px;
	padding-left: 0;
}

.c3 ul {
	margin-top: 61px;
}

.c3 ul li {
	float: left;
	width: 33.333%;
	line-height: 62px;
	border-bottom: 1px dashed #cccccc;
	padding-left: 30px;
	background: url("/statics/images/zw/dh.png") no-repeat left center;
}

.c3 ul li a {
	display: block;
}

.c3 ul li a p {
	font-size: 23px;
	color: #01011a;
	padding-top: 11px;
}

.c3 ul li a p span {
	display: inline-block;
	font-weight: bold;
}

.c3 ul li:hover {
	background: url("/statics/images/zw/dha.png") no-repeat left center;
}

.c3 .t3 h2 i {
	border: none;
}

.c3 ul li:hover a p {
	color: #008c4f;
}

@media screen and (max-width: 1300px) {
	.c3 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.c3 {
		padding: 50px;
		padding-top: 0;
	}

	.c3 ul li {
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.c3 ul li {
		width: 50%;
	}

	.c3 {
		height: 600px;
	}
}

@media screen and (max-width: 1300px) {
	.c3 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.c3 {
		padding: 50px;
		padding-top: 0;
	}

	.c3 ul li {
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.c3 ul li {
		width: 50%;
	}
}

/* footer */
.footer1 {
	position: relative;
	/* background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover; */
	background-color: #008c4f;
	/*margin-top: -200px;*/
	/*padding-top: 230px;*/
	padding-top: 20px;
	padding-bottom: 30px;
}

.foot1 {
	text-align: center;
}

.foot1 .link1 {
	margin-bottom: 40px;
}

.foot1 .link1 span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
}

.foot1 .link1 a {
	font-size: 15px;
	color: #fff;
}

.foot1 p {
	line-height: 26px;
	font-size: 15px;
	color: #cae7cd;
}
