/*pubilc start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: 'Hind Guntur';-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select{border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button],input[type=submit],input[type=search],button {-webkit-appearance: none;background: none;outline: none;}
input{-webkit-appearance: none;}
table,table td {border-collapse: collapse;}
select{border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
em{font-style: initial;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.div600{width: 600px;margin: 0 auto;}
.wrap {min-width:600px;}
.height{
	min-height: 6000px;
}
.none{display: none}
.tab{display: block;}
/*控制行数*/
.line_1{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line_2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line_3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*pubilc end*/

.color{background: #333 !important;}

.header .top{
	height: 100px;
	background-color: #f5f5f5;
}


.header .logo{
	height: 100px;
	display: flex;
	align-items: center;
}
.header .logo .left{
	width: 303px;
	height: 38px;
}
.header .logo .center{
	margin-left: 110px;
}
.header .logo .center img{
	width: 47px;
	height: 30px;
}
.header .lang .search > img{
	width: 33px;
	height: 33px;
	margin: 0 19px;
	display: inline-block;
}
.header .lang .search{
	position: relative;
}
.header .lang  .search .search_t{
	position: absolute;
	right: 12px;
    z-index: 999;
    top: 40px;
    display: none;
}

.header .lang  .search:hover .search_t{
	opacity: 1;
	transition: opacity .8s;
}

.header .lang  .search .search_t input{
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: #fff;
	height: 36px;
}
.header .lang  .search .search_t button{
	position: absolute;
    left: 138px;
    top: 0px;
    cursor: pointer;
}
.header .lang  .search .search_t button img{
	height: 34px;
}



.header .qie{
	width: 87px;
}
.header .qie select{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #8d8d8d;
	width: 100%;
	background: url(../img/xia.png) no-repeat 98% center;
}



.nav-xActive span {
  opacity: 0;
  transform-origin: 44% 44%;
}
.nav-xActive span:first-child {
  position: relative;
  top: 8px;
  opacity: 1;
  transform: rotate(44deg);
}
.nav-xActive span:last-child {
  position: relative;
  top: -8px;
  opacity: 1;
  transform: rotate(-44deg);
}
/*手机端导航*/
.nav-phone {
  width: 70%;
  height: 100%;
  /* overflow:scroll;*/
  position: fixed;
  top: 100px;
  left: -100%;
  background: rgba(0, 0, 0, 0.6);
  background: #00a64f;
  z-index: 99999;
  transition: all 0.4s;
}
.nav-phone .searchLanguage {
  justify-content: center;
}
.nav-phone .searchLanguage a {
  color: #fff;
}
.nav-phone .searchFrom {
  width: 80%;
  margin: auto;
  top: 0px;
  left: -100%;
  transition: all 0s;
}
.nav-phone .searchFrom-active {
  top: 55px;
  left: 10%;
}
.nav-phone > ul {
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 10px;
}
.nav-phone > ul li {
  text-align: center;
  position: relative;
  line-height: 35px;
}
.nav-phone > ul li a {
  color: #fff;
  font-size: 28px;
}
.nav-phone > ul li span {
  cursor: pointer;
  width: 20%;
  height: 35px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.4s;
}
.nav-phone > ul li span:after {
  font-family: "swiper-icons";
  content: "next";
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}
.nav-phone > ul li .span_anim {
  transform: rotate(90deg);
}
.nav-phone > ul li > ol {
  display: none;
}
.nav-phone > ul li > ol > li a {
  font-size: 24px;
}
.nav-phone > ul li > ol span:after {
  font-size: 14px;
}
.nav-phone > ul li > ol .nav_phone_two_z {
  display: none;
}
.nav-phone > ul > ol {
  display: none;
}
.nav-phone > ul > ol > li a {
  font-size: 16px;
}
.nav-phone > ul > ol span:after {
  font-size: 14px;
}
.nav-phone > ul > ol .nav_phone_two_z {
  display: none;
}
.nav-phone-fff {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 9999;
  transition: all 0.4s;
}
.nav-phone-active {
  left: 0;
}
.nav-phone-fff-active {
  right: 0;
}






.banner{
	position: relative;
}
.banner > img{
	width: 100%;
	max-width: 1920px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #48cb1d;
}
.about{
	background-color: #ffffff;
	margin-top: 40px;
}
.about .about_text{
	font-size: 16px;
	color:#666666;
	line-height: 36px;
	padding: 37px 0 50px;
	text-align: center;
}
.about .about_top{
	text-align: center;
}
.about .about_top > div{
	display: inline-block;
	width: 140px;
}
.about .about_top > div p,.about .about_top > div p em{
	font-size: 41px;
	color: #00a64f;
	font-weight: bold;
}
.about .about_top > div span{
	color: #333333;
	font-size: 17px;
}

.pro{
	background-color: #f8f8f8;
	padding-bottom: 2px;
}
.index_title{
	padding: 35px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_title .title{
	display: flex;
	align-items: center;
}
.index_title .title img{
	margin-right: 20px;
}
.index_title p{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #444444;
	display: inline-block;
}
.index_title p.more{
	width: 85px;
	height: 31px;
	background-color: #3f434b;
	border-radius: 5px;
}
.index_title p.more a{
	color: #ffffff;
	display: block;
	line-height: 31px;
	text-align: center;
}

.pro .pro_con .pro_list{
	display: none;
}
.pro .pro_con .tab{
	display: block;
}
.pro .pro_con .list{
	display: block;
	margin-bottom: 25px;
}
.pro .pro_con .list:nth-child(4n){
	margin-right: 0px;
}
.pro .pro_con .list .img{
	width: 100%;
	overflow: hidden;
}
.pro .pro_con .list .img img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.pro .pro_con .list:hover .img img{
	transform: scale(1.2);
}
.pro .pro_con .list .pro_text .pro_title{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 15px;
	text-align: center;
}
.pro .pro_con .list:hover .pro_text .pro_title{
	color: #00a64f;
	border-bottom: 1px solid #00a64f;
}
/*.pro .pro_con .list .pro_text .pro_title:after{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 11px;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	line-height: 60px;
	background:url('../img/right_1.png') no-repeat;
}*/
.pro .pro_con .list:hover .pro_text .pro_title:after{
	background:url('../img/right_2.png') no-repeat;
}

.pro .pro_con .list .pro_text .line_2{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-top: 20px;
}

.app{
	background: #fff;
}
.app .pro_con .list .img{
	position: relative;
}
.app .pro_con .list .img p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(98,187,144,.5);
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.app .pro_con .list .pro_text p.pro_title{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
}
.app .pro_con .list .pro_text span{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #666666;
}
.app .app_con{
	margin-top: 40px;
	display: flex;
}
.app .app_con .app_list{
	float: left;
	position: relative;
	width: 230px;
	height: 443px;
	margin-right: 10px;
	overflow: hidden;
	transition: width .4s;
}
.app .app_con .app_list a{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.app .app_con .app_list:hover{
	width: 460px;
}
.app .app_con .app_list img{
	height: 443px;
}
.app .app_con .app_list:last-child{
	margin-right: 0;
}
.app .app_con .app_list .app_text{
	position: absolute;
	top: 0;
	padding: 25px;
}
.app .app_con .app_list .app_text h1{
	font-size: 18px;
	line-height: 48px;
	color:#ffffff;
	font-weight: normal;
}
.app .app_con .app_list .app_text p{
	font-size: 12px;
	line-height: 18px;
	color:#ffffff;
}

.about_us{
	background-color: #ededed;
	padding-bottom: 35px;
}
.about_us .about_con{
	/*margin-top: 40px;*/
}
.about_us .about_con .about_left ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_us .about_con .about_left li{
	height: 140px;
	width: 190px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.about_us .about_con .about_left li:nth-child(1){
	background-color: #00a64f;
}
.about_us .about_con .about_left li:nth-child(2){
	background-color: #f18d44;
}
.about_us .about_con .about_left li:nth-child(3){
	background-color: #0079a6;
}
.about_us .about_con .about_left li p{
	color:#fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
}
.about_us .about_con .about_center .center_text{
    height: 156px;
	background-color: #383838;
	padding: 15px 20px;
	position: relative;
}
.about_us .about_con .about_center .center_text h1{
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.about_us .about_con .about_center .center_text p{
	font-size: 14px;
	line-height: 24px;
	color: #9e9e9e;
	margin-top: 15px;
}
.about_us .about_con .about_center .center_text .more{
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #a4a4a4;
	position: relative;
	padding: 30px 0; 
}
.about_us .about_con .about_center .center_text .more:after{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 11px;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	line-height: 60px;
	background:url('../img/right_1.png') no-repeat;
}
.about_us .about_con .about_right ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_us .about_con .about_right li{
	height: 140px;
	width: 190px;
	text-align: center;
	position: relative;
}
.about_us .about_con .about_right li img{
	width: 100%;
	height: 100%;
}
.about_us .about_con .about_right li p{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	left:15px;
}

.news{
	padding-bottom: 50px;
}

.news .news_nav{
}
.news .news_nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .news_nav li{
	width: 188px;
	height: 48px;
	background-color: #f6f6f6;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news .news_nav li.cur{
	background-color: #00a64f;
	color: #fff;
}
/*.news .news_nav li:not(:last-child):after{
	content: '|';
	width: 1px;
	height: 10px;
	color:#a6a6a6;
}*/

.news .news_nav a:last-child{
	border: none;
}
.news .news_con{
	margin-top: 40px;
	display: none;
}
.news .news_con .news_left{
	width: 100%;
	background-color: #f6f6f6;
	padding-bottom: 30px;
}
.news .news_con .news_left > img{
	width: 100%;
}
.news .news_con .news_left .news_text{
	/*padding:0 30px;*/
}
.news .news_con .news_left .news_text > a h1{
	font-size: 18px;
	color: #333333;
	margin: 25px 0;
	padding: 0 12px;
}
.news .news_con .news_left .news_text .date{
	width: 80px;
	border-right: 1px solid #bebebe;
}
.news .news_con .news_left .news_text .date p:nth-child(1){
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}
.news .news_con .news_left .news_text .date p:nth-child(2){
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	text-align: center;
}
.news .news_con .news_left .news_text .f_body{
	width: 500px;
}
.news .news_con .news_left .news_text .f_body p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.news .news_con .news_right{
	width: 100%;
}
.news .news_con .news_right li{
	padding: 25px 0;
	border-bottom: 1px solid #d8d8d8;
}
.news .news_con .news_right li:last-child{
	border-bottom:none;
}

.news .news_con .news_right .date{
	width: 80px;
	border-right: 1px solid #bebebe;
}
.news .news_con .news_right .date p:nth-child(1){
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}
.news .news_con .news_right .date p:nth-child(2){
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	text-align: center;
}
.news .news_con .news_right .f_body{
	width: 500px;
	margin-left: 18px;
}
.news .news_con .news_right .f_body h1{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.news .news_con .news_right .f_body p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.news .news_con .news_right .more{
	width: 60px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-left:1px solid #e8e8e8;
	display: none;
}

.news .news_con .news_right li:hover{
	background: #fff;
}
.news .news_con .news_right li:hover .date p,.news .news_con .news_right li:hover .f_body h1{
    color:#00a64f;
}
.news .news_con .news_right li:hover .more{
	display: block;
}

.footer{
	background-color: #2e2e2e;
	padding: 40px 0;
}
.footer .footer_text{
	text-align: center;
}
.footer .footer_text p,.footer .footer_text p a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 35px;
}
.ny_top{
	height: 55px;
	border-bottom: 1px solid #ededed;
}
.ny_top .ny_dao a{
	font-size: 12px;
	color: #666666;
	line-height: 55px;
}

.ny_top .ny_nav a{
	font-size: 14px;
	color: #757575;
	line-height: 54px;
	display: inline-block;
	margin-right: 35px;
}
.ny_top .ny_nav a:last-child{
	margin-right: 0px;
}
.ny_top .ny_nav a.cur,.ny_top .ny_nav a:hover{
	color: #00a64f;
	border-bottom: 3px solid #00a64f;
}
.ny1_text{
	font-size: 16px;
	line-height: 2;
}
.ny1_text > h1{
	font-weight: normal;
	font-size: 30px;
	color: #00a64f;
	text-align: center;
	padding: 15px 0 25px;
}
.ny1 .ny1_con{
	margin-bottom: 45px;
}
.ny1 .ny1_con .contact{
	width: 531px;
	background-color: #297cbb;
	padding: 30px 35px 30px;
	background-image: url(../img/contact_bg.png);
}
.ny1 .ny1_con .contact h1{
    font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
}
.ny1 .ny1_con .contact > span{
	display: inline-block;
	width: 21px;
	height: 4px;
	background-color: #ffffff;
}
.ny1 .ny1_con .contact ul li{
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 48px;
}
.ny1 .ny1_con .contact ul li img{
	margin-right: 10px;
	width: 18px;
}
.ny1 .ny1_con .contact ul li em,.ny1 .ny1_con .contact ul li span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.ny1 .ny1_con .map{
	width: 600px;
}
.ny1 .ny1_con .map .ny_title{
	font-weight: normal;
	font-size: 30px;
	color:#297cbb;
	text-align: center;
	padding: 30px 0;
}
.ny1 .ny1_con .map input[type='text'],.ny1 .ny1_con .map textarea{
	border:1px solid #666666;
	margin: 5px 0;
}
.ny1 .ny1_con .map > img{
	width: 100%;
	height:100%;
}
.ny2_con {
	padding-top: 30px;
}

.ny2_con .pro_list{
	width: 590px;
	height: 261px;
	
	border: solid 1px #e5e5e5;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}
.ny2_con .pro_list:hover{
	background-color: #00a64f;
}
.ny2_con .pro_list:nth-child(2n){
	margin-right: 0px;
}
.ny2_con .pro_list .img{
	width: 285px;
	height: 220px;
	margin: 20px;
	overflow: hidden;
}
.ny2_con .pro_list .img img{
	transition: all .5s;
}
.ny2_con .pro_list:hover .img img{
	transform: scale(1.2);
}
.ny2_con .pro_list .text{
	width: 225px;
	margin: 20px 0;
}
.ny2_con .pro_list .text h3{
	font-size: 18px;
	font-weight: normal;
	color: #242424;
	padding:20px 0;
}
.ny2_con .pro_list .text p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.ny2_con .pro_list:hover .text h3{
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	padding:20px 0;
}
.ny2_con .pro_list:hover .text p{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}
.ny2_con .pro_list .text .more{
	margin-top: 25px;
}
.ny2_con .pro_list .text .more a{
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #a4a4a4;
	position: relative;
}
.ny2_con .pro_list:hover .text .more a{
	color: #ffffff;
}
.ny2_con .pro_list .text .more a:after{
	content: '';
	color: #fff;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 5px;
	width: 14px;
	height: 11px;
	background-image: url(../img/pro_right2.png);
}
.ny2_con .pro_list:hover .text .more a:after{
	background-image: url(../img/pro_right1.png);
}


/*分页*/
.pages{
	text-align: center;
	margin-top: 30px;
	padding-bottom: 60px;
	/*margin-bottom: 150px;*/
}
.pages ul{
	display: inline-block;
}
.pages ul li{
	display: inline-block;
	border: solid 1px #bab8b8;
	margin-right: 5px;
}
.pages ul li.current{
	background-color: #00a64f;
}
.pages ul li.current a{
	color: #fff;
}
.pages ul li:hover{
	background-color: #00a64f;
}
.pages ul li:hover a{
	color: #fff;
}
.pages ul li a{
	display: block;
	padding: 3px 10px;
	font-size: 14px;
	color: #c1c0c0;
}

.ny2_con .pro_top{
	margin-bottom: 45px;
}
.ny2_con .pro_top .lunbo{
	width: 560px;
}
.lunbo .gallery-top{
	width: 560px;
	height: 432px;
}
.lunbo{
	position: relative;
}
.lunbo .gallery-top img{
	width: 100%;
	height: 100%;
}
.lunbo .gallery-thumbs{
	width: 460px;
	/*margin-top: 20px;*/
	padding-top: 15px;
	position: relative;
} 
.lunbo .gallery-thumbs img{
/*	width: 86px;
	height: 67px;*/
}
.lunbo .gallery-thumbs .swiper-slide{
	/*border: 2px solid #ffffff;*/
	position: relative;
}
.lunbo .gallery-thumbs .swiper-slide-thumb-active:after,.lunbo .gallery-thumbs .swiper-slide:hover:after{
	
	content: "";
	position: absolute;
	width: 96%;
    height: 95%;
	border: 2px solid #00a64f;
	top: 0;
	left: 0;
}
.lunbo .gallery-thumbs .swiper-slide-thumb-active .s2{
	position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF #FFFFFF #00a64f #FFFFFF;
    top: -10px;
    left: 38px;
}
.lunbo .swiper-button-prev:after {
	color: #9c9a9a;
	position: absolute;
	top: 223px;	
}
.lunbo .swiper-button-next:after {
	color: #9c9a9a;
	position: absolute;
	top: 223px;	
}
.Introduction h1{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 40px;
}
.Introduction p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.pro_zbody{
	margin-top: 40px;
}
.pro_zbody .pro_title{
	border-bottom: 1px solid #ededed;
}
.pro_zbody .pro_title p{
	float: left;
	cursor: pointer;
	font-size: 24px;
	line-height: 45px;
	color: #00a64f;
	margin-right: 20px;
}
.pro_zbody .pro_title p a{
	font-size: 24px;
	line-height: 45px;
	color: #00a64f;
}
.pro_zbody .pro_title p a{
	color: #000;
}
.pro_zbody .pro_title p.cur{
	color: #00a64f;
	border-bottom: 2px solid #00a64f;
}
.pro_zbody .pro_text{
	padding: 30px 0 60px;
	border-bottom: 1px solid #cccccc;
}
.pro_zbody .pro_text p,.pro_zbody .pro_text{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #666666;
}
.ny3_con .cases_list{
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.ny3_con .cases_list:nth-child(3n){
	margin-right: 0;
}
.ny3_con .cases_list .img{
	width: 100%;
	height: 284px;
	overflow: hidden;
}
.ny3_con .cases_list .img img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.ny3_con .cases_list:hover .img img{
	transform: scale(1.2);
}
.ny3_con .cases_list p{
	font-size: 16px;
	color: #333333;
	padding: 15px 0;
	text-align: center;
}
.ny3_con .cases_list:hover p{
	color: #00a64f;
}

.ny3_con > h1{
	font-size: 24px;
	color: #171717;
	font-weight: normal;
	text-align: center;
	padding: 30px 0 40px;
}
.ny3_con .ny3_img{
	text-align: center;
}
.ny3_con .cases_text{
	margin-top: 45px;
	margin-bottom: 30px;
}
.ny3_con .cases_text,.ny3_con .cases_text p{
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
}

.ny_share{
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.bdshare-button-style0-16 a{
	width: 28px;
	height: 28px!important;
	padding-left: 0px!important;
	background-size: 28px 28px!important;
}
.ny_share > span{
	float: left;
	display: inline-block;
	line-height: 38px;
}

.cases_bottom{
	padding-top: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #cccccc;
}
.cases_bottom .shang p{
	color: #333333;
	font-size: 14px;
	line-height: 26px;
}
.cases_bottom .shang a{
	color:#666666;
	font-size: 14px;
}
.return{
	width: 134px;
	height: 40px;
	background-color: #e8e8e8;
	border-radius: 20px;
	text-align: center;
}
.return a{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
.ny4_con{
	padding-top: 35px;
	margin-bottom: 35px;
}
.ny4_con >ul > li{
	cursor: pointer;
	position: relative;
}
.ny4_con >ul > li:nth-child(2n-1){
	background-color: #f0f0f0;
}
.ny4_con >ul > li > .ny4_title p{
	display: block;
	/*line-height: 60px;*/
	padding: 10px 0;
	padding-left: 30px;
	font-size: 24px;
	color: #333333;
	position: relative;
}
.ny4_con >ul > li > .ny4_title p:after{
	content: '+';
	position: absolute;
	right: 30px;
	font-size: 24px;
	color: #686868;
	/*line-height: 60px;*/
	top: 32%;
}
.ny4_con >ul > li.cur > .ny4_title p:after{
	content: '-';
	position: absolute;
	right: 30px;
	font-size: 24px;
	color: #ffffff;
	/*line-height: 60px;*/
	top: 32%;
}
.ny4_con >ul > li .xiala{
	display: none;
	/*position: absolute;*/
	padding: 30px;
	background-color: #f9f9f9;
	border: solid 1px #00a64f;
}
.ny4_con >ul > li .xiala p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
}
.ny4_con >ul > li .ny4_title{
	transition: all 1s;
}
.ny4_con >ul > li.cur .ny4_title{
	background-color: #00a64f;
}
.ny4_con >ul > li.cur .ny4_title p,.ny4_con >ul > li.cur .ny4_title em{
	color:#ffffff;
}

.footer .kefu{
	position: fixed;
	right: 20px;
	top: 45%;
	z-index: 999999;
}
.footer .kefu > ul > li{
	width: 40px;
	background-color: #ffffff;
	height: 40px;
	border:1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.footer .kefu > ul > li:last-child{
	background-color: #868686;
}
.kefu_right{
	width: 180px;
	position: absolute;
	right: 50px;
	top: 0px;
	background: #ffffff;
	display: none;
}
.kefu_right .right_title{
	height: 56px;
	background-color: #00a64f;
}
.kefu_right .right_title h1{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 56px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.kefu_right .right_title span{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fefefe;
	display: inline-block;
	line-height: 56px;
	vertical-align: middle;
	float: right;
	margin-right: 20px;
	transform:rotate(45deg);
}
.kefu_right ul li{
	padding: 20px;
}
.kefu_right ul li span{
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}
.kefu_right ul li p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 5px;
}
.kefu_right ul li{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


.ny4_con .news_right{
	width: 100%;
}
.ny4_con .news_right li{
	padding: 25px 0;
	border-bottom: 1px solid #d8d8d8;
}
.ny4_con .news_right li:last-child{
	border-bottom:none;
}

.ny4_con .news_right .date{
	width: 120px;
	height: 75px;
	border-right: 1px solid #bebebe;
}
.ny4_con .news_right .date p:nth-child(1){
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	margin-top: 16px;
}
.ny4_con .news_right .date p:nth-child(2){
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	text-align: center;
}
.ny4_con .news_right .f_body{
	width: 1000px;
	margin-left: 18px;
}
.ny4_con .news_right .f_body h1{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.ny4_con .news_right .f_body p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.ny4_con .news_right .more{
	width: 60px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-left:1px solid #e8e8e8;
	display: none;
}

.ny4_con .news_right li:hover{
	background: #fff;
}
.ny4_con .news_right li:hover .date p,.ny4_con .news_right li:hover .f_body h1{
    color:#00a64f;
}
.ny4_con .news_right li:hover .more{
	display: block;
}


.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
}

/*.swiper-button-next:after:hover, .swiper-button-prev:after:hover {
	color: #fff;
}*/
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
	color: #00a64f;
}

.information-list-word ul{
  display: none;
}
.information-list-word ul:first-child{
  display: block;
}
.information-list-word ul li{
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.information-list-pic{
  width: 28%;
  overflow: hidden;
}
.information-list-pic img{
  transition: all 0.6s;
  width: 100%;
}
.information-list-word ul li:hover .information-list-pic img{
  transform: scale(1.1);
}
.information-list-zi span{
  color: #555555;
  font-size: 18px;
  display: block;
}
.information-list-word ul li:hover .information-list-zi span{
  color: #00a64f;
}

.information-list-zi{
  width:70%;
}

.information-list-zi p{
  line-height: 18px;
  color: #8b8b8b;
  font-size: 12px;
}

.list-more{
  background: #00a64f;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
}
.list-more a{
  color: #fff;
  font-size: 12px;
}

.pro_nav{
	width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left:-100%;
    background: #00a64f;
    z-index: 99999;
    transition: all 0.4s;
}
.pro_cur{
	left: 0;
}
.pro_nav_bg{
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9999;
    transition: all 0.4s;
}
.pro_nav_cur{
	right: 0;
}
.pro_nav li{
	text-align: center;
    position: relative;
    line-height: 35px;
}
.pro_nav li a{
    color: #fff;
    font-size: 18px;
}



.cpzx_li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 28px;
}
.cpzx_li li{
	width: 148px;
	/*line-height: 33px;*/
	word-break: break-word;
	border-bottom: 3px solid #fff;
}
.cpzx_li li a{
	font-size: 22px;
	color: #333333;
}
.cpzx_li li.cur{
	border-bottom: 3px solid #22b266;
}
.cpzx_li li.cur a{
	color: #22b266;
}
.cpzx_list{
	margin-top: 25px;
}
.cpzx_list a{
	margin-bottom: 30px;
	display: block;
}
.cpzx_list .text h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 25px 0;
}
.cpzx_list .text p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	padding-bottom: 25px;
}
.cpzx_list .more{
	width: 192px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 1px #00a64f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #00a64f;
}
.cpzx_list .cpzx_box .img img{
	width: 100%;
}
.shaixuan{
	border-left: 1px solid #bcbcbc;
	padding-left: 34px;
}
.shaixuan>p{
	display: flex;
	align-items: center;
}
.shaixuan p span{
	font-size: 22px;
	color: #333333;
}

.cpzx_show{
	margin-top: 30px;
}