h2{
    font-size: 26px;
    margin: 0 0 35px;
    font-weight: 400;
}
.banner-text h2::after{
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    background: #FF7446;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    margin-top: 10px;
}
.banner-text h2{
    font-size: 36px;
}
.banner-text h2 small{
    font-size: 24px;
}
.white-bg{
    background: #fff;
}
.w-50{
    width: 50%;
}
.gray{
    color: #808080;
}
.banner-text p{
    font-size: 16px;
}
.item-1{
    padding: 85px 0;
}
.p-r-1{
    padding-right: 10%;
}
.btn{
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #d2dbea;
    font-size: 14px;
    line-height: 50px;
}
.mar-top-1{
    margin-top: 80px;
}
.gray-bg{
    background: #f5f8fc;
}
.col-4{
    width: 25%;
}
.item-2{
    padding: 55px 0;
}
.img-bg{
    border-radius: 50%;
    width: 245px;
    height: 245px;
    margin: 0 auto;
    background: #e9eff8;
    /* padding: 10px; */
}
.img-desc{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
    font-weight: 400;
}
.ls-1{
    width: 40%;
}
.flow{
    padding-left: 150px;
    line-height: 80px;
    font-size: 20px;
}
.com-bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    height: 436px;
    background: url('../images/new/com.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.flow li{
    height: 70px;
    cursor: pointer;
    position: relative;
}
.flow-hd{
    display: none;
}
.flow-img{
    background: url(../images/new/pan.png);
    width: 320px;
    height: 80px;
    background-size: contain;
    color: #fff;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: -70px;
}
.flow-text{
    position: absolute;
    z-index: 1;
}
.flow-num{
    left: -48px;
    font-size: 28px;
}
.flow .active *{
    color: #fff;
    font-style: italic;
}
.flow .active .flow-text:last-child{
    margin-left: 10px;
}
.flow .active .flow-hd{
    display: block;
}
.flow li:hover{
    color: #fff;
    font-style: italic;
}
.flow li:hover .flow-text:last-child{
    margin-left: 10px;
}
.flow li:hover .flow-hd{
    display: block;
}
.tab{
    font-size: 18px;
}
.tab-nav{
    height: 40px;
    border-bottom: 1px solid #c6c5c5;
}
.tab-nav li{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #808080;
    cursor: pointer;
}
.tab-nav li.current{
    color: #0054bf;
    border-bottom: 2px solid #0054bf;
}
.flag-help .paper .list {
    padding-bottom: 45px;
    overflow: hidden;
}
.flag-help .paper .list li {
    position: relative;
    border-bottom: 1px solid #ececec;
}
.flag-help .paper .list li .title {
    height: 64px;
    font-size: 14px;
    line-height: 64px;
    overflow: hidden;
    text-indent: 52px;
    background: url("../images/new/question.jpg") no-repeat left center;
    cursor: pointer;
}
.flag-help .paper .list li .info-box{
    display: none;
    padding:20px 55px 20px 50px;
    margin-left: 50px;
    background: #C6D0DD;
}
.flag-help .paper .list li .info {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    padding-left: 50px;
    overflow: hidden;
    background: url("../images/new/answer.png") no-repeat left 0px;
}
.flag-help .paper .list li .icon {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 28px;
    z-index: 5;
    width: 19px;
    height: 12px;
    cursor: pointer;
    background: url("../images/new/arrow-close.png") no-repeat;
}
.flag-help .paper .list li.active .icon {
    background: url("../images/new/arrow-open.png") no-repeat;
}
.flag-help .paper .list.jq-help-list {
    display: none;
}
.flag-help .paper .list.jq-help-list .pic {
    margin: 15px 0;
}
.flag-help .paper .list.jq-help-list .stress {
    font-weight: bold;
}
.ext-banner{
    position: relative;
}
.banner-text{
    position: absolute;
    text-align: center;
    width: 600px;
    height: 320px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -160px;
    color: #fff;
}
.flow-box{
    height: 450px;
    margin-top: 40px;
}
.com-bg-box{
    width: 500px;
    height: 311px;
    margin: 0 auto;
    position: relative;
    left: 6px;
    top: 19px;
}