.swiper-button-next, .swiper-button-prev{
	color: #999;
}
.proBgPic  .swiper-container2{
	display: none;
}
.bgPic{
	position: relative;
	height: 425px;
	background-position: center center;
	background-repeat: no-repeat;
}
.bgPic-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.bgPic-text1{
	color: #FFFFFF;
	font-size: 45px;
	margin-bottom: 15px;
}
.bgPic-text2{
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 45px;
}
.bgPic-btn a{
	display: inline-block;
	width: 170px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #7cb247;
	font-size: 18px;
}
.bgPic-btn a:hover{
	background-color: #FFFFFF;
	color: #7cb247;
}
 .proD_a{
	padding: 20px 0 50px 0;
}
 .proD_a .title{
	font-size: 40px;
	font-weight: bold;
}
 .proD_a .nav a{
	display: inline-block;
	padding: 0 5px;
	font-size: 18px;
	margin-left: 40px;
	line-height: 40px;
}
 .proD_a .nav .on{
	border-bottom: solid 3px #7cb247;
}
#product .proD_b{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
#product .proD_b1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
#product .proD_b2 i{
	display: block;
	width: 70px;
	height: 4px;
	background-color: #7cb247;
	margin: 0 auto;
}
#product .proD_b3{
	position: absolute;
	right: 0;
	top:5px;
	width: 140px;
	text-align: center;
	background-color: #7cb247;
	cursor: pointer;
}
#product .proD_b3:hover{
	background-color: #6A6A69;
}
#product .proD_b3 img{
	display: inline-block;
	vertical-align: middle;
}
#product .proD_b3 span{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
}
#product .proD_c{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.proD_d{
	margin-bottom: 30px;
}
.proD_e{
	margin-bottom: 30px;
}
.proD_e_con_tab{
	width: 430px;
}
.proD_e_con_tab li{
	width: 410px;
	border-left: solid 8px #7cb247;
	margin-bottom: 20px;
	padding-right: 12px;
	cursor: pointer;
}
.proD_e_con_tab li span{
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	line-height: 60px;
	font-size: 26px;
	text-indent: 60px;
}
.proD_e_con_tab .on{
	border-left: solid 8px #333230;
	background-image: url(../image/6.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.proD_e_con_tab .on span{
	background-color: #7cb247;
}
.proD_e_con_box{
	width: 950px;
}
.proD_e_con_box .item{
	display: none;
}
.proD_e_con_box .item .pic{
	overflow: hidden;
	width: 450px;
	height: 300px;
}
.proD_e_con_box .item .pic img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
}
.proD_e_con_box .item .pic img:hover{
	transform: scale(1.2);
}
.proD_e_con_box .item .text{
	width: 480px;
	line-height: 25px;
	font-size: 18px;
}
.proD_f{
	margin-bottom: 50px;
}
.proD_f_con{
	line-height: 30px;
	font-size: 18px;
}
.proD_f_con .tb{overflow-x: scroll;}
.page_title{
	padding: 20px 0 50px 0;
	font-size: 40px;
	font-weight: bold;
}
.proD_title{
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.proD_d_con{
	font-size: 18px;
	line-height: 30px;
}
#case{
	padding-top: 30px;
}
#case .list{
	overflow: hidden;
}
#case .list ul{
	width: 120%;
}
#case .list li{
	float: left;
	width: 690px;
	box-sizing: border-box;
	margin-right: 60px;
	border: solid 1px #d2d2d2;
	margin-bottom: 40px;
}
#case .list li a{
	display: block;
}
#case .list li .pic{
	overflow: hidden;
}
#case .list li .pic img{
	width: 100%;
	height: 380px;
	transition: all 0.5s ease;
}
#case .list li .text{
	position: relative;
	padding: 20px 30px 25px 30px;
	transition: all 0.5s ease;
}
#case .list li .text1{
	font-size: 16px;
	margin-bottom: 5px;
	transition: all 0.5s ease;
}
#case .list li .text2{
	font-size: 28px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
}
#case .list li .text3{
	margin-bottom: 10px;
}
#case .list li .text3 i{
	display: block;
	width: 60px;
	height: 4px;
	background-color: #7cb247;
	transition: all 0.5s ease;
}
#case .list li .text4 p{
	font-size: 16px;
	line-height: 25px;
	transition: all 0.5s ease;
}
#case .list li .text5{
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 120px;
	line-height: 40px;
	border: solid 1px #2e2e2e;
	font-size: 16px;
	text-align: center;
	transition: all 0.5s ease;
}
#case .list li:hover .pic img{
	transform: scale(1.2);
}
#case .list li:hover .text{
	background-color: #7cb247;
}
#case .list li:hover .text1{
	color: #eee;
}
#case .list li:hover .text2{
	color: #eee;
}
#case .list li:hover .text3 i{
	width:120px;
	background-color: #FFFFFF;
}
#case .list li:hover .text4 p{
	color: #eee;
}
#case .list li:hover .text5{
	border: solid 1px #eee;
	color: #EEEEEE;
}
#case .detail_a{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
#case .detail_b{
}
#case .detail_b div{
	width: 47.5%;
}
#case .detail_b div.fl{
	text-align: right;
}
#case .detail_b div.fr{
	text-align: left;
}
#case .detail_b span{
	display: inline-block;
	border: solid 1px #000;
	width: 350px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	transition: all 0.5s ease; 
	margin-bottom: 15px;
}
#case .detail_b span:hover{
	background-color: #7cb247;
	color: #FFFFFF;
	border: solid 1px #7cb247;
}
#case .detail_c{
	padding: 50px 0;
}
#case .detail_c1{
	width: 47.5%;
}
#case .textBox{
	margin-bottom: 40px;
}
#case .textBox_title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
#case .textBox_con{
	font-size: 16px;
	line-height: 30px;
}
#case .textBox_con *{
	font-size: 16px;
	line-height: 30px;
}
#case .detail_c2{
	width: 47.5%;
	margin-top:80px;
}
#case .detail_c2 img{
	width: 100%;
}
#case .detail_c2_a{
	overflow: hidden;
	margin-bottom: 50px;
}
#case .detail_c2_b{
	margin-bottom: 30px;
}
#product{
	padding-top: 30px;
}
#product .list li{
	border: solid 1px #c3c3c3;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#product .list li:hover{
	box-shadow: 0 0 10px #999999;
}
#product .list li:hover .pic img{
	transform: scale(1.1);
}
#product .list li a{
	display: block;
	padding: 25px 50px;
}
#product .list li .pic{
	overflow: hidden;
}
#product .list li .pic img{
	width: 600px;
	height: 400px;
	transition: all 0.5s ease;
}
#product .list li .info{
	width: 690px;
}
#product .list li .info_a{
	overflow: hidden;
}
#product .list li .info_a dl{
	float: left;
	margin-bottom: 15px;
}
#product .list li .info_a dt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#product .list li .info_a dd{
	font-size: 20px;
}
#product .list li .info_a span{
	float: right;
	border: solid 1px #000;
	width: 125px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	transition: all 0.5s ease; 
}
#product .list li .info_a span:hover{
	background-color: #7CB247;
	color: #FFFFFF;
	border: solid 1px #7CB247;
}
#product .list li .info_b{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}
#product .list li .info_c{
	overflow: hidden;
	margin-bottom: 20px;
	border-left: solid 1px #dadada;
}
#product .list li .info_c dl{
	float: left;
	width: 25%;
	box-sizing: border-box;
	border: solid 1px #DADADA;
	border-left: none;
	text-align: center;
	padding: 10px 0;
}
#product .list li .info_c dt{
	font-size: 14px;
	margin-bottom: 5px;
}
#product .list li .info_c dd{
	font-size: 24px;
	color: #7cb247;
}
#product .list li .info_d{
	overflow: hidden;
}
#product .list li .info_d .ul{
	width: 120%;
	overflow: hidden;
}
#product .list li .info_d .ul .li{
	float: left;
	width: 220px;
	height: 135px;
	margin-right: 15px;
	box-sizing: border-box;
	border: solid 1px #eeeeee;
}
#product .list li .info_d .ul .li img{
	width: 100%;
	height: 100%;
}
.proCase_title{
	margin-bottom: 25px;
}
.proCase_title1{
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.proCase_title2{
	font-size: 16px;
	color: #FFFFFF;
}
.proCase{
	background-color: #333230;
	padding: 50px 0 70px 0;
}
.proCase_list{
	overflow: hidden;
}
.proCase_list img{display: block;}
.proCase_list ul{
	width: 120%;
}
.proCase_list li{
	width: 420px;
	float: left;
	margin-right: 90px;
}
.proCase_list li:hover .pic img{
	transform: scale(1.2);
}
.proCase_list li:hover .info{
	background-color: #7cb247;
}
.proCase_list li:hover .info-a i{
	background-color: #FFFFFF;
}
.proCase_list li:hover .info-b p{
	color: #FFFFFF;
}
.proCase_list li .info-b .p1{
 display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;
  height:30px;

}
.proCase_list li:hover .info-c span{
	background-color: #FFFFFF;
	color: #7cb247;
}
.proCase_list li a{
	display: block;
}
.proCase_list li .pic{
	overflow: hidden;
}
.proCase_list li .pic img{
	width: 100%;
	height: 230px;
	transition: all 0.5s ease;
}
.proCase_list li .info{
	background-color: #FFFFFF;
	padding: 20px 30px 5px 30px;
}
.proCase_list li .info-a{
	margin-bottom: 15px;
}
.proCase_list li .info-a i{
	display: block;
	width: 50px;
	height: 4px;
	background-color: #7cb247;
	transition: all 0.5s ease;
}
.proCase_list li .info-b{
	margin-bottom: 20px;
}
.proCase_list li .info-b p{
	font-size: 16px;
	line-height: 30px;
	transition: all 0.5s ease;
}
.proCase_list li .info-m{ margin-bottom:5px; line-height:30px; overflow: hidden;}
.proCase_list li .info-c{ padding-top:20px;}
.proCase_list li .info-c span{
	display: block;
	width: 80px;
	line-height: 37px;
	text-align: center;
	background-color: #7cb247;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
.contact{
	background-color: #7cb247;
	padding: 50px 0 45px 0;
}
.contact .wrap{
	overflow: hidden;
}
.contact .item{
	float: left;
	width: 33.33%;
	text-align: center;
}
.contact .item img{
	margin: 0 auto;
}
.contact .item .text p{
	font-size: 22px;
	line-height: 35px;
}
.proBgPic{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.proBgPic .pic img{
	width: 100%;
}
.proBgPic .text{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 50;
	text-align: center;
}
.proBgPic .text dl{
	display: inline-block;
	padding: 0 35px;
}
.proBgPic .text dt{
	display: inline-block;
	color: #7cb247;
	font-size: 34px;
	font-weight: bold;
}
.proBgPic .text dd{
	display: inline-block;
	color: #000;
	font-size: 16px;
}
.pro_down{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1000;
}
.pro_down .bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.pro_down .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	padding: 50px;
	width: 700px;
}
.pro_down .pro_down_close{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
	background-image: url(../image/14.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pro_down_a{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pro_down_b{
	font-size: 20px;
	margin-bottom: 40px;
}
.pro_down_c dl{
	overflow: hidden;
	margin-bottom: 25px;
}
.pro_down_c dt{
	float: left;
	width: 100px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.pro_down_c dd{
	float: left;
	width: 600px;
}
.pro_down_c dd input{
	width: 70%;
	border: solid 1px #000000;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 16px;
}
.pro_down_c dd span{
	font-size: 20px;
	color: #fc0000;
	margin-left: 20px;
}
.pro_down_c dd button{
	width: 185px;
	line-height: 45px;
	height: 45px;
	border: none;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.pro_down_c dd .btn1{
	background-color: #7cb246;
	color: #333230;
	margin-right: 20px;
}
.pro_down_c dd .btn1:hover{
	background-color: #333230;
	color: #fff;
}
.pro_down_c dd .btn2{
	background-color: #333230;
	color: #fff;
}
.pro_down_c dd .btn2:hover{
	background-color: #7cb246;
	color: #333230;
}
.qs_a{
	padding-bottom: 60px;
}
.qs_a li{
	border: solid 1px #c2c2c2;
	padding: 0 15px;
	margin-bottom: 20px;
}
.qs_a1{
	font-size: 26px;
	line-height: 75px;
	background-image: url(../image/21.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.qs_a .on{
	background-image: url(../image/22.png)
}
.qs_a2{
	display: none;
	font-size: 16px;
	line-height: 25px;
	padding: 20px 0;
	border-top: solid 1px #c2c2c2;
}
.qs_b{
	border-top: solid 10px #333230;
	margin-bottom: 60px;
}
.qs_b img{
	margin: 0 auto;
}
.qs_c li{
	margin-bottom: 50px;
	border: solid 1px #c6c6c6;
	padding: 30px 0;
}
.qs_c li:hover{
	box-shadow: 0 0 10px #CDCDCD;
}
.qs_c li a{
	display: block;
}
.qs_c li .text{
	width: 80%;
	padding-left: 40px;
	box-sizing: border-box;
}
.qs_c li .text1{
	font-size: 30px;
	margin-bottom: 20px;
}
.qs_c li .text2{
	font-size: 16px;
	line-height: 30px;
}
.qs_c li .date{
	width: 20%;
	text-align: center;
}
.qs_c li .date1{
	font-size: 60px;
	font-weight: bold;
}
.qs_c li .date2{
	font-size: 16px;
}
.sv_a{
	padding-top: 50px;
	text-align: center;
	margin-bottom: 70px;
}
.sv_a1{
	font-size: 40px;
	margin-bottom: 30px;
}
.sv_a2{
	width: 80%;
	min-width: 300px;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 50px;
}
.sv_a3 dl{
	display: inline-block;
	overflow: hidden;
	margin: 0 40px;
}
.sv_a3 dt{
	float: left;
	font-size: 60px;
	color: #7cb247;
	line-height: 60px;
	margin-right: 5px;
}
.sv_a3 dd{
	float: left;
	font-size: 14px;
	padding-top: 40px;
}
.sv_list{
	overflow: hidden;
}
.sv_list ul{
	width: 120%;
}
.sv_list li{
	float: left;
	margin-right: 60px;
	width: 440px;
	margin-bottom: 40px;
}
.sv_list li:hover .pic img{
	transform: scale(1.2);
}
.sv_list li:hover .info{
	background-color: #7cb247;
}
.sv_list li:hover .info-c span{
	border: solid 1px #666;
	background-color: #666;
	color: #FFFFFF;
}
.sv_list li .pic{
	overflow: hidden;
	width: 100%;
	height: 350px;
}
.sv_list li .pic img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease; 
}
.sv_list li .info{
	padding: 25px 30px;
	transition: all 0.5s ease;
}
.sv_list li .info-a{
	font-size: 28px;
	margin-bottom: 25px;
}
.sv_list li .info-b{
	font-size: 16px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 40px;
}
.sv_list li .info-c span{
	display: block;
	border: solid 1px #898989;
	text-align: center;
	font-size: 14px;
	width: 200px;
	line-height: 50px;
}
#aboutUs{
	padding-top: 30px;
}
.au_a{
	margin-bottom: 50px;
	overflow: hidden;
	background-position: right 220px;
	background-repeat: no-repeat;
	background-image: url(../image/17.jpg)
}
.au_a1 img{
	width: 100%;
}
.au_a2_a{
	float: left;
	width: 650px;
	box-sizing: border-box;
	padding: 30px 0 30px 50px;
}
.au_a2_a p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 25px;
}
.au_a2_a dl{
	margin-bottom: 10px;
}
.au_a2_a dt{
	font-size: 16px;
	margin-bottom: 10px;
	color: #7cb247;
}
.au_a2_a dd{
	font-size: 16px;
	line-height: 30px;
}
.au_b{
	margin-bottom: 60px;
}
.au_b_tab{
	position: relative;
	padding: 20px 0;
	margin-bottom: 50px;
}
.au_b_tab1 i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #8a8a8a;
}
.au_b_tab2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.au_b_tab2 .btn{
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	border: solid 1px #909090;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 10;
}
.au_b_tab2 .btn:hover{
	background-color: #7cb247;
}
.au_b_tab2 .left{
	left: 0;
	background-image: url(../image/31.png);
}
.au_b_tab2 .right{
	right: 0;
	background-image: url(../image/32.png);
}

.au_b_tab2 .list dl{
	float: left;
	width: 20%;
	text-align: center;
	transform: translateY(-10px);
}
.au_b_tab2 .list dt{
	font-size: 16px;
	line-height: 20px;
}
.au_b_tab2 .list dd{
	height: 20px;
}
.au_b_tab2 .list dd i{
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #8c8c8c;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.au_b_tab2 .list .on i{
	display: none;
}
.au_b_tab2 .list .on dd{
	background-image: url(../image/25.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.au_b_list{
	overflow: hidden;
}
.au_b_list ul{
	width: 1000%;
}
.au_b_list li{
	float: left;
	width:440px;
	box-sizing: border-box;
	border: solid 1px #c2c2c2;
	margin-right: 60px;
	padding: 30px;
	transition: all 0.5s ease;
}
.au_b_list li:hover{
	background-color: #eee;
}
.au_b_list dt{
	font-size: 24px;
	margin-bottom: 20px;
}
.au_b_list dd{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 25px;
	padding-left: 25px;
	background-image: url(../image/15.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.au_c{
	position: relative;
	height: 500px;
	margin-bottom: 60px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../image/26.png)
}
.au_c dl{
	width: 500px;
	position: absolute;
	left: 0;
	top: 70px;
}
.au_c dt{
	font-size: 30px;
	margin-bottom: 30px;
}
.au_c dd{
	font-size: 16px;
	line-height: 30px;
}
.au_d{
	overflow: hidden;
	margin-bottom: 70px;
}
.au_d ul{
	width: 120%;
}
.au_d li{
	float: left;
	margin-right: 60px;
	width: 440px;
	box-sizing: border-box;
	padding: 25px 30px 50px 30px;
	border: solid 1px #c4c4c4;
	transition: all 0.5s ease;
}
.au_d li:hover{
	background-color: #7cb247;
}
.au_d li:hover dt{
	color: #FFFFFF;
}
.au_d li:hover dd{
	color: #FFFFFF;
}
.au_d dt{
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.au_d dd{
	font-size: 16px;
	line-height: 30px;
}
#superiority{
	padding-top: 30px;
	margin-bottom: 50px;
}
.sp_a{
	overflow: hidden;
	margin-bottom: 50px;
}
.sp_a ul{
	width: 120%;
}
.sp_a li{
	float: left;
	margin-right: 80px;
	box-sizing: border-box;
	text-align: center;
	width: 300px;
	padding: 50px 0;
	border: solid 1px #d2d2d2;
}
.sp_a .on{
	background-color: #80ba4c;
	border: solid 1px #80ba4c;
}
.sp_a1{
	font-size: 24px;
	margin-bottom: 10px;
}
.sp_a2{
	font-size: 30px;
}
.sp_b .con{
	display: none;
	font-size: 16px;
	line-height: 30px;
}
.sp_b .con img{ max-width:100%;}
.page{
	padding: 50px 0 70px 0;
}
.page .pageLink{
	border: solid 1px #d2d2d2;
}
.page .pageLink a{
	float: left;
	display: block;
	width: 70px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.page .pageLink a:hover{
	background-color: #7cb247;
	color: #FFFFFF;
}
.page .pageLink span{
	float: left;
	display: block;
	width: 70px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background-color: #7cb247;
	color: #FFFFFF;
}
.positions img{
	display: inline-block;
}
.positions a{
	display: inline-block;
	font-size: 20px;
}
.positions span{
	font-size: 20px;
	display: inline-block;
}
#plan{
	padding-top: 30px;
}
.plan_a{
	overflow: hidden;
	margin-bottom: 70px;
}
.plan_a ul{
	width: 120%;
}
.plan_a li{
	float: left;
	width: 240px;
	margin-right: 60px;
	box-sizing: border-box;
	border: solid 1px #D2D2D2;
	padding: 30px 0;
}
.plan_a li .pic img{
	margin: 0 auto; text-align:center; display:block;
}
.plan_a li .text{
	text-align: center;
	font-size: 20px;
}
.plan_a .on{
	background-color: #7cb247;
}
.plan_b{
	text-align: center;
	font-size: 40px;
	margin-bottom: 80px;
}
.plan_c{
	margin-bottom: 70px;
}
.plan_c1{
	width: 700px;
	overflow: hidden;
}
.plan_c1 img{
	width: 100%;
	transition: all 0.5s ease;
}
.plan_c1 img:hover{
	transform: scale(1.2);
}
.plan_c2{
	width: 700px;
}
.plan_c2_a{
	font-size: 30px;
	margin-bottom: 25px;
}
.plan_c2_b{
	overflow: hidden;
	margin-bottom: 20px;
}
.plan_c2_b span{
	display: block;
	float: left;
	font-size: 16px;
	line-height: 44px;
	padding: 0 30px;
	border: solid 1px #333230;
	margin: 0 15px 15px 0;
}
.plan_c2_c{
	font-size: 16px;
}
.plan_d{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 70px;
}
.plan_e{
	margin-bottom: 60px;
}
.plan_e1{
	font-size: 30px;
	margin-bottom: 20px;
}
.plan_e2{
	font-size: 16px;
	line-height: 30px;
}
.plan_f{
	margin-bottom: 70px;
}
.plan_f1{
	font-size: 30px;
	margin-bottom: 40px;
}
.plan_f2{
	position: relative;
}
.plan_f2 img,.plan_f3 img{display: block;}
.plan_f2 .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	cursor: pointer;
}
.plan_f2 .plan_f2_next{
	left: 0;
}
.plan_f2 .plan_f2_prev{
	right: 0;
}
.plan_f3 .plan_f3_next{
	left: 0;
}
.plan_f3 .plan_f3_prev{
	right: 0;
}
.plan_f2 .btn img{
	margin: 0 auto;
}
.plan_f2 .swiper-container{
	width: 1300px;
	margin: 0 auto;
}
.plan_f2 .swiper-slide img{
	width: 100%;
}

.plan_f3{
	position: relative;
}
.plan_f3 .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	cursor: pointer;
}
.plan_f3 .btn img{
	margin: 0 auto;
}
.plan_f3 .swiper-container2{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.plan_f3 .swiper-slide .pic{
	width: 600px;
}
.plan_f3 .swiper-slide img{
	width: 100%;
}
.plan_f3 .swiper-slide .info{
	width: 650px;
}
.plan_f3 .swiper-slide .info_a{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
.plan_f3 .swiper-slide .info_b{
	font-size: 20px;
	margin-bottom: 15px;
}
.plan_f3 .swiper-slide .info_c{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}
.plan_f3 .swiper-slide .info_d{
	overflow: hidden;
	margin-bottom: 35px;
	border-left: solid 1px #dadada;
}
.plan_f3 .swiper-slide .info_d dl{
	float: left;
	width: 25%;
	border: solid 1px #dadada;
	border-left: none;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
}
.plan_f3 .swiper-slide .info_d dt{
	font-size: 14px;
	margin-bottom: 5px;
}
.plan_f3 .swiper-slide .info_d dd{
	font-size: 24px;
	color: #7cb247;
}
.plan_f3 .swiper-slide .info_e span{
	display: block;
	border: solid 1px #2e2e2e;
	font-size: 18px;
	width: 126px;
	line-height: 45px;
	text-align: center;
}
#dealer{

	padding-bottom: 95px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../image/bg.jpg);
}
.dealerWrap{
	width: 760px;
}
.dealer_a{
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding: 50px 0 30px;
}
.dealer_b{
	width: 625px;
	box-sizing: border-box;
	background-color: #e4e4e4;
	padding: 70px 80px 35px 80px;
	margin-bottom: 90px;
}
.dealer_b dl{
	overflow: hidden;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.dealer_b dt{
	float: left;
	width: 65px;
	padding: 10px 0;
	box-sizing: border-box;
	border-right: solid 1px #d2d2d2;
}
.dealer_b dt img{
	margin: 0 auto;
}
.dealer_b dd{
	overflow: hidden;
}
.dealer_b dd span{
	display: block;
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 50px;
	text-align: right;
}
.dealer_b dd input{
	width: 300px;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #999999;
}
.dealer_b button{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #7cb247;
	border: none;
	margin-bottom: 20px;
}
.dealer_b1{
	padding: 0 60px;
}
.dealer_b1 span{
	font-size: 16px;
}
.dealer_b1 a{
	font-size: 16px;
}
.dealer_c dl{
	text-align: center;
	margin-bottom: 40px;
}
.dealer_c dt{
	font-size: 30px;
	margin-bottom: 20px;
}
.dealer_c dd{
	font-size: 16px;
	line-height: 25px;
}
.dealer_c div{
	text-align: center;
}
.dealer_c a{
	display: inline-block;
	background-color: #7cb247;
	font-size: 20px;
	margin: 0 30px;
	width: 190px;
	line-height: 50px;
}
.dealer_c a:hover{
	background-color: #FFFFFF;
}
#develop{
	padding-top: 30px;
	margin-bottom: 80px;
}
.dv_a{
	overflow: hidden;
}
.dv_a ul{
	width: 120%;
}
.dv_a li{
	float: left;
	width: 690px;
	margin-right: 60px;
	margin-bottom: 40px;
}
.dv_a li div{
	float: left;
	width: 360px;
	overflow: hidden;
}
.dv_a li div img{
	width: 100%;
	transition: all 0.5s ease;
}
.dv_a li div img:hover{
	transform: scale(1.2);
}
.dv_a li dl{
	float: left;
	width: 330px;
	box-sizing: border-box;
	padding-left: 25px;
}
.dv_a li dt{
	font-size: 30px;
	margin-bottom: 10px;
	padding-top: 15px;
}
.dv_a li dd{
	font-size: 16px;
}
.dv_b{
	font-size: 30px;
	margin-bottom: 35px;
}
.dv_c{
	overflow: hidden;
}
.dv_c ul{
	width: 120%;
}
.dv_c li{
	float: left;
	width: 315px;
	box-sizing: border-box;
	margin-right: 60px;
	border: solid 1px #d2d2d2;
	padding: 40px 0 60px 40px;
	transition: all 0.5s ease;
}
.dv_c li:hover{
	background-color: #7cb247;
}
.dv_c li:hover .dv_c1{
	color: #FFFFFF;
}
.dv_c li:hover .dv_c2{
	color: #FFFFFF;
}
.dv_c li:hover .dv_c3{
	color: #FFFFFF;
}
.dv_c1{
	font-size: 16px;
	margin-bottom: 15px;
}
.dv_c2{
	font-size: 30px;
	margin-bottom: 10px;
}
.dv_c3{
	font-size: 30px;
	color: #7cb247;
}
.contact_title{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
#contact{
	padding: 50px 0 70px 0;
}
.msg{
	width: 700px;
}
.msg_a{
	float: left;
	box-sizing: border-box;
	width: 680px;
	box-shadow: 0 0 10px #999;
	padding: 25px 70px 45px 70px;
}
.msg_a1{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 25px;
}
.msg_a dl{
	overflow: hidden;
	border: solid 1px #d2d2d2;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.msg_a dt{
	float: left;
	width: 120px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.msg_a dd{
	float: right;
	width: 400px;
}
.msg_a dd input{
	border: none;
	width: 100%;
	line-height: 50px;
	height: 50px;
	background: none;
	font-size: 16px;
	color: #999999;
}
.msg_a dd textarea{
	border: none;
	width: 100%;
	line-height: 30px;
	height: 150px;
	background: none;
	font-size: 16px;
	color: #999999;
	padding: 10px;
	box-sizing: border-box;
}
.msg_a button{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background-color: #7cb247;
	border: none;
	cursor: pointer;
}
.ct{
	width: 700px;
}
.ct_a1{
	font-size: 16px;
}
.ct_a2{
	margin-bottom: 25px;
}
.ct_a2 i{
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #7cb247;
}
.ct_a3{
	margin-bottom: 30px;
}
.ct_a3 p{
	font-size: 16px;
	line-height: 45px;
}
#news{
	padding-top: 30px;
	margin-bottom: 70px;
}
.news_a{
	overflow: hidden;
	margin-bottom: 40px;
}
.news_a ul{
	width: 120%;
}
.news_a li{
	float: left;
	width: 440px;
	margin-right: 60px;
	background-color: #f2f2f2;
}
.news_a li:hover .pic img{
	transform: scale(1.2);
}
.news_a li:hover .info{
	background-color: #7cb247;
}
.news_a li a{
	display: block;
}
.news_a li .pic{
	overflow: hidden;
}
.news_a li img{
	width: 100%;
	height: 270px;
	transition: all 0.5s ease;
}
.news_a li .info{
	padding: 25px 30px 40px 30px;
}
.news_a li .info_a{
	font-size: 14px;
	margin-bottom: 15px;
}
.news_a li .info_b{
	font-size: 30px;
	margin-bottom: 15px;
}
.news_a li .info_c{
	text-align: right;
}
.news_a li .info_c span{
	display: inline-block;
	border: solid 1px #2e2e2e;
	width: 126px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
}
.newsD_a{
	text-align: center;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 20px;
}
.newsD_a1{
	font-size: 30px;
	margin-bottom: 15px;
}
.newsD_a2{
	font-size: 16px;
	color: #929191;
}
.newsD_b{
	padding: 30px 42px 70px 42px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e3e3e3;
}
.newsD_s{
	padding: 0px 0 40px 0;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e3e3e3;
}
.newsD_b p{ font-size:18px;}
.newsD_c{
	overflow: hidden;
}
.newsD_c a{
	font-size: 16px;
}
.newsD_c a:nth-child(2){
	margin-left: 160px;
}

@media screen and (max-width: 1440px){
	#case .list li .pic img{
		height: 280px;
	}
	.au_a2_a{
		background-color: #FFFFFF;
		padding: 30px 50px 30px 50px;
	}
	.au_a{
		background-position: right 250px;
	}
	.au_b_list li {
	    float: left;
	    width: 500px;
	    box-sizing: border-box;
	    border: solid 1px #c2c2c2;
	    margin-right: 24px;
	    padding: 30px;
	    transition: all 0.5s ease;
	}
	.au_c dl{
		background-color: rgba(255,255,255,0.8);
		padding: 30px;
		box-shadow: 0 0 10px #DEDEDE;
	}
	.au_d li {
	    margin-right: 62px;
	    width: 300px;
	}
	#case .list li {
	    width: 500px;
	    margin-right: 24px;
	    margin-bottom: 40px;
	}
	.msg {
	    width: 500px;
	}
	.msg_a{
		width: 480px;
		padding: 25px 20px 45px 20px;
	}
	.msg_a1{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.msg_a dd{
		width: 300px;
	}
	.msg_a dl{
		margin-bottom: 20px;
	}
	.msg_a dd textarea{
		height: 150px;
	}
	.ct {
	    width: 500px;
	}
	.dv_a ul{
		width: 100%;
	}
	.dv_a li{
		/*width: 50%;*/
		width: 40%;
		margin-right: 10%;
	}
	.dv_a li div{
		width: 100%;
	}
	.dv_a li dl {
	    float: left;
	    /*width: 360px;*/
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0 25px;
	}
	.dv_c li {
	    width: 250px;
	    margin-right: 8px;
	    padding: 30px 30px 30px 30px;
	}
	.newsD_b{
		padding: 30px 20px 70px 20px;
	}
	.news_a li {
	    width: 300px;
	    margin-right: 62px;
	}
	.news_a li img{
		height: 180px;
	}
	.news_a li .info_b{
		font-size: 20px;
	}
	.news_a li .info_c span {
	    line-height: 35px;
	    font-size: 14px;
	}
	.plan_a li{
		width: 200px;
		margin-right: 6px;
	}
	.plan_c1{
		width: 500px;
	}
	.plan_c2{
		width: 500px;
	}
	.plan_c2_a{
		font-size: 20px;
	}
	.plan_c2_b span {
	    font-size: 14px;
	    line-height: 30px;
	    padding: 0 10px;
	    border: solid 1px #333230;
	    margin: 0 10px 10px 0;
	}
	.plan_c2_a{
		margin-bottom: 15px;
	}
	.plan_f2 .swiper-container{
		width: 900px;
	}
	.plan_f3 .swiper-container2{
		width: 900px;
	}
	.plan_f3 .swiper-slide .pic {
	    width: 380px;
	}
	.plan_f3 .swiper-slide .info{
		width: 500px;
	}
	.plan_f3 .swiper-slide .info_a {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.plan_f3 .swiper-slide .info_b {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.plan_f3 .swiper-slide .info_c{
		/*font-size: 12px;*/
		margin-bottom: 10px;
	}
	.plan_f3 .swiper-slide .info_d dd{
		font-size: 14px;
	}
	.plan_f3 .swiper-slide .info_d{
		margin-bottom: 15px;
	}
	.plan_f3 .swiper-slide .info_e span{
		font-size: 14px;
		line-height: 35px;
	}
	.proCase_list li{
		width: 300px;
		margin-right: 62px;
	}
	.proCase_list li .pic img{
		height: 180px;
	}
	#product .list li a {
	    padding: 25px;
	}
	#product .list li .pic img{
		width: 350px;
		height: 220px;
	}
	#product .list li .info{
		width: 600px;
	}
	#product .list li .info_d .ul .li{
		width: 190px;
		    height: 100px;
	}
	#product .list li .info_a dt{
		font-size: 20px;
	}
	#product .list li .info_a dd{
		font-size: 14px;
	}
	#product .list li .info_a span{
		line-height: 30px;
		font-size: 14px;
	}
	#product .list li .info_b{
		/*font-size: 14px;*/
	}
	#product .list li .info_c dd{
		font-size: 14px;
	}
	.proD_e_con_tab {
	    width: 230px;
	}
	.proD_e_con_tab li{
		width: 210px;
	}
	.proD_e_con_tab li span{
		font-size: 20px;
	}
	.proD_e_con_box{
		width: 780px;
		padding-top:40px;
	}
	.proD_e_con_box .item .pic{
		width: 350px;
		height: 200px;
	}
	.proD_e_con_box .item .text{
		width: 400px;
		font-size:18px;
		line-height:220%;
	}
	.sv_list li{
		margin-right: 72px;
	}
	.sp_a li{
		width: 250px;
		margin-right: 8px;
	}
}

@media screen and (max-width: 1024px) {
	.proCase_list li .info-b .p1{
	  font-size: 14px;
	}
	.proCase_list li .info-b p{
		font-size: 14px;
	}
	.proCase_list li .info-c span{
		font-size: 14px;
	}
	.proBgPic .text dt{
		font-size: 24px;
	}
	.bgPic-text1{
		font-size: 20px;
	}
	.bgPic-text2{
		font-size: 16px;
	}
	.bgPic-btn a {
		width: 155px;
		line-height: 40px;
		font-size: 14px;
	}
	.bgPic{
		height: 325px;
	}
	.page_title{
		font-size: 30px;
	}
	.au_a {
	    background-position: right 50px;
	}
	.au_b_list li{
		width: 370px;
		margin-right: 24px;
	}
	.au_c dl{
		width: 400px;
	}
	.au_d li{
		width: 220px;
		margin-right: 54px;
		padding: 25px 20px 25px 20px;
	}
	#case .list li{
		width: 370px;
		margin-right: 28px;
	}
	#case .list li .pic img{
		height: 202px;
	}
	#case .detail_b span{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		font-size: 14px;
	}
	#case .textBox_title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#case .textBox_con{
		font-size: 14px;
	}
	.contact .item .text p{
		font-size: 18px;
	}
	.msg{
		width: 100%;
		margin-bottom: 50px;
	}
	.ct{
		width: 100%;
	}
	.dv_a ul{
		width: 100%;
	}
	.dv_c li{
		width: 380px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.news_a li {
	    width: 250px;
	    margin-right: 9px;
	}
	.news_a li .info_b{
		font-size: 16px;
	}
	.news_a li .info_c span {
	    line-height: 30px;
	    font-size: 12px;
		width: 100px;
	}
	.qs_c li .text1{
		font-size: 20px;
	}
	.qs_c li .text2{
		font-size: 14px;
	}
	.newsD_c a:nth-child(1){
		display: none;
	}
	.newsD_c a:nth-child(2){
		width: 100%;
		margin: 0;
		line-height: 30px;
	}
	.newsD_c a:nth-child(3){
		width: 100%;
		line-height: 30px;
	}
	.proD_a .title{
		font-size: 30px;
	}
	.plan_a ul{
		width: 100%;
	}
	.plan_a li{
		width: 20%;
		margin: 0;
		border: none;
	}
	.plan_a .on{
		background: none;
	}
	.plan_a .on .text{
		color: #7cb247;
	}
	.plan_b {
	    text-align: center;
	    font-size: 30px;
	    margin-bottom: 40px;
	}
	.plan_c1 {
	    width: 340px;
	}
	.plan_c2 {
	    width: 400px;
	}
	.plan_c2_b span {
	    font-size: 12px;
	    line-height: 25px;
	    padding: 0 5px;
	    border: solid 1px #333230;
	    margin: 0 5px 5px 0;
	}
	.plan_c2_a {
	    margin-bottom: 10px;
	}
	.plan_f2 .swiper-container{
		width: 600px;
	}
	.plan_f3 .swiper-container2{
		width: 600px;
	}
	.plan_f3 .swiper-slide .pic{
		width: 280px;
	}
	.plan_f3 .swiper-slide .info{
		width: 300px;
	}
	.plan_f3 .swiper-slide .info_d dt{
		font-size: 12px;
	}
	.plan_f3 .swiper-slide .info_d dd{
		font-size: 12px;
	}
	.plan_f3 .swiper-slide .info_c{
		line-height: 20px;
	}
	.proCase_list li{
		width: 250px;
		margin-right: 9px;
	}
	.proCase_list li .pic img{
		height: 180px;
	}
	.proCase_list li .info {
	    padding: 10px 10px 10px 10px;
	}
	#product .list li a{
		padding: 5px;
	}
	#product .list li .info {
	    width: 380px;
	}
	#product .list li .info_d{
		display: none;
	}
	#product .proD_b1{
		font-size: 30px;
	}
	.proD_e_con_tab {
	    width: 180px;
	}
	.proD_e_con_tab li {
	    width: 160px;
	}
	.proD_e_con_tab li span{
		text-indent: 30px;
		font-size: 16px;
	}
	.proD_e_con_box {
	    width: 560px;
	}
	.proD_e_con_box .item .pic {
	    width: 250px;
	    height: 160px;
	}
	.proD_e_con_box .item .text {
	    width: 290px;
	}
	.qs_a1{
		font-size: 20px;
		    line-height: 55px;
	}
	.sv_list li{
		width: 380px;
		margin-right: 8px;
	}
	.sv_list li .pic{
		height: 300px;
	}
	.sp_a li{
		width: 180px;
		margin-right: 16px;
	}
	.sp_a2 {
	    font-size: 20px;
	}
	.pro_down .content{
		width: 768px;
		box-sizing: border-box;
	}
	.pro_down_c dd{
		width: 500px;
	}
	
}
@media screen and (max-width: 768px) {
	.proBgPic .text{
		bottom: 5px;
	}
	.proBgPic .text dl{
		float: left;
		width: 25%;
		padding: 0;
	}
	.proBgPic .text dt{
		font-size: 14px;
	}
	.proBgPic .text dd{
		font-size: 12px;
	}
	.bgPic-text{
		width: 100%;
	}
	.au_a1 img{
		display: none;
	}
	.au_a2_a{
		width: 100%;
		padding: 0;
	}
	.au_b_tab2 .list dt{
		font-size: 12px;
	}
	.au_b_tab2 .left{
		top: -60px;
	}
	.au_b_tab2 .right{
		top: -60px;
		left: 50px;
		right: unset;
	}
	.au_a{
		margin-bottom: 100px;
	}
	.au_b_list li{
		width: 200px;
		margin-right: 25px;
		padding: 10px;
	}
	.au_b_list dd{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.au_b_list dt{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.au_c{
		background-size: contain;
		height: 300px;
	}
	.au_c dl{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		top: 0;
	}
	.au_c dt{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.au_c dd{
		font-size: 12px;
		line-height: 25px;
	}
	.au_d ul{
		width: 100%;
	}
	.au_d li{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	.au_d dt{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.au_d dd{
		font-size: 14px;
	}
	#case .list li{
		width: 205px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	#case .list li .pic img{
		height: 111px;
	}
	#case .list li .text{
		padding: 10px;
	}
	#case .list li .text1{
		font-size: 12px;
	}
	#case .list li .text2{
		font-size: 16px;
	}
	#case .list li .text4 p{
		font-size: 12px;
		line-height: 20px;
	}
	#case .list li .text5{
		display: none;
	}
	.page .pageLink a{
		width: 40px;
		line-height: 30px;
		font-size: 10px;
	}
	.page .pageLink span{
		width: 40px;
		font-size: 10px;
		line-height: 30px;
	}
	.page_title{
		padding: 0 0 20px 0;
	}
	#case .detail_b span{
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
	}
	#case .detail_b div{
		margin-bottom: 0px;
		font-size: 12px;
	}
	#case .detail_c1{
		width: 100%;
	}
	#case .detail_c2{
		width: 100%;
	}
	.contact .item img{
		width: 40px;
		height: 40px;
	}
	.contact .item .text p{
		font-size: 12px;
		line-height: 25px;
	}
	.contact{
		padding: 20px 0;
	}
	.msg_a{
		width: 100%;
		padding: 15px 15px;
	}
	.msg_a dd{
		width: 250px;
	}
	.msg_a dd textarea {
	    height: 100px;
	}
	.dealerWrap{
		width: 425px;
	}
	.dealer_b{
		width: 100%;
		padding: 20px;
	}
	.dealer_b dd input{
		width: 200px;
	}
	.dealer_c dd{
		font-size: 12px;
	}
	.dealer_c a{
		width: 150px;
		font-size: 16px;
	}
	.dv_a li{
		padding: 10px;
		box-sizing: border-box;
	}
	.dv_a li div{
		width: 100%;
	}
	.dv_a li dl{
		width: 100%;
		padding: 0;
	}
	.dv_a li dt{
		font-size: 16px;
	}
	.dv_a li dd{
		font-size: 12px;
		line-height: 20px;
	}
	.dv_c li{
		width: 205px;
		padding: 10px;
		margin-right: 15px;
	}
	.dv_c1{
		font-size: 10px;
	}
	.proD_a .title{
		width: 100%;
		margin-bottom: 20px;
	}
	.proD_a .nav{
		width: 100%;
	}
	.proD_a .nav a{
		margin-left: 0;
		font-size: 14px;
		margin-right: 20px;
	}
	.proD_a{
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.news_a li{
		width: 205px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.news_a li img{
		height: 130px;
	}
	.news_a li .info{
		padding: 10px;
	}
	.news_a li .info_c{
		display: none;
	}
	.qs_c li{
		margin-bottom: 20px;
	}
	.qs_c li .text{
		padding-left: 20px;
	}
	.qs_c li .text1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.qs_c li .text2 {
		font-size: 12px;
		line-height: 25px;
	}
	.qs_c li .date1{
		font-size: 30px;
	}
	.qs_c li .date2{
		font-size: 16px;
	}
	.newsD_a1{
		font-size: 20px;
	}
	.newsD_a2{
		font-size: 14px;
	}
	.plan_a li .pic img{
		width: 40px;
	}
	.plan_a li .text{
		font-size: 16px;
		font-weight: bold;
	}
	.plan_a{
		margin-bottom: 20px;
	}
	.plan_b{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.plan_c1{
		width: 100%;
		margin-bottom: 20px;
	}
	.plan_c2{
		width: 100%;
	}
	.plan_c2_c{
		font-size: 14px;
	}
	.plan_f2 .swiper-container{
		width: 300px;
	}
	.plan_e1{
		font-size: 20px;
	}
	.plan_f1{
		font-size: 20px;
	}
	.plan_f3 .swiper-container2{
		width: 300px;
	}
	.plan_f3 .swiper-slide .pic{
		width: 100%;
	}
	.plan_f3 .swiper-slide .info_e span{
		display: none;
	}
	.plan_f2 .btn{
		width: 35px;
	}
	
	.plan_f3 .btn{
		width: 35px;
	}
	.positions{
		width: 100%;
	}
	.positions a{
		font-size: 14px;
	}
	.positions span{
		font-size: 14px;
	}
	#product .list li .pic img{
		width: 100%;
		height: 250px;
	}
	#product .list li .info{
		width: 100%;
	}
	#product .list li a{
		padding: 10px;
	}
	#product .list li{
		margin-bottom: 30px;
	}
	.proD_a .nav a{
		font-size: 12px;
		margin-right: 10px;
		line-height: 30px;
	}
	.proD_a .title{
		font-size: 20px;
	}
	#product .proD_b1{
		font-size: 20px;
	}
	#product .proD_b{
		padding-bottom: 30px;
	}
	#product .proD_b3{
		top: 50px;
		right: 50%;
		transform: translateX(50%);
	}
	#product .proD_c{
		font-size: 16px;
	}
	.proD_title{
		font-size: 20px;
	}
	.proD_d_con{
		font-size: 16px;
	}
	.proD_e_con_tab li{
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.proD_e_con_tab{
		width: 100%;
		margin-bottom: 20px;
	}
	.proD_e_con_tab ul{
		width: 100%;
	}
	.proD_e_con_tab .on{
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.proD_e_con_tab li span{
		text-indent: unset;
		text-align: center;
	}
	.proD_e_con_box{
		width: 100%;
	}
	.proD_e_con_box .item .pic{
		width: 200px;
		height: 180px;
	}
	.proD_e_con_box .item .text{
		width: 210px;
		font-size: 14px;
	}
	.proCase_list li .info{
	padding: 20px 30px 10px 30px;
	}
	.proCase_list li .info-a{
		margin-bottom: 15px;
	}
	.proCase_list li .info-a i{
		display: block;
		width: 50px;
		height: 4px;
		background-color: #7cb247;
		transition: all 0.5s ease;
	}
	.proCase_list li .info-b{
		margin-bottom: 20px;
	}
	.proCase_list li .info-b p{
		font-size: 16px;
		line-height: 30px;
		transition: all 0.5s ease;
	}
	.proCase_list li .info-m{ margin-bottom:5px; line-height:30px;}
	.proCase_list li .info-c{ padding-top:20px;}
	.proCase_list li .info-c span{
		display: block;
		width: 80px;
		line-height: 37px;
		text-align: center;
		background-color: #7cb247;
		font-size: 16px;
		color: #FFFFFF;
		transition: all 0.5s ease;
	}
	

	.proCase_list ul{
		width: 100%;
	}
	.proCase_list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.proCase_list li .info-c span{
		/*display: none;*/
	}
	.proCase_list li .pic img{
		height: auto;
	}
	.pro_down .content{
		width: 425px;
	}
	.proD_f_con{
	font-size: 14px;
}
	.pro_down_a{
		font-size: 30px;
	}
	.pro_down_b{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.pro_down .content{
		padding: 20px;
	}
	.pro_down .pro_down_close{
		width: 30px;
		height: 30px;
		background-size: cover;
		right: 10px;
		top: 10px;
	}
	.pro_down_c dl{
		margin-bottom: 10px;
	}
	.pro_down_c dd{
		width: 280px;
	}
	.pro_down_c dd button{
		width: 200px;
		margin-bottom: 10px;
	}
	.qs_a1{
		padding-right: 20%;
		font-size: 16px;
	}
	.qs_a2{
		font-size: 14px;
	}
	.qs_b img{
		width: 80%;
	}
	.sv_a1{
		font-size: 24px;
	}
	.sv_a2{
		width: 100%;
	}
	.sv_a3{
		overflow: hidden;
	}
	.sv_a3 dl{
		float: left;
		width: 33%;
		margin: 0;
	}
	.sv_a3 dt{
		width: 100%;
		margin-bottom: 10px;
	}
	.sv_a3 dd{
		width: 100%;
		padding: 0;
	}
	.sv_list li{
		width: 205px;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.sv_list li .pic{
		height: 150px;
	}
	.sv_list li .info{
		padding: 10px;
	}
	.sv_list li .info-a{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sv_list li .info-b{
		font-size: 14px;
	}
	.sv_list li .info-c span{
		display: none;
	}
	.sp_a ul{
		width: 100%;
	}
	.sp_a li{
		width: 25%;
		margin: 0;
	}
	.sp_a li:nth-child(2){
		border-left: none;
	}
	.sp_a li:nth-child(3){
		border-left: none;
	}
	.sp_a li:nth-child(4){
		border-left: none;
	}
	.sp_a1{
		font-size: 16px;
	}
	.sp_a2{
		font-size: 12px;
	}
	.sp_b .con{
		font-size: 14px;
	}
}

@media screen and (max-width: 425px){
	.swiper-button-next, .swiper-button-prev{
		transform: scale(0.5);
	}
	#case .list li .pic img{
		height: 175px;
	}
	.proBgPic .text{
		bottom: 5px;
	}
	.proBgPic  .swiper-container1{
		display: none;
	}
	.proBgPic  .swiper-container2{
		display: block;
	}
	.proBgPic .text dt{
		font-size: 12px;
	}
	.proBgPic .text dd{
		font-size: 10px;
	}
	#case .detail_b div{
		width: 100%;
	}
	.bgPic-text1{
		font-size: 14px;
	}
	.bgPic-text2 {
	    font-size: 12px;
	}
	.au_b_list li{
		width: 320px;
		margin: 0;
	}
	#case .list ul{
		width: 100%;
	}
	#case .list li{
		width: 100%;
		margin-right: 0;
	}
	.page .pageLink:nth-child(2){
		display: none;
	}
	#case .detail_a{
		font-size: 20px;
	}
	.msg_a dt{
		width: 80px;
	}
	.msg_a dd {
	    width: 200px;
	}
	.msg_a button{
		font-size: 16px;
	}
	.dealerWrap{
		width: 320px;
	}
	.dealer_a{
		font-size: 30px;
	}
	.dealer_b dd span{
		display: none;
	}
	.dealer_c a{
		width: 120px;
		margin: 0 10px;
	}
	.dv_c li {
	    width: 155px;
	    margin-right: 10px;
	}
	.dv_c2{
		font-size: 20px;
	}
	.dv_c3 {
	    font-size: 20px;
	    color: #7cb247;
	}
	.news_a ul{
		width: 100%;
	}
	.news_a li{
		width: 100%;
		margin-right: 0;
	}
	.news_a li img{
		height: 200px;
	}
	.qs_c li .text {
	    padding-left: 10px;
	}
	.qs_c li .text1{
		margin-bottom: 5px;
	}
	.qs_c li .date1{
		font-size: 20px;
	}
	.qs_c li .date2{
		font-size: 12px;
	}
	.qs_c li .text2{
		line-height: 20px;
	}
	.qs_c li .date{
		padding-top: 15px;
	}
	.plan_f2 .swiper-container {
	    width: 250px;
	}
	.plan_f3 .swiper-container2 {
	    width: 250px;
	}
	.plan_f3 .swiper-slide .info{
		width: 250px
	}
	.pro_down .content{
		width: 320px;
	}
	.pro_down_a {
	    font-size: 20px;
	}
	.pro_down_b {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.pro_down_c dt{
		width: 90px;
		font-size: 14px;
	}
	.pro_down_c dd {
	    width: 180px;
	}
	.pro_down_c dd button {
	    width: 130px;
		margin-right: 0;
		font-size: 16px;
	}
	.proD_a .nav a{
		margin-bottom: 10px;
	}
	.proD_e_con_box .item .pic {
	    width: 100%;
	    height: 200px;
		margin-bottom: 10px;
	}
	.proD_e_con_box .item .text{
		width: 100%;
	}
	.sv_list ul{
		width: 100%;
	}
	.sv_list li{
		width: 100%;
		margin-right: 0;
	}
	.sv_list li .pic{
		height: 200px;
	}
	.sp_a li{
		width: 50%;
	}
	.sp_a li:nth-child(1){
		border-bottom: none;
	}
	.sp_a li:nth-child(2){
		border-bottom: none;
	}
	.sp_a li:nth-child(3){
		border-left: solid 1px #d2d2d2;
	}
.proCase_list li .info{
	padding: 20px 30px 10px 30px;
}
.proCase_list li .info-a{
	margin-bottom: 15px;
}
.proCase_list li .info-a i{
	display: block;
	width: 50px;
	height: 4px;
	background-color: #7cb247;
	transition: all 0.5s ease;
}
.proCase_list li .info-b{
	margin-bottom: 20px;
}
.proCase_list li .info-b p{
	font-size: 16px;
	line-height: 30px;
	transition: all 0.5s ease;
}
.proCase_list li .info-m{ margin-bottom:5px;line-height:30px;}
.proCase_list li .info-c{ padding-top:20px;}
.proCase_list li .info-c span{
	display: block;
	width: 80px;
	line-height: 37px;
	text-align: center;
	background-color: #7cb247;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

}
