.section-box.container,
.section-box .container{
    width:1290px;
    padding-left:0;
    padding-right:0;
}
.section-box{
  padding: 50px 0;
}
.page-title{
  font-size: 32px;
	font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
/* 头图 */
.banner-box{
  width: 100%;
  height: 240px;
  background-color: #e6e9ee;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
  background-image: url(/themes/default/assets/images/helpCenter/help_banner.jpg);
  background-repeat:no-repeat;
  background-position: center center;
}
.banner-title{
  font-size: 30px;
	font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.help-seach{
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.help-input{
  width: 490px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 3px 0px 0px 3px;
  border: solid 1px #004ea2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  padding: 5px 12px;
  display: inline-block;
}
.help-input:focus{
  outline: none;
}
.help-btn{
  display: inline-block;
  width: 120px;
	height: 40px;
	background-color: #004ea2;
	border-radius: 0px 3px 3px 0px;
  border: solid 1px #004ea2;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.help-btn .sol-search{
  margin-right: 5px;
}
.help-hot{
  width: 614px;
  font-size: 12px;
  color: #333333;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  /* padding-left: 12rpx; */
  display: inline-block;
  margin-top: 10px;
}
.help-hot-item{
  font-size: 12px;
  color: #333333;
  padding-left: 12px;
}
a.help-hot-item:hover{
  color: #004ea2;
}
/* 自助服务 */
.self-service{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
	height: 366px;
	background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.self-service li{
  width: 16.666%;
  height: 183px;
  padding-top: 38px;
  border-right: 1px solid #e4e2e1;
  border-bottom: 1px solid #e4e2e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.self-service li>a{
  display: block;
  width: 100%;
  height: 100%;
}
.self-service li:nth-child(6),
.self-service li:last-child{
  border-right: none;
}
.self-service li:nth-child(n+7){
  border-bottom: none;
}
.self-service li:hover{
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.42);
  border-bottom: none
}
.self-icon{
  height: 50px;
  width: 50px;
  display: inline-block;
  background-image: url('/themes/default/assets/images/helpCenter/help_self_cion.png');
  background-repeat:no-repeat;
  overflow: hidden;
  margin-bottom: 28px;
}
.self-icon01{
  background-position: 0 0;
}
.self-icon02{
  background-position:  -52px 0;
}
.self-icon03{
  background-position: -104px 0;
}
.self-icon04{
  background-position: -156px 0;
}
.self-icon05{
  background-position: -208px 0;
}
.self-icon06{
  background-position: -260px 0;
}
.self-icon07{
  background-position:  0 -52px;
}
.self-icon08{
  background-position:  -52px -52px;
}
.self-icon09{
  background-position:  -104px -52px;
}
.self-icon10{
  background-position:  -156px -52px;
}
.self-icon11{
  background-position:  -208px -52px;
}
.self-icon12{
  background-position:  -260px -52px;
}
.self-type{
  font-size: 16px;
	color: #333333;
}
/* 常见问题 */
.common-problems{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.common-problems li{
  width: 410px;
	height: 340px;
	background-color: #f4f6f9;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}
.problems-type{
  font-size: 16px;
	font-weight: bold;
  color: #004ea2;
  margin-bottom: 20px;
}
.problems-list{
  height: 216px;
  overflow: hidden;
}
.help-main.problems-list{
  height: auto;
  overflow: inherit;
}
.problems-item, .problems-more{
  font-size: 14px;
  color: #333333;
  display: block;
}
.problems-item:hover, .problems-more:hover{
  color: #004ea2;
}
.problems-item{
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.problems-item .li-ircle{
  color: #004ea2;
  margin-right: 10px;
}
.problems-more{
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* 详情咨询 */
.advisory-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.advisory-list li{
  width: 303px;
	height: 330px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 9px 0px  rgba(0, 0, 0, 0.42);
	        box-shadow: 1px 1px 9px 0px  rgba(0, 0, 0, 0.42);
	border-radius: 5px;
	padding:45px 10px 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s; 
	position: relative;
	top: 0;
}
.advisory-list li:hover{
	top: -10px;
}
.advisory-title{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	height: 48px;
	margin-bottom:24px;
}
.advisory-img{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
	background-image: url(/themes/default/assets/images/activity/icon_consulting.png);
  background-repeat:no-repeat;
  background-color: #004ea2;
}
.advisory-img01{
	background-position: 0 0;
}
.advisory-img02{
	background-position: -128px 0;
}
.advisory-img03{
	background-position: -256px 0;
}
.advisory-img04{
	background-position: -384px 0;
}
.advisory-text{
	font-size: 18px;
	line-height: 23px;
	color: #004ea2;
}
.advisory-msg{
	font-size: 12px;
	color: #666666;
}
/* 问题分类导航 */
.help-box,
.help-box-tab{
  min-height: 600px;
  width: 100%;
	background-color: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
  position: relative;
}
.help-box-tab{
  display: inline-block;
}
.help-title{
  font-size: 21px;
  color: #060606;
  padding: 25px 20px;
  border-bottom: solid 1px #eeeeee;
}
.help-main{
  padding: 30px 20px;
  list-style: none;
  font-size: 16px;
}
.slider-item{
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  cursor: pointer;
}
.slider-item:hover,
.slider-item.active{
  color: #004ea2;
}
.help-main .problems-item{
  font-size: 16px;
}
.help-bottom{
  width: 100%;
  font-size: 16px;
  padding: 25px 20px;
  border-top: solid 1px #eeeeee;
  position: absolute;
  bottom: 0;
  min-height: 85px;
  line-height: 35px;
}
.help-bottom .btn-min-b{
  width: 120px;
}
.help-bottom form{
  margin-top: 5px;
  width: 500px;
}

.help-bottom form .Validform_checktip{
  display: none;
}
.redBorder, .redBorder:focus, .redBorder:hover{
  border-color: red;
}
.help-header{
  background-color: #fff;
  border-top: 1px solid #004ea2;
  padding: 20px 0;
  width: 100%;
}
.help-header-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-header-box .help-input{
  width: 300px;
}
.icon-qq{
	width: 59px;
	height: 19px;
  display: inline-block;
	background-image: url(/themes/default/assets/images/helpCenter/qq.jpg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  top: 2px;
  margin-left: 5px;
}