@charset "utf-8";
/**
 * 首页 CSS
 * Author : chenyt
  * 日期 : 2017-12-20
 */
body{font-family:'Microsoft Yahei','宋体',Tahoma,Arial;font-size:12px;color:#333;margin:0;padding:0;/*width: 1910px;height: 1080px;overflow: hidden; */}
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,iframe{margin:0;padding:0;}
li{list-style:none;}
img{border:none;}
input,textarea,select{outline:none;font-family:'Microsoft Yahei','宋体',Tahoma,Arial;}
a{outline:none;text-decoration:none;}
.none{display: none;}
.clearfix:after{  
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.box1{
    background:#fff url(../images/border-bg.png) repeat-x left bottom;
}
.help-title{
    height: 73px;
    line-height: 70px;
    width: 900px;
    margin: 0 auto;
    font-size: 25px;
    color: #3baced;
}
.help-title .right-links{
    float: right;
}
.help-title .right-links .return{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 22px;
    width: 60px;
    height: 70px;
    line-height: 70px;
    vertical-align: top;
    background: url(../images/icon-exit.png) no-repeat left center;
    font-size: 14px;
    color: #3badf0;
}
.help-title .right-links .return:hover{
    color: #217baf;
}
.box2{
    background: #f4f4f4;
}
.help-wrapper .content{
    padding: 30px 0;
    width: 900px;
    margin: 0 auto;
}
.content .bg-box{
    background: #c4e3f5;
}
.content .left-menu{
    float: left;
    width: 20%;
    padding-top: 30px;
    background: #c4e3f5;
}
.left-menu ul li{
    height: 48px;
    line-height: 48px;
    padding-left: 20%;
    font-size: 18px;
    color: #585858;
    cursor: pointer;
}
.left-menu ul li.active{
    background: #fff;
    color: #3baced;
}
.left-menu ul li p{
    padding-left: 30px;
}
.left-menu ul .li1 p{
    background: url(../images/question.png) no-repeat left center ;
}
.left-menu ul .li1.active p{
    background-image: url(../images/question-active.png);
}
.left-menu ul .li2 p{
    background: url(../images/download.png) no-repeat left center ;
}
.left-menu ul .li2.active p{
    background-image: url(../images/download-active.png);
}
.content .rightArea{
    float: left;
    background: #fff;
    width: 80%;
    min-height: 600px;
}
.rightArea .inner{
    padding: 0 0 0 20px;
}
.rightArea .click-title{
    height: 55px;
    line-height: 55px;
    padding-left: 40px;
    background: url(../images/blue-up.png) no-repeat 15px center;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.rightArea .click-title.active{
    color: #ff7800;
    border-bottom: 1px solid #ff7800;
    background-image: url(../images/orange-down.png);
}
.rightArea .public-time{
    float: right;
    font-size: 12px;
    color: #aeaeae;
    margin-right: 34px;
}
.rightArea .explain{
    padding: 0 24px;
    color: #333333;
}
.explain{
    display: none;
}
.explain .title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.explain .include{
    padding: 0 28px;
    font-size: 14px;
    line-height: 26px;
}
.explain .btn-wrapper{
    margin-top: 18px;
    text-align: center;
}
.explain .btn{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 172px;
    height: 49px;
    line-height: 49px;
    margin: 0 auto;
    border-radius: 6px;
    background: #3baced;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.explain .btn:hover{
    background: #3393ca;
}