 .list-nav{
	 
	 font-size:14px;
	 line-height:1.6;
	 padding:20px 30px;
	 }
 .list-nav .list-item{
	 display:flex;
	 align-items:center;
	 padding:20px 0;
	 }
.list-nav .one{
	padding-right:15px;
	position:relative;
	max-width:200px;
	font-weight:bold;
	}
.list-nav .one:after,.list-nav .two .ite .t-nav:after{
	content:'';
	width:5px;
	height:5px;
	background:#fff;
	border-top:#6cccb6 1px solid;
	border-left:#6cccb6 1px solid;
	
	position:absolute;
	right:-3px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg)}
.list-nav .two{
	
	border-left:#6cccb6 1px solid;
		
	border-radius:10px 0 0 10px;
	}

.list-nav .two .ite{
	display:flex;
	align-items:center;
	padding:10px 0px 10px 30px;
	position:relative;
	}
.list-nav .two .ite .t-nav{
	padding-right:15px;
	position:relative;
	}
.list-nav .two .ite:after,.list-nav .three .ites:after{
	content:'';
	width:10px;
	height:1px;
	background:#6cccb6;
	left:10px;
	position:absolute;
	top:50%;
	}
.list-nav .three{
	border-left:#6cccb6 1px solid;
	border-radius:10px 0 0 10px;
	}
.list-nav .three .ites{
	padding:5px 0 5px 30px;
	position:relative;
	}
.list-nav .three .ites a:hover{
	color:#009c76}
.page-banner{
	background-repeat: no-repeat;
	background-size: auto 350px;
	background-position: center;
	height: 350px;
	
}
.page-banner .main{
	position: relative;
	height: 350px;
	overflow: hidden;
}

.page-banner .main .txt{
	position: absolute;
	left: 50px;
	top: 30%;

	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.2);
	
}
.page-banner .main .txt h3{
	font-size:40px;	
	color: #008c69;
    
	position: absolute;
	left: 0;
	bottom: 30px;
}
.page-banner .main .txt h3:After{
	content: "";
	width: 300px;
	height:1px;
	background: rgba(0,140,105,0.4);
	position: absolute;
	right: -320px;
	top: 40px;
}
.page-banner .main .txt p{
	color: rgba(0,140,105,0.2);
	
	font-family: IMPACT;
	font-size: 50px;	
	white-space: nowrap;
}
.page-banner .main .txt .tips{
	font-size: 14px;
	color: rgba(0,140,105,0.8);
	padding-top: 25px;
	font-weight: bold;
}
.page-content{
	font-size: 0;
	padding: 40px 0;
}
.page-content .page-left,.page-content .page-right{
	display: inline-block;
	vertical-align: top;
}
.page-content  .page-left{
	width: 220px;
	background: #fff;
}
.page-content  .page-left .l-top dt{
	width: 100%;
	background: #009c76;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 35px 0;
	position: relative;
	overflow: hidden;
	font-weight:bold
}
.page-content  .page-left .l-top dt:before{
	content: '';
	width: 200px;
	height: 400px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: -140px;
	top: -200px;
	transform: rotate(45deg);
	background: linear-gradient(to top right, rgba(255, 255, 255,0.4), rgba(255, 255, 255,0));
}
.page-content  .page-left .l-top dt:after{
	content: '';
	width: 200px;
	height: 400px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	right: -140px;
	top: -100px;
	transform: rotate(45deg);
	background: linear-gradient(to bottom left, rgba(255, 255, 255,0.4), rgba(255, 255, 255,0));
}
.page-content  .page-left .l-top dd{
	font-size: 14px;
}
.page-content  .page-left .l-top dd a{
	display: block;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	border-bottom: #eee 1px solid;
	position: relative;
}
.page-content  .page-left .l-top dd a:after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	position: absolute;
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.l-contact{
	padding: 20px;
}
.l-contact .img{
	width: 100%;
	
	background: #eee;
}
.page-content .page-right{
	background: #fff;
	width: 960px;
	margin-left: 20px;
}
.page-content .page-right .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: #eee 1px solid;
}
.page-content .page-right .title h1{
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.page-content .page-right .crumbs{
	color: #009c76;
	font-size: 14px;
}
.about-content{
	line-height: 1.8;
	font-size: 14px;
	padding: 20px;
}
.about-list{
	background: #fff;
	padding: 10px;
}
.about-list li{
	display: inline-block;
	vertical-align: top;
	width: 313px;
}
.about-list li a{
	display: block;
	padding: 10px;
}
.about-list li a .img{
	width: 100%;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.about-list li a .img img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.about-list li a .name{
	font-size: 16px;
	color: #009c76;
	
	line-height:1.6;
}
.about-list li a .txt{
	font-size: 12px;
	line-height: 1.6;
	color: #999;
}
.about-list li a .time{
	font-size: 12px;
	color: #999;
	padding-top: 15px;
}
.honor-list li{
	width: 235px;
}
.honor-list li a .img{
	height: 165px;
}
.honor-list li a .name{
	text-align: center;
	font-size: 15px;
}
.licheng{
    padding: 50px 0;
}
.lc-content .ite{
    padding: 50px 20px 50px 35px;
    position: relative;
}
.lc-content .ite::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #aaa;
}
.lc-content .ite:first-child::after{
    background: #009c76;
}
.lc-content .ite::before{
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: #aaa 1px solid;
    position: absolute;
    left: 14px;
    top: 0;
    background: #fff;
    z-index: 99;
}
.lc-content .ite:first-child::before{
    border: #009c76 1px solid;
}
.lc-content .ite .year{
    font-family: IMPACT;
    font-size: 24px;
    left: 35px;
    position: absolute;
    color: #999;
    top: -5px;
}
.lc-content .ite:first-child .year{
    color: #009c76;
}
.lc-content .ite li{
    padding: 0;
}
.lc-content .ite li .date{
    font-size: 18px;
    font-family: IMPACT;
    position: relative;
    color: #999;
}
.lc-content .ite:first-child li .date{
	color: #009c76;
}
.lc-content .ite li .date:after{
	content: '';
	width: 14px;
	height: 1px;
	background: #999;
	position: absolute;
	left: -20px;
	top: 3px;
}
.lc-content .ite:first-child li .date:after{
	background: #009c76;
}
.lc-content .ite li .txt{
    line-height: 1.8;
    font-size: 14px;
    padding: 20px 0;
}
.lc-content .ite:first-child li .txt{
	color: #009c76;
}
.pro-fl{
	font-size: 0;
	padding: 15px 0;
}
.pro-fl li{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin:10px 20px 10px 0;
	background: rgba(0,156,118,0.1);
	padding: 20px;
	border-radius: 10px;
}
.pro-fl li .img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.pro-fl li .img img{
	width: auto;
	height: 100%;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.pro-fl li .img,.pro-fl li .pro-txt-content{
	display: inline-block;
	vertical-align: middle;
}
.pro-fl li .pro-txt-content{
	width: 310px;
	padding-left: 30px;
}
.pro-fl li .pro-txt-content .pro-name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.pro-fl li .pro-txt-content .pro-txt{
	font-size: 14px;
	line-height: 1.8;
	color: #999;
}
.pro-fl li:nth-child(2n){
	margin-right: 0;
}
.current{
	background: #009c76;
	color: #fff;
}
.pro-menu{
	background: rgba(0,156,118,0.1);
	display: none;
}
.page-content .page-left .l-top dd .pro-menu a{
	border-bottom: rgba(255,255,255,0.5) 1px solid;
}
.three-nav{
	padding: 13px 20px 0 20px;
	display:none;
}
.three-nav a{
	display: inline-block;
	font-size: 14px;
	/*width: 100px;*/
	height: 35px;
	line-height: 32px;
	border: #eee 1px solid;
	text-align: center;
	margin:7px 14px 7px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	background: #fff;
	transition: all .5s ease;
	color: #333;
	padding:0 7px;
}
.three-nav a.active{
	background: #009c76;
	color: #fff;
}
.three-nav a:hover{
	background: #009c76;
	color: #fff;
}
.pro-content li{
	width: 293px;
	border: #eee 1px solid;
	margin:10px;
	border-radius:5px;
	transition: all .5s ease;
	box-shadow: 0 0 20px rgba(0,156,118,0);
}

.pro-content li a .img{
	width: 100%;
	padding-bottom: 100%;
}
.pro-content li:hover{
   box-shadow: 0 0 20px rgba(0,156,118,0.2);
   border: rgba(0,156,118,0.2) 1px solid;
}
.pro-detail{
	padding: 30px 20px;
}
.pro-detail .p-d-head .img,.pro-detail .p-d-head .text{
	display: inline-block;
	vertical-align: top;
}
.pro-detail .p-d-head .text{
	width: 620px;
	font-size: 14px;
	padding-left: 30px;
}
.pro-detail .p-d-head .text .name{
	font-weight: bold;
	color: #333;
	font-size: 20px;
	
}
.pro-detail .p-d-head .text .js{
	padding: 20px 0;
	border-bottom: #ddd 1px dotted;
	line-height: 1.8;
	color: #333;
}
.pro-detail .p-d-head .text .gg{
	padding: 15px 0;
}
.pro-detail .p-d-head .text .gg li{
   padding: 7px 0;
}
.pro-detail .p-d-head .img{
	width: 300px;
}
.pro-detail .p-d-head .tel{
	border-top: #ddd 1px dotted;
	
	font-size: 18px;
	background: url(../images/tel.png) no-repeat left center / 24px;
	padding: 30px 0 30px 34px;
	color: #009c76;
}
.pro-detail .p-d-head .tel span{
	font-size: 16px;
	font-weight: bold;
}
.pro-parameter{
	
}
.pro-parameter .item{
	padding:30px 20px 20px;
	background: #f4f4f4;
	border: #eee 1px solid;
	border-radius: 10px;
	margin-top: 40px;
	position: relative;
}
.pro-parameter .item .par-name{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 20px;
	top: -10px;
}
.pro-parameter .item .txt{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.par-ul li{
	max-width: 33.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	padding: 7px 20px 7px 0;
	
}
.par-ul dd{
	font-size: 14px;
	color: #333;
	max-width: 50%;
    line-height: 1.8;
	padding: 7px 30px 7px 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/dui.png) no-repeat left 12px / 16px;
}
.news-list .item{
	padding: 30px 20px;
	border-bottom: #eee 1px solid;
}
.news-list .item .img,.news-list .item .text-content{
	display: inline-block;
	vertical-align: middle;
}
.news-list .item .img{
	width: 200px;
	height: 140px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
.news-list .item .img img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.news-list .item .text-content{
	width: 720px;
	padding-left: 30px;
}
.news-list .item .name{
	font-size: 18px;
	color: #333;
}
.news-list .item  .txt{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	padding: 20px 0;
}
.news-list .item .time{
	font-size: 12px;
	color: #aaa;
}
.news-detail .n-d-head{
	padding:30px 20px;
	border-bottom: #eee 1px solid;
}
.news-detail .n-d-head h1{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1.6;
}
.news-detail .n-d-head .time{
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	color: #aaa;
}
.news-detail .n-d-head .time span:after{
	content: '|';
	margin: 0 10px;
}
.news-detail .n-d-head .time span:last-child:after{
	content: '';
}
.news-list .item .time span{
	padding-right: 15px;
}
.n-d-content{
	padding: 30px 20px;
	line-height: 1.8;
	font-size: 14px;
}
.mar-head{
	text-align: center;
}
.mar-head .en{
	font-size: 40px;
	font-family: IMPACT;
	text-transform: uppercase;
	color: rgba(0,156,118,0.2);
}
.mar-head .cn{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: -20px;
	color: #000;
	text-transform: uppercase;
}
.mar-txt{
	font-size: 14px;
	line-height: 1.8;
	padding-top: 30px;
	text-align: center;
	color: #666;
}
.fb-img{
	padding: 40px 0;
}
.mar-left{
	text-align: left;
}
.contact-content{
	padding:0 40px;
}
.contact-content dl{
	padding: 50px 0 70px 0;
}

.contact-content dd{
	width: 33.33%;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 60px 0 0;
	text-align: center;
	font-weight: bold;
	color: #009c76;
}
.contact-content dd.add{
	background: url(../images/add.png) no-repeat center top / 40px;
}
.contact-content dd.tel{
	background: url(../images/ctel.png) no-repeat center top / 40px;
}
.contact-content dd.email{
	background: url(../images/cemail.png) no-repeat center top / 40px;
}
.shichang .item{
	border-top:#333 1px dotted;
	position: relative;
	padding: 30px 0;
}
.shichang .item .con-title{

	font-size: 15px;
	font-weight: bold;
	color: #009c76;
	padding-bottom: 15px;
	background: #fff;

}
.shichang .item .sc-list ul{
	display: inline-block;
	width: 33.33%;
}
.shichang .item .sc-list ul li{
	font-size: 14px;
	color: #333;
	padding: 7px 0;
}
.shichang .item .sc-list ul li:first-child{
	font-weight: bold;
}
.join-contant{
   padding: 0 20px;
}
.join .ite{
    background: #fff;
    padding: 30px 0;
    position: relative;
}
.join .ite::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;

}
.join .ite .zhiwei{
    font-size: 20px;
    color: #008c69;
}
.join .ite .money{
    font-size: 14px;
    padding: 15px 0;
    color: #008c69;
}
.join .ite ol{
    padding-bottom: 0px;
}
.join .ite .zz{
    font-size: 15px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;
}
.join .ite li{
    padding: 6px 0;
    font-size: 14px;
    list-style:decimal inside;
}
.page-search{
	padding:15px 20px;
	border-bottom:#eee 1px solid;
	}
.page-search form{
	display:flex;
	}
.page-search input{
	width:85%;
	height:45px;
	line-height:45px;
	padding:0 20px;
	border-radius:45px;
	border:#ddd 1px solid;
	}
.page-search button{
	height:45px;
	border-radius:45px;
	background:#008c69;
	color:#fff;
	margin-left:15px;
	flex:1;
	font-size:16px;
	}
#loadMore{
	font-size:16px;
	text-align:center;
	padding:15px 0;
	}
.two-nav-desc{
	font-size:14px;
	line-height:1.6;
	padding:0 15px;
	}
@media screen and ( max-width: 980px ) {
.page-search{
	padding:0.3rem;
	border-bottom:#eee 1px solid;
	}

.page-search input{
	width:75%;
	height:1rem;
	line-height:1rem;
	padding:0 0.2rem;
	border-radius:1rem;
	
	}
.page-search button{
	height:1rem;
	border-radius:1rem;
	
	margin-left:0.2rem;
	flex:1;
	font-size:0.4rem;
	}
.page-banner{
	

	background: no-repeat -9.333333rem top / auto 4.666667rem;
	height: 4.666667rem;
	
}
.page-banner .main{

	height:4.666667rem;

}

.page-banner .main .txt{

	left: 0.666667rem;

	
	
}
.page-banner .main .txt h3{
	font-size:0.666667rem;	

	left: 0;
	bottom:-.3rem;
}
.page-banner .main .txt h3:After{
	display:none;
	


	right: -5.6rem;
	top: 0.666667rem;
}
.page-banner .main .txt p{
	
	font-size:0.8rem;	

}
.page-banner .main .txt .tips{
	display:none;

}
.page-content{

	padding: 0 ;
}

.page-content  .page-left{
	display: none;
}

.l-contact{
	padding: 20px;
}

.page-content .page-right{

	width: 100%;
	margin-left: 0px;
}
.page-content .page-right .title{

	padding: 0.4rem 0.266667rem;
	border-bottom: #eee 1px solid;
}
.page-content .page-right .title h1{
	font-size:0.426667rem;


}
.page-content .page-right .crumbs{

	font-size: 0.32rem;
}
.about-content{

	font-size: 0.346667rem;
	padding: 0.4rem 0.266667rem;
}
.about-list{
	background: #fff;
	padding:0.266667rem 0.266667rem;
}
.about-list li{
	
	width: 100%;
}
.about-list li a{
	padding: 0.266667rem 0;
}
.about-list li a .img{
	width: 100%;
	height: 6rem;

}

.about-list li a .name{
	font-size: 0.4rem;
	
	padding: 0.4rem 0;

}
.about-list li a .txt{
	font-size: 0.32rem;


}
.about-list li a .time{
	font-size: 0.293333rem;

	padding-top: 0.4rem;
}
.licheng{
    padding: 0.8rem 0;
}
.lc-content .ite{
    padding: 0.933333rem 0.266667rem 0.933333rem 0.933333rem;
}
.lc-content .ite::after{
  
    left: 0.4rem;
 
}

.lc-content .ite::before{
   
    width: 0.293333rem;
    height: 0.293333rem;


    left:0.24rem;

}

.lc-content .ite .year{
   
    font-size: 0.56rem;
    left: 0.866667rem;

    top: -0.066667rem;
}

.lc-content .ite li .date{
    font-size: 0.4rem;
  
}

.lc-content .ite li .date:after{
	
	width: 0.32rem;

	left: -0.506667rem;
	top: 0.08rem;
}

.lc-content .ite li .txt{

    font-size: 0.32rem;
    padding: 0.4rem 0;
}
.pro-fl{

	padding: 0.4rem 0;
}
.pro-fl li{

	width: 100%;
	margin:0.2rem 0px 0.2rem 0;
	
	padding: 0.4rem;
	border-radius: 0.266667rem;
}
.pro-fl li .img{
	width: 1.8rem;
	height: 1.8rem;

}


.pro-fl li .pro-txt-content{
	width:6.666667rem;
	padding-left: 0.4rem;
}
.pro-fl li .pro-txt-content .pro-name{
	font-size:0.373333rem;

}
.pro-fl li .pro-txt-content .pro-txt{
	font-size: 0.266667rem;
	line-height: 1.6;

}
.three-nav{
	padding:0.266667rem;
	display:none;
}
.three-nav a{

	font-size: 0.293333rem;
	width:auto;
	height: 0.8rem;
	line-height: 0.746667rem;
	
	margin:0.2rem 0.4rem 0.2rem 0;

}

.pro-content li{
	width: 100%;
	border: #eee 1px solid;
	margin:0.266667rem 0;
	padding-bottom: 0.266667rem;
	transition: all .5s ease;
	box-shadow: 0 0 20px rgba(0,156,118,0);
}
.pro-content li:first-child{
	margin-top: 0;
}
.pro-content li a{
	padding: 0.266667rem;
}
.pro-detail{
	padding: 0.4rem 0.266667rem;
}

.pro-detail .p-d-head .text{
	width: 100%;
	padding-left: 0px;
	padding-top: 0.533333rem;
}
.pro-detail .p-d-head .text .name{
	
	font-size: 0.533333rem;
}
.pro-detail .p-d-head .text .js{
	padding: 0.4rem 0;
	font-size: 0.32rem;

}
.pro-detail .p-d-head .text .gg{
	padding: 0.266667rem 0;
	font-size: 0.32rem
}
.pro-detail .p-d-head .text .gg li{
   padding: 0.186667rem 0;
}
.pro-detail .p-d-head .img{
	width: 100%;
}
.pro-detail .p-d-head .tel{
	

	font-size:0.453333rem;
	background: url(../images/tel.png) no-repeat left center / 0.533333rem;
	padding: 0.533333rem 0 0.533333rem 0.8rem;

}
.pro-detail .p-d-head .tel span{
	font-size: 0.4rem;
	
}
.pro-parameter{
	
}
.pro-parameter .item{
	padding:0.666667rem 0.4rem 0.4rem;
	
	border-radius: 0.266667rem;
	margin-top: 0.666667rem;
	position: relative;
}
.pro-parameter .item .par-name{
	font-size: 0.453333rem;
	
	left: 0.4rem;
	top: -0.266667rem;
}
.pro-parameter .item .txt{
	font-size: 0.32rem;
	
}

.par-ul li{
	width: 50%;
	
	font-size: 0.32rem;
	padding-right: 0.266667rem;
	padding: 0.133333rem 0;
	
}
.par-ul dd{
	font-size: 0.32rem;
	
	width: 100%;
  
	padding: 0.133333rem 0 0.133333rem 0.48rem;

	background: url(../images/dui.png) no-repeat left 0.24rem / 0.346667rem;
}
.news-list .item{
	padding: 0.533333rem 0.266667rem;
	
}

.news-list .item .img{
	width: 9.466667rem;
	height: 6.626667rem;

}

.news-list .item .text-content{
	width:100%;
	padding: 0;
}
.news-list .item .name{
	font-size: 0.426667rem;
	padding:0.4rem 0;
}
.news-list .item  .txt{
	font-size: 0.346667rem;
	
	padding:0;
}
.news-list .item .time{
	font-size: 0.293333rem;
padding-top: 0.4rem;
}
.news-detail .n-d-head{
	padding:0.533333rem 0.266667rem;
	
}
.news-detail .n-d-head h1{
    font-size: 0.453333rem;
    
}
.news-detail .n-d-head .time{
	font-size: 0.266667rem;

	padding-top: 0.4rem;

}
.news-detail .n-d-head .time span:after{

	margin: 0 0.2rem;
}

.news-list .item .time span{
	padding-right: 0.346667rem;
}
.n-d-content{
	padding: 0.533333rem 0.266667rem;

	font-size: 0.346667rem;
}

.mar-head .en{
	font-size: 0.533333rem;
	
}
.mar-head{
	padding: 0.666667rem 0.266667rem 0.266667rem 0.266667rem;
}
.mar-head .cn{
	font-size:0.533333rem;
	
	top: -0.4rem;

}
.mar-txt{
	font-size: 0.346667rem;
	text-align: left;
	padding: 0 0.266667rem 0 0.266667rem
	
}
.fb-img{
	padding: 0.533333rem 0.266667rem;

}
.contact-content{
	padding:0 0.266667rem;
}
.contact-content dl{
	padding: 0.666667rem 0;
}

.contact-content dd{
	width: 100%;
	
	font-size:0.4rem;

	padding: 0.32rem 0 0.32rem 0.72rem;
	text-align: left;
	
}
.contact-content dd.add{
	background: url(../images/add.png) no-repeat left center / 0.586667rem;
}
.contact-content dd.tel{
	background: url(../images/ctel.png) no-repeat left center / 0.586667rem;
}
.contact-content dd.email{
	background: url(../images/cemail.png) no-repeat left center / 0.586667rem;
}
.shichang .item{

	padding: 0.533333rem 0;
}
.shichang .item .con-title{

	font-size: 0.373333rem;

	padding-bottom: 0.4rem;


}
.shichang .item .sc-list ul{

	width: 100%;
}
.shichang .item .sc-list ul li{
	font-size: 0.32rem;
	color: #333;
	padding: 0.2rem 0;
}

.join .ite{
  
    padding: 0.4rem 0;

}

.join .ite .zhiwei{
    font-size: 0.48rem;
  
}
.join .ite .money{
    font-size: 0.373333rem;
    padding: 0.266667rem 0;
    
}
.join .ite ol{
    padding-bottom: 0px;
}
.join .ite .zz{
    font-size: 0.373333rem;

    padding-top: 0.4rem;
    padding-bottom: 0.213333rem;
}
.join .ite li{
    padding:0.133333rem 0;
    font-size: 0.373333rem;
    line-height: 1.6
 
}
}