/*pubilc start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-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;}
.div1200{width: 1200px;margin: 0 auto;}
.wrap {min-width:1200px;}
.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: 35px;
	background-color: #f5f5f5;
}
.header .top p,.header .top a{
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	display: inline-block;
}

.header .logo{
	height: 100px;
}

.header .logo > div{
	display: inline-block;
	vertical-align: top;
}
.header .logo .left{
	line-height: 100px;
}
.header .logo .center{
	margin-left: 35px;
}
.header .logo .center p{
	font-size: 18px;
	line-height: 24px;
	color:#252525;
	margin-top: 28px;
}
.header .phone{
	width: 200px;
	margin-left: 130px;
	margin-top: 15px;
}
.header .phone img{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.header .phone p:nth-child(2){
	font-size: 16px;
	color:#666666;
}
.header .phone p:last-child{
	font-size: 20px;
	color:#333333;
}
.header .lang{
	margin-top: 30px;
}
.header .lang .qie,.header .lang .search{
	display: inline-block;
	color:#c9c9c9;
}
.header .lang .search{
	position: relative;
}
.header .lang  .search .search_t{
	position: absolute;
	right: 5px;
    z-index: 999;
    top: 0px;
    opacity: 0;
}
.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;
}
.header .lang  .search .search_t button{
	position: absolute;
    left: 159px;
    top: 0px;
    cursor: pointer;
}
.header .lang .qie a img{
	margin-right: 2px;
	float: left;
}
.header .lang .qie a{
	font-size: 12px;
	color: #8d8d8d;
	display: inline-block;
	line-height: 13px;
	margin-top: 2px;
}

.header .nav{
	height: 40px;
	background-color: #000;
}
.header .nav > ul > li{
	float: left;
	position: relative;
}
.header .nav > ul > li > a{
	color:#ffffff;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
	width:135px;
	text-align: center;
}
.header .nav > ul >li >a >img{
	margin-right: 3px;
}

.header .nav > ul >li.cur{
	background-color: #00a64f;
}
.header .nav > ul >li:hover{
	background-color: #00a64f;
}
.header .nav li .nav_two{
	position: absolute;
	display: none;
	width: 100%;
	top: 40px;
	left:0;
	background-color: #fff;
	z-index: 99999;
}
.header .nav li:hover .nav_two{
	display: block;
}
.header .nav .nav_two a{
	display: block;
	color: #000;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}
.header .nav .nav_two a:hover{
	background-color: #00a64f;
	color: #fff;
}
.banner{
	position: relative;
}
.banner > img{
	width: 100%;
	max-width: 1920px;
}

.about{
	background-color: #ffffff;
	box-shadow: 0px 6px 14px 4px 
	rgba(121, 121, 121, 0.17);
	margin-top: 35px;
	padding-top: 55px;
}
.about .about_text{
	font-size: 16px;
	color:#666666;
	line-height: 36px;
	padding: 48px 65px 55px 88px;
	text-align: center;
}
.about .about_top{
	text-align: center;
}
.about .about_top > div{
	display: inline-block;
	width: 200px;
}
.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: 22px;
}

.pro{
	background-color: #f8f8f8;
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 25px;
}
.index_title p{
	font-size: 24px;
	color: #444444;
	text-align: center;
}
.index_title span{
	font-size: 16px;
	color: #c1c1c1;
	display: block;
	text-align: center;
}

.pro .pro_nav{
	margin-top: 40px;
}
.pro .pro_nav ul{
	text-align: center;
}
.pro .pro_nav li{
	display: inline-block;
}
.pro .pro_nav li.cur a{
	background-color: #00a64f;
	color: #fff;
}
.pro .pro_nav a{
	display: inline-block;
	color:#616161;
	font-size: 14px;
	/*border-right: 1px solid #a6a6a6;*/
	padding: 10px 17px;
	margin: 0 17px;
}
.pro .pro_nav li:not(:last-child):after{
	content: '|';
	width: 1px;
	height: 10px;
	color:#a6a6a6;
}

.pro .pro_nav a:last-child{
	border: none;
}
.pro .pro_con{
	margin-top: 40px;
}
.pro .pro_con .pro_list{
	display: none;
}
.pro .pro_con .tab{
	display: block;
}
.pro .pro_con .list{
	display: inline-block;
	width: 285px;
	margin-right: 15px;
	margin-bottom: 35px;
}
.pro .pro_con .list:nth-child(4n){
	margin-right: 0px;
}
.pro .pro_con .list .img{
	width: 285px;
	height: 220px;
	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: 16px;
	color: #616161;
	line-height: 60px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.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{
	padding-top: 60px;
}
.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{
	padding-top: 80px;
}
.about_us .about_con{
	margin-top: 40px;
}
.about_us .about_con .about_left{
	width: 150px;
	margin-right: 10px;
	float: left;
}
.about_us .about_con .about_left li{
	height: 143px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.about_us .about_con .about_left li:nth-child(1){
	background-color: #00a64f;
	margin-bottom: 10px;
}
.about_us .about_con .about_left li:nth-child(2){
	background-color: #f18d44;
	margin-bottom: 10px;
}
.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{
	width: 691px;
	margin-right: 10px;
	float: left;
}
.about_us .about_con .about_center > img{
	width: 691px;
	height: 281px;
}
.about_us .about_con .about_center .center_text{
	width: 631px;
    height: 156px;
	background-color: #383838;
	padding: 25px 30px;
	position: relative;
	top: -38px;
}
.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{
	width: 339px;
	float: left;
}

.about_us .about_con .about_right li{
	height: 143px;
	text-align: center;
	position: relative;
}
.about_us .about_con .about_right li:nth-child(1){
	margin-bottom: 10px;
}
.about_us .about_con .about_right li:nth-child(2){
	margin-bottom: 10px;
}
.about_us .about_con .about_right li p{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	left:15px;
}

.news{
	background-color: #ededed;
	padding-top: 40px;
	padding-bottom: 50px;
}

.news .news_nav{
	margin-top: 40px;
}
.news .news_nav ul{
	text-align: center;
}
.news .news_nav li{
	display: inline-block;
}
.news .news_nav li.cur a{
	background-color: #00a64f;
	color: #fff;
}
.news .news_nav a{
	display: inline-block;
	color:#616161;
	font-size: 14px;
	/*border-right: 1px solid #a6a6a6;*/
	padding: 10px 17px;
	margin: 0 17px;
}
.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: 500px;
	background-color: #fff;
	padding-bottom: 35px;
}
.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;
}
.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: 340px;
}
.news .news_con .news_left .news_text .f_body p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.news .news_con .news_right{
	width: 670px;
}
.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: 510px;
	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{
	padding-top: 50px;
	background: #f6f6f6;
}
.footer .f_left{
	width: 400px;
}
.footer .f_left .f_text{
	margin-top: 20px;
}
.footer .f_left .f_text p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.footer .f_left .share{
	margin-top: 20px;
}
.footer .f_left .share ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer .f_right ul{
	float: left;
	margin-right: 10px;
	border-left: 1px solid #e4dede;
}
.footer .f_right ul li{
	position: relative;
	width: 120px;
}
.footer .f_right ul li a{
	display: block;
	padding-left: 10px;
	font-size: 12px;
	/*line-height: 25px;*/
	color: #666666;
	margin-bottom: 10px;
}
.footer .f_right ul li:first-child a{
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 8px;
}
.footer .f_right ul li:first-child:before{
	content: '|';
	color: #00a64f;
	width: 3px;
	position: absolute;
	top: -3px;
    left: -2px;
}

.footer .f_right ul li:not(:first-child):hover a{
	color:#00a64f; 
}
.footer .f_bottom{
	background-color: #000000;
	margin-top: 60px;
}
.footer .f_bottom p,.footer .f_bottom a{
	font-size: 12px;
	color: #8d8d8d;
	line-height: 40px;
	text-align: center;
}
.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;
}
.ny_nav1{
	margin-top: 20px;
}
.ny_nav1 a{
	font-size: 14px;
	color: #757575;
	line-height: 54px;
	display: inline-block;
	width: 275px;
	margin-bottom: 20px;
	margin-right: 25px;
	text-align: center;
	border: 1px solid #666666;
}
.ny_nav1 a:nth-child(4n){
	margin-right: 0px;
}
.ny_nav1 a.cur, .ny_nav1 a:hover{
	color: #ffffff;
	background: #00a64f;
	border: 1px 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-top: 30px;
	margin-bottom: 45px;
}
.ny1 .ny1_con .contact{
	width: 443px;
	height: 484px;
	background-color: #297cbb;
	padding-top: 35px;
	padding-left: 35px;
	/*padding-right: 50px;*/
	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: 55px;
}
.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;
	max-width: 310px;
	vertical-align: top;
}
.ny1 .ny1_con .map{
	width: 720px;
	height: 517px;
	border: 1px solid #ededed;
}
.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{
	margin-left: 50px;
}
.Introduction h1{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 35px 0;
}
.Introduction p{
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #737373;
}
.pro_zbody .pro_title{
	height: 60px;
	background-color: #ededed;
}
.pro_zbody .pro_title p{
	/*display: inline-block;*/
	float: left;
	cursor: pointer;
	line-height: 60px;
	color: #000;
	text-align: center;
	padding: 0 35px;
	font-size: 16px;
}
.pro_zbody .pro_title p a{
	color: #000;
}
.pro_zbody .pro_title p.cur{
	color: #fff;
	background-color: #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{
	padding-top: 35px;
}
.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{
	margin-top: 20px;
	margin-bottom: 50px;
}
.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 p{
	display: block;
	line-height: 60px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	position: relative;
}
.ny4_con >ul > li p:after{
	content: '+';
	position: absolute;
	right: 30px;
	font-size: 24px;
	color: #686868;
	line-height: 60px;
}
.ny4_con >ul > li.cur p:after{
	content: '-';
	position: absolute;
	right: 30px;
	font-size: 24px;
	color: #ffffff;
	line-height: 60px;
}
.ny4_con >ul > li .xiala{
	display: none;
	/*position: absolute;*/
	padding: 30px;
	background-color: #f9f9f9;
	border: solid 1px #00a64f;
}
.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{
  border: 1px solid #dcdcdc;
  width: 270px;
  overflow: hidden;
}
.information-list-pic img{
  transition: all 0.6s;
  width: 270px;
  height:187px;
}
.information-list-word ul li:hover .information-list-pic img{
  transform: scale(1.1);
}
.information-list-zi{
  width: 870px;
  margin-right: 40px;
}
.information-list-zi span{
  color: #555555;
  font-size: 20px;
  display: block;
  padding-top: 12px;
  padding-bottom: 5px;
}
.information-list-word ul li:hover .information-list-zi span{
  color: #00a64f;
}

.information-list-zi{
  width: 870px;
  margin-right: 40px;
}
.information-list-zi span{
  color: #555555;
  font-size: 20px;
  display: block;
  padding-top: 12px;
  padding-bottom: 5px;
}
.information-list-word ul li:hover .information-list-zi span{
  color: #00a64f;
}
.information-list-zi p{
  line-height: 30px;
  color: #8b8b8b;
  font-size: 14px;
}

.list-more{
  background: #00a64f;
  width: 85px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 15px;
}
.list-more a{
  color: #fff;
}