﻿@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


html {
	margin: 0 auto;
}

body {
	font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol,
dd,
dl{
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*??????*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a {
	color: #000;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.none {
	display: none;
}

.pb0 {
	padding-bottom: 0;
}

.wrap {
	padding: 0 7.5%;
	/* overflow: hidden; */
}



.slide_nav {
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
	background: #097C1F;
}

.slide_nav.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding:20px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {

	height: 60px;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: #0a4e17;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}

header .menu {
	float: right;
	width: 40px;
	height: 30px;
	margin-top: 15px;
	display: none;
	position: relative;
  	margin-right:20px;
}

header .menu .box {
	width: 20px;
	transform: translate(-15px, -50%);
}

header .menu .box::after,
header .menu .box::before {
	width: 25px;
	left: 5px;
}

header .menu .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-15px, -50%);
	width: 30px;
	height: 2px;
	background: #097C1F;
	transition: all 0.4s;
}

header .menu .box::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #097C1F;
	top: -8px;
	transition: all 0.4s;
}

header .menu .box::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #097C1F;
	top: 8px;
	transition: all 0.4s;
}

header .menu.on .box {
	background: transparent;
	transform: translate(-20px, -50%);
}

header .menu.on .box::after {
	top: 0;
	transform: rotate(45deg);
}

header .menu.on .box::before {
	top: 0;
	transform: rotate(-45deg);
}

.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}
.index-banner,
.index-banner li{
	position: relative;
	overflow: hidden;
}
.index-banner .index-page{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	bottom: 5%;
	text-align: center;
}
.index-banner .iconfont{
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.6);
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: absolute;
	z-index: 5;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	transition: all 0.3s;
	color: #097C1F;
	cursor: pointer;
	font-size: 12px;
}
.index-banner .iconfont.icon-next{
	right: 40px;
	left: auto;
}
.index-banner .iconfont:hover{
	background: #fff;
}
.index-banner .index-page span.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	cursor: pointer;
	outline: none;
	margin:0 6px ;
}
.index-banner .index-page span.swiper-pagination-bullet-active{
	background: #097C1F;
}
.index-banner li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 48%;
}
.index-banner li .txt{
	position: absolute;
	left: 4.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
}
.index-banner li .txt .en{
	line-height: 1;
	text-transform: uppercase;
	font-family: arial;
	margin: 20px 0 40px 0;
}
.index-banner li .txt .bot{
	display: inline-block;
	padding: 0 70px;
	background: #abcd03;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 16px;
}
/* 
.index-banner li .txt .cn {
	-webkit-transition: all 1s 300ms;
	-webkit-transform: translate(500px, 0);
	transform: translate(500px, 0);
	z-index: 1002;
	opacity: 0
}
.index-banner li .txt .en {
	-webkit-transition: all 1.25s 300ms;
	-webkit-transform: translate(500px, 0);
	transform: translate(500px, 0);
	z-index: 1002;
	opacity: 0
}
.index-banner li .txt .bot {
	-webkit-transition: all 1.5s 300ms;
	-webkit-transform: translate(500px, 0);
	transform: translate(500px, 0);
	z-index: 1002;
	opacity: 0
}


.index-banner li.swiper-slide-active .txt .cn{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.index-banner li.swiper-slide-active .txt .en{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.index-banner li.swiper-slide-active .txt .bot{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
} */
header{
	position: absolute;
	z-index: 99;
	padding-left: 45px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	width: 100%;
	height: 100px;
}
header.in{
	border-bottom: 1px solid rgba(0,0,0,.6);
	position: relative;
}
header.in .tel-box .box,
header.in2 .tel-box .box{
	color: #097C1F;	
	background-image: url(img/tel2.png);
}
header.in nav a,
header.in2 nav a{
	color: #000;
	opacity: .7;
}
header.in nav a::after,
header.in2 nav a::after{
	background: #097C1F;
}
header.in nav a.on,
header.in nav a:hover,
header.in2 nav a.on,
header.in2 nav a:hover{
	color: #097C1F;
	opacity: 1;
}
header.in .tel-box,
header.in2 .tel-box{
	border-color:rgba(0,0,0,.3); 
}
header.in2{
	background: rgba(255,255,255,.6);
}
header .logo{
	line-height: 100px;
	height: 100px;
}
header .logo img{
	vertical-align: middle;
	height: 60px;
}
header .logo-tip{
	position: relative;
	margin-left: 25px;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	float: left;
	margin-top: 25px;
}
header .logo-tip::after{
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 1px;
	background: #fff;
	top: 50%;
	margin-top: -10px;
}
header.in .logo-tip{
	color: #000;
}
header.in .logo-tip::after{
	background: #000;
}
header.in2 .logo-tip,header.in2 .search-box button{
	color: #000;
}
header.in2 .logo-tip::after{
	background: #000;
}

header nav{
	overflow: hidden;
}
header nav a{
	display: block;
	float: left;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding: 0 10px;
	margin-left: 10px;
}
header nav a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	height: 3px;
	background: #fff;
	width: 0;
	transition: all 0.3s;
}
header nav a.on::after,
header nav a:hover::after{
	width: 100%;
}

header .search-box{
	font-size: 16px;
	line-height: 1;
	position: relative;
	padding-left: 5px;
	margin-left: 40px;
	float: left;
	line-height: 34px;
	cursor: pointer;
	margin-top: 32px;
}

header .search-box button{
	background:none;
	color:#fff;
	font-size: 30px;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 34px;
}
header .search-box input{
	position: absolute;
	right: 100%;
	top: 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	width: 0;
	transition: all 0.4s;
}

header .search-box:hover input{
	width: 200px;
	text-indent: 10px;
}
header .tel-box{
	padding: 0 45px;
	margin-left: 45px;
	height: 100px;
	border-left: 1px solid rgba(2555,255,255,.6);
}
header .tel-box .box {
	color: #fff;
	font-size: 14px;
	background: url(img/tel.png);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 65px;
	margin-top: 25px;
	float: left;
	margin-right: 30px;
}

header .tel-box .box:nth-child(2){
	margin-right: 0;
}
header .tel-box .box span {
	font-size: 20px;
	display: block;
	line-height: 1;
	margin-top: 5px;
}
header .min-nav{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 105px;
	transform: translateX(-50%);
	background: #fff;
	z-index: 999;
	padding: 40px 40px 20px 40px;
	background: #fff;
	box-shadow: 0px 4px 10px 0 #333;
	display: none;
}
header .min-nav .main{
	overflow: hidden;
}
header .min-nav .box{
	display: block;
	overflow: hidden;
}

header .min-nav .right{
	overflow: hidden;
	flex-shrink: 0;
}
header .min-nav .big-title{
	flex-shrink: 0;
	color: #097c1f;
	width: 20%;
	float: left;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-align: justify;
}
header .min-nav .big-title .line{
	width: 40px;
	height: 2px;
	background: #097c1f;
	margin: 5px 0 25px 0;
}
header .min-nav .big-title a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border:1px solid #097c1f;
	color: #097C1F;
}
header .min-nav .big-title a:hover{
	background: #097C1F;
	color: #fff;
}



/* 
header .min-nav .right li{
	float: left;
	width: 180px;
}
header .min-nav .right li:last-child{
	width: auto;
}
header .min-nav .right li a{
	display: block;
	font-size: 14px;
	opacity: .75;
	transition: all 0.3s;
	margin-bottom: 15px;
	position: relative;
}
header .min-nav .right li a::after{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #097c1f;
	left: -10px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	opacity: 0;
}
header .min-nav .right li a:last-child{
	margin-bottom: 0;
}
header .min-nav .right li a.big{
	font-size: 17px;
	color: #3c3c3c;
	opacity: 1;
	margin-bottom: 20px;
	font-weight: 400;
}
header .min-nav .right li a.big::after{
	display: none;
}
header .min-nav .right li:hover a.big{
	color: #097c1f;
}
header .min-nav .right li a:hover{
	transform: translateX(10px);
	color: #097c1f;
	opacity: 1;
}
header .min-nav .right li a:hover::after{
	opacity: 1;
} */
 
 header .min-nav .mid{
	 overflow: hidden;
	 width: 50%;
	 float: left;
   margin-left:5%;
 }
 header .min-nav .mid a{
	 width: 33%;
	 float: left;
	 margin-top: 25px;
	 padding-left: 15px;
	 position: relative;
	 display: block;	
 }
 header .min-nav .mid a:nth-child(1),
 header .min-nav .mid a:nth-child(2),
 header .min-nav .mid a:nth-child(3){
	 margin-top: 0;
 }
 header .min-nav .mid a::after{
	 content: "";
	 width: 5px;
	 height: 5px;
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
	 background: #108026;
 }
 header .min-nav .mid a:hover{
	 color: #108026;
 }
 header .min-nav .right{
	 flex-shrink: 0;
	 width: 25%;
	 float: right;
}
header .min-nav .right img{
	width: 100%;
	margin-top: 10px;
}
header .min-nav .line{
	width: 1px;
	background: #ccc;
	flex-shrink: 0;
}
.center-box{
	width: 1350px;
	margin:auto;
  
}
.index-title p{
	letter-spacing: 5px;
	line-height: 1;
	margin-bottom: 6px;
}
.index-title span{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.index-more{
	width: 300px;
	height: 50px;
	line-height: 48px;
	border-radius: 	25px;
	border:1px solid #108026;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #108026;
}
.index-more .party_dots{
	display: inline-block;
	vertical-align: top;
	margin-top: 23px;
	margin-left: 20px;
}
.index-more .party_dots span{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #108026;
	vertical-align: top;
}
.index-more:hover{
	background: #108026;
	color: #fff;
}
.index-more:hover .party_dots span{
	background: #fff;
}

.index-solu{
	padding: 50px 0;
	background-image: url(img/solubg.jpg);
} 
.index-solu .top{
	overflow: hidden;
}

.index-solu .main{
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.index-solu .main .left-title{
	float: left;
	overflow: hidden;
}
.index-solu .main .left-title li{
	position: relative;
	padding: 10px 30px 10px 0;
	font-size: 16px;
	opacity: .7;
	margin-bottom: 15px;
	cursor: pointer;
}
.index-solu .main .left-title li:first-child{
	padding-top: 0;
}
.index-solu .main .left-title li i{
	color: #108026;
	position: absolute;
	right: 0;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	opacity: .0;
}
.index-solu .main .left-title li::after{
	content: "";
	position: absolute;
	width: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #108026;
	transition: all 0.3s;
}
.index-solu .main .left-title li.on::after,
.index-solu .main .left-title li:hover::after{
	width: 100%;
}
.index-solu .main .left-title li.on,
.index-solu .main .left-title li:hover{
	opacity: 1;
	color: #108026;
}
.index-solu .main .left-title li.on i,
.index-solu .main .left-title li:hover i{
	opacity: 1;
}
.index-solu .main .right-main{
	width: 1030px;
	float: right;
	overflow: hidden;
}
.index-solu .main .right-main .pic-w{
	position: relative;
	overflow: hidden;
	height: 230px;
	background: #000;
}
.index-solu .main .right-main .big{
	width: 450px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #108026;
}
.index-solu .main .right-main .big .pic-w{
	margin-bottom: 40px;
}
.index-solu .main .right-main .big .title{
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 22px;
	transition: all 0.3s;
}
.index-solu .main .right-main .big .des{
	font-size: 14px;
	opacity: .7;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 30px 0;
}
.index-solu .main .right-main .big .party_dots span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	opacity: .7;
	margin-right: 10px;
	border-radius: 50%;
	margin-bottom: 60px;
	transition: all 0.3s;
}
.index-solu .main .right-main .big:hover .title{
	color: #108026;
}
.index-solu .main .right-main .big:hover  .party_dots span{
	background: #108026;
}
.index-solu .main .right-main .big:hover .pic{
	transform: scale(1.1);
}
.index-solu .main .right-main .two{
	width: 540px;
	float: right;
}
.index-solu .main .right-main .two .box{
	overflow: hidden;
	position: relative;
}
.index-solu .main .right-main .two .box{
	margin-bottom: 40px;
}
.index-solu .main .right-main .two .box:nth-child(2){
	margin-bottom: 0;
}
.index-solu .main .right-main .two .box .pic-w{
	float: left;
	width: 50%;
}
.index-solu .main .right-main .two .box .text{
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 50%;
	border:1px solid #ccc;
	border-left: 0;
	padding: 40px;
}
.index-solu .main .right-main .two .box .text .title{
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	transition: all 0.3s;
}

.index-solu .main .right-main .two .box  .party_dots{
	margin-top: 40px;
}
.index-solu .main .right-main .two .box  .party_dots span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	opacity: .7;
	margin-right: 10px;
	border-radius: 50%;
	margin-bottom: 60px;
	transition: all 0.3s;
}
.index-solu .main .right-main .two .box:hover .title{
	color: #108026;
}
.index-solu .main .right-main .two .box:hover  .party_dots span{
	background: #108026;
}
.index-solu .main .right-main .two .box:hover .pic{
	transform: scale(1.1);
}
.index-solu .main .right-main .two .box:hover .text{
	border-color:#108026 ;
}
.index-solu .main .op{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.index-solu .main .op .iconfont{
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	border:1px solid #000;
	opacity: .7;
	margin-right: 20px;
	transition: all 0.3s;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	
}
.index-solu .main .op .iconfont:hover{
	opacity: 1;
	color: #108026;
	border-color:#108026 ;
}
.index-pro{
	padding: 50px 0;
	position: relative;
}
.index-pro .top{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.index-pro .top .right-nav{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-pro .top .right-nav p{
	float: left;
	margin-left: 25px;
	font-size: 16px;
	opacity: .7;
	position: relative;
	cursor: pointer;
	outline: none;
}
.index-pro .top .right-nav p span{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
}
.index-pro .top .right-nav p span::after{
	content: "";
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.index-pro .top .right-nav p span::before{
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.index-pro .top .right-nav p.on{
	color: #108026;
	opacity: 1;
}
.index-pro .top .right-nav p.on span::after{
	height: 0;
}
.index-pro .top .right-nav p.on span::before{
	background: #108026;
}
.index-pro .main{
	margin-top: 50px;
	position: relative;
	z-index: 99;
}
.index-pro .main .box{
	display: none;
}
.index-pro .main .box.on{
	display: block;
}
.index-pro .main .box ul::after{
	content: "";
	clear: both;
	display: block;
}
.index-pro .main .box li{
	transition: all 0.3s;
	text-align: center;
	border:1px solid #e5e5e5;
	position: relative;
	padding-bottom: 30px;
	box-shadow:inset 0 0 5px 0 #ccc;
	margin-bottom: 50px;
}

.index-pro .main .box li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	background: #097c1f;
}



.index-pro .main .box li .title,
.index-pro .main .box li .des{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.index-pro .main .box li .des {
	font-size: 14px;
	opacity: .7;
	margin-top: 15px;
}
.index-pro .main .box li:hover::after{
	height: 2px;
}
 .index-pro .main .box li:hover{
	box-shadow:inset 0 0 15px 0 #097c1f;
   
} 
.index-pro .main .box li:hover .title{
	color: #097c1f;
}
.index-pro .main .box li .pic-w{
	height: 360px;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}

.index-pro .index-pro-swiper{
	overflow: hidden;
}
.index-pro .iconfont{
	position: absolute;
	z-index: 3;
	top: 210px;
	margin-top: -20px;
	z-index: 3;
	left: -60px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	border:1px solid #000;
	opacity: .7;
	transition: all 0.3s;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	
}
.index-pro .iconfont.icon-next{
	left: auto;
	right: -60px;
}
.index-pro .iconfont:hover{
	opacity: 1;
	background: #108026;
	border-color:#108026 ;
	color: #fff;
}
.index-pro .main .box li .pic-w .pic{
	transform: scale(1);
	transition: all 0.3s;
}
.index-pro .main .box li:hover .pic{
	transform: scale(.9);
}
.index-pro .index-more{
	margin:auto;
}
.index-zj{
	padding: 50px 0;
	background: #f8f8fa;
}
.index-zj .main{
	margin-top: 50px;
	position: relative;
}
.index-zj .main .zj-swiper{
	overflow: hidden;
	
}
.index-zj .main .zj-swiper.zj1 .swiper-slide{
	transform: scale(0.8);
}
.index-zj .main .zj-swiper.zj1 .swiper-slide .pic-w{
	margin-top: 10px;
}
.index-zj .main .zj-swiper.zj1 .swiper-slide-active{
	transform: scale(1);
}
.index-zj .main .zj-swiper.zj1 .swiper-slide-active .pic-w{
	box-shadow:  0 0 10px 0 #108026;
}
.index-zj .main .zj-swiper.zj1 {
	margin-bottom: 50px;
}
.index-zj .main .zj-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	background-color: #000;
}
.index-zj .main .zj2.zj-swiper .pic-w{
	padding-bottom: 50%;
}
.index-zj .main .zj2.zj-swiper li{
	float: left;
	width: 15%;
	margin-right: 2%;	
	margin-bottom: 2%;
}
.index-zj .main .zj2.zj-swiper li:nth-child(6n){
	margin-right: 0;
}
.index-zj .main .zj-swiper .name{
	transition: all 0.3s;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-zj .main .zj-swiper li:hover .pic{
	transform: scale(1.1);
}
.index-zj .main .zj-swiper li:hover .name{
	color: #097c1f;
	border-color: #097c1f;
}
/*
.index-zj .main .op{
	overflow: hidden;
	margin: 50px 0;
}*/

.index-zj .main .top{
	position: relative;
}
.index-zj .main .op:last-child{
	margin-bottom: 0;
}
.index-zj .main .op .iconfont{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	border:1px solid #000;
	opacity: .7;
	transition: all 0.3s;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	
}
.index-zj .main .op .iconfont.icon-next{
	right: -40px;
	left: auto;
}
.index-zj .main .op .iconfont:hover{
	opacity: 1;
	background: #108026;
	border-color:#108026 ;
	color: #fff;
}
.index-about{
	padding: 50px 0;
}
.index-about .top{
	margin-top: 50px;
	position: relative;
}
.index-about .top::after{
	content: "";
	clear: both;
	display: block;
}
.index-about .top .left{
	width: 50%;
	float: left;
	padding: 60px 60px 140px 60px;
	background: #f9f7f8;
}
.index-about .top .left .title{
	font-size: 22px;
	padding-left: 40px;
	background-image: url(img/gsjj.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	color: #108026;
	line-height: 1.2;
}

.index-about .top .left .line{
	height: 1px;
	background: #000;
	opacity: .2;
	margin: 40px 0;
}
.index-about .top .left .des{
	font-size: 14px;
	line-height: 1.8;
	opacity: .7;
	text-align: justify;
}
.index-about .top .pic-w{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.index-about .top .leftpic{
	position: relative;
	overflow: hidden;
}
.index-about .top .nums{
	
	display: flex;
	justify-content: space-between;
	/*left: 60px;
	right: 60px;*/
	width: 100%;
	/*transform: translateY(50%);*/
	background: #fff;
	box-shadow: 0 0 15px 0 #ccc;
	z-index: 3;
	padding: 50px 90px;
	text-align: center;
  	position:relative;
}
.index-about .top .nums .box{
	color: #0c7e22;
	position: relative;
	width: 25%;
}
.index-about .top .nums .box::after{
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #ccc;
	margin-top: -8px;
	position: absolute;
}
.index-about .top .nums .box:last-child::after{
	display: none;
}
.index-about .top .nums img{
	display: block;
	margin:auto;
	height: 25px;
	margin-bottom: 5px;
}

.index-about .top .nums .big{
	line-height: 1;
	font-family: arial;
	color: #333;
}
.center-box  .left  .local a{
  font-size: 14px;
}
.index-about .top .nums .big span{
	font-size: 18px;
	vertical-align: top;
}

.index-about .top:hover .pic{
	transform: scale(1.1);
}
.index-about .five{
	/*margin-top: 120px;*/
}
.index-about .five::after{
	content: "";
	clear: both;
	display: block;
}
.index-about .five .box{
	float: left;
	/*margin-top: 50px;*/
	overflow: hidden;
	position: relative;
	width: 650px;
	transition: all 0.3s;
}
.index-about .five .box:nth-child(2n+1){
	float: right;
}

.index-about .five .box .txt{
	width: 50%;
	float: right;
	background: #f9f7f8;
	padding:30px 50px;
	transition: all 0.3s;
}
.index-about .five .box .txt .party_dots span{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #108026;
}
.index-about .five .box .txt .title{
	color: #108026;
	line-height: 1.2;
	background-image: ;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 40px;
	font-size: 22px;
}
.index-about .five .box .txt .des{
	font-size: 14px;
	opacity: .7;
	height: 120px;
	line-height: 20px;
	overflow: hidden;
	margin: 25px 0;
	text-align: justify;
}
.index-about .five .box .pic-w{
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.index-about .five .box:hover .txt{
	background: #eee;
}
.index-about .five .box:nth-child(1){
	width: 100%;
}
.index-about .five .box:nth-child(1) .txt{
	padding: 50px 60px;
}
.index-about .five .box:nth-child(1) .des{
	height: auto;
	margin-bottom: 40px;
}
.index-about .five .box:nth-child(1) .line{
	margin: 40px 0;
	height: 1px;
	background: #000;
	opacity: .3;
}
.index-about .five .box:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px 0 #999;
}
.index-about .five .box:nth-child(1) .title{
	background-image: url(img/zygc.png);
}
.index-about .five .box:nth-child(2) .title{
	background-image: url(img/zzzs.png);
}
.index-about .five .box:nth-child(3) .title{
	background-image: url(img/xmbz.png);
}
.index-about .five .box:nth-child(4) .title{
	background-image: url(img/tdxz.png);
}
.index-about .five .box:nth-child(5) .title{
	background-image: url(img/yzsh.png);
}
.index-news{
	padding-bottom: 50px;
}
.index-news::after{
	content: "";
	clear: both;
	display: block;
}
.index-news .top{
	overflow: hidden;
}
.index-news .main{
	overflow: hidden;
	margin-top: 50px;
}
.index-news .main .right{
	width: 730px;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.index-news .main .right li{
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.index-news .main .right li a{
	display: block;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}
.index-news .main .right li a .text{
	float: left;
	width: 550px;
	position: relative;
	padding-left: 40px;
}
.index-news .main .right li a .time{
	float: right;
	line-height: 20px;
	font-size: 16px;
	opacity: .7;
}
.index-news .main .right li a .title{
	line-height: 20px;
	font-size: 16px;
	transition: all 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	opacity: .8;
}
.index-news .main .right li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 66px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #777;
	transition: all 0.3s;
}
.index-news .main .right li a .des{
	font-size: 14px;
	opacity: .7;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}
.index-news .main .right li .iconfont{
	position: absolute;
	right: 0;
	top: 120px;
	transition: all 0.3s;
	font-size: 20px;
	opacity: 0;
}
.index-news .main .right li:hover .iconfont{
	opacity: 1;
	color: #108026;
	top: 90px;
	font-weight: bold;
}
.index-news .main .right li:hover .title{
	color: #108026;
	opacity: 1;
}
.index-news .main .right li:hover a::after{
	background: #108026;
}
.index-news .main .left{
	float: left;
	width: 540px;
	overflow: hidden;
	background: #f9f7f8;
	padding: 60px;
}

.index-news .main .left .time{
	font-size: 16px;
	opacity: .7;
}
.index-news .main .left .title{
	font-size: 20px;
	opacity: .8;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin:15px 0 23px 0;
	transition: all 0.3s;
}
.index-news .main .left .des{
	font-size: 14px;
	padding-left: 30px;
	border-left: 1px solid #000;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	opacity: .7;
}
.index-news .main .left .pic-w{
	position: relative;
	overflow: hidden;
	height: 240px;
	margin: 30px 0;
}
.index-news .main .left .more{
	width: 150px;
	height: 40px;
	line-height: 38px;
	border-radius: 25px;
	background: #097c1f;
	color: #fff;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s;
	border:1px solid #097c1f;
}
.index-news .main .left:hover .title{
	color: #108026;
	opacity: 1;
}
.index-news .main .left:hover .pic{
	transform: scale(1.1);
}
.index-news .main .left:hover .more{
	background: #eee;
	color: #108026;
}
.index-case{
	padding: 50px 0;
	background-image: url(img/casebg.jpg);
	position: relative;
	background-attachment: fixed;
	overflow: hidden;
}
.index-case canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.index-case .top{
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.index-case .top a{
	background: #fff;
	color: #108026;
	border-color: #fff;
}

.index-case .top a:hover{
	background: #108026;
	color: #fff;
	border-color: #108026;
}

.index-case .case-swiper{
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.index-case .case-swiper li{
	position: relative;
	overflow: hidden;
}
.index-case .case-swiper .in-box{
	/*position: absolute;*/
	overflow: hidden;
	transition: all 0.4s;
	/*left: 0;
	top: 50%;
	transform: translate(0,-50%);*/
}
.index-case .case-swiper .in-box .pic-w{
	position: relative;
	overflow: hidden;
	height: 260px;
}
.index-case .case-swiper .in-box .txt{
	background: #fff;
	padding: 30px 60px ;
}
.index-case .case-swiper .in-box .txt .title{
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.index-case .case-swiper .in-box .txt .local {
	font-size: 12px;
	opacity: .7;
	margin-top: 5px;
  	
}
.index-case .case-swiper .out-box{
	display: none;
	transition: all 0.5s;
 
	transform: translateY(-100%);
}
.index-case .case-swiper .out-box .pic-w{
	position: relative;
	overflow: hidden;
	height: 470px;
}
.index-case .case-swiper .out-box .pic-w::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #6d9e3c;
	opacity: .8;
}
.index-case .case-swiper .out-box .txt{
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 60px;
	z-index: 3;
	color: #fff;
	text-align: center;
}
.index-case .case-swiper .out-box .title{
	font-size: 18px;
	line-height: 1.5;
	margin: 30px 0;
	transition: all 0.3s;
}
.index-case .case-swiper .out-box .local{
	font-size: 12px;
  
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-case .case-swiper .out-box .party_dots span{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin:0 10px;
}
/* .index-case .case-swiper li:hover .in-box{
	transform: translate(-100%,-50%);
}
.index-case .case-swiper li:hover .out-box{
	transform: translateY(0);
} */
.index-case .case-swiper li:hover .pic{
	transform: scale(1.1);
}
.index-case .case-swiper li:hover .title{
	color: #097c1f;
}

footer{
	padding: 50px 4.5% 0 4.5%;
}
footer .bot{
	overflow: hidden;
	font-size: 12px;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
footer .bot a,
footer .bot span{
	opacity: .5;
}

footer .bot a:hover{
	opacity: 1;
}
footer .top{
	display: flex;
	justify-content: space-between;
}

footer .top .left{
	flex-shrink: 0;
	margin-right: 100px;
}
footer .top .left>img{
	width: 150px;
}
footer .top .mid{
	width: 99%;
}
footer .mid .nav ul{
	display: flex;
	justify-content: space-between;
}
footer .top .cont{
	overflow: hidden;
	margin-top: 20px;
}

footer .top .cont .box{
	opacity: .8;
	float: left;
	margin-right: 30px;
}
footer .top .cont .box p{
	font-size: 14px;
}
footer .top .cont .box .big{
	font-size: 20px;	
	font-weight: bold;
	font-family: arial;
}
footer .top .share{
	overflow: hidden;
	margin-top: 40px;
}
footer .top .share a{
	float: left;
	width: 36px;
	height: 36px;
	border:1px solid #000;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	opacity: .5;
}
footer .top .share a:hover{
	background: #097c1f;
	border-color: #097c1f;
	color: #fff;
	opacity: 1;
}
footer .top .ewm{
	margin-top: 20px;
}
footer .top .ewm p{
	font-size: 16px;
	opacity: .8;
}
footer .top .ewm .box{
	overflow: hidden;
	border:1px solid #097c1f;
	line-height: 1;
	padding: 5px;
	background: #fff;
	width: 105px;
	margin-top: 10px;
}
footer .top .ewm .box img{
	width: 100%;
	vertical-align: top;
}


footer .top .add{
	opacity: .8;
	font-size: 14px;
	margin-top: 20px;
}
footer .top .add p{
	font-size: 16px;
	margin-bottom: 5px;	
}

footer .mid .nav{
	overflow: hidden;
	flex-shrink: 0;
}
footer .mid .nav li{
	float: left;
	width: 160px;
}
footer .mid .nav li:last-child{
	width: auto;
}
footer .mid .nav li a{
	display: block;
	font-size: 14px;
	opacity: .75;
	transition: all 0.3s;
	margin-bottom: 10px;
	position: relative;
}
footer .mid .nav li a:last-child{
	margin-bottom: 0;
}
footer .mid .nav li a.big{
	font-size: 16px;
	color: #3c3c3c;
	opacity: 1;
	margin-bottom: 20px;
	font-weight: 400;
}
footer .mid .nav li a.big::after{
	display: none;
}

footer .mid .nav li a:hover{
	color: #097c1f;
}
footer .mid .yq-link{
	overflow: hidden;
	margin-top: 40px;
	font-size: 16px;
	line-height: 25px;
}
footer .mid .yq-link a{
	margin-left: 15px;
	font-size: 14px;
	opacity: .8;
}
footer .mid .yq-link a:hover{
	color: #097c1f;
	opacity: 1;
}
footer .mid .search-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	box-shadow: 0 0 15px 0 #ccc;
	background: #097c1f;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 25px;
	padding:  0 25px;
	position: relative;
}
footer .mid .search-box button{
	width: 75px;
	height: 50px;
	background: none;
	color: #fff;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer;
	flex-shrink: 0;
}
footer .mid .search-box input{
	width: 99%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background: #097c1f;
	color: #fff;
}
footer .mid .search-box .icon{
	width: 50px;
	height: 50px;
	background: url(img/sj.png) center center no-repeat;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.3s;
}
.rot{
	transform: rotate(180deg);
}


footer .mid .search-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #fff;
}

footer .mid .search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
footer .mid .search-box input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
footer .mid .search-box ul{
	position: absolute;
	top: 100%;
	background: #f1f1f1;
	color: #fff;
	width: 100%;
	left: 0;
	z-index: 3;
	border-radius: 15px;
	display: none;
	height: 260px;
	overflow-y: scroll;
}

footer .mid .search-box ul::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
 
/*????????????????????? ?????????+??????*/

footer .mid .search-box ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #f1f1f1;
}
 
/*???????????? ?????????+??????*/

footer .mid .search-box ul::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #097C1F;
}
footer .mid .search-box ul a{
	display: block;
	padding-left: 100px;
	color: #999;
	font-size: 14px;
}
footer .mid .search-box ul a:hover{
	background: #fff;
	color: #097C1F;
}
.inner-banner{
	position: relative;
	overflow: hidden;
}

.inner-banner .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.inner-banner .txt span{
	letter-spacing: 2px;
	opacity: .8;
}
.inner-banner .pic-w{
	padding-bottom: 35%;
	position: relative;
	overflow: hidden;
}
.inner-nav{
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.inner-nav .nav a{
	float: left;
	display: inline-block;
	line-height: 70px;
	opacity: .8;
	font-size: 15px;
	position: relative;
	margin-right: 40px;
}
.inner-nav .nav a::after{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #097c1f;
	left: 0;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	opacity: 0;
}
.inner-nav .nav a:hover,
.inner-nav .nav a.on{
	opacity: 1;
	padding-left: 15px;
	color: #097c1f;
}
.inner-nav .nav a:hover::after,
.inner-nav .nav a.on::after{
	opacity: 1;
}
.inner-nav .local{
	overflow: hidden;
}
.inner-nav .local span{
	display: inline-block;
	font-family: simsun;
	margin: 0 5px;
	opacity: .8;
}
.inner-nav .local a{
	opacity: .8;
}
.inner-nav .local a.on,
.inner-nav .local a:hover{
	opacity: 1;
	color: #097c1f;
}
.news-list,
.problem-list{
	padding: 5% 0;
	background: #f8f8f8;
}
.news-list ul::after,
.problem-list ul::after{
	content: "";
	display: block;
	clear: both;
}
.news-list li{
	position: relative;
	transition: all 0.3s;
	margin-bottom: 15px;
	background: #fff;
}
.news-list li a{
	display: block;
	padding: 50px 85px;
	overflow: hidden;
}
.news-list li .pic-w{
	float: left;
	width: 380px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.news-list li .txt{
	float: right;
	width: 720px;
}
.news-list li .top{
	display: flex;
	justify-content: space-between;
}
.news-list li .top .title{
	font-size: 22px;
	width: 80%;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	/* transition: all 0.3s; */
}

.news-list li .top .time{
	flex-shrink: 0;
	text-align: center;
}
.news-list li .top .time .big{
	font-size: 38px;
	line-height: 1;
	margin-bottom: 5px;
}
.news-list li .des{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	opacity: .7;
	margin: 33px 0;
}
.news-list li .more{
	opacity: .7;
	font-size: 14px;
}
.news-list li .more i{
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	margin-top: 4px;
}
.news-list li:hover{
	box-shadow: 0 0 10px 0 #097C1F;
}
.news-list li:hover .title{
	color: #097C1F;
}
.news-list li:hover .pic{
	transform: scale(1.1);
}
.big-more{
	width: 100%;
	display: block;
	text-align: center;
	background: #fff;
	margin-top: 5%;
	padding: 18px;
	font-size: 14px;
}
.big-more span{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(img/more.png);
	background-size: contain;
	vertical-align: top;
	margin-right: 15px;
	transition: all 0.3s;
}
.big-more:hover{
	background: #097C1F;
	color: #fff;
}
.big-more:hover span{
	background-image: url(img/more2.png);
	transform: rotate(360deg);
}



.problem-list li{
	transition: all 0.3s;
	margin-bottom: 30px;
}
.problem-list li a {
	display: flex;
	justify-content: space-between;
	background: #fff;
	position: relative;
	padding: 40px;
}

.problem-list li .txt {
	flex-shrink: 2;
	width: 95%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.problem-list li .txt .left {
	flex-shrink: 0;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1;
}

.problem-list li .txt .mid {
	width: 99%;
	overflow: hidden;
	padding:  0 100px;
	overflow: hidden;
}
.problem-list li .txt .title{
	
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.problem-list li .txt .des{
	font-size: 14px;
	opacity: .8;
	margin-top: 35px;
}

.problem-list li .txt .big {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}

.problem-list li .iconfont {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 20px;
}

.problem-list li:hover {
	transform: translateY(-15px);
	box-shadow: 0 0 15px 0 #ccc;
}

.problem-list li:hover a {
	color: #fff;
	background: #097C1F;
}
.gcsl .top,
.gcsl .bot{
	padding: 5% 0;
	background: #f8f8f8;
	overflow: hidden;
}
.gcsl .top .pic-w{
	float: left;
	width: 48%;
	padding-bottom: 25%;
	position: relative;
}

.gcsl .top .txt{
	width: 48%;
	float: right;
	overflow: hidden;
}
.gcsl .top .txt .title{
	color: #097C1F;
}
.gcsl .top .txt .line{
	height: 1px;
	background: #000;
	opacity: .2;
	margin: 6% 0;
}
.gcsl .top .txt .des{
	font-size: 14px;
	opacity: .7;
}
.gcsl .mid{
	padding: 5% 0;
}
.gcsl .mid .video-box{
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.gcsl .mid .video-box video{
	width: 100%;
	vertical-align: top;
}
.gcsl .mid .video-box .play{
	height: 60px;
	width: 60px;
	background-image: url(img/play.png);
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin:-30px 0 0 -30px;
	background-size: contain;
	transition: all 0.5s;
	cursor: pointer;
}
.gcsl .mid .video-box .zz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	opacity: .5;
}
.gcsl .mid .video-box:hover .play{
	transform: rotateY(360deg);
}
.gcsl .bot li{
	width: 31.5%;
	margin-bottom: 2.75%;
	margin-right: 2.75%;
	overflow: hidden;
	position: relative;
	float: left;
}
.gcsl .bot li:nth-child(3n){
	margin-right: 0;
}
.gcsl .bot li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 45%;
}
.gcsl .bot li .txt{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	opacity: .8;
}
.gcsl .bot li:hover .pic{
	transform: scale(1.1);
}
.gcsl .bot .big-more{
	margin-top: 2%;
}
.gsjj{
	z-index: 3;
	background: #f9f7f8;
	padding-bottom: 5%;
}
.gsjj .des{
	background: #fff;
	margin-top: 40px;
	padding: 80px;
}
.gsjj .des img{
	max-width: 100%;
} 

.gsjj .des .txt{
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc;
}

.gsjj .top{
	/* margin-top: -200px; */
	position: relative;
	z-index: 3;
	margin-top: 4%;
}
/* .gsjj .inner-nav,
.gsjj .inner-nav a{
	color: #fff;
}
.gsjj .inner-nav a.on,
.gsjj .inner-nav a:hover{
	color: #fff;
}
.gsjj .inner-nav a.on::after,
.gsjj .inner-nav a:hover::after{
	background: #fff;
} */
.gsjj .top .main{
	margin-top: 0px;
	background: #fff;
	padding: 80px;
	display: flex;
	justify-content: space-between;
}
.gsjj .top .left{
	flex-shrink: 0;
	margin-right: 80px;
	padding-top: 50px;
}
.gsjj .top .title{
	opacity: .8;
	margin-bottom: 20px;
}
.gsjj .top .small{
	font-size: 14px;
	opacity: .8;
	text-align: justify;
}
.case-list{
	background: #f9f7f8;
	padding: 5%;
}
.case-list li{
	transition: all 0.3s;
	background: #fff;
	padding: 40px 80px;
	margin-bottom: 30px;
}
.case-list li a{
	display: flex;
	justify-content: space-between;
}
.case-list li .pic-w{
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 200px;
	flex-shrink: 0;
}
.case-list li .right{
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	flex-shrink: 0;
	margin-top: 90px;
	flex-shrink: 0;
}
.case-list li .mid{
	width: 100%;
	padding: 0 80px;
}
.case-list li .title{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 30px;
}
.case-list li .local{
	opacity: .8;
	margin-top: 35px;
	line-height: 30px;
	font-size: 14px;
}
.case-list li .local i{
	display: inline-block;
	width: 30px;
	height: 30px;
	border:1px solid #000;
	text-align: center;
	line-height: 28px;
	margin-right: 20px;
	border-radius: 50%;
}
.case-list li:hover {
    transform: translateY(-15px);
    box-shadow: 0 0 15px 0 #ccc;
    background: #097C1F;
}
.case-list li:hover a {
    color: #fff;
}
.case-list li:hover .mid .local i{
	border-color: #fff
}
.case-list li .pic{
	transform: scale(1.1);
}
.map{
	min-height: 550px;
}
.map img{
	width: 100%;
	vertical-align: top;
}
.lxwm{
	padding: 5% 0;
	background: #f9f7f8;
}

.lxwm .main{
	background: #fff;
	padding: 85px;
	margin-top: 30px;
}

.lxwm .inner-nav{
	border:none;
}
.lxwm .bot{
	overflow: hidden;
	margin-top: 80px;
}
.lxwm .bot img{
	width: 100%;
	vertical-align: top;
}
.lxwm .top{
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.lxwm .top .share{
	margin-top: 20px;
}
.lxwm .top .share a{
	float: left;
	width: 36px;
	height: 36px;
	border:1px solid #000;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	opacity: .5;
}
.lxwm .top .share a:hover{
	background: #097c1f;
	border-color: #097c1f;
	color: #fff;
	opacity: 1;
}
.lxwm .mid{
	overflow: hidden;
}
.lxwm .mid .box{
	float: left;
	margin-top: 50px;
	width: 48%;
	line-height: 1;
	border-left: 2px solid #097c1f;
	padding-left: 30px;
}
.lxwm .mid .box p{
	font-size: 16px;
	color: #097c1f;
}
.lxwm .mid .box .big{
	font-size: 20px;
	margin-top: 25px;
	opacity: .7;
}
.lxwm .mid .ewm-box{
	float: left;
	overflow: hidden;
	margin-top: 40px;
}

.lxwm .mid .in-ewm{
	float: left;
	margin-right: 60px;
	font-size: 14px;
	overflow: hidden;
}
.lxwm .mid .in-ewm .pic{
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	padding: 5px;
	border:1px solid #ccc;
	margin-right: 20px;
}
.lxwm .mid .in-ewm p{
	float: left;
	line-height: 100px;
	opacity: .7;
}
.lxwm .mid .in-ewm img{
	width: 100%;
	vertical-align: top;
}
.lddy{
	padding: 5% 0;
	background: #f9f7f8;
}

.lddy ul::after{
	content: "";
	clear: both;
	display: block;
}
.lddy li{
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	position: relative;
	overflow: hidden;
}
.lddy li:nth-child(3n){
	margin-right: 0;
}

.lddy.new li .top{
	position: relative;
}
.lddy.new li .top .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 16px;
	z-index: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lddy.new li .desc{
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-align: justify;
}
.lddy li .pic-w{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 250px;
}
.lddy.new li .txt{
	background: #fff;
	padding:30px;
}
.lddy li .txt .title{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.lddy.new li .time{
	text-align: right;
}
.lddy.new li .time i{
	font-size: 12px;
}
.lddy li .txt .time{
	margin-top: 15px;
	opacity: .8;
}
.lddy li .txt .line{
	border-top: 1px dashed #ccc;
	transition: all 0.3s;
	margin-top: 20px;
}
.lddy.cyy li .txt .line{
	margin-top: 40px;
}
.lddy li:hover .pic{
	transform: scale(1.1);
}
.lddy li:hover .title{
	color: #097C1F;
}
.lddy li:hover .line{
	border-top: 1px solid #097C1F;
}
.ryzz{
	padding: 5% 0;
	background: #f9f7f8;
}
.ryzz .ry-title{
	overflow: hidden;
	border-bottom: 1px solid #097C1F;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.ryzz .ry-title .title{
	color: #097c1f;
}

.ryzz .ry-title .right-nav a{
	float: left;
	margin-left: 40px;
	font-size: 16px;
	opacity: .7;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	outline: none;
}
.ryzz .ry-title .right-nav a span{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
}
.ryzz .ry-title .right-nav a span::after{
	content: "";
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.ryzz .ry-title .right-nav a span::before{
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.ryzz .ry-title .right-nav a.on,
.ryzz .ry-title .right-nav a:hover{
	color: #108026;
	opacity: 1;
}
.ryzz .ry-title .right-nav a.on span::after,
.ryzz .ry-title .right-nav a:hover span::after{
	height: 0;
}
.ryzz .ry-title .right-nav a.on span::before,
.ryzz .ry-title .right-nav a:hover span::before{
	background: #108026;
}
.ryzz .ry-list{
	overflow: hidden;
}
.ryzz .ry-list li{
	border:1px solid #ccc;
	width: 22.5%;
	margin-right: 3.33%;
	margin-bottom: 3.33%;
	float: left;
	transition: all 0.3s;
}
.ryzz .ry-list li:nth-child(4n){
	margin-right: 0;
}
.ryzz .ry-list li p{
	padding: 0 40px;
	line-height: 30px;
	color: #333;
	border-top: 1px solid #ccc;
	transition: all 0.3s;
	height: 60px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-align: justify;
}
.ryzz .ry-list li span{
	float: right;
	width: 17px;
	height: 17px;
	background: url(img/fdj.png);
	transition: all 0.3s;
	margin-top: 3px;
}
.ryzz .ry-list li .pic-w{
	position: relative;
	overflow: hidden;
	height: 300px;
}
.ryzz .ry-list li .pic{
	transform: scale(.8);
}
.ryzz .ry-list li:hover .pic{
	transform: scale(.9);
}
.ryzz .ry-list li:hover p{
	color: #097C1F;
	border-color: #097c1f;
}
.ryzz .ry-list li:hover{
	border-color: #097C1F;
}
.ryzz .ry-list li:hover span{
	background: url(img/fdj2.png);
}
/* .ryzz .ry-list.zl li .pic-w{
	height: 560px;
} */
.shzc{
	padding: 5% 0;
	background: #f9f7f8;
}

.shzc .bot{
	padding: 80px;
	text-align: center;
	background: #fff;
	margin-top: 4%;
}

.shzc .title{
	line-height: 1.1;
	color: #097C1F;
	background: url(img/yzsh.png) center left no-repeat;
	padding-left: 50px;
	background-size: contain;
}
.shzc .line{
	background: #097C1F;
	margin: 60px 0;
	height: 1px;
}

.shzc .mid{
	display: flex;
	justify-content: space-between;
}
.shzc .mid .box{
	width: 30%;
	text-align: center;
	background: #fff;
	padding: 45px 0;
	color: #808080;
	transition: all 0.3s;
	cursor: pointer;
}
.shzc .mid .box .text{
	display: inline-block;
	line-height: 70px;
	font-style: italic;
}
.shzc .mid .box:nth-child(1) .text{
	line-height: 1;
	font-style: normal;
	margin-top: 15px;
}
.shzc .mid .box .text p{
	line-height: 1;
	margin-bottom: 10px;
	font-style: italic;
}
.shzc .mid .box span{
	display: inline-block;
	vertical-align: top;
	width:70px;
	height: 70px;
	background-size: contain;
	background-position: center;
	margin-right: 25px;
}
.shzc .mid .box span.tel{
	background-image: url(img/tel3.png);
}
.shzc .mid .box span.sm{
	background-image: url(img/sm.png);
}
.shzc .mid .box span.bj{
	background-image: url(img/bj.png);
}
.shzc .mid .box:hover{
	color: #097C1F;
}
.shzc .mid .box:hover span.tel{
	background-image: url(img/tel4.png);
}
.shzc .mid .box:hover span.sm{
	background-image: url(img/sm2.png);
}
.shzc .mid .box:hover span.bj{
	background-image: url(img/bj2.png);
}
.cp-list{
	padding: 5% 0;
	background: #f9f7f8;
}

.cp-list .cp-title{
	overflow: hidden;
	border-bottom: 1px solid #097C1F;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.cp-list .cp-title .title{
	color: #097c1f;
}

.cp-list .cp-title .right-nav a{
	float: left;
	margin-left: 40px;
	font-size: 16px;
	opacity: .7;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	outline: none;
}
.cp-list .cp-title .right-nav a span{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
}
.cp-list .cp-title .right-nav a span::after{
	content: "";
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.cp-list .cp-title .right-nav a span::before{
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #555;
	position: absolute;
	transition: all 0.3s;
}
.cp-list .cp-title .right-nav a.on,
.cp-list .cp-title .right-nav a:hover{
	color: #108026;
	opacity: 1;
}
.cp-list .cp-title .right-nav a.on span::after,
.cp-list .cp-title .right-nav a:hover span::after{
	height: 0;
}
.cp-list .cp-title .right-nav a.on span::before,
.cp-list .cp-title .right-nav a:hover span::before{
	background: #108026;
}
.cp-list .list ul::after{
	content: "";
	display: block;
	clear: both;
}

.cp-list .list li{
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	transition: all 0.3s;
	text-align: center;
	border:1px solid #e5e5e5;
	position: relative;
	padding-bottom: 30px;
}

.cp-list .list li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	background: #097c1f;
}
.cp-list .list li:nth-child(3n){
	margin-right: 0;
}

.cp-list .list li .title,
.cp-list .list li .des{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.cp-list .list li .des {
	font-size: 14px;
	opacity: .7;
	margin-top: 15px;
	padding: 0 10px;
}
.cp-list .list li:hover::after{
	height: 2px;
}
.cp-list .list li:hover{
	box-shadow: 0 0 15px 0 #ccc;
	background: #fff;
}
.cp-list .list li:hover .title{
	color: #097c1f;
}
.cp-list .list li .pic-w{
	height: 360px;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.cp-list .list li .pic-w .pic{
	transform: scale(1);
	transition: all 0.3s;
}
.cp-list .list li:hover .pic{
	transform: scale(0.9);
}
.tpzj{
	padding: 5% 0;
	background: #f9f7f8;
}
.tpzj .list ul::after{
	content: "";
	display: block;
	clear: both;
}
.tpzj .list li{
	float: left;
	overflow: hidden;
	background: #fff;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	transition: all 0.3s;
	cursor: pointer;
}
.tpzj .list li:nth-child(3n){
	margin-right: 0;
}
.tpzj .list li .top{
	padding: 50px 0;
	text-align: center;
	letter-spacing: 2px;
}
.tpzj .list li .pic-w{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 30px;
}
.tpzj .list li .pic-w::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border:1px dashed #097c1f;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 2;
	transform: translate(-50%,-50%) scale(1.1);
}
.tpzj .list li .pic-w::before{
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	z-index: 4;
	border-radius: 50%;
	position: absolute;
	transition: all 0.3s;
}
.tpzj .list li .img{
	position: relative;
	z-index: 3;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.tpzj .list li .bot{
	padding: 8%;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
.tpzj .list li .bot span{
	transition: all 0.3s;
	font-size: 14px;
	color: #999;
	padding-left: 30px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: url(img/rmore.png) center left no-repeat;
}
.tpzj .list li p{
	opacity: .9;
}
.tpzj .list li .des{
	font-size: 12px;
	margin-top: 5px;
	opacity: .8;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.tpzj .list li:hover p{
	color: #097c1f;
	opacity: 1;
}
.tpzj .list li:hover span{
	color: #097c1f;
	background: url(img/rmore2.png) center left no-repeat;
}
.tpzj .list li:hover {
	box-shadow: 0 0 15px 0 #999;
	transform: translateY(-10px);
}
.tpzj .list li:hover .pic-w::before{
	transform: scale(0);
}
.popPart{
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
}
.popPart .zj-box{
	position: absolute;
	background: #fff;
	height: 550px;
	padding: 45px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.popPart .zj-box::after{
	content: "";
	clear: both;
	display: block;
}
.popPart .pic-w{
	float: left;
	width: 25%;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.popPart .pic-w .pic{
	background-position: center top;
}
.popPart .txt{
	float: right;
	width: 72%;
	height: 460px;
	border-bottom: 2px solid #097C1F;
}
.popPart .txt .title{
	color: #097C1F;
}
.popPart .txt .des{
	margin-top: 10px;
	font-size: 16px;
	opacity: .7;
}
.popPart .txt .main{
	font-size: 14px;
	opacity: .8;
	text-align: justify;
	margin-top: 60px;
	height: 250px;
	overflow-y: scroll;
	padding-right: 20px;
}

.popPart .txt .main::-webkit-scrollbar {/*?????????????????????*/
	width: 6px;     /*??????????????????????????????????????????*/
	height: 1px;
}

.popPart .txt .main::-webkit-scrollbar-thumb {/*????????????????????????*/
	border-radius: 6px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #097C1F;
}

.popPart .txt .main::-webkit-scrollbar-track {/*?????????????????????*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 6px;
	background: #ccc;
}

.popPart .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #097C1F;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin:-20px -20px 0 0;
	line-height: 40px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
}
.popPart .close:hover {
	transform: rotate(360deg);
}
.tdfc{
	padding: 5% 0;
	background: #f9f7f8;
}
.tdfc .list{
	overflow: hidden;
	margin-top: 4%;
}
.tdfc .list li{
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
}
.tdfc .list li:nth-child(3n){
	margin-right: 0;
}
.tdfc .list li .pic-w{
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.tdfc .list li:hover .pic{
	transform: scale(1.1);
}
.tdfc .top .title{
	color:#097C1F;
	line-height: 1;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #097C1F;
}
.tdfc .des{
	margin: 40px 0 ;
	opacity: .8;
	text-align: justify;
	font-size: 14px;
}
.tdfc .mid{
	overflow: hidden;
	position: relative;
}
.tdfc .mid .txt{
	float: left;
	width: 35%;
	padding: 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	opacity: .8;
	text-align: justify;
	font-size: 14px;
}
.tdfc .mid .pic-w{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 62%;
	overflow: hidden;
}
.zszc .top{
	padding: 5% 0;
	background: #f9f7f8;
}

.zszc .top .pic-w{
	float: left;
	width: 48%;
	padding-bottom: 25%;
	position: relative;
}

.zszc .top .txt{
	width: 48%;
	float: right;
	overflow: hidden;
}
.zszc .top .txt .title{
	color: #097C1F;
}
.zszc .top .txt .line{
	height: 1px;
	background: #000;
	opacity: .2;
	margin: 6% 0;
}
.zszc .top .txt .des{
	font-size: 14px;
	opacity: .7;
}
.zszc .main{
	overflow: hidden;
	padding: 5% 0;
}

.zszc .video-box{
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.zszc .video-box video{
	width: 100%;
	vertical-align: top;
}
.zszc .video-box .play{
	height: 60px;
	width: 60px;
	background-image: url(img/play.png);
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin:-30px 0 0 -30px;
	background-size: contain;
	transition: all 0.5s;
	cursor: pointer;
}
.zszc .video-box .zz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	opacity: .5;
}
.zszc .video-box:hover .play{
	transform: rotateY(360deg);
}
.zszc .detail{
	margin-top: 4%;
	overflow: hidden;
}
.zszc .detail img{
	max-width: 100%;
}


.news-detail .top,
.cp-detail .top{
	overflow: hidden;
	padding: 2% 0;
	background: #fff;
}
.cp-detail .top{
	padding: 2% 0;
}
.news-detail .top .left,
.cp-detail .top .left {
	float: left;
	width: 80%;
}

.news-detail .top .title {
	margin: 2.5% 0 2.5% 0;
}
.cp-detail .top .title{
	margin-top: 5%;
}

.news-detail .top .bot {
	font-size: 14px;
}

.news-detail .top .bot span {
	opacity: .7;
	margin-right: 20px;
}

.news-detail .top a.fx,
.cp-detail .top a.fx {
	background-image: url(img/fx.png);
	padding-left: 25px;
	background-position: center left;
	background-repeat: no-repeat;
	opacity: .7;
}

.news-detail .top a.fx:hover,
.cp-detail .top a.fx:hover {
	background-image: url(img/fx2.png);
	color: #097C1F;
	opacity: 1;
}

.news-detail .top .right,
.cp-detail .top .right {
	margin-top: 100px;
	float: right;
}

.news-detail .top .back,
.cp-detail .top .back {
	font-size: 14px;
	background-image: url(img/back.png);
	padding-left: 25px;
	background-position: center left;
	background-repeat: no-repeat;
	opacity: .7;
	margin-left: 20px;
}

.news-detail .top .back:hover,
.cp-detail .top .back:hover {
	background-image: url(img/back2.png);
	color: #097C1F;
	opacity: 1;
}
.news-detail .main,
.cp-detail .main{
	padding: 2% 0;
	
	background: #f9f7f8;
}

.news-detail .main .op,
.cp-detail .main .op {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dashed #8c8c8c;
	font-size: 16px;
}

.news-detail .main .op a,
.cp-detail .main .op a{
	display: block;
	font-size: 16px;
	opacity: .7;
	margin-bottom: 10px;
}

.news-detail .main .op a:hover,
.cp-detail .main .op a:hover {
	opacity: 1;
	color: #097C1F;
}
.news-detail .detail,
.cp-detail .detail{
	overflow: hidden;
  padding:2% 1%;
  background: #fff; 
}
.news-detail .detail img,
.cp-detail .detail img{
	max-width: 100%;
  height:auto !important;
}
.cp-detail .detail-title{
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #097C1F;
	text-align: center;
	margin-bottom: 40px;
}
.big-back{
	width: 100%;
	display: block;
	text-align: center;
	background: #fff;
	margin-top: 5%;
	padding: 18px;
	font-size: 14px;
}
.big-back span{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(img/back.png);
	background-size: contain;
	vertical-align: top;
	margin-right: 15px;
	transition: all 0.3s;
	margin-top: 4px;
}
.big-back:hover{
	background: #097C1F;
	color: #fff;
}
.big-back:hover span{
	background-image: url(img/back3.png);
}
.cp-detail .bot{
	margin-top: 5%;
}

.cp-detail .bot .title-box{
	overflow: hidden;
}
.cp-detail .bot ul{
	overflow: hidden;
	margin-top: 4%;
}
.cp-detail .bot ul li{
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	text-align: center;
	
}
.cp-detail .bot ul li:nth-child(3n){
	margin-right: 0;
}
.cp-detail .bot ul li .pic-w{
	position: relative;
	overflow: hidden;
	height: 310px;
	background: #fff;
	margin-bottom: 20px;
}
.cp-detail .bot ul li .txt{
	transition: all 0.3s;
}
.cp-detail .bot ul li .pic{
	transform: scale(0.8);
}
.cp-detail .bot ul li:hover .txt{
	color: #097C1F;
}
.cp-detail .bot ul li:hover .pic{
	transform: scale(0.9);
}
.cp-detail .pic-box{
	margin-bottom: 8%;
}

.cp-detail .top-box{
	position: relative;
	overflow: hidden;
}
.cp-detail .top-box .big-swiper{
	width: 71%;
	margin:auto;
	overflow: hidden;
}
.cp-detail .top-box .big-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
}
.cp-detail .top-box .iconfont{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #dfdfdf;
	color: #097C1F;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	transition: all 0.3s;
	cursor: pointer;
	outline: none;
}
.cp-detail .top-box .iconfont:hover{
	background: #097C1F;
	color: #fff;
}
.cp-detail .top-box .iconfont.icon-next{
	right: 0;
	left: auto;
}
.cp-detail .small-swiper{
	margin:auto;
	margin-top: 30px;
	width: 71%;
	overflow: hidden;
}
.cp-detail .small-swiper li{
	position: relative;
	overflow: hidden;
	border:2px solid transparent;
	cursor: pointer;
}
.cp-detail .small-swiper li .pic-w{
	position: relative;
	padding-bottom: 50%;
}
.cp-detail .small-swiper li.swiper-slide-thumb-active{
	border:2px solid #097C1F;
}
.bshare-custom a{
	background-image: none !important;
  padding:0 !important;
}
.bshare-custom a:hover{
	text-decoration:none !important;
}
.search-list {
    padding: 3% 0;
}

.search-list li a{
  padding:20px 0;
  display:block;
  opacity:.7;
  border-bottom:1px solid #ccc;
}
.search-list li a:hover{
	opacity:1;
}
.search-list li a:hover .title{
  color:#097c1f;
}
.search-list li a .title{
  font-size:16px;
}
.search-list li a .des{
  opacity:.7;
  margin-top:10px;
  font-size:13px;
}


.popPart .pics-box{
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 3;
	background: #fff;
	padding: 20px 40px;
}
.popPart .pics-box i{
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	left: 15px;
	z-index: 1;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
	font-size: 24px;
	color: #097C1F;
}
.popPart .pics-box .close{
	position: absolute;
	background: none;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #097C1F;
	transition: all 0.3s;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 3;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	margin-top: -20px;
    cursor: pointer;
}
.popPart .pics-box .close:hover{
	transform: rotate(360deg);
}
.popPart .pics-box i:hover{
	color: #097C1F;
}
.popPart .pics-box i.icon-next{
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	right: 15px;
	left: auto;
	z-index: 1;
}
.popPart .pics-box .pic-list{
	overflow: hidden;
	width: 100%;
	text-align: center;
  color:#000;
}

.popPart .pics-box .pic-list .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 45%;
	float: none;
	height: auto;
	width: auto;
}
.popPart .pics-box .pic-list p{
	margin-top: 20px;
}
.popPart .pics-box .pic-list .pic{
	transition:all 0.3s;
}
.popPart .pic-box{
	position: absolute;
	width: 79%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 3;
	/* background: #2f2f2f; */
	height: 70%;
}


.pagination {
	max-width: 1300px;
	text-align: center;
	margin: 3% auto;
}

.pagination li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0);
	line-height: 28px;
	opacity: .6;
	font-size: 16px;
	margin: 0 5px;
	vertical-align: top;
	box-shadow: none;
}

.pagination li.active,
.pagination li:hover {
	border: 1px solid #108026;
	opacity: 1;
}

.pagination li:first-child,
.pagination li:last-child {
	background: #108026;
	border: 1px solid #fff;
	color: #fff;
	opacity: .8;
}

.pagination li a{
	padding: 0 !important;
	display: block !important;
}
.pagination li:first-child a,
.pagination li:last-child a {
	color: #fff;
}

.pagination li.icon:hover {
	opacity: 1;
}

@media screen and (max-width: 1800px) {
	header nav a{
		margin-left: 0;
	}
	header .search-box{
		margin-left: 10px;
	}
	header .tel-box .box{
		margin-right: 10px;
	}
	header .tel-box{
		padding: 0 25px;
		margin-left: 25px;
	}
	header{
		padding-left: 25px;
	}
	header .logo-tip{
		margin-left: 15px;
		padding-left: 15px;
	}
	header .min-nav .right li{
		width: auto;
		min-width: 100px;
		margin-right: 20px;
	}
	header .min-nav .right li:last-child{
		margin-right: 0;
	}
	header .min-nav .line{
		margin: 0 20px;
	}
	header .min-nav{
		padding: 60px;
	}
}

@media screen and (max-width: 1600px){
	header .logo-tip{
		margin-top: 17px;
	}
	header{
		height: 80px;
	}
	header .logo,header nav a{
		height: 80px;
		line-height: 80px;
		font-size: 15px;
	}
	header .search-box{
		margin-top: 22px;
	}
	header .logo img{
		height: 50px;
	}
	header .tel-box{
		height: 80px;
	}
	header .tel-box .box{
		background-size: 40px;
		padding-left: 50px;
		margin-top: 15px;
	}
	.center-box{
		width: 1200px;
	}
	.index-about .five .box{
		width: 48%;
	}
	.index-news .main .left{
		width: 45%;
	}
	.index-news .main .right{
		width: 50%;
	}
	.index-news .main .right li a .text{
		width: 70%;
	}
	footer .mid .nav li{
		width: auto;
		min-width: 90px;
		margin-right: 10px;
	}
	footer .mid .nav li:last-child{
		margin-right: 0;
	}
	.index-banner li .txt .en{
		margin: 10px 0 20px 0;
	}
	.index-banner li .txt .bot{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		padding: 0 20px;
		font-size: 12px;
	}
	.index-solu .main .right-main{
		width: 80%;
	}
	.index-solu .main .right-main .big{
		width: 45%;
	}
	.index-solu .main .right-main .two{
		width: 50%;
	}
	header .min-nav{
		padding: 40px;
	}
	.news-list li a{
		display: flex;
		justify-content: space-between;
	}
	.news-list li .pic-w{
		flex-shrink: ;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1500px){
	.center-box{
		width: 1100px;
	}
}



@media screen and (max-width: 1200px){
	.center-box{
		width: 100%;
		padding: 0 20px;
	}
	header .tel-box{
		display: none;
	}
	header .tel-box .box{
		padding: 0;
		background: none;
	}
	header .logo-tip{
		display: none;
	}
	header .min-nav{
		width: 90%;
	}
}





@media screen and (max-width: 960px) {
	header .logo-tip{
		display: none;
	}
  header .menu {
		display: block;
	}
	.cp-detail .top .title{
		font-size: 17px;
		line-height: 1.5;
	}
	.news-detail .top, .cp-detail .top{
		padding: 20px 0;
	}
	.news-detail .top .left, .cp-detail .top .left{
		width: 100%;
		float: none;
	}
	.news-detail .top .right, .cp-detail .top .right{
		float: none;
		margin-top: 20px;
		display: none;
	}
	.news-detail .detail, .cp-detail .detail{
		padding: 0;
	}
	.news-detail .top, .cp-detail .top{
		padding-bottom: 0;
	}
	header .right{
		display: none;
	}
	header{
		position: relative;
		height: 60px;
		line-height: 60px;
		padding-left: 20px;
	}
	header .logo{
		height: 60px;
		line-height: 60px;
	}
	header .logo img{
		height: 40px;
	}
	.index-banner li .pic-w{
		/* padding-bottom: 65%; */
		padding-bottom: 51%;
	}
	.index-banner li .txt .bot{
		height: 30px;
		line-height: 30px;
	}
	.center-box{
		padding:0 20px;
		width: 100%;
	}
	.index-title p{
		font-size: 17px;
		margin-bottom: 0px;
	}
	.index-more{
		width: 150px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.index-more .party_dots{
		margin-left: 10px;
		margin-top: 13px;
	}
	.index-solu{
		padding: 20px 0;
	}
	.index-solu .main .left-title{
		width: 100%;
		float: none;
	}
	.index-solu .main .left-title li{
		float: left;
		width: 48%;
		margin-bottom: 5px;
		padding: 5px 0 !important;
		font-size: 15px;
	}
	.index-solu .main .left-title li:nth-child(2n){
		float: right;
	}
	.index-solu .main .right-main{
		width: 100%;
		float: none;
	}
	.index-solu .main .right-main .big{
		width: 100%;
	}
	.index-solu .main .right-main .big .pic-w{
		height: 160px;
		margin-bottom: 20px;
	}
	.index-solu .main .right-main .big .title{
		font-size: 16px;
	}
	.index-solu .main .right-main .big .des{
		margin: 20px 0;
	}
	.index-solu .main .right-main .big .party_dots span{
		margin-bottom: 20px;
	}
	.index-solu .main .right-main .two{
		width: 100%;
		margin-top: 30px;
	}
	.index-solu .main .right-main .two .box .pic-w{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 160px;
	}
	.index-solu .main .right-main .two .box .text{
		position: relative;
		overflow: hidden;
		width: 100%;
		border: none;
		padding: 10px 0 ;
	}
	.index-solu .main .right-main .two .box .text .title{
		font-size: 16px;
		height: auto;
	}
	.index-solu .main .right-main .two .box .party_dots{
		margin-top: 5px;
	}
	.index-solu .main .right-main .two .box .party_dots span{
		margin-bottom: 0;
	}
	.index-solu .main .right-main .two .box{
		margin-bottom: 20px;
	}
	.index-solu .main .op{
		position: relative;
		margin:10px 0 20px 0;
		width: 100%;
		overflow: hidden;
	}
	.index-solu .main .op .iconfont,.index-zj .main .op .iconfont,.cp-detail .top-box .iconfont{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.index-pro .top .right-nav{
		display: none;
	}
	.index-pro{
		padding: 20px;
	}
	.index-pro .main .box li{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.index-pro .main{
		margin-top: 30px;
	}
	.index-pro .main .box li .pic-w{
		margin: 0;
		height: 220px;
	}
	.index-pro .main .box li .title{
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		white-space: normal;
		padding: 0 5px;
	}
	.index-pro .main .box li .des{
		font-size: 12px;
		white-space: normal;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		margin-top: 5px;
		padding: 0 5px;
	}
	.index-title span{
		letter-spacing: 0;
	}
	.index-zj .main .op{
		margin: 20px 0 ;
	}/* 
	.index-zj .main .zj-swiper .pic-w{
		height: 120px;
	} */
	.index-about .top .left{
		width: 100%;
		padding: 15px;
	}
	.index-about .top .pic-w{
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 150px;
	}
	.index-about .top .nums{
		position: relative;
		width: 100%;
		right: 0;
		left: 0;
		top: 0;
		padding: 15px;
		display: block;
		transform: translate(0);
		overflow: hidden;
	}
	.index-about .top .nums .box{
		width: 50%;
		margin-bottom: 15px;
		float: left;
		text-align: center;
	}
	.index-about .top .nums p{
		margin-top: 5px;
	}
	.index-about .top .nums .big{
		font-size: 26px;
	}
	.index-about .top .nums .box:last-child{
		margin: auto;
		float: none;
		text-align: center;
	}
	.index-about .five{
		margin-top: 0;
	}
	.index-about .five .box{
		margin-top: 20px;
	}
	.index-about .five .box .pic-w{
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 160px;
	}
	.index-about .five .box .txt{
		width: 100%;
		float: none;
	}
	.index-about .five .box:nth-child(1) .txt{
		padding: 20px ;
	}
	.index-about .five .box .txt .title{
		font-size: 16px;
	}
	.index-about .five .box:nth-child(1) .line{
		margin: 20px 0;
	}
	.index-about .five .box .txt .des{
		margin: 20px 0;
	}
	.index-about .five .box{
		float: none !important;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.index-about .five .box .txt{
		padding: 20px;
	}
	.index-about .five .box .txt .des{
		height: auto;
	}
	.index-news{
		padding: 20px;
	}
	.index-case .case-swiper .in-box .txt{
		padding: 20px;
	}
	.index-case .case-swiper .in-box .txt .title{
		font-size: 16px;
		height: 40px;
		line-height: 20px;
	}
	footer .mid{
		display: none;
	}
	.index-news .main .left{
		width: 100%;
		float: none;
		padding: 15px;
	}
	.index-news .main .right{
		width: 100%;
		margin-top: 20px;
	}
	.index-news .main .left .title{
		font-size: 16px;
		height: auto;
		line-height: 25px;
		margin: 15px 0;
	}
	.index-news .main .left .des{
		padding-left: 10px;
		height: 50px;
		line-height: 25px;
		font-size: 13px;
	}
	.index-news .main .left .time{
		font-size: 13px;
	}
	.index-news .main .left .pic-w{
		margin: 15px 0;
	}
	.index-news .main .right li a{
		padding: 15px 0;
	}
	.index-news .main .right li a .text{
		padding-left: 0;
	}
	.index-news .main .right li a::after{
		display: none;
	}
	.index-news .main .right li a .des{
		font-size: 13px;
	}
	footer{
		padding: 20px;
	}
	footer .top{
		display: block;
	}
	footer .bot{
		padding: 0;
		margin-top: 10px;
		overflow: hidden;
		display: block;
	}
	footer .bot a,
	footer .bot span{
		display: block;
		margin-left: 0;
		float: none;
	}
	footer .top .cont{
		margin-top: 0;
	}
	footer .top .cont .box{
		margin-top: 10px;
	}
	footer .top .ewm{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	footer .top .share{
		margin-top: 20px;
	}
	footer .top .ewm .box{
		margin-top: 10px;
	}
	footer .top .right .line{
		display: none;
	}
	.cp-detail .detail-title{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.news-detail .main .op a, .cp-detail .main .op a{
		font-size: 13px;
	}
	.big-back,.big-more{
		padding: 10px 0;
	}
	.cp-detail .bot{
		margin-top: 20px;
	}
	.cp-detail .bot .detail-title{
		margin-bottom: 10px;
	}
	.cp-detail .bot ul li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.cp-detail .bot ul li .txt{
		font-size: 16px;
	}
	.cp-detail .bot ul li .pic-w{
		height: 180px;
	}
	.cp-detail .top-box .big-swiper,.cp-detail .small-swiper{
		width: 80%;
	}
	.cp-detail .small-swiper{
		margin-top: 20px;
	}
	.inner-banner .pic-w{
		padding-bottom: 50%;
	}
	.inner-banner .txt p{
		font-size: 15px;
	}
	.inner-banner .txt span{
		font-size: 12px;
		letter-spacing: 0;
	}
	.inner-nav{
		height: auto;
	}
	.inner-nav .nav{
		float: none;
		overflow: hidden;
		
	}
	.inner-nav .center-box{
		padding: 0;
	}
	.inner-nav .local{
		float: none;
		line-height: 40px;
		padding:0 20px;
	}
	.inner-nav .nav a{
		line-height: 35px;
		width: 50%;
		float: left;
		margin-right: 0;
		font-size: 14px;
		border-right: 1px solid #097c1f;
		border-bottom: 1px solid #097c1f;
		text-align: center;
	}
	.inner-nav .nav a:nth-child(2n){
		border-right: none;
	}
	.inner-nav .nav a.on,
	.inner-nav .nav a:hover{
		background: #097c1f;
		color: #fff;
		padding: 0;
	}
	.cp-list .cp-title .title{
		font-size: 16px;
		float: none;
		margin-bottom: 20px;
	}
	.cp-list .cp-title .right-nav{
		float: none;
	}
	.cp-list .cp-title .right-nav a{
		margin: 0;
		font-size: 14px;
		margin-right: 20px;
	}
	.cp-list .cp-title{
		margin-bottom: 20px;
		padding-bottom: 30px;
	}
	.cp-list .list li{
		width: 48%;
		float: left;
		margin: 0;
		margin-bottom: 4%;
	}
	.cp-list .list li:nth-child(2n){
		float: right;
	}
	.cp-list .list li .pic-w{
			margin: 0;
			height: 220px;
	}
	.cp-list .list li .title{
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		white-space: normal;
		padding: 0 5px;
	}
	.cp-list .list li .des{
		font-size: 12px;
		white-space: normal;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		margin-top: 5px;
		padding: 0 5px;
	}
	.problem-list li a{
		padding: 15px;
		display: block;
	}
	.problem-list li .txt{
		display: block;
		width: 100%;
	}
	.problem-list li .txt .big{
		font-size: 24px;
	}
	.problem-list li .txt .mid{
		width: 100%;
		padding:20px 0;
	}
	.problem-list li .txt .des{
		margin-top: 10px;
	}
	.gcsl .top .pic-w{
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 50%;
	}
	.gcsl .top .txt{
		width: 100%;
	}
	.gcsl .top .txt .title{
		font-size: 16px;
	}
	.gcsl .mid .video-box .play{
		width: 40px;
		height: 40px;
		margin:-20px 0 0 -20px;
	}
	.gcsl .bot li{
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 20px;
	}
	.gcsl .bot li:first-child .pic-w{
		height: 40px;
		padding-bottom: 0;
	}
	.gsjj .des{
		padding: 15px;
		margin: 20px;
		margin-bottom: 0;
	}
	.gsjj .des .txt{
		padding-bottom: 15px;
	}
	.gsjj .top .main{
		padding: 15px;
		margin: 20px;
	}
	.gsjj .top .main{
		display: block;
	}
	.gsjj .top .title{
		font-size: 17px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.gsjj .top .left{
		margin: 0;
		padding-top: 0;
	}
	.gsjj .top{
		margin-top: 0;
		
	}
	.gsjj .inner-nav, .gsjj .inner-nav a{
		color: #000;
	}
	.gsjj .inner-nav a::after{
		display: none;
	}
	.gsjj .center-box{
		padding: 0;
	}
	.gsjj .top .left img{
		max-width: 100%;
	}
	
	.news-list li a{
		display: block;
		padding: 15px;
	}
	.news-list li .pic-w{
		width: 100%;
		height: 160px;
		float: none;
	}
	.news-list li .txt{
		width: 100%;
		float: none;
	}
	.news-list li .top{
		margin-top: 15px;
		font-size: 16px;
	}
	.news-list li .top .title{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}
	.news-list li .top .time {
		margin-top: 4px;
	}
	.news-list li .top .time .big{
		font-size: 24px;
	}
	.news-list li .top .time p{
		font-size: 12px;
	}
	.news-list li .des{
		margin: 15px 0;
      height:auto;
	}
	.case-list{
		padding: 20px 0;
	}
	.case-list li{
		padding: 15px;
		margin-bottom: 20px;
	}
	.case-list li a{
		display: block;
	}
	.case-list li .pic-w{
		width: 100%;
		height: 160px;
	}
	.case-list li .mid{
		padding: 0;
	}
	.case-list li .title{
		height: auto;
		font-size: 16px;
		line-height: 1.5;
		margin: 20px 0;
	}
	.case-list li .local{
		margin-top: 0;
	}
	.case-list li .right{
		margin-top: 20px;
	}
	.map{
		min-height: 350px;
	}
	.lxwm .inner-nav .local{
		padding: 0;
	}
	.lxwm .main{
		margin-top: 15px;
		padding: 15px;
	}
	.lxwm .top img{
		max-width: 100%;
	}
	.lxwm .top .share{
		display: none;
	}
	.lxwm .top{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.lxwm .mid .title{
		font-size: 16px;
	}
	.lxwm .mid .box{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.lxwm .mid .box .big{
		font-size: 18px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.lxwm .mid .in-ewm{
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.lxwm .bot{
		margin-top: 20px;
	}
	.lddy li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.lddy li .pic-w{
		height: 180px;
	}
	.lddy li .txt{
		padding: 15px;
	}
	.lddy li .txt .title{
		font-size: 16px;
		height: auto;
		line-height: 1.5;
	}
	.ryzz .ry-title .title{
		font-size: 16px;
		float: none;
		margin-bottom: 20px;
	}
	.ryzz .ry-title .right-nav{
			float: none;
	}
	.ryzz .ry-title .right-nav a{
		margin: 0;
		font-size: 14px;
		margin-right: 20px;
	}
	.cp-list .cp-title,
	.ryzz .ry-title{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.ryzz .ry-list li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ryzz .ry-list li p{
		padding: 15px;
		font-size: 16px;
		height: auto;
	}
	.ryzz .ry-list li .pic-w{
		height: 220px;
	}
	.shzc .title{
		font-size: 16px;
		padding-left: 30px;
	}
	.shzc .line{
		margin: 20px 0;
	}
	.shzc .mid{
		display: block;
	}
	.shzc .mid .box{
		width: 100%;
		margin-bottom: 20px;
		padding: 15px;
	}
	.shzc .mid .box .text p{
		font-size: 20px;
		margin-top: 7px;
	}
	.shzc .mid .box .text{
		font-size: 15px;
	}
	.shzc .bot{
		padding: 15px;
	}
	.shzc .bot img{
		max-width: 100%;
	}
	.tpzj .list li{
		width: 48%;
		float: left;
		margin-bottom: 4%;
	}
	.tpzj .list li:nth-child(2n){
		float: right;
		margin-right: 0;
	}
	.tpzj .list li .pic-w,.tpzj .list li .img{
		width: 120px;
		height: 120px;
	}
	.tpzj .list li .top{
		padding: 20px 0;
	}
	.tpzj .list li p{
		font-size: 16px;
	}
	.tpzj .list li .des{
		letter-spacing: 0;
		height: 40px;
		line-height: 20px;
		overflow: hidden;
	}
	.tpzj .list li .bot span{
		height: 20px;
		font-size: 13px;
		background-size: contain;
		line-height: 20px;
	}
	.lddy.cyy li .txt .line{
		margin-top: 20px;
	}
	.tdfc .top .title{
		font-size: 16px;
	}
	.tdfc .top .title{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.tdfc .des{
		margin: 20px 0;
	}
	.tdfc .mid .txt{
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.tdfc .mid .pic-w{
		width: 100%;
		float: none;
		position: relative;
		height: 120px;
		margin-top: 20px;
	}
	.tdfc .list li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.news-detail .top .title{
		font-size: 17px;
		line-height: 1.5;
	}
	.zszc .top .pic-w{
		width: 100%;
		float: none;
		padding-bottom: 50%;
	}
	.zszc .top .txt{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.zszc .top .txt .title{
		font-size: 16px;
	}
	.zszc .video-box .play{
		width: 40px;
		height: 40px;
		margin:-20px 0 0 -20px;
	}
	.zszc .detail{
		margin-top: 20px;
	}
	.ryzz .ry-list.zl li .pic-w{
		height: 360px;
	}
	.index-banner .iconfont{
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		left: 20px;
	}
	.index-banner .iconfont.icon-next{
		right: 20px;
	}
	.index-pro .main{
		overflow: hidden;
	}
	
	.index-zj .main .zj-swiper.zj1 {
		margin-bottom: 30px;
	}
	
	.index-zj .main .top{
		overflow: hidden;
	}
	.popPart .zj-box{
		width: 90%;
	}
	.popPart .zj-box{
		padding: 15px;
	}
	.popPart .close{
		width: 30px;
		height: 30px;
		margin: -15px -15px 0 0;
		line-height: 30px;
	}
	.popPart .txt .title{
		font-size: 20px;
	}
	.popPart .txt .main{
		margin-top: 20px;
	}
	.popPart .txt{
		height: 380px;
	}
	.popPart .zj-box{
		height: 420px;
	}
	.popPart .pic-w{
		width: 35%;
	}
	.popPart .txt{
		width: 62%;
	}
	.index-zj .main .zj-swiper .name{
		font-size: 16px;
	}
	.index-about .top .nums .box:nth-child(2n)::after{
		display: none;
	}
	.lddy.new li .top .title{
		font-size: 14px;
	}
  .news-detail .main, .cp-detail .main .center-box{
  	background:#fff;
  }
  .gsjj .des{
  	margin:0 ;
  }
  .index-pro{
	  padding: 30px 20px;
  }
  .index-news .main .right li a{
	  padding: 20px 0;
  }
  .index-about,.index-zj,.index-solu{
	  padding: 30px 0;
  }
  .index-about .top .left .title,.index-about .top .left .line{
	  display: none;
  }
  .index-pro .main .box li .des{
	  display: none;
  }
  .index-zj .main .zj-swiper.zj1 .swiper-slide{
	  transform: scale(1);
  }
  .index-zj .main .op{
	  margin: 0;
  }
  
  .index-zj .main .zj-swiper.zj1 .swiper-slide-active .pic-w{
	  box-shadow: none;
  }
  .index-case .case-swiper .out-box .pic-w{
	  height: 420px;
  }
  .index-case{
	  padding: 30px 0;
  }
  footer .top .left{
	  margin-right: 0;
  }
  .index-solu .main{
	  margin-top: 20px;
  }
  .index-zj .main .zj2.zj-swiper li{
	  width: 48%;
	  float: left;
	  margin: 0;
	  margin-bottom: 4%;
  }
  .index-zj .main .zj2.zj-swiper li:nth-child(2n){
	  float: right;
  }
  
  .index-zj .main .zj2.zj-swiper .swiper-wrapper{
	  display: block;
  }
  .index-about .top,.index-news .main .right,.index-case .case-swiper,.index-zj .main{
	  margin-top: 30px;
  }
  .index-about .five .box,.index-news .main{
	  margin-top: 30px;
  }
  .index-news{
	  padding: 30px 20px;
	  padding-top: 0;
  }
  .index-zj .index-more{
	  display: none;
  }
  
}
