/*
*
	helpcenter css style
*
*/
.bannerimg{
    position: relative;
  }
  .bannerimg a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .bannerimg h3{
    max-width:500px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #08528E;
    font-size: 36px;
    opacity: 0.6;
 	filter: alpha(opacity=60);/*兼容ie678*/

  }
  @media screen and (max-width: 768px){
   .bannerimg h3{
     font-size:16px;
  }
}
.help-main{
	background: #F5F5FF;
	padding: 20px 0 10px;
}
.container .help-title{

}
.container .help-title span{
	display: inline-block;
	width: 100%;
	font-size: 26px;
	cursor: pointer;
	color: #0168bf;
}
.container .help-title span.avtiveColor{
	background: #0168bf;
	color: #fff;
}
@media screen and (max-width: 768px){
	.container .help-title span{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
	color: #0168bf;
}
}
.container .helpcenter-item{
	padding: 15px 0 5px;
}
.container .helpcenter-item h2{
	font-size: 18px;
	color: #0168bf;
}
@media screen and (max-width: 768px){
.container .helpcenter-item h2{
	font-size: 16px;
	color: #0168bf;
}
}
.container .helpcenter-item p{
	font-size: 14px;
	line-height: 35px;
	text-indent: 30px;
	cursor: pointer;
	color: #666;
}
.container .helpcenter-item p:hover{
	color: #000;
}
.container .helpcenter-item p strong{
	font-style: normal;
	font-size: 14px;
	color: #f00;

}