.about{background: #f5f5f5;padding: 39px 0;min-width: 1180px;}
.about-main{width: 1180px;margin: 0 auto;overflow: hidden;}
.about-nav{width: 210px;float: left;}
.nav-list{box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);margin-bottom: 20px;}
.nav-top{background: #fff;padding: 30px 0;text-align: center;border-bottom: 1px #e0e0e0 dotted;cursor: pointer;}
.nav-top>p{font-size: 20px;color: #555555;}
.nav-top>p.en{font-size: 14px;font-family: "Arial";color: #b6b6b6;}
.nav-icon{display: inline-block;*display:inline;*zoom:1;width: 48px;height: 48px;background-image: url("../images/faq.png");margin-top: 25px;}
.about-icon{background-position: 0px 0px;}
.help-icon{background-position: 0px -82px;}
.personal-icon{background-position: 0px 0px;}
.textContent p {line-height: 2.2em;margin: 0 auto;text-indent: 2em;color: #324455;}


.about-ul{text-align: center;background: #fff;padding-bottom: 25px;}
.about-ul li{display: block;line-height: 44px;}
.li-strong{font-weight: 800;font-size: 15px;margin-left: 5px;}
.about-ul li a{display: block;color: #555;}
.about-ul li a:hover{color: #0F64B4;text-decoration: none;}
.about-ul li a.active{background: #0259ab;color: #fff;text-decoration: none;}
.about-content{width: 950px;float: right;}
.about-box{background: #fff;padding: 0 40px 40px;color: #666;}


.box_title{
	color: #777;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-box ul>li{
	border: 1px solid #d9d9d9;
    border-radius: 2px;
    margin-bottom: 15px;
}
.about-box ul>li:hover{
	border: 1px solid #48bff7;
}
.about-box ul>li h4{
	font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}
.about-box ul>li h4 .hLeft{
	float: left;
}
.about-box ul>li h4 .hRight{
	float: right;
	color: #d9d9d9;
	font-size: 22px;
	margin-right: 20px;
}
.about-box ul>li:hover h4 .hRight{
	color: #48bff7;
}
.about-box ul>li .itemContent{
	display: none;
	border-top: 1px solid #d9d9d9;
	padding: 15px;
}
.about-box ul>li .itemContent p{
	color: #324455;
    line-height: 2.2em;
    margin: 0 auto;
}
.about-box ul>li .itemContent p a{
	font-size: 16px;
	font-weight: 800;
	color: #000;
}
.about-box ul>li .itemContent p img{
	width: 100%;
	display: block;
}
.ti2em{
	text-indent: 2em;
}
.block{
	display: block;
}



/*faq */
.faq_container{
	width:1024px;
	margin:30px auto;
}
.faq_item{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px dashed #ccc;
}
.faq_item:last-child{
	border-bottom:none;
}
.faq_item h2{
	width: 640px;
	text-align: center;
	margin: 30px auto;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-bottom: 30px;
}
.faq_samllbox{
	width: 640px;
	margin: 0 auto;
}
.faq_samllbox .faq_item_left{
	float: left;
	width:25%;
	display: block;
	text-align: center;
	/*border: 1px solid #ccc;*/
}
.faq_item_left i{
	margin:0 auto;
	width: 64px;
	height: 64px;
	padding-bottom: 15px;
	display:block;
	background: url(../images/faqicon.png) no-repeat 0px 0px;
}
.faq_item_left .movie{
	margin:0 auto;
	width: 64px;
	height: 64px;
	padding-bottom: 15px;
	display:block;
	background: url(../images/movie.png) no-repeat;
	background-size:64px;
}
.faq_item_left .system{
	margin:0 auto;
	width: 64px;
	height: 64px;
	padding-bottom: 15px;
	display:block;
	background: url(../images/system.png) no-repeat;
	background-size:64px;
}
.faq_item_left i.sc{
	background-position: -92px 0px;
}
.faq_item_left i.wx_faq{
	background-position: -162px 0px;
}
/*²¥·ÅÆ÷ÑùÊ½*/
.movieBox{
	overflow:hidden;
}
.classOne{
	overflow:hidden;
	margin-bottom:10px;
}
.classTitle{
	font-size: 16px;
	color: #f16905;
	line-height: 45px;
	font-weight: bold;
}
.listCon{
	overflow:hidden;
	box-sizing:border-box;
}
.boxList{
	display: block;
	width:23%;
	float:left;
	margin-right:2%;
}
.boxList p{
	color:#078be4;
	line-height:37px;
}
.media{
	display: block;
	background: #f2f8d3;
	height: 160px;
	border-radius: 10px;
	border: 2px solid #e4e9ca;
	text-align: center;
	line-height: 148px;
	position: relative;
}
.playBtn{
	position: absolute;
	left:0;
	right:0;
	top:40%;
	margin:0 auto;
	display:block;
	width:36px;
	height:36px;
	background:url("../images/play.png") no-repeat center center;
	background-size:36px;
}

