
/*内容部分*/
#content{
	width:100%;
}
/*banner*/
.banner{
	width:100%;
	height:1.64rem;
	padding-top:0.82rem;
	background:url("/statics/images/new_site/mobile/News-banner.png") no-repeat;
	background-size:7.5rem 2.46rem;
}
.banner h1{
	width:100%;
	text-align:center;
	height:0.36rem;
	margin:0 auto;
	font-size:0.36rem;
	color:#FFF;
}
.banner p{
	width:6.45rem;
	height:0.35rem;
	padding-top:0.1rem;
	font-size:0.24rem;
	line-height:0.35rem;
	color:#FFF;
	text-align:center;
	margin:0 auto;
}
/*导航*/
/*导航*/
.nav{
	width:100%;
	border-bottom:0.01rem solid #ccc;
}
.nav ul{
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.nav ul li{
	width:24%;
	text-align:center;
}
.nav ul li a{
	font-size:0.24rem;
	display:block;
	color:#373737;
	line-height:0.8rem;
}
/*.nav ul li:after {
    content: "";
    display: none;
    width: calc(100% - 1.3rem);
    height: 3px;
    background-color: #2288FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/
.nav ul li.active{
	background:#2288FF;
}
.nav ul li.active a {
    color:#fff; 
}
.nav ul li.active:after {
    display: block;
}

/*内容*/
.help_article_img{
	width:100%;
	text-align:center;
}
.help_article_img img{
	width:100%;
}

.help_indent{
	padding:0.3rem;
}
.help_indent p{
	line-height:0.3rem;
	margin-top:0.3rem;
	font-size: 0.24rem;
    max-height: 100rem;
}
.aboutContent{
	padding:0.3rem;
}
.aboutContent p{
	line-height:0.4rem;
	margin-top:0.3rem;
	font-size: 0.26rem;
    max-height: 100rem;
    text-indent:0.4rem;
    text-align:justify;
	word-break:break-all;
}
.help_article_chapter{font-weight: bold;font-size: 0.26rem;}
.help_article_bill{
	max-height:100rem;
}
.help_article_bill li{
	font-size:0.24rem;
	line-height:0.3rem;
	margin-top:0.3rem;
}

.help_article_table{
	width:100%;
	margin-top:0.2rem;
}
.help_article_table th{
	font-size:0.26rem;
	font-weight:bold;
	width:50%;
	padding:0.2rem;
	border:1px solid #EBEBEB;
}
.help_article_table td{
	font-size:0.24rem;
	padding:0.2rem;
	width:20%;
	text-align:center;
	border:1px solid #EBEBEB;
}
/*资质认证*/
.details_body_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.details_body_item{
	width:46%;
	text-align:center;
}
.details_body_text{
	display:block;
	margin-top:0.2rem;
	font-size:0.24rem;
	line-height:0.3rem;
}
.details_body_pic{ max-width: 90%; height: auto;}
.details_body_item > dd{
	font-size: 0.22rem; 
	color:#666;
	text-align:justify;
}
.teaminfo .details_body_item{width:90%; margin: 0.2rem 0;
}
/*大事记*/
.eventsline{
	width:100%;
	height:0.3rem;
	border-bottom:2px dashed #ccc;
}
.eventsline:nth-of-type(1){
	display:none;
}
.eventyear{
	width:100%;
	text-indent:1.2rem;
	color:#999;
	font-size:0.5rem;
	line-height:0.5rem;
	margin-top:0.2rem;
	font-style:italic;
}
.eventlist{
	width:100%;
	max-height:20rem;
	margin-top:0.3rem;
	font-size:0.26rem;
}
.eventlist li{
	list-style:disc;
	max-height:10rem;
	margin-left:20%;
	font-size:0.24rem;
	line-height:0.3rem;
}
 /*地图大小设置*/
/* iframe{
	width:100% !important;
}
#mapCard_style{
	width:100% !important;
}
#mapCard_container{
	width:100%;
} */

/*品牌*/
.brandbox{font-size:0.24rem; line-height:2;}
.brandbox em{ font-style:italic; color:#999;font-size:0.2rem;}
.fenlan2{ overflow:hidden;}
.fenlan2 .lanitem{ width:94%; margin:3%; float:left; text-align:center; font-size:0.24rem;}
.lanitem img{width:84%; height:auto;border:1px solid #E5E5E5; border-radius:7px; padding:8%;}
.lanitem .bgblack{ background:#000}
.logodown{ border-top:1px solid #CCC;border-bottom:1px solid #e5e5e5; text-align:center; margin:50px 0; padding:20px;}
.logodown a {
	margin:0.5rem;
    text-align: center;
    width:70%;
    display: inline-block;
    background: #2288FF;
    border: 1px solid #2288FF;
    border-radius:1rem;
    height: 1rem;
    line-height: 1rem;
    color: white;
    font-size:0.4rem;
}
