* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	outline:none;
}
html, body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.w90{
	width:75%;
	margin:0 auto;
}
.target-fix {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background:#333 !important;
}

#slide1 {
	background: url(../images/banner1.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

#slide2 {
	background: url(../images/banner2.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

#slide3 {
	background: url(../images/banner3.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.banner {
	width: 100%;
	height: auto;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	color: #fff !important;
}
.banner .swiper-button-prev,.banner .swiper-rtl .swiper-button-next{
	left:10% !important;
}
.banner .swiper-button-next,.banner .swiper-rtl .swiper-button-prev{
	right:10% !important;
}

.banner .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;
}

.banner .swiper-slide {
	transition: -webkit-transform 5s ease-in-out;
	transition: transform 5s ease-in-out;
	transition: transform 5s ease-in-out,-webkit-transform 5s ease-in-out;
	-webkit-animation: zoom 5s;
	animation: zoom 5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.banner .swiper-slide-active {
	position: relative;
	z-index: 999;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

/*header*/
.header_logo{
    float:left;
}
.header_logo img{
    position:relative;
    top:12px;
}
.nav{
    height:96px;
    z-index:9;
}
.nav>.w90>ul{
    float:right;
}
.nav>.w90>ul>li{
    display:inline-block;
    line-height:96px;
    width:140px;
    height:96px;
    text-align:center;
    cursor: pointer;
}
.nav>.w90>ul>li>a{
    width:140px;
    height:96px;
    display:inline-block;
    color:#000;
	position: relative;
}
.nav>.w90>ul>li>a::after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    right:50%;
    margin-top:-17.5px;
    height:35px;
    background:url(../images/navb.png) center no-repeat;
    transition: all 0.5s ease 0s;
}
.nav>.w90>ul>li:hover>a::after{
    left: 0;
    right: 0;
}
.nav>.w90>ul>.action>a::after{
    left: 0;
    right: 0;
}
.action .fd{
    display:block;
}
.clear{
    clear:both;
}
.w90{
    width:84%;
    margin:0 auto;
}
.nav>.w90>ul>li:hover .header_xl{
    display:block;
}

.header_xl{
    position:absolute;
    top:96px;
    left:15%;
    width:70%;
    display:none;
    height:193px;
    background:url(../images/xl.jpg) center no-repeat;
    background-size:cover;
    background-position: center;
    transition: .5s;
	z-index:99;
}
.nav>.w90>ul>li:nth-child(4) .header_xl ul{
    width:70%;
    left:4%;
}
.nav>.w90>ul>li a{
    position: relative;
    z-index: 2;
}
.header_xl ul{
    border-bottom:1px solid #dcdcdb;
    height:30px;
    padding-bottom:26px;
    width:60%;
    position:relative;
    top:68.5px;
    left:8%;
}
.header_xl ul li{
    height:30px;
    line-height:30px;
    padding-bottom:26px;
    margin:0px 21px;
    float:left;
    position:relative;
}
.header_xl ul li a{
    font-size:14px;
    color:#000;
}
.header_xl ul li::after{
    content:'';
    position:absolute;
    left:50%;
    right: 50%;
    bottom:-2px;
    height:2px;
    background:#08933e;
    transition: .5s;
}
.header_xl ul li:hover a{
    color:#08933e;
}
.header_xl ul li:hover::after{
    left:0;
    right:0;
}
.xl_img{
    width:20%;
    position:absolute;
    right:40px;
    top:35px;
}
.xl_img img{
	border-top-left-radius: 40px;
	width:100%;
}
.fd{
    position:fixed;
    top:100px;
    z-index: 2;
    transition: .5s;
    width:80%;
    left:10%;
    display:None;
}
.fda{
    position:absolute;
    height:100px;
    width:100%;
    top:0px;
    left:0px;
}
/*header end*/

/*index_about*/
.about_bg{
	height:838px;
	width:100%;
	background:url(../images/about_bg.png) center no-repeat;
	background-size:cover;
	background-position: center;
	padding-top:1px;
}
.about_top{
	margin-top:80px;
}
.index_about_l{
	width:55%;
	float:left;
}
.index_about_l1{
	font-size:130px;
	font-weight:bold;
	text-transform: uppercase;
	color:rgba(0,0,0,0.04);
}
.index_about_l2{
	font-size:42px;
	color:#000;
	letter-spacing: 2px;
	margin-top:-70px;
	text-indent:15px;
}
.index_about_l3{
	width:82%;
	font-size:16px;
	color:#141414;
	letter-spacing: 1px;
	text-align:justify;
	line-height:30px;
	margin-top:40px;
	margin-left:15px;
}
.index_about_l3 p{
	font-size:16px;
	color:#141414;
	text-indent:2em;
}
.index_about_l4{
	width:134px;
	height:41px;
	line-height:41px;
	text-align:center;
	margin-left:15px;
	border:1px solid #08933e;
	margin-top:30px;
	position:relative;
	overflow: hidden;
}
.index_about_l4::after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:-100%;
	bottom:0px;
	transition: .5s;
	background:#08933e;
}
.index_about_l4:hover::after{
	left:0px;
}
.index_about_l4:hover a{
	color:#fff;
}
.index_about_l4 a{
	color:#08933e;
	position:relative;
	z-index: 1;
}
.index_about_l4 a i{
	margin-left:4px;
}
.index_about_r{
	width:45%;
	float:right;
}
.index_about_r img{
	width:100%;
}
.about_bottom {
	margin-top:80px;
}
.about_bottom ul li{
	width:23%;
	margin-right:2.66%;
	background:#fff;
	height:140px;
	float:left;
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
	position:relative;
	overflow: hidden;
}
.about_bottom ul li::before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	height:100%;
	width:100%;
	background:#08933e;
	z-index:1;
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
	transition: .5s;
}
.about_bottom ul li:hover::before{
	left:0px;
}
.about_bottom ul li:nth-child(4){
	margin-right:0px;
}
.about_bottom ul li:hover .about_b1{
	color:#fff;
}
.about_bottom ul li:hover .about_b1 i{
	display:block;
	color:#fff;
}
.about_bottom ul li:hover .about_b1a{
	width:74%;
}
.about_b1{
	color:#494949;
	font-size:24px;
	line-height:140px;
	text-align:left;
	width:70%;
	float:right;
	position:relative;
	z-index:2;
}
.about_b1 i{
	font-size:44px;
	float:left;
	display: none;
}
.about_b1a{
	float:right;
	width:90%;
}
.about_b2{
	position:absolute;
	bottom:0px;
	left:0px;
}
.about_b2 i{
	font-size:84px;
	color:#f5f7fa;
}

/*index_about end*/

/*index_jyfw*/
.index_jyfw .index_jyfw_top{
	background:url(../images/jyfw_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	height:auto;
}
.index_jyfw1{
	font-size:116px;
	color:rgba(0,0,0,0.04);
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
}
.index_jyfw2{
	font-size:36px;
	color:#000;
	text-align:center;
	letter-spacing: 2px;
	margin-top:-70px;
}
.index_jyfw2 span{
	color:#08933e;
}
.index_jyfw3{
	font-size:16px;
	color:#4f4f4f;
	text-align:center;
	padding-top:32px;
	padding-bottom:70px;
}
.index_jyfw_bottom{
	background:url(../images/jyfw_bg1.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height:605px;
	position:relative;
	transition: 1s;
}
.index_jyfw4{
	font-size:30px;
	color:#fff;
	position: relative;
	padding-bottom:35px;
	margin-bottom:45px;
	margin-top:100px;
}
.index_jyfw4::after{
	content:'';
	position:absolute;
	width:50px;
	height:2px;
	background:#fff;
	bottom:0px;
	left:0px;
}
.index_jyfw_bottom_w{
	padding-top:1px;
	width:41%;
	text-align:justify;
	line-height:30px;
}
.index_jyfw5{
	font-size:16px;
	color:#fff;
}
.index_jyfw6{
	position:absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	height:200px;
	background:rgba(31,25,25,0.4);
}
.index_jyfw6 ul li{
	float:left;
	width:25%;
	text-align:center;
	position:relative;
	overflow: hidden;
	height:200px;
}
.index_jyfw6 ul li::after{
	content:'';
	position:absolute;
	height:200px;
	width:1px;
	background:rgba(255,255,255,0.2);
	right:0px;
	bottom:0px;
}
.index_jyfw6 ul li::before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	width:100%;
	height:200px;
	background:rgba(26,132,78,0.5);
	transition: .5s;
}
.index_jyfw6 ul li:hover::before{
	left:0px;
}
.index_jyfw6 ul li .index_jyfw6a img{
	transition: .5s;
}
.index_jyfw6 ul li:hover .index_jyfw6a img{
	transform: rotate(360deg);
}
.index_jyfw6a{
	padding-top:38px;
	position:relative;
	z-index: 2;
}
.index_jyfw6b{
	color:#fff;
	font-size:20px;
	margin-top:5px;
	position:relative;
	z-index: 2;
}
.index_jyfw6c{
	font-size:14px;
	color:#fff;
	letter-spacing: 1px;
	margin-top:8px;
	position:relative;
	z-index: 2;
}
/*index_jyfw_end*/
/*index_case*/
.index_case .index_jyfw1{
	margin-top:90px;
}
.case_banner{
	position:relative;
}
.case_banner .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;
	transition: 300ms;
	position: relative;
  }
  .case_banner .swiper-slide::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
  }
  .case_banner .swiper-slide img{
	width:100%;
	height:100%;
	display: block;
  }
  .case_banner .swiper-slide-active,.case_banner .swiper-slide-duplicate-active{
	transform: scale(1)!important;
	z-index: 999 !important;;
	position: relative;
	margin-top:-79px;
  }
  .case_banner .swiper-slide-active a{
	position:relative;
	z-index:999;
  }
  .case_banner .swiper-slide-active::after,.case_banner .swiper-slide-duplicate-active::after{
	background:None;
  }
  .case_banner_text{
	position:absolute;
	bottom:40px;
	width:100%;
	color:#fff;
	font-size:22px;
	letter-spacing: 1px;
	text-align:center;
	display:none
  }
  .case_banner .swiper-slide-active .case_banner_text,.case_banner .swiper-slide-duplicate-active .case_banner_text{
	display:block;
  }
  .case_banner .next{
	position:absolute;
	top:50%;
	left:16%;
	z-index:999;
	width:84px;
	height:84px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align:center;
	line-height:84px;
	cursor: pointer;
	margin-top:-21px;
  }
  .case_banner .next i{
	color:#fff;
	font-size:28px;
	position: relative;
	left:-4px;
  }
  .case_banner .prev{
	position:absolute;
	top:50%;
	right:16%;
	z-index:999;
	width:84px;
	height:84px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align:center;
	line-height:84px;
	cursor: pointer;
	margin-top:-21px;
  }
  .case_banner .prev i{
	color:#fff;
	font-size:28px;
	position: relative;
	right:-4px;
  }
  .case_banner .next:hover,.case_banner .prev:hover{
	background:#fff;
  }
  .case_banner .next:hover i,.case_banner .prev:hover i{
	color:#08933e;
  }
/*index_case_end*/

/*index_news*/
.index_newsl{
	width:340px;
}
.index_news1{
	font-size:116px;
	font-weight:bold;
	color:rgba(0,0,0,0.04);
}
.index_news2{
	font-size:36px;
	color:#000;
	text-align:center;
	margin-top:-60px;
}
.index_news2 span{
	color:#08933e;
	letter-spacing: 1px;
}
.index_newsr{
	width:134px;
	height:40px;
	text-align:center;
	line-height:40px;
	border: #08933e 1px solid;
	float:right;
	margin-top:-70px;
	position:relative;
	overflow: hidden;
}
.index_newsr::after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:-100%;
	bottom:0px;
	transition: .5s;
	background:#08933e;
}
.index_newsr:hover::after{
	left:0px;
}
.index_newsr:hover a{
	color:#fff;
}
.index_newsr a{
	color: #08933e;
	position: relative;
	z-index: 1;
}
.index_newsr i{
	margin-left:4px;
}
.index_news_center{
	margin-top:60px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.index_news_center img{
	display:block;
}
.index_news_center1{
	width:50%;
	float:left;
}
.index_news_center1 img{
	width:100%;
}
.index_news_center2{
	width:40%;
	float:right;
	margin-right:5%;
	padding-top:1px;
}
.index_news_center2a{
	font-size:14px;
	color:#fff;
	background:#db5657;
	width:80px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin-top:48px;
	margin-bottom:30px;
}
.index_news_center2b{
	font-size:24px;
	color:#000;
	margin-bottom:36px;
}
.index_news_center2c{
	font-size:14px;
	color:#6d6d6d;
	line-height:26px;
	margin-bottom:40px;
}
.index_news_center2d{
	font-size:14px;
	color:#6d6d6d;
	line-height:26px;
	width:30%;
	float:left;
}
.index_news_center2e{
	float:right;
	color:#6d6d6d;
	cursor: pointer;
	line-height:26px;
	font-size:14px;
}
.index_news_center2e:hover{
	color:#08933e;
}
.index_news_bottom{
	margin-top:45px;
}
.index_news_bottoml{
	width:48%;
	float:left;
	margin-right:4%;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.index_news_bottoml1{
	background:url(../images/newsl.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
	height:85px;
	font-size:28px;
	color:#fff;
	line-height:85px;
	text-indent:35px;
}
.index_news_bottomr{
	width:48%;
	float:right;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.index_news_bottomr1{
	height:85px;
	background:url(../images/newsr.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
	font-size:28px;
	color:#fff;
	line-height:85px;
	text-indent:35px;
}
.index_news_bottoml ul{
	padding:20px 35px;
}
.index_news_bottoml ul li{
	line-height:30px;
}
.index_news_bottomr ul{
	padding:20px 35px;
}
.index_news_bottomr ul li{
	line-height:30px;
}
.index_news_bottoml ul li:hover .index_news_bottoml1a{
	color:#08933e;
}
.index_news_bottoml ul li:hover .index_news_bottoml1b{
	color:#08933e;
}
.index_news_bottomr ul li:hover .index_news_bottoml1a{
	color:#08933e;
}
.index_news_bottomr ul li:hover .index_news_bottoml1b{
	color:#08933e;
}
.index_news_bottoml1a{
	float:left;
	font-size:14px;
	color:#4c4c4c;
}
.index_news_bottoml1b{
	float:right;
	font-size:14px;
	color:#4c4c4c;
}
/*index_news_end*/

/*index_ljwm*/
.index_ljwm_top{
	font-size:36px;
	color:#000;
	margin-top:100px;
	margin-bottom:66px;
	letter-spacing: 1px;
	position:relative;
}
.index_ljwm_top span{
	color:#08933e;
}
.index_ljwm_top::after{
	content:'';
	position:absolute;
	width:900px;
	height:11px;
	background:url(../images/xian.png) center no-repeat;
	margin-left:10px;
	top:20px;
}
.index_ljwm_bottom{
	position:relative;
	margin-top:300px;
}
.index_ljwm_bottom ul{
	display:flex;
	align-items:flex-end;
}
.index_ljwm_bottom ul li{
	position:absolute;
	width:25%;
	padding:50px 0px;
	transition: .5s;
}
.index_ljwm_bottom ul li:nth-child(2){
	left:25%;
}
.index_ljwm_bottom ul li:nth-child(3){
	left:50%;
}
.index_ljwm_bottom ul li:nth-child(4){
	left:75%;
}
.index_ljwm_bottom ul li:hover{
	padding:60px 0px;
}
.index_ljwm_bottom ul li:nth-child(1){
	background:#f3f3f3;
}
.index_ljwm_bottom ul li:nth-child(2){
	background:#21925b;
}
.index_ljwm_bottom ul li:nth-child(3){
	background:#016392;
}
.index_ljwm_bottom ul li:nth-child(4){
	background:#374b6e;
}
.index_ljwm_bottom ul li:nth-child(1):hover .index_ljwm_bottom2{
	background:#000;
	border:1px solid #000;
	color:#f3f3f3;
}
.index_ljwm_bottom ul li:nth-child(2):hover .index_ljwm_bottom2{
	background:#fff;
	border:1px solid #fff;
	color:#21925b;
}
.index_ljwm_bottom ul li:nth-child(3):hover .index_ljwm_bottom2{
	background:#fff;
	border:1px solid #fff;
	color:#016392;
}
.index_ljwm_bottom ul li:nth-child(4):hover .index_ljwm_bottom2{
	background:#fff;
	border:1px solid #fff;
	color:#374b6e;
}
.index_ljwm_bottom ul li:nth-child(1) .index_ljwm_bottom1{
	width:74px;
	height:74px;
	border:#272727 1px dashed;
	border-radius: 50%;
	text-align:center;
	margin:0 auto;
}
.index_ljwm_bottom ul li:nth-child(1) .index_ljwm_bottom2{
	width:60px;
	height:60px;
	border:#272727 1px solid;
	border-radius: 50%;
	margin:6px auto;
	line-height:62px;
	color:#272727;
}
.index_ljwm_bottom ul li:nth-child(1) .index_ljwm_bottom2 i{
	font-size:26px;
}
.index_ljwm_bottom ul li:nth-child(1) .index_ljwm_bottom3{
	font-size:20px;
	color:#272727;
	text-align:center;
	margin-top:30px;
	letter-spacing: 1px;
}
.index_ljwm_bottom1{
	width:74px;
	height:74px;
	border:#fff 1px dashed;
	border-radius: 50%;
	text-align:center;
	margin:0 auto;
}
.index_ljwm_bottom2{
	width:60px;
	height:60px;
	border:#fff 1px solid;
	border-radius: 50%;
	margin:6px auto;
	line-height:62px;
	color:#fff;
}
.index_ljwm_bottom2 i{
	font-size:26px;
}
.index_ljwm_bottom3{
	font-size:20px;
	color:#fff;
	text-align:center;
	margin-top:30px;
	letter-spacing: 1px;
}
/*index_ljwm_end*/

/*index_footer*/
.footer{
	height:490px;
	background:url(../images/footer_bg.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
	padding-top:1px;
	position:relative;
}
.footer_top{
	margin-top:64px;
}
.footer_l2{
	margin-top:20px;
	padding-bottom:10px;
}
.footer_l2 ul li{
	font-size:16px;
	color:#fff;
	line-height:40px;
}
.footer_l{
	width:36%;
	float:left;
	border-right:1px solid #68a9c8;
}
.footer_l1{
	padding-top:20px;
}
.footer_r{
	width:60%;
	float:right;
}
.footer_r .footer_r_li{
	float:left;
	width:16.66%;
}
.footer_r .footer_r_li:last-child{
	margin-right:0px;
}
.footer_r .footer_r_li>a{
	color:#fff;
	font-size:16px;
}
.footer_r_div{
	margin-top:30px;
}
.footer_r_div li{
	line-height:30px;
}
.footer_r_div li a{
	color:#fff;
}
.footer_bottom{
	height:48px;
	line-height:48px;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	border-top:1px solid #6eadcb;
}
.footer_bottom div{
	display:inline-block;
	margin:0px 10px;
}
.footer_r_div ul li{
	position:relative;
	transition: .5s;
}
.footer_r_div ul li::after{
	content:'';
	position:absolute;
	left:0px;
	top:14px;
	width:0px;
	height:1px;
	background:#fff;
	transition: .5s;
}
.footer_r_div ul li:hover::after{
	width:6px;
}
.footer_r_div ul li:hover{
	text-indent: 10px;
}
.footer_bottom a{
	display:inline-block;
	color:#fff;
}
.footer_bottom img{
	height:12px;
	display:inline-block;
	position: relative;
	top:1px;
}
/*index_footer_end*/

/*about_gsjj*/

.about_gsjj{
	height:768px;
	background:url(../images/about_gsjj.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
}
.about_gsjjl{
	width:40%;
	float:left;
	margin-left: 10%;
}
.about_gsjjla{
	font-size:36px;
	color:#fff;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top:200px;
}
.about_gsjjlb{
	font-size:16px;
	color:#fff;
	line-height:27px;
	text-align:justify;
	margin-top:40px;
	letter-spacing: 2px;
	text-indent:2em;
}
.about_gsjjlb p{
	font-size:16px;
	color:#fff;
}
.about_gsjjlc{
	font-size:14px;
	color:#fff;
	background:#08933e;
	width:270px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius: 20px;
	margin-top:30px;
	cursor: pointer;
}
.about_gsjjlc:hover{
	background:#26a262;
}
.about_gsjjlc i{
	font-size:20px;
	position:relative;
	top:2.5px;
	margin-right:10px;
}
.about_gsjjr{
	margin-top:190px;
	margin-right:5.6%;
}
.about_gsjjr ul li:nth-child(1) i{
	font-size:34px;
	margin-right:14px;
}
.about_gsjjr ul li:nth-child(2) i{
	font-size:44px;
	position:relative;
	top:8px;
	margin-right:8px;
}
.about_gsjjr ul li:nth-child(3) i{
	font-size:31px;
}
.about_gsjjr ul li:nth-child(1) .about_gsjjr2{
	margin-top:14px;
}
.about_gsjjr ul li:nth-child(3) .about_gsjjr2{
	margin-top:14px;
}
.about_gsjjr ul li:nth-child(4) .about_gsjjr2{
	margin-top:17px;
}
.about_gsjjr ul li:nth-child(2n){
	text-indent:45px;
	width:50%;
	float:right;
}
.about_gsjjr{
	background:url(../images/about_gsjjr.png) center no-repeat;
	background-size:cover;
	background-position: center;
	width:506px;
	height:363px;
	float:right;
}
.about_gsjjr ul li{
	width:45%;
	float:left;
	height:181.5px;
	text-align:center;
}
.about_gsjjr1{
	color:#fff;
	position:relative;
	margin-top:35px;
}
.about_gsjjr1 .count{
	font-size:60px;
	font-weight:bold;
}
.about_gsjjr2{
	font-size:18px;
	color:#fff;
}
.about_gsjjr2 i{
	font-size:28px;
	margin-right:14px;
}
.zk_gsjj{
	position:fixed;
	width:60%;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	height:auto;
	top:18vh;
	left:18%;
	padding:4vh 2% 4vh;;
	z-index:999;
	background:#fff;
	display:none;
	border-radius: 10px;
}
.zk_gsjj_title{
	font-size:32px;
	text-align:center;
	color:#000;
	margin-bottom:25px;
}
.zk_gsjj_text p{
	font-size:16px;
	line-height:32px;
	text-indent:2em;
	letter-spacing: 2px;
	color:#000;
}
.zk_gsjj_gb{
	position:absolute;
	right:5%;
	top:5vh;
	cursor: pointer;
}
.zk_gsjj_gb i{
	font-size:26px;
}
/*about_gsjj end*/

/*dszzc*/
.about_dszzc{
	margin-top:106px;
	margin-bottom:70px;
}
.about_dszzcl{
	width:58%;
	float:left;
}
.about_dszzcla{
	color:#26a262;
	font-size:60px;
	font-weight:bold;
	text-transform: uppercase;
}
.about_dszzclb{
	color:#1c1c1c;
	font-size:36px;
	letter-spacing: 2px;
	margin-top:10px;
	padding-bottom:44px;
	margin-bottom:36px;
	position:relative;
}
.about_dszzclb::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:54px;
	height:2px;
	background:#26a262;
}
.about_dszzclc{
	color:#4c4c4c;
	width:88%;
	padding-right:8%;
	height:336px;
	position: relative;
    overflow-y: auto;
}
.about_dszzclc::-webkit-scrollbar{
	width:2px;
}
.about_dszzclc::-webkit-scrollbar-track {
	background-color:#acacac;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.about_dszzclc::-webkit-scrollbar-thumb {
	background-color:#26a262;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.about_dszzclc p{
	font-size:14px;
	line-height:26px;
	text-indent:2em;
	letter-spacing: 2px;
	text-align:justify;
}
.about_dszzcld{
	text-align:right;
	margin-right:12%;
	font-size:18px;
	margin-top:20px;
}
.about_dszzcld1{
	color:#4c4c4c;
	height:80px;
}
.about_dszzcld1 img{
	position:relative;
	top:15px;
	margin-left:10px;
}
.about_dszzcr{
	float:right;
	width:30%;
	margin-right:5%;
}
.about_dszzcld2{
	color:#525252;
	font-size:20px;
	letter-spacing: 2px;
}
.about_dszzc_list{
	margin-top:60px;
}
.about_dszzc_list ul li{
	width:23%;
	float:left;
	margin-right:2.66%;
	position:relative;
	overflow: hidden;
}
.about_dszzc_list ul li:nth-child(4){
	margin-right:0px;
}
.about_dszzc_list_img img{
	width:100%;
	display:block;
	transition: .5s;
}
.about_dszzc_list ul li:hover .about_dszzc_list_img img{
	transform:scale(1.05);
}
.about_dszzc_list ul li:hover .about_dszzc_list_content{
	background:rgba(32,145,85,0.9);
	margin:0px;
	padding-top:1px;
	bottom:0px;
}
.about_dszzc_list ul li:hover .about_dszzc_list_text{
	margin-top:20px;
}
.about_dszzc_list_content{
	position:absolute;
	background:#26a262;
	width:100%;
	height:100%;
	left:0px;
	bottom:-86%;
	transition: 1s;
}
.about_dszzc_list_text{
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	width:100%;
	font-size:20px;
	letter-spacing: 2px;
}
.about_dszzc_list_description{
	width:80%;
	margin:15px auto;
	color:#fff;
	text-align:center;
	line-height:28px;
}
.about_dszzc_list_j{
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	color:rgba(32,145,85,0.9);
	margin:40px auto 0px;
	background:#fff;
	border-radius: 50%;
	transition: .5s;
}
.about_dszzc_list_j:hover{
	transform: rotate(360deg);
}
/*dszzc end*/

/*zzry*/
.about_zzry{
	padding-top:60px;
	padding-bottom:60px;
	background:#f8f8f8;
}
.you.swiper-button-disabled ,.youa.swiper-button-disabled,.zuoa.swiper-button-disabled  {
    opacity: 0.2;
}
.about_zzry_bottoml{
	width:30%;
	background:#eeeded;
	padding:3%;
	float:left;
}
.about_zzry_bottoml img{
	display: block;
	width:100%;
	margin:0px auto;
}
.about_zzry_topl1{
	font-size:60px;
	color:#26a262;
	font-weight:bold;
	text-transform: uppercase;
	display:inline-block;
}
.about_zzry_topl2{
	font-size:38px;
	color:#1c1c1c;
	position:relative;
	top:-4px;
	display:inline-block;
}
.about_zzry_topl{
	float:left;
}
.about_zzry_topr{
	float:right;
}
.about_zzry_topr ul li{
	height:40px;
	line-height:40px;
	padding:0px 30px;
	margin:0px 10px;
	display: inline-block;
	border:#26a262 1px solid;
	border-radius: 20px;
	cursor: pointer;
}
.about_zzry_topr ul .action{
	background:#26a262;
	color:#fff;
}
.about_zzry_bottom{
	margin-top:70px;
}

.about_zzry_bottomr{
	width:60%;
	float:right;
	position: relative;
    height: 100%;
}
.about_zzry_bottomr .swiper-pagination-bullet{
	width:30px !important;
	height:4px !important;
	border-radius: 2px!important;
	background:#26a262;
}
.about_zzry_bottomr .swiper-horizontal>.swiper-pagination-bullets,.about_zzry_bottomr .swiper-pagination-bullets.swiper-pagination-horizontal,.about_zzry_bottomr .swiper-pagination-custom,.about_zzry_bottomr .swiper-pagination-fraction{
	bottom: 0px !important;
	height:30px !important;
}
.zzry_banner .zuoa{
	cursor: pointer;
	width:52px;
	height:52px;
	border-radius: 50%;
	color:#fff;
	background:#26a262;
	text-align:center;
	line-height:52px;
	position:absolute;
	bottom:0px;
	z-index: 999;
}
.zzry_banner .youa{
	cursor: pointer;
	width:52px;
	height:52px;
	border-radius: 50%;
	color:#fff;
	background:#26a262;
	text-align:center;
	line-height:52px;
	position:absolute;
	bottom: 0px;
	right:20px;
	z-index: 999;
}
.ju{
	margin-top:30px;
}
.zzry_banner .zuoa i{
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-right:0px;
}
.zzry_banner .youa i{
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-right:0px;
}
.zzry_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: calc((100% - 30px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
  }
  .zzry_banner{
	padding-bottom:70px !important;
  }
  .zzry_banner .swiper-slide{
	padding-bottom:16px;
	position:relative;
	text-align:left;
	padding-top:36px;
	margin-bottom:15px;
  }
  .zzry_banner .swiper-slide::after{
	content: '';
	position:absolute;
	bottom:0px;
	left:0px;
	height:1px;
	width:90%;
	background:#dfdfdf;
  }
  .zzry_banner .swiper-slide:hover i{
	color:#26a262;
  }
  .zzry_banner .swiper-slide:hover span{
	color:#26a262;
  }
  .zzry_banner .swiper-slide::before{
	content: '';
	position:absolute;
	bottom:0px;
	left:0px;
	height:1px;
	width:0%;
	background:#26a262;
	z-index: 2;
	transition: 3s;
  }
  .zzry_banner .swiper-slide:hover::before{
	width:90%;
  }
.zzry_banner i{
	color:#636363;
	font-size:22px;
	margin-right:14px;
}
.zzry_banner .swiper-slide span{
	font-size: 14px;
    color: #4d4c4c;
    height: 20px;
    overflow: hidden;
    width: 80%;
}
/*zzry end*/

/*gsjg*/
.about_gsjg_content{
	margin:60px 0px;
}
.about_gsjg_top{
	background:url(../images/gsjg.png) center no-repeat;
	background-size:100% 100%;
	height:150px;
	width:100%;
	position:relative;
	transition: .5s;
}
.about_gsjg_content.action .about_gsjg_top{
	background:none;
}
.about_gsjg_content.action{
	background:url(../images/gsjg.jpg) center no-repeat;
	background-size:100% 100%;
	height:863px;
}
.about_gsjg_top1{
	font-size:40px;
	text-transform: uppercase;
	color:#000;
	display:inline-block;
	line-height:150px;
	text-indent: 50px;
}
.about_gsjg_top2{
	font-size:38px;
	color:#fff;
	letter-spacing: 2px;
	display:inline-block;
	position:relative;
	top:-5px;
	margin-left:10px;
}
.about_gsjg_top3{
	position:absolute;
	right:70px;
	top:65px;
	color:#000;
	cursor: pointer;
}
.about_gsjg_top3 i{
	font-size:38px;
}
.about_gsjg_top4{
	position:absolute;
	right:70px;
	top:65px;
	color:#000;
	cursor: pointer;
	transform: rotate(180deg);
	display:none;
}
.gd{
	text-align:center;
	margin: 90px auto 60px;
}

.about_gsjg_top4 i{
	font-size:38px;
}
.about_gsjg_bottom{
	display:None;
}
.about_gsjg_bottom img{
	width:100%;
}
/*gsjg end*/

/*fzlc*/
.about_fzlc{
	background:url(../images/fzlc_bg.png) center no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	padding-top:80px;
	padding-bottom:90px;
}
.about_fzlc::after{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#c3c3c3;
	top:262px;
	left:0px;
}
.about_fzlc_title{
	text-align:center;
}
.about_fzlc_title1{
	font-size:60px;
	color:#26a262;
	display:inline-block;
	text-transform: uppercase;
	font-weight:bold;
}
.about_fzlc_title2{
	font-size:37px;
	color:#000;
	display:inline-block;
	position:relative;
	top:-5px;
	margin-left:3%;
}
.about_fzlc_content{
	margin-top:80px;
}
.fzlc_banner {
	height:66px;
	line-height:66px;
	text-align:center;
	cursor: pointer;
}
.fzlc_banner .swiper-slide{
	position:relative;
	z-index:23;
}
.fzlc_banner .swiper-slide .fzlc_banner1{
	position:absolute;
	bottom:0px;
	height:30px;
	line-height:30px;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#9c9c9c;
}
.fzlc_banner .swiper-slide::after{
	content:'';
	position:absolute;
	width:14px;
	height:14px;
	border-radius: 50%;
	background:#9c9c9c;
	top:50%;
	left:50%;
	margin-top:-7px;
	margin-left:-7px;
	transition: .5s;
}
.fzlc_banner .swiper-slide-active::after{
	content:'';
	position:absolute;
	width:14px;
	height:14px;
	left:0%;
	background:#26a262;
}
.fzlc_banner .swiper-slide-active{
	position:relative;
}
.fzlc_banner .swiper-slide-active .fzlc_banner1{
	font-size:75px;
	color:#26a262;
	font-weight:bold;
	text-indent:20%;
	line-height:66px;
	height:66px;
}
.fzlc_bannera{
	width:66%;
	margin-top:90px;
}
.fzlc_bannerar p{
	font-size:14px;
	color:#707070;
	line-height:28px;
}
.fzlc_banneral{
	float:left;
	width:64%;
}
.fzlc_banneral img{
	border-radius: 25px;
}
.fzlc_bannerar{
	display:inline-block;
	display:table-cell;
	height:310px;
	vertical-align:middle;
	margin-left:80px;
}
.you{
	position:absolute;
	left:0px;
	top:7px;
	width:52px;
	height:52px;
	text-align:center;
	line-height:52px;
	background:#26a262;
	color:#fff;
	border-radius: 50%;
	z-index:24;
}
.zuo{
	position:absolute;
	right:0px;
	top:7px;
	width:52px;
	height:52px;
	text-align:center;
	line-height:52px;
	background:#26a262;
	color:#fff;
	border-radius: 50%;
	z-index:24;
}
.zuo.swiper-button-disabled{
	opacity: 0.2;
}
/*fzlc end*/

/*xsqy*/
.about_xsqy_bg{
	background:url(../images/qywh_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	height:416px;
	margin:80px 0px;
}
.about_xsqyl{
	width:38%;
	float:left;
	padding-left:12%;
}
.about_xsqyla{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:416px;
}
.about_xsqyr{
	width:50%;
	float:right;
}
.about_xsqyra{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:416px;
}
.about_xsqyl1{
	font-size:60px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
}
.about_xsqyl2{
	font-size:38px;
	color:#fff;
	position:relative;
	padding-bottom:60px;
}
.about_xsqyl2::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:54px;
	height:2px;
	background:#fff;
}
.about_xsqyr ul li{
	color:#fff;
	font-size:20px;
	line-height:55px;
	position:relative;
	text-indent:2rem;
}
.about_xsqyr ul li::after{
	content:'';
	position:absolute;
	left:0px;
	width:7px;
	height:7px;
	background:#fff;
	border-radius: 50%;
	top:50%;
	margin-top:-3.5px;
}
/*xsqy end*/

/*qyzr*/
.about_qyzr{
	background:url(../images/qyzr.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
	height:450px;
}
.about_qyzra{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:450px;
}
.about_qyzr1{
	font-size:38px;
	color:#fff;
	position:relative;
	padding-bottom:30px;
	margin-bottom:60px;
	text-align:center;
}
.about_qyzr1::after{
	content:'';
	position:absolute;
	width:73px;
	height:4px;
	background:#fff;
	left:50%;
	bottom:0px;
	margin-left:-36.5px;
}
.about_qyzr2{
	width:60%;
	margin:0 auto;
	font-size:18px;
	color:#fff;
	line-height:36px;
	text-align:center;
}
/*qyzr end*/

/*case*/
.ty_banner{
	width:100%;
	height:609px;
}
.case_bannera{
	background:url(../images/case_banner.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
}
.nav_list{
	height:100px;
	line-height:100px;
	background:#f8f8f8;
}
.nav_listl{
	width:72%;
	padding-left:8%;
	float:left;
}
.nav_listr{
	width:20%;
	float:right;
}
.nav_listl ul li{
	display:inline-block;
	font-size:16px;
	margin:0px 35px;
	position:relative;
}
.nav_listl ul li::after{
	content:'';
	position:absolute;
	left:50%;
	right:50%;
	bottom:0%;
	background:#26a262;
	height:2px;
	transition: .5s;
}
.nav_listl ul li:hover::after{
	left:0px;
	right:0px;
}
.nav_listl ul li:hover a{
	color:#26a262;
}
.nav_listl ul .action::after{
	left:0px;
	right:0px;
}
.nav_listl ul .action a{
	color:#26a262;
}
.nav_listl ul li a{
	color:#000;
}
.nav_listr a{
	font-size:16px;
	color:#000;
	display:inline-block;
}
.nav_listr i{
	color:#000;
	margin:0px 6px;
	position:relative;
	top:1px;
}
.nav_listr a:last-child{
	color:#26a262;
}
.shouye.iconfont{
	font-size:24px;
	color:#000;
	margin-right:15px;
}
.case_listal{
	width:30%;
	padding:0px 10%;
	float:left;
}
.case_listar{
	float:right;
	width:50%;
	position:relative;
	overflow: hidden;
}
.case_listl{
	width:50%;
	float:left;
	position:relative;
	overflow: hidden;
}
.case_list ul li:hover img{
	transform: scale(1.05);
}
.case_listr{
	float:right;
	width:30%;
	padding:0px 10%;
}
.case_listar img{
	width:100%;
	display:block;
	transition: .5s;
}
.case_listl img{
	width:100%;
	display: block;
	transition: .5s;
}
.case_list_i{
	color:#111111;
	margin-bottom:20px;
}
.case_list_i i{
	font-size:45px;
}
.case_list_title{
	font-size:30px;
	color:#111111;
	position:relative;
	padding-bottom:18px;
	margin-bottom:26px;
}
.case_list_title::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	height:1px;
	width:80px;
	background:#26a262;
}
.case_list_description{
	color:#1d1d1d;
	font-size:14px;
	line-height:28px;
	margin-bottom:60px;
}
.case_listala{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:534px;
}
.case_list_btn{
	width:148px;
	border:1px solid #26a262;
	font-size:16px;
	color:#26a262;
	text-align:center;
	line-height:42px;
	height:40px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.case_list_btn span{
	position:relative;
	z-index: 1;
}
.case_list_btn::after{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	height:100%;
	width:100%;
	background:#26a262;
	transition: .5s;
}
.case_list_btn:hover{
	color:#fff;
}
.case_list_btn:hover::after{
	left:0px;
}
.case_sa ul li{
	width:29%;
	padding:15px 1% 0px;
	margin-right:2.66%;
	background:#f7f7f7;
	margin-top:60px;
	position:relative;
	overflow: hidden;
	float:left;
}
.case_sa ul li:nth-child(3n){
	margin-right:0px;
}
.case_sa_img{
	position:relative;
	overflow: hidden;
	height:380px;
}
.case_sa_img img{
	width:100%;
	height:380px;
	transition: .5s;
	position:relative;
	z-index: 1;
}
.case_sa_text{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	width:0.1%;
	height:80px;
	text-align:center;
	position:relative;
	z-index: 1;
}
.case_sz_text1{
	width:100%;
	color:#1d1d1d;
	font-size:16px;
	line-height:30px;
}
.case_sa ul li::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#26a262;
	transition: .5s;
}
.case_sa ul li:hover::after{
	height:100%;
}
.case_sa ul li:hover .case_sa_img img{
	transform:scale(1.05)
}
.case_sa ul li:hover .case_sz_text1{
	color:#fff;
}
.nav_l{
	float:left;
	padding-left:8%;
	position:relative;
}
.nav_n{
	height:150px;
	line-height:150px;
}
.nav_en{
	font-size:60px;
	color:rgba(29,29,29,0.08);
	text-transform: uppercase;
	font-weight:bold;
}
.nav_cn{
	position:absolute;
	bottom:-15px;
	font-size:30px;
	color:#1d1d1d;
	letter-spacing: 2px;
	font-weight:bold;
}
.nav_cn::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:45px;
	width:50px;
	height:2px;
	background:#26a262;
}
/*case end*/
/*caseshow*/
.news_ny{
	width:50%;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	margin:80px auto;
	padding:2% 4%;
}
.ty_atitle{
	font-size:32px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	color:#1d1d1d;
	padding:20px 0px;
}
.ty_time{
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #1d1d1d;
	padding-bottom:30px;
}
.ty_acontent{
	margin:30px 0px;
}
.ty_acontent p{
	font-size:16px;
}
/*caseshow end*/
/*news*/
.news_banner{
	background:url(../images/news_banner.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
}
.news_top{
	position:relative;
	height:170px;
	margin-top:100px;
}
.news_en{
	font-size:60px;
	font-weight:bold;
	color:#26a262;
	text-transform: uppercase;
}
.news_cn{
	color:#1c1c1c;
	font-size:38px;
	padding-bottom:42px;
	position:relative;
}
.news_cn::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:60px;
	height:2px;
	background:#26a262;
}
.news_r{
	position:absolute;
	top:20px;
	right:0px;
	width:67%;
	height:31px;
	background:url(../images/news_r.jpg);
	background-position: right;
}
.news_r1{
	position:absolute;
	top:20px;
	right:0px;
	width:62%;
	height:31px;
	background:url(../images/news_r.jpg);
	background-position: right;
}
.news_list ul li{
	width:31%;
	float:left;
	margin-right:2.66%;
	background:#f6f6f6;
}
.news_list ul li:nth-child(3n){
	margin-right:0px;
}
.news_lista{
	position:relative;
	overflow: hidden;
}
.news_lista img{
	width:100%;
	transition: .5s;
}
.news_list ul li{
	margin-top:50px;
}
.news_list ul li:hover img{
	transform: scale(1.05);
}
.news_bottom{
	padding:50px;
}
.news_list ul li:hover{
	background:#2c9664;
}
.news_list ul li:hover .news_listb{
	color:#fff;
}
.news_list ul li:hover .news_listbc{
	color:#fff;
}
.news_list ul li:hover .news_listbc i{
	color:#fff;
}
.news_listb{
	font-size:24px;
	color:#2a2a2a;
	line-height:34px;
	display: table-cell;
    vertical-align: middle;
    height: 68px;
}
.news_listbc{
	font-size:16px;
	color:#26a262;
	margin-top:30px;
}
.news_listbc i{
	font-size:22px;
	color:#26a262;
	position:relative;
	top:2px;
	margin-right:10px;
}
/*news end*/
/*jtwh*/
.jtwh_qywh{
	height:775px;
	background:url(../images/jtwh.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.jtwh_qywhl{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:775px;
	width:40%;
}
.jtwh_qywhl1{
	font-size:60px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
}
.jtwh_qywhl2{
	font-size:38px;
	color:#fff;
	position:relative;
	padding-bottom:30px;
}
.jtwh_qywhl2::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:60px;
	height:2px;
	background:#fff;
}
.jtwh_qywhr{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:775px;
}
.jtwh_qywhr ul li{
	width:48%;
	float:left;
	margin-right:3.5%;
	border:1px solid rgba(255,255,255,0.4);
	text-align:center;
	padding:20px 0px;
	margin-top:17px;
	margin-bottom:17px;
	cursor: pointer;
}
.jtwh_qywhr ul li:nth-child(2n){
	margin-right:0px;
}
.jtwh_qywhr ul li:hover{
	background:#fff;
}
.jtwh_qywhr ul li:hover .jtwh_qywhr1{
	color:#1c1c1c;
}
.jtwh_qywhr ul li:hover .jtwh_qywhr2{
	color:#1c1c1c;
}
.jtwh_qywhr1{
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.jtwh_qywhr2{
	font-size:20px;
	color:#fff;
	margin-top:10px;
}
.jtwh_top{
	position:relative;
	margin:100px 0px 55px;
}
.jtwh_top1{
	font-size:60px;
	font-weight:bold;
	text-transform: uppercase;
	color:#26a262;
}
.jtwh_top2{
	font-size:38px;
	color:#1c1c1c;
	position:relative;
	padding-bottom:30px;
}
.jtwh_top2::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:60px;
	height:2px;
	background: #26a262;
}
.news_d{
	width:100%;
	text-align:center;
	margin-top:60px;
}
.whhd.news_list ul li{
	margin-top:0px;
}
.ygfc.news_list ul li{
	margin-top:0px;
}
.news_list .swiper-pagination-bullet{
	width:20px;
	height:20px;
	border:1px solid #26a262 !important;
	background:none;
}
.news_list .swiper-pagination-bullet-active{
	background:#26a262;
}
.ygfc{
	margin-bottom:80px;
}
.ygfc .news_bottom{
	text-align:center;
	font-size: 24px;
    color: #2a2a2a;
    line-height: 34px;
}
.ygfc ul li:hover .news_bottom{
	color:#fff;
}
/*jtwh end*/

/*rlzy*/
.rlzy_banner{
	background: url(../images/rlzy_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.rlzy_title{
	font-size:24px;
	color:#020101;
	margin-top:85px;
	margin-bottom:30px;
}
.rlzy_content{
	height:423px;
	background:url(../images/ylln.jpg) center no-repeat;
	background-size:100%;
	background-position: right;
}
.rlzy_content1{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:423px;
	width:0.1%;
	padding-left:5%;
}
.rlzy_content1 p{
	font-size:18px;
	color:#020101;
	line-height:34px;
}
.rczp1{
	font-size:26px;
	font-weight:bold;
	color:#26a262;
	margin:60px 0px;
}
.rczp2 ul li{
	margin-bottom:30px;
	transition: .5s;
	height:auto;
}
.rczp2 ul .action{
	background:linear-gradient(to right,#209256,#2fdb80);
}
.rczp2 ul .action .rczp_list{
	background:none;
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.4);
}
.rczp2 ul .action .rczp_list::after{
	display:none;
}
.rczp_list{
	height:77px;
	line-height:77px;
	position:relative;
	background:#f2faf6;
	cursor: pointer;
	transition: .5s;
}
.rczp_list::after{
	content:'';
	position:absolute;
	width:8px;
	height:100%;
	background:#26a262;
	left:0px;
	bottom:0px;
}
.rczp2a{
	float:left;
	width:50%;
	padding-left:5%;
	font-size:26px;
	color:#313131;
}
.rczp2 ul .action .rczp2a{
	color:#fff;
}
.rczp2b{
	float:left;
	width:20%;
	font-size:16px;
	color:#313131;
}
.rczp2 ul .action .rczp2b{
	color:#fff;
}
.rczp2b span{
	font-size:26px;
}
.rczp2c{
	float:left;
	width:20%;
	font-size:16px;
	color:#696969;
}
.rczp2 ul .action .rczp2c{
	color:#fff;
}
.rczp2 ul .action .rczp2d{
	color:#fff;
}
.rczp2c i{
	margin-right:10px;
}
.rczp2 ul .action .rczp_content{
	display:block;
}
.rczp_content{
	padding:40px 4%;
	display:none;
	transition: .5s;
	position:relative;
}
.rczp_content2 p{
	font-size:16px;
	color:#fff;
	line-height:35px;
}
.rczp_yx{
	width:15%;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:14px;
	background:#fff;
	border-radius: 20px;
	color:#26a262;
	position:absolute;
	right:4%;
	bottom:40px;
}
.rczp_yx i{
	margin-right:5px;
	color:#26a262;
}
input,textarea{
	outline:none;
}
/*rlzy end*/

/*lxwm*/
.lxwm_ul{
	margin-top:100px;
	margin-bottom:80px;
}
.lxwm_ul ul li{
	width:27%;
	margin-right:2.66%;
	float:left;
	background:#f8f8f8;
	padding:0 2%;
}
.lxwm_ul ul li:hover{
	background:#26a262;
}
.lxwm_ul ul li:hover .lxwm_ul1 img:last-child{
	display:block;
}
.lxwm_ul ul li:hover .lxwm_ul1 img:first-child{
	display:none;
}
.lxwm_ul ul li .lxwm_ul1 img:last-child{
	display:none;
}
.lxwm_ul ul li .lxwm_ul1 img:first-child{
	display:block;
}
.lxwm_ul ul li:last-child{
	margin-right:0px;
}
.lxwm_banner{
	background:url(../images/lxwm_banner.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
}
.lxwm_ul1{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:161px;
	width:80px;
}
.lxwm_ul ul li:hover .lxwm_ulr{
	color:#fff;
}
.lxwm_ulr{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	height:161px;
	font-size:20px;
	color:#000;
}
.lxwm_ul2{
	margin-bottom:10px;
}
.lxwm_ul3{
}
.lxwm_bol1{
	text-align:center;
	font-size:32px;
	color:#1c1c1c;
}
.lxwm_bol2{
	text-align:center;
	font-size:16px;
	color:#595959;
	margin-top:20px;
	margin-bottom:40px;
}
.lxwm_bol3 ul li{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:40px;
}
.lxwm_bol3 ul li:nth-child(2n){
	margin-right:0px;
}
.lxwm_bol3 ul li:last-child{
	float:none;
	width:100%;
}
.lxwm_bol3a{
	font-size:16px;
	color:#1c1c1c;
	letter-spacing: 1px;
	width:12%;
	float:left;
	line-height:54px;
}
.lxwm_bol3 ul li input{
	height:52px;
	line-height:54px;
	border:1px solid rgba(156,156,156,0.5);
	width:80%;
}
.lxwm_bol3 ul li:last-child .lxwm_bol3a{
	width:6%;
}
.lxwm_bol3 ul li:last-child textarea{
	width:90%;
	border:1px solid rgba(156,156,156,0.5);
}
.btna{
	width:143px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin:40px auto;
	background:#26a262;
}
#allmap{height:470px;width:100%;margin-top:30px;} 
.shadow img{display:none;}
.contactMap img{max-width:none;}
/*lxwm end*/

/*nyfooter*/
.pages{
	margin:100px 0px;
}
.pages ul{
	text-align:center;
}
.pages ul li{
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:1px solid #d7d7d7;
	display:inline-block;
	margin:0 10px;
	border-radius: 5px;
}
.pages ul li:hover{
	background:#26a262;
}
.pages ul li:hover a{
	color:#fff;
}
.pages .current{
	background:#26a262;
}
.pages .current a{
	color:#fff;
}
.pages ul .fy{
	width:80px;
}
.pages ul .sw{
	width:50px;
}
.pages ul li a{
	color:#070707;
}
.pages_a {
	text-align:center;
}
.pages_a ul{
	float:None;
	text-align:center;
}
.fenye{
	font-size:16px;
}
.fenye p{
	font-size:16px;
	line-height:40px;
}
.fenye a{
	color:#1d1d1d;
	display:inline-block;
}
/*pages*/
/*content*/
.sj{
	display:none;
}
@media only screen and (max-width: 1600px){
	.news_listb {
		font-size: 16px;
		color: #2a2a2a;
		line-height: 34px;
		display: table-cell;
		vertical-align: middle;
		height: 68px;
		overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
	}
	.w90 {
		width: 92%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1100px){
	.pc{
		display:none;
	}
	.sj{
		display:block;
	}
	
	.sj_nav_top{
		position:fixed;
		top:0px;
		left:0px;
		height:70px;
		width:100%;
		background:#fff;
		z-index:999;
	}
	.header_logo{
		height:60%;
		position:relative;
		top:5px;
		left:5%;
	}
	.header_logo img{
		height:100%;
	}
	.sj_nav_zk{
		color:#1c1c1c;
		position:absolute;
		right:5%;
		top:18px;
	}
	.sj_nav_zk i{
		font-size:34px;
	}
	.sj_nav_list{
		position:fixed;
		width:100%;
		height:100%;
		background:#fff;
		left:0px;
		top:0px;
		z-index:1000;
		display: none;
	}
	.sj_nav_img{
		width:50%;
		margin:30px auto 20px;
	}
	.sj_nav_img img{
		width:100%;
	}
	.sj_nav_gb{
		color:#1c1c1c;
		position:absolute;
		right:5%;
		top:40px;
	}
	.sj_nav_gb i{
		font-size:24px;
	}
	.sj_nav_list ul li{
		line-height:50px;
		border-bottom:1px solid #f8f8f8;
		text-indent: 2em;
	}
	.sj_nav_list ul li a{
		font-size:16px;
		color:#1c1c1c;
	}
	.ty_banner {
		width: 100%;
		height: 240px;
		margin-top:70px;
	}
	.nav_listr{
		display:none;
	}
	.nav_listl {
		width: 100%;
		padding-left: 0%;
		float: none;
		text-align:center;
	}
	.nav_list {
		height: auto;
		line-height: 50px;
		background: #f8f8f8;
	}
	.nav_listl ul li {
		display: inline-block;
		font-size: 16px;
		margin:0px;
		position: relative;
		width:20%;
	}
	.nav_listl ul li a{
		font-size:14px;
	}
	.w90 {
		width: 94%;
		margin: 0 auto;
	}
	.lxwm_ul ul li {
		width: 97%;
		margin-right: 0%;
		float: none;
		background: #f8f8f8;
		padding-left: 3%;
	}
	.lxwm_ul1 {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: 80px;
		width: 40px;
	}
	.lxwm_ul1 img{
		width:20px;
	}
	.lxwm_ulr {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: 80px;
		font-size: 12px;
		color: #000;
	}
	.lxwm_ul {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.lxwm_bol1 {
		text-align: center;
		font-size: 16px;
		color: #1c1c1c;
	}
	.lxwm_bol2 {
		text-align: center;
		font-size: 12px;
		color: #595959;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.lxwm_bol3a {
		font-size: 14px;
		color: #1c1c1c;
		letter-spacing: 1px;
		width: 100%;
		float: none;
		line-height: 28px;
		margin-bottom:5px;
	}
	.lxwm_bol3 ul li {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.lxwm_bol3 ul li input {
		height: 30px;
		line-height: 30px;
		border: 1px solid #9c9c9c;
		width: 100%;
	}
	.lxwm_bol3 ul li:last-child .lxwm_bol3a {
		width:100%;
	}
	.lxwm_bol3 ul li:last-child textarea {
		width: 100%;
	}
	.footer_r {
		width: 60%;
		float: right;
		display:none;
	}
	.footer_l {
		width: 100%;
		float: none;
		border-right:none;
	}
	.footer_top {
		margin-top: 30px;
	}
	.footer_l1{
		text-align:center;
	}
	.footer_l2 ul li{
		font-size:14px;
	}
	.footer_l2 ul li:last-child{
		line-height:26px;
	}
	.footer {
		height: auto;
		background: url(../images/footer_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 1px;
		position: relative;
	}
	.footer_bottom {
		height: auto;
		line-height: 30px;
		padding:10px 0px;
		color: #fff;
		text-align: center;
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 100%;
		border-top: 1px solid #6eadcb;
	}
	.banner{
		height:240px;
		margin-top:70px;
	}
	.banner img{
		height:240px;
	}
	.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
		font-size: 24px !important;
		color:#fff !important;
	}
	.about_bg {
		height: auto;
		width: 100%;
		background: url(../images/about_bg.png) center no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 1px;
	}
	.about_top {
		margin-top: 30px;
	}
	.index_about_l {
		width: 100%;
		float: none;
	}
	.index_about_l1 {
		font-size: 50px;
		font-weight: bold;
		text-transform: uppercase;
		color: rgba(0,0,0,0.04);
		text-align:center;
	}
	.index_about_l2 {
		font-size: 20px;
		color: #000;
		letter-spacing: 2px;
		margin-top: -30px;
		text-indent: 15px;
		text-align:center;
	}
	.index_about_l3 {
		width: 100%;
		font-size: 14px;
		color: #141414;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 26px;
		margin-top: 30px;
		margin-left: 0px;
	}
	
	.index_about_l4 {
		width: 134px;
		height: 41px;
		line-height: 41px;
		text-align: center;
		margin-left: 15px;
		border: 1px solid #08933e;
		position: relative;
		overflow: hidden;
		margin:30px auto;
	}
	.index_about_r {
		width: 100%;
		float: none;
	}
	.about_bottom {
		margin-top: 30px;
	}
	.about_bottom ul li {
		width: 48%;
		margin-right: 4%;
		background: #fff;
		height: auto;
		float: left;
		border-top-right-radius: 25%;
		border-bottom-left-radius: 25%;
		position: relative;
		overflow: hidden;
		margin-bottom:20px;
	}
	.about_bottom ul li:nth-child(2n){
		margin-right:0px;
	}
	.about_bottom ul li::before{
		display:none;
	}
	.about_b1a {
		float: none;
		width: 100%;
	}
	.about_b2 i {
		font-size: 44px;
		color: #f5f7fa;
	}
	.about_b1 {
		color: #494949;
		font-size: 16px;
		line-height: 80px;
		text-align: left;
		width: 70%;
		float: right;
		position: relative;
		z-index: 2;
	}
	.index_jyfw1 {
		font-size: 50px;
		color: rgba(0,0,0,0.04);
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
	}
	.index_jyfw2 {
		font-size: 20px;
		color: #000;
		text-align: center;
		letter-spacing: 2px;
		margin-top: -30px;
	}
	.index_jyfw3 {
		font-size: 12px;
		color: #4f4f4f;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.index_jyfw_bottom_w {
		padding-top: 1px;
		width: 100%;
		text-align: justify;
		line-height: 30px;
	}
	.index_jyfw4 {
		font-size: 20px;
		color: #fff;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.index_jyfw5 {
		font-size: 14px;
		color: #fff;
	}
	.index_jyfw6 ul li {
		float: left;
		width: 50%;
		text-align: center;
		position: relative;
		overflow: hidden;
		height: auto;
		padding-bottom:15px;
	}
	.index_jyfw6 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		background: rgba(31,25,25,0.4);
	}
	.index_jyfw6 ul li::before,.index_jyfw6 ul li::after{
		display:none;
	}
	.index_jyfw6a {
		padding-top: 15px;
		position: relative;
		z-index: 2;
	}
	.index_jyfw6 ul li .index_jyfw6a img{
		width:30%;
	}
	.index_jyfw6b {
		color: #fff;
		font-size: 16px;
		margin-top: 5px;
		position: relative;
		z-index: 2;
	}
	.index_jyfw6c {
		font-size: 12px;
		color: #fff;
		letter-spacing: 1px;
		margin-top: 8px;
		position: relative;
		z-index: 2;
		height:16px;
		overflow: hidden;
	}
	.index_case .index_jyfw1 {
		margin-top: 30px;
	}
	.case_banner .swiper-slide-active, .case_banner .swiper-slide-duplicate-active {
		transform: scale(1)!important;
		z-index: 999;
		position: relative;
		margin-top: 0px;
	}
	.case_banner .next {
		position: absolute;
		top: 50%;
		left: 16%;
		z-index: 999;
		width: 35px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
		margin-top: -17.5px;
	}
	.case_banner .next i {
		color: #fff;
		font-size: 14px;
		position: relative;
		left: -2px;
	}
	.case_banner .prev {
		position: absolute;
		top: 50%;
		right: 16%;
		z-index: 999;
		width: 35px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
		margin-top: -17.5px;
	}
	.case_banner .prev i {
		color: #fff;
		font-size: 14px;
		position: relative;
		right: -2px;
	}
	.index_newsr{
		display:None;
	}
	.index_newsl {
		width: 100%;
		padding-top:30px;
	}
	.index_news1 {
		font-size: 50px;
		font-weight: bold;
		color: rgba(0,0,0,0.04);
		text-align:center;
	}
	.index_news2 {
		font-size: 20px;
		color: #000;
		text-align: center;
		margin-top: -30px;
	}
	.index_news_center {
		margin-top: 30px;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
	}
	.index_news_center1 {
		width: 100%;
		float: none;
	}
	.index_news_center2 {
		width: 98%;
		float: none;
		margin:0px auto;
		padding-top: 1px;
	}
	.index_news_center2a {
		font-size: 12px;
		color: #fff;
		background: #db5657;
		width: 70px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index_news_center2b {
		font-size: 18px;
		color: #000;
		margin-bottom: 20px;
	}
	.index_news_center2c {
		font-size: 12px;
		color: #6d6d6d;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.index_news_center2d {
		font-size: 12px;
		color: #6d6d6d;
		line-height: 26px;
		padding-bottom:20px;
	}
	.index_news_bottoml {
		width: 100%;
		float: none;
		margin-right: 0%;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
	}
	.index_news_bottoml ul {
		padding: 25px 25px;
	}
	.index_news_bottomr {
		width: 100%;
		float: none;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
	}
	.index_news_bottoml ul li .index_news_bottoml1a,.index_news_bottoml1a{
		height:30px;
		width:100%;
		position:relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; 
	}
	.index_news_bottoml1b{
		display:none;
	}
	.index_news_bottomr ul {
		padding: 25px 25px;
	}
	.index_ljwm_top {
		font-size: 20px;
		color: #000;
		margin-top: 30px;
		margin-bottom: 20px;
		letter-spacing: 1px;
		position: relative;
		text-align:center;
	}
	.index_ljwm_top::after{
		display:none;
	}
	.index_ljwm_bottom{
		margin-top:0px;
	}
	.index_ljwm_bottom ul{
		display:inline;
	}
	.index_ljwm_bottom ul li {
		float: left;
		width: 50%;
		padding: 20px 0px;
		transition: .5s;
		position:relative;
		left: 0% !important;
	}
	.index_ljwm_bottom3 {
		font-size: 16px;
		color: #fff;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 1px;
	}
	.index_ljwm_bottom ul li:nth-child(1) .index_ljwm_bottom3 {
		font-size: 16px;
		color: #272727;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 1px;
	}
	.about_gsjjl {
		width: 100%;
		float: none;
		margin-left: 0%;
	}
	.about_gsjjla {
		font-size: 22px;
		color: #fff;
		font-weight: 400;
		letter-spacing: 2px;
		padding-top: 100px;
		text-align:center;
	}
	.about_gsjjlb {
		font-size: 14px;
		color: #fff;
		line-height: 28px;
		text-align: justify;
		margin-top: 20px;
	}
	.about_gsjjlc {
		font-size: 14px;
		color: #fff;
		background: #08933e;
		width: 140px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 20px;
		margin:30px auto;
	}
	.about_gsjj {
		height: auto;
		background: url(../images/about_gsjj.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.about_gsjjr {
		background: url(../images/about_gsjjr.png) center no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: auto;
		float: none;
	}
	.about_gsjjr {
		margin-top: 20px;
		margin-right: 5.6%;
	}
	.about_gsjjr1 .count{
		font-size:30px;
		margin-right:3px;
	}
	.about_dszzcl {
		width: 100%;
		float: none;
	}
	.about_dszzcr {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.about_dszzc {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.about_dszzcla {
		color: #26a262;
		font-size: 40px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.about_dszzclb {
		color: #1c1c1c;
		font-size: 20px;
		letter-spacing: 2px;
		margin-top: 10px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		position: relative;
	}
	.about_dszzclc {
		color: #4c4c4c;
		width: 98%;
		padding-right: 2%;
		height: 336px;
		position: relative;
		overflow-y: auto;
	}
	.about_dszzcld {
		text-align: right;
		margin-right: 2%;
		font-size: 16px;
		margin-top: 20px;
	}
	.about_dszzcld1 img {
		position: relative;
		top: 6px;
		margin-left: 10px;
		height:30px;
	}
	.about_dszzcld1 {
		color: #4c4c4c;
		height: 50px;
	}
	.about_dszzcld2 {
		color: #525252;
		font-size: 16px;
		letter-spacing: 2px;
	}
	.about_dszzcr img{
		width:100%;
		margin-top:30px;
	}
	.about_dszzc_list ul li {
		width: 100%;
		float: none;
		margin-right: 0%;
		position: relative;
		overflow: hidden;
		margin-bottom:20px;
	}
	.about_zzry {
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f8f8f8;
	}
	.about_zzry_topl {
		float: none;
		text-align:center;
	}
	.about_zzry_topl1 {
		font-size: 40px;
		color: #26a262;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
	}
	.about_zzry_topl2 {
		font-size: 32px;
		color: #1c1c1c;
		position: relative;
		top: -4px;
		display: inline-block;
	}
	.about_zzry_topr {
		float: none;
		text-align:center;
		margin-top:30px;
	}
	.about_zzry_topr ul li {
		height: 30px;
		line-height: 30px;
		padding: 0px 20px;
		margin: 0px 5px;
		display: inline-block;
		border: #26a262 1px solid;
		border-radius: 20px;
		font-size:14px;
		cursor: pointer;
	}
	.about_zzry_bottoml {
		width: 100%;
		float: none;
		padding:0px;
	}
	.about_zzry_bottomr {
		width: 100%;
		float: none;
		position: relative;
		height: 100%;
	}
	.zzry_banner .swiper-slide::after{
		width:100%;
	}
	.about_gsjg_top1 {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		line-height: 60px;
		text-indent: 20px;
	}
	.about_gsjg_top2 {
		font-size: 16px;
		color: #fff;
		letter-spacing: 2px;
		display: inline-block;
		position: relative;
		top: -0px;
		margin-left: 10px;
	}
	.about_gsjg_content {
		background: url(../images/gsjg.png) center no-repeat;
		background-size: 100% 100%;
		height: 60px;
		width: 100%;
		margin: 30px 0px;
		position: relative;
		transition: .5s;
	}
	.about_gsjg_content.action{
		height:200px;
	}
	.about_gsjg_top3 {
		position: absolute;
		right: 9px;
		top: 0%;
		color: #26a262;
		margin-top:0px;
	}
	.about_gsjg_top3 i {
		font-size: 18px;
	}
	.about_gsjg_top{
		line-height:60px;
		height:60px;
	}
	.about_fzlc {
		background: url(../images/fzlc_bg.png) center no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about_fzlc_title1 {
		font-size: 40px;
		color: #26a262;
		display: inline-block;
		text-transform: uppercase;
		font-weight: bold;
	}
	.about_fzlc_title2 {
		font-size: 32px;
		color: #000;
		display: inline-block;
		position: relative;
		top: -5px;
		margin-left: 3%;
	}
	.fzlc_banner .swiper-slide-active .fzlc_banner1 {
		font-size: 40px;
		color: #26a262;
		font-weight: bold;
		text-indent: 0%;
		line-height: 66px;
		height: 66px;
	}
	.fzlc_bannera {
		width: 100%;
		margin-top: 60px;
	}
	.fzlc_banneral {
		float: none;
		width: 100%;
	}
	.fzlc_banneral img{
		width:100%;
	}
	.fzlc_bannerar {
		display: inline-block;
		display: table-cell;
		height: auto;
		width:0.1%;
		vertical-align: middle;
		margin-left: 0px;
		margin-top:30px;
	}
	.about_xsqyr ul li{
		line-height:35px;
		font-size:16px;
	}
	.about_xsqyr ul li::after{
		display:none;
	}
	.about_xsqyr ul{
		padding-bottom:30px;
	}
	.about_xsqy_bg {
		background: url(../images/qywh_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
		margin: 30px 0px;
	}
	.about_xsqyl {
		width: 100%;
		float: none;
		padding-left: 0%;
	}
	.about_xsqyla {
		display: block;
		height: auto;
		text-align:center;
	}
	.about_xsqyl1 {
		padding-top:30px;
		font-size: 40px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
	.about_xsqyl2 {
		font-size: 32px;
		color: #fff;
		position: relative;
		padding-bottom: 30px;
	}
	.about_xsqyl2::after{
		display:None;
	}
	.about_xsqyr {
		width: 100%;
		float: none;
		text-align:center;
	}
	.about_xsqyra {
		display: inline-block;
		vertical-align:initial;
		text-align:center;
		height: auto;
	}
	.about_qyzr {
		background: url(../images/qyzr.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
	}
	.about_qyzra {
		display: inline-block;
		vertical-align: initial;
		height: auto;
	}
	.about_qyzr1 {
		font-size: 30px;
		color: #fff;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-top:30px;
		text-align: center;
	}
	.about_qyzr2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		line-height: 36px;
		text-align: center;
		padding-bottom:30px;
	}
	.about_fzlc_content {
		margin-top: 30px;
	}
	.news_top {
		position: relative;
		height: auto;
		margin-top: 30px;
		text-align:center;
	}
	.news_r{
		display:none;
	}
	.news_en {
		font-size: 30px;
		font-weight: bold;
		color: #26a262;
		text-transform: uppercase;
	}
	.news_cn {
		color: #1c1c1c;
		font-size: 20px;
		padding-bottom: 20px;
		position: relative;
	}
	.news_cn::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0px;
		width: 60px;
		height: 2px;
		background: #26a262;
		margin-left:-30px;
	}
	.news_list ul li {
		width: 100%;
		float: none;
		margin-right: 0%;
		background: #f6f6f6;
		margin-top:20px;
	}
	.news_bottom {
		padding: 20px;
	}
	.news_listb {
		font-size: 18px;
		color: #2a2a2a;
		line-height: 34px;
	}
	.pages {
		margin: 40px 0px;
	}
	.news_ny {
		width: 90%;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
		margin: 20px auto;
		padding: 2% 4%;
	}
	.case_banner_text{
		font-size:16px;
		bottom:15px;
	}
	.ty_atitle {
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		line-height: 30px;
		color: #1d1d1d;
		padding-top:30px;
		padding-bottom:10px;
		margin-bottom:15px;
	}
	.fenye p {
		font-size: 12px;
		line-height: 40px;
	}
	.fenye a {
		color: #1d1d1d;
		display: inline-block;
		font-size:12px;
	}
	.ty_acontent p {
		font-size: 14px;
		line-height:26px;
	}
	.news_r1{
		display:none;
	}
	.jtwh_qywhl {
		display: inline-block;
		vertical-align: initial;
		height: auto;
		width: 100%;
		text-align:center;
	}
	.jtwh_qywhl1 {
		padding-top:100px;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	.jtwh_qywhl2 {
		font-size: 20px;
		color: #fff;
		position: relative;
		padding-bottom: 20px;
	}
	.jtwh_qywhl2::after{
		left:50%;
		margin-left:-30px;
	}
	.jtwh_qywhr ul li {
		width: 100%;
		float: none;
		margin-right: 0%;
		border: 1px solid rgba(255,255,255,0.4);
		text-align: center;
		padding: 20px 0px;
		margin-top: 17px;
		margin-bottom: 17px;
		cursor: pointer;
	}
	.jtwh_qywhr1{
		font-size:16px;
	}
	.jtwh_qywhr2{
		font-size:14px;
	}
	.jtwh_qywhr {
		display: inline-block;
		vertical-align: initial;
		height: auto;
		width:100%;
	}
	.jtwh_qywh {
		height: auto;
		background: url(../images/jtwh.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.jtwh_top {
		position: relative;
		margin: 30px 0px 30px;
		text-align:center;
	}
	.jtwh_top1 {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		color: #26a262;
	}
	.jtwh_top2 {
		font-size: 20px;
		color: #1c1c1c;
		position: relative;
		padding-bottom: 20px;
	}
	.jtwh_top2::after{
		left:50%;
		margin-left:-30px;
	}
	.ygfc .news_bottom {
		text-align: center;
		font-size: 16px;
		color: #2a2a2a;
		line-height: 34px;
	}
	.ygfc {
		margin-bottom: 40px;
	}
	.news_d {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.news_list .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border: 1px solid #26a262 !important;
		background: none;
	}
	.rlzy_title {
		font-size: 18px;
		color: #020101;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rlzy_content {
		height: auto;
		background: url(../images/ylln.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rlzy_content1 p {
		font-size: 18px;
		color: #fff;
		line-height: 34px;
	}
	.rlzy_content1 {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: 300px;
		width: 0.1%;
		padding-left: 5%;
	}
	.rczp1 {
		font-size: 18px;
		font-weight: bold;
		color: #26a262;
		margin: 30px 0px;
		text-align:center;
	}
	.rczp2a {
		float: left;
		width: 30%;
		padding-left: 5%;
		font-size: 12px;
		color: #313131;
	}
	.rczp2b {
		float: left;
		width: 30%;
		font-size: 12px;
		color: #313131;
	}
	.rczp2b span {
		font-size: 14px;
	}
	.rczp2c {
		float: left;
		width: 30%;
		font-size: 12px;
		color: #696969;
	}
	.rczp_content2 p {
		font-size: 12px;
		color: #fff;
		line-height: 35px;
	}
	.rczp_yx {
		width: 160px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		background: #fff;
		border-radius: 20px;
		color: #26a262;
		position: absolute;
		right: 4%;
		bottom: 40px;
	}
	.zk_gsjj {
		position: fixed;
		width: 96%;
		box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
		height: 100%;
		top: 0vh;
		left: 0%;
		padding: 4vh 2% 4vh;
		z-index: 999;
		background: #fff;
		display: none;
		border-radius: 10px;
	}
	.zk_gsjj_title{
		font-size:22px;
	}
	.zzry_banner .swiper-slide span {
		font-size: 14px;
		height: 20px;
		color: #4d4c4c;
		overflow: hidden;
	}
	.about_zzry_bottomr .swiper-pagination-bullet {
		width: 10px !important;
		height: 2px !important;
		border-radius: 1px!important;
		background: #26a262;
	}
	.gd{
		text-align:center;
		margin:0px;
	}
	.gd img{
		width:100%;
	}
	.case_sa ul li{
		width:100%;
		padding:15px 1% 0px;
		margin-right:0%;
		background:#f7f7f7;
		margin-top:20px;
		position:relative;
		overflow: hidden;
		float:left;
	}
	.nav_en {
		font-size: 22px;
		color: rgba(29,29,29,0.08);
		text-transform: uppercase;
		font-weight: bold;
	}
	.nav_cn::after{
		display:none;
	}
	.nav_l {
		float: left;
		padding-left: 8%;
		position: relative;
		padding-bottom: 10px;
	}
	.nav_cn {
		position: absolute;
		bottom: 1px;
		font-size: 16px;
		color: #1d1d1d;
		letter-spacing: 2px;
		font-weight: bold;
	}
	.nav_list {
		line-height: 50px;
		background: #f8f8f8;
	}
	.case_sz_text1 {
		width: 100%;
		color: #1d1d1d;
		font-size: 12px;
		line-height: 30px;
	}
	.nav_listl ul li {
		display: inline-block;
		font-size: 16px;
		margin: 0px;
		position: relative;
		width: 30%;
	}
	.case_listal {
		width: 80%;
		padding: 0px 10%;
		float: none;
	}
	.case_listala {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 30px 0px;
	}
	.case_list_i i {
		font-size: 25px;
	}
	.case_list_title {
		font-size: 18px;
		color: #111111;
		position: relative;
		padding-bottom: 18px;
		margin-bottom: 26px;
	}
	.case_list_btn {
		width: 128px;
		border: 1px solid #26a262;
		font-size: 12px;
		color: #26a262;
		text-align: center;
		line-height: 30px;
		height: 30px;
		border-radius: 20px;
		position: relative;
		overflow: hidden;
	}
	.case_listar {
		float: none;
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.case_listl {
		width: 100%;
		float: none;
		position: relative;
		overflow: hidden;
	}
	.case_listr {
		float: none;
		width: 80%;
		padding: 0px 10%;
	}
	.case_list li{
		border:1px solid rgba(0,0,0,0.1);
	}
	.news_listb {
		font-size: 14px;
		color: #2a2a2a;
		line-height: 34px;
		height:34px;
		position:relative;
		overflow: hidden;
	}
	.rlzy_title {
		font-size: 16px;
		color: #020101;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.rlzy_content1 p {
		font-size: 16px;
		color: #fff;
		line-height: 34px;
		text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
	}
	.ty_acontent img{
		width: 100% !important;;
	}
	.gd img {
		width: 40%;
		margin: 50px auto 0px;
	}
	.index_about_l3 p {
		font-size: 14px;
		color: #141414;
		text-indent: 2em;
	}
	.news_listbc{
		margin-top:0px;
	}
	.news_d{
		margin-top:0px;
	}
	.case_sa_img img,.case_sa_img{
		height:auto;
	}
}