﻿/* 手机 mobile start*/
@media (max-width: 767px) {
body{
	background-size:100% auto;
	font-size:14px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}

.wrapin{
	width:100%;
}
.banner{
	height: 50vw;
}
.banner .swiper-slide,.banner .swiper-slide a{
	height: 50vw;
	display: block;
}
.banner .swiper-slide img{
	object-fit:cover;
	height: 100%;
}

.h_head{
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	margin:0 0 10px 0;
}
.h_head .s1{
	font-size:35px;
	color:#ededed;
	font-weight: bold;
}
.h_head .s2{
	color:#333;
	font-size:16px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 20px;
}
.h_head i{
	display: block;
	width: 30px;
	height: 3px;
	background:#8cba5e;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left:-15px;
}
.h_head .more{
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background:#eee;
	border-radius:15px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top:-15px;
}
.h_head .more:hover{
	color:#fff;
	background:#8cba5e;
}

.h_news{
	padding-bottom:20px;
}
.hn_slider{	
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.hn_slider a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.hn_slider img{
	display: block;
	width: 100%;
	height: auto;
}
.hn_slider .name{
	height: 46px;
	line-height: 46px;
	color:#fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 60;
	background:rgba(0,0,0,0.5);
}
.hn_slider .nm{
	text-indent:2em;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_slider .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:50px;
  width: 100%;
}
.hn_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  opacity: 1;
  margin: 0 3px;
  cursor: pointer;
}
.hn_slider .swiper-pagination-bullet-active {
  background: #8cba5e;
}
.hn_list{
	padding:0 3%;	
}
.hn_item{
	display: block;
	height: 95px;
	border-bottom:1px solid #ddd;
	margin:10px 0;
	position: relative;
}
.hn_item:last-child{
	margin-bottom:0;
}
.hn_item .date{
	position: absolute;
	left: 0;
	top: 8px;
	width: 70px;
	height: 70px;
	text-align: center;
	background:#f2f2f2;	
}
.hn_item .date dt{
	height: 44px;
	line-height: 44px;
	font-size:20px;
	font-weight: bold;
	color:#999;
}
.hn_item .date dd{
	line-height: 16px;
}
.hn_item .inf{
	padding-left:80px;
}
.hn_item .inf dt{
	height: 35px;
	line-height: 35px;
	font-size:16px;
}
.hn_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_item .inf dd{
	line-height: 21px;
	font-size:14px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:42px;
}

.h_pro{
	padding-bottom:10px;
}
.hp_slider{	
	width: 100%;
	height: auto;
	background:#fff;
	position: relative;
	overflow: hidden;
}
.hp_slider .swiper-slide{
	width: 100%;
	height: auto;
	background:#fff;
}
.hp_slider .photo{	
	display: block;
	width: 100%;
	height: auto;
}
.hp_slider .intro{	
	padding:15px;
	width: 100%;
	box-sizing:border-box;	
}
.hp_slider .title{
	padding-bottom:28px;
	font-size:16px;
}
.hp_slider .tip{
	font-size:14px;
	line-height: 25px;
	color:#999;
	padding-bottom:25px;
}
.hp_slider .more{
	font-size:14px;
	color:#8cb95e;
}
.hp_btns{
	width: 100%;	
	background:#8cba5e;
}
.hp_btn{	
	border-bottom:1px solid #b9d59d;
	cursor: pointer;
	color:#fff;
	text-align: center;
	line-height: 2.2;
	padding:8px 0;
}
.hp_btn dt{	
	height: 45px;
}
.hp_btn img{
	display: block;
	width: 40px;
	height: 40px;
	margin:0 auto;
}
.hp_btn:hover,.hp_btn.hover{
	background:#244e3b;
}
.hp_btn:last-child{
	border:0;
}

.h_about .cright{
	padding:0 3%;
	line-height: 2;
}
.h_about .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius:20px;
	background:#8cba5e;
	text-align: center;
	font-size:14px;
	color:#fff;
	margin:15px auto;
}
.h_about .photo{
	display: block;
	width: 100%;
	height:auto;
}

.hc_slider{
	width: 94%;
	margin:0 auto;
}
.hc_slider .swiper-slide{
	background:#fff;
}
.hc_item{
	display: block;
	width: 100%;
	background:#fff;
}
.hc_item img{
	display: block;
	width: 100%;
	height:auto;
}
.hc_item .name{
	padding:10px 15px;
}
.hc_item .nm{
	line-height: 20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 40px;
}

.h_case .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius:20px;
	background:#8cba5e;
	text-align: center;
	font-size:14px;
	color:#fff;
	margin:20px auto;
}

.cm_banner{
	height: 50vw;
	background-repeat:no-repeat;
	background-position:top center;
	position: relative;
}
.cm_banner .flg{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.3);
}
.cm_banner dl{
	width: 100%;
	text-align: center;
	color:#fff;
	line-height: 1.6;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cm_banner dt{
	font-size:26px;
	font-weight: bold;
}
.cm_banner dd{
	font-size:15px;
}
.now_pos{
	min-height: 50px;
	line-height: 50px;
	background:#f7f7f7;
	font-size:14px;
	padding:0 3%;
}
.cm_navs{	
	padding-left:32px;
	background:url(../images/homea.png) no-repeat left center;
}

.cn_top{
	width: 94%;
	margin:0 auto 20px auto;
}
.cn_item{
	width: 100%;
	padding:20px 0;	
	border-radius:10px;
	box-shadow:0 0 15px rgba(0,0,0,0.15);	
	text-align: center;	
	margin-top:20px;
}
.cn_item img{
	display: block;
	width: 70px;
	height: 70px;
	margin:0 auto;
}
.cn_item dt{
	line-height: 1.8;
	font-size:18px;
}
.cn_item dd{
	color:#999;
	font-size:14px;
	line-height: 1.8;
}

.cn_map{
	width: 94%;
	margin:0 auto 20px auto;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	box-sizing:border-box;
	padding:15px;
}
.cn_map .ico{
	height: 50px;
}
.cn_map .title{
	height: 46px;
	line-height: 46px;
	font-size:16px;
	position: relative;
	margin-bottom:10px;
}
.cn_map .title i{
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#8cb95e;
}
.cn_map .tip{
	color:#999;
	font-size:14px;
	line-height: 20px;
	padding-bottom:10px;
}
.cn_map .map{	
	display: block;
	width: 100%;
	height: 50vw;
}
.cn_map .temp{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.faq_page{
	padding:15px;
}
.faq_fm{
	width: 100%;
	box-sizing:border-box;
	margin:0 auto;
	background:#f7f7f7;
	padding:0 0 0 0;
}
.faq_in{
	
}
.faq_in .tit{	
	line-height: 50px;
	padding:0 15px;
}
.faq_in .out{
	padding:0 15px;
}
.faq_in .text{
	width: 100%;	
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	border:1px solid #ddd;
	font-size:16px;
	box-sizing:border-box;	
}
.faq_in .cnt{	
	border:1px solid #ddd;
	padding:10px 10px;
	width: 100%;
	box-sizing:border-box;
	height: 135px;
	resize:none;
	font-size:16px;
}
.faq_in .im_code{
	width: 140px;
	height: 42px;
	float: left;
	margin:15px 20px 20px 15px;
}
.faq_in .im_code img{
	display: block;
	width: 140px;
	height: 42px;
}
.faq_in .send{
	display: block;
	width: 200px;
	height: 42px;
	clear: both;
	margin:20px auto;
	background:#8cb95e;
	font-size:16px;
	line-height: 42px;
	text-align: center;
	color:#fff;
}

.cm_child a{
	float: left;
	margin:0 12px 0 0;
	height: 50px;
	line-height: 50px;
	font-size:14px;
	box-sizing:border-box;
}
.cm_child a:hover,.cm_child a.hover{
	border-bottom:2px solid #8cba5e;
}

.gs_intro{
	width: 94%;
	margin:15px auto 0 auto;
}
.gs_intro .photo{	
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.gs_intro .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.gs_intro .name{
	height: 42px;
	line-height: 42px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	text-align: center;
	color:#fff;
}
.gs_intro .intro{
	
}
.gs_intro .title{
	font-size:16px;
	color:#8cb85e;
	padding:15px 0;
}
.gs_intro .tip{
	font-size:14px;
	line-height: 2;
}

.gs_sup{
	width: 94%;
	margin:15px auto 0 auto;
}
.gs_sup .intro{	
	font-size:14px;
	line-height: 2;
	padding:15px 0;
}
.gs_sup .photo{	
	display: block;
	width: 100%;
}
.gs_ends{
	width: 94%;
	margin:15px auto;	
	background:#f9f9f9;
	overflow: hidden;
}
.gs_ends .item{	
	height: 130px;
	padding-top:10px;	
	border-bottom:1px solid #eee;
}
.gs_ends .item:last-child{
	border:0;
}
.gs_ends .item img{
	display: block;
	width: 50px;
	height: 50px;
	margin:0 auto;
}
.gs_ends .tip{
	padding:10px 20px 0 20px;
	text-align: center;
	font-size:14px;
	line-height: 21px;
}

.news_list{
	width: 94%;
	margin:0 auto;
}
.ne_item{
	padding:15px 0 15px 110px;
	position: relative;
	border-bottom:1px solid #eee;
}
.ne_item .photo{	
	display: block;
	width: 100px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 20px;
}
.ne_item .photo img{
	display: block;
	width: 100px;
	height: 60px;
}

.ne_item .name{
	line-height: 20px;	
	font-size:16px;
}
.ne_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_item .tip{
	line-height: 16px;
	color:#999;
	font-size:12px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height:32px;
}
.ne_item .more{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border:1px solid #8cba5e;
	border-radius:16px;
	margin-top:5px;
	text-align: center;
	font-size:14px;
	display: none;
}
.ne_item .more:hover{
	color:#fff;
	background:#8cba5e;
}
.page{
	padding:20px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin:0 2px;
	border:1px solid #c2c2c2;
    padding:0;
}
.page a:hover,.page .hover{
    display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin:0 2px;
	border:1px solid #c2c2c2;
    padding:0;

	color:#fff;
	border-color:#8cba5e;
	background:#8cba5e;
}

.page a[disabled]{
	cursor:not-allowed;
    opacity: .35;
    background:#fff;
    color:inherit;
}

.pic_list{
	width: 94%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.p_item{
	display: block;
	margin:15px 0 0 0;
	background:#f7f7f7 url(../images/p_more.png) no-repeat right bottom;
	padding-bottom:15px;
}
.p_item .photo{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:10px;
}
.p_item .name{
	margin:10px 15px;
	font-size:16px;
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.pro_list{
	width: 94%;
	margin:0 auto 15px auto;
}
.pro_item{
	margin-top:15px;
}
.pro_item .photo{	
	width: 100%;
	height: auto;
	display: block;
}
.pro_item .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.pro_item .intro{	
	padding:0 0 0 0;
}
.pro_item .name{
	padding:15px 0;
	font-size:18px;
}
.pro_item p{
	font-size:14px;
	line-height: 22px;
	color:#999;
}
.pro_item .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border:1px solid #8cba5e;
	border-radius:22px;
	text-align: center;
	font-size:14px;
	margin-top:10px;
}
.pro_item .more:hover{
	color:#fff;
	background:#8cba5e;
}

.vi_cnt{
	width: 94%;
	margin:15px auto;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	padding:15px 15px 0 15px;
	box-sizing:border-box;
}
.vi_head{
	text-align: center;
	border-bottom:1px solid #eee;
}
.vi_head .title{
	line-height: 24px;
	font-size:16px;
	color:#333;
}
.vi_head .date{
	line-height: 35px;
	color:#999;
	font-size:12px;
}
.vi_article{
	padding:15px 0;
	font-size:14px;
	line-height: 1.8;
}
.vi_article img{
	display: block;
	width: 100%;
	height:auto;
}
.vi_article .lis{
	float: none;
	width: 100%;
}
.vi_article .lis li{	
	position: relative;
	line-height: 1.8;
	padding-bottom:10px;
}
.vi_article .tit{	
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#eee;
	font-size:15px;
	color:#8cba5e;
	margin-bottom:10px;
}

.ab_toper{
	width: 94%;
	margin:15px auto 0 auto;
}
.ab_toper .photo{	
	display: block;
	width: 100%;
}
.ab_toper dl{		
	line-height: 2;
}
.ab_toper dt{
	font-size:15px;
	line-height: 1.6;
	padding:12px 0;
	color:#8cba5e;	
}

.ab_dws{
	width: 94%;
	margin:15px auto;
}
.ab_dws .item{	
	text-align: center;
	padding-bottom:20px;
}
.ab_dws img{
	display: block;
	width: 83px;
	height: 83px;
	margin:0 auto;
}
.ab_dws .name{
	font-size:24px;
	color:#70ac46;
	line-height: 70px;
}
.ab_dws .name2{
	color:#244d3a;
}
.ab_dws p{
	padding:0 0;
	line-height: 1.8;
	text-align:left;
}

.ab_sup{
	width: 94%;
	margin:0 auto;	
	background:#f9f9f9;
	overflow: hidden;
}
.ab_sup .item{			
	border-bottom:1px solid #eeeeee;
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom:15px;
}
.ab_sup dt{
	padding-top:10px;
	line-height: 46px;
	font-size:15px;
	font-weight: bold;
	color:#8cb95e;
}
.ab_sup dt span{
	font-size:30px;
}

.ab_com{
	width: 94%;
	margin:0 auto 15px auto;
}
.ab_com .head{
	padding:15px 0;
	text-align: center;
}
.ab_com .head dt{
	font-size:18px;
	color:#8cb85e;
}
.ab_com .head dd{
	color:#ddd;
	font-size:12px;
	line-height: 1.6;
}
.ab_com .item{
	display: block;
	width: 100%;
	padding-bottom:15px;
}
.ab_com .item img{
	display: block;
	width: 100%;
}
.ab_com .name{
	font-size:16px;
	color:#8cb95e;
	line-height: 3;
}
.ab_com .tip{
	line-height: 1.8;
	font-size:14px;
	color:#999;
}

/* 手机 mobile end*/	
}
