/*头部*/
body{
	max-width: 6.4rem;
	margin: 0 auto;
}
header{
	position: relative;
}
.header_t{
	background: #fff;
	width: 100%;
	height: 1.2rem;
	display: flex;
}
.header_t_img{
	width: 5.13rem;
	height: 0.8rem;
	margin: auto;
}
.menu{
	background: #009956;
	padding:0rem 0.2rem; 
	box-sizing: border-box; 
	height: 0.9rem;
}
.kecheng{
	display: flex;
}
.kecheng img{
	width: 0.5rem;
	height: 0.5rem;

	margin-right: 0.1rem;
	margin-top: 0.2rem;
}
.kecheng h1{
	line-height: 0.9rem;
	font-size: 0.3rem;
	color: #fff;
}
.menu_r{
	width: 0.45rem;
	height: 0.4rem;
	margin: 0.25rem 0rem;
}
/*轮播*/
.swiper-slide img{
	width: 6.4rem;
	height: 3.2rem;
}
.swiper-pagination-bullet{
	background:#000;
}
.swiper-pagination-bullet-active{
	background:rgb(255,255,255);
}
/*nav*/
.nav{ position: absolute; top: 2.1rem; left: 0; width: 100%; z-index: 1000; background: #FFFFFF; display: none;}
.nav >ul{ border-top: solid .01rem #eee;background: #fff;}
.nav >ul> li{border-bottom: solid .01rem #eee; padding:0rem .2rem; box-sizing: border-box; 
	width: 100%; background: url("../img/nav11.png") center right no-repeat; background-size: 0.4rem 0.4rem; }
.nav >ul >li> a{ line-height: .80rem; color: #687074; width: 100%; display: block;font-size: .18rem;}
.nav >ul >li> h1{ line-height: .80rem; color: #687074; width: 100%; display: block;font-size: .18rem;}
.nav >ul> li:nth-child(1){ background:url("../img/nav.png") center right no-repeat #db761c;  background-size: 0.4rem 0.4rem;}
.nav >ul> li:nth-child(1) a{    color: #FFFFFF;}
.nav_con{ display: none}
.nav_con ul li{ height:  .40rem;border-top: solid .01rem #eee; padding:0rem .15rem 0rem .15rem; box-sizing: border-box; 
	width: 100%; background: url("../img/nav11.png") center right no-repeat; background-size: 0.4rem 0.4rem;}
.nav_con ul li a{ line-height: .40rem; color: #687074; width: 100%; display: block;}

.kechengfuwu{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	overflow-y:auto;
	display: none; 
}
.kecheng_img{
	width: 100%;
	margin-bottom: 0.2rem;
}
.kecheng_img img{
	width: 100%;
}
.kecheng_list{
	width: 100%;
	box-sizing:border-box;
 	padding: 0rem 0.2rem;
}
.ikc_box{
	width: 100%;
}

.ikc_tit{
	height:0.5rem;
	margin-bottom:0.1rem;
}
.ikc_tit h2{
	line-height: 0.5rem;
	font-size: 0.28rem;
	color: #000;
	display: flex;
}

.ikc_tit h2 span{
    display: block;
    width:0.12rem;
    height: 0.12rem;
    margin-top: 0.19rem;
    border-radius: 0px;
    box-sizing: border-box;
    border: 0.03rem solid #009956;
    background: #fff;
    margin-right: 0.08rem;
}
.ikc_list{
	width: 6rem;
	clear: both;
	padding-bottom:0.2rem;
}
.ikc_list ul{
	overflow: hidden;
}
.ikc_list ul li{
	width: 2.4rem;
	float: left;
	margin-left: 0.15rem;
	margin-bottom: 0.2rem;
	background: #fff;
}
.ikc_list ul li:nth-child(3n){
	margin-right: 0;
}
.ikc_list ul li a{
	display: block;
	width: 2.4rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #333;
	box-sizing: border-box;
    border: 0.01rem solid #ccc;
}
.guanbi{
	width: 100%;
	background: #009956;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.28rem;
	text-align: center;
	color: #fff;
}

/*页面底部*/
.footer{
	width: 100%;
}
.footer1{
	background: #141414;
	padding:0.3rem;
}

.footer1 h3{
	font-size: .22rem;
    color: rgb(255, 255, 255);
    line-height: .24rem;
    padding-bottom: .16rem;
}
.footer1_lc{
	display: flex;
}
.footer1_lcl{
	width: .25rem;
	height: 1.03rem;
	margin-top: .12rem;
}





.footer2{
	background: #0c0c0c;
	width: 100%;
	height: .80rem;
	font-size: .14rem;
	line-height: .80rem;
	text-align: center;
	color: #666;
}
.footer2 a{
	display: inline-block;
	color: #666;
}

.decoration4{
	width: .45rem;
    height: .02rem;
    border-radius: .02rem;
    background-color: #e51717;
    margin-bottom: .20rem;
}
.footer1_lcr{
	flex: 1;
	height: 1.29rem;
}
.footer1_lcr p{
	font-size: .15rem;
    color: rgb(131, 132, 134);
    line-height: .42rem;
}
/*分页*/
.pagination{
	padding:  .20rem 0;
	display: flex;justify-content: center;
}
.pagination ul a{
	width:  .80rem;
    height:  .48rem;
    line-height:  .48rem;
    background: #dedede;
    cursor: pointer;
    border-radius:  .04rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 .03rem;
    user-select: none;
    font-size: .24rem;
}

.pagination ul .num a{
	width:  .35rem;
}
.pagination ul span a{
	font-size:  .24rem;
}
.pagination .fy-active{
	background: #e51717;
	color: #fff;
}
/*public*/

.cont h1{
	font-size: 0.3rem;
	color: #009956;
	line-height: 2;
	padding-top: 0.26rem;
	text-align: center;
}
.decoration{
	width: 0.6rem;
	height: 0.04rem;
    background-color: #db761c;
	margin: 0 auto;
    border-radius: 0.02rem;
}
.cont h2{
	font-size: 0.2rem;
	color: #666;
	line-height: 0.3rem;
	padding: 0.1rem 0 0.22rem;
	text-align: center;
}
.cont_us h1{
    color: #fff;
}
.cont_us h2{
    color: #fff;
}