.other_banner{
    height: 300px;
    background: url(img/other/sc-banner.png) no-repeat center center;
    background-size: 100% 300px;
}
.other_banner .banner_txt{
    width: 308px;
    height: 72px;
    padding: 102px 0 22px;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}
.other_b_txt{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F8F9F9;
    line-height: 28px;
}

.common_tit{
    padding-top: 50px;
    background: url(img/common/common-one.png) no-repeat top center;
    background-size: 160px 160px;
}
.common_tit .p1{  
    display: inline-block; 
    position: relative; 
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
    line-height: 31px;
    padding: 0 120px;
}
.common_tit .p1:before{
    position: absolute;
    content:"";
    left: 0;
    top: 5px;
    width: 104px;
    height: 19px;
    background: url(img/common/common-dot-left.png) no-repeat left center;
    background-size: 104px 19px;
}
.common_tit .p1:after{
    position: absolute;
    content:"";
    right: 0;
    top: 5px;
    width: 104px;
    height: 19px;
    background: url(img/common/common-dot-right.png) no-repeat left center;
    background-size: 104px 19px;
}

/* .common_xie{    
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding: 32px 0 16px;
}
.common_xie a{
    color:#666;
}
.common_xie a:hover{
    text-decoration: underline;
} */

.about_1{
    background: url(img/common/common-45-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 97px;
}
.about_1 .common_tit{
    background: url(img/other/icon-about-1.png) no-repeat top center;
    background-size: 160px 160px;
}
.about_1_p{    
    width: 980px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 43px auto 54px;
    text-align: justify;
}
.about_1_list{
    width: 980px;
}
.about_1_list img{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 80px;
}
.about_2{
    background-color: #fff;
    padding: 76px 0 80px;
}
.about_2 .common_tit{
    background: url(img/other/icon-about-2.png) no-repeat top center;
    background-size: 160px 160px;
}
.about_2_list{
    width: 900px;
    margin: 61px auto 0;
}
.about_2_list .item{
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 104px;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 25px;  
    background: url(img/common/common-z-1.png) no-repeat top center;
    background-size: 80px 80px;  
}
.about_3{
    padding: 45px 0 118px;
    background: url(img/common/common-5-bg.png) no-repeat center center;
    background-size: cover;
}
.about_3 .common_tit{
    background: url(img/other/icon-about-3.png) no-repeat top center;
    background-size: 160px 160px;
}
.about_3 .index_5_list{
    margin-left: -20px;
    margin-top: 46px;
}
.about_3 .list_5_item{
    float: left;
    width: 224px;
    height: 103px;
    margin: 0 0 20px 20px;
}
.about_3 .list_5_item img{
    width: 224px;
    height: 103px;
}

.about_container .about_2_list .item:first-child{
    background: url(img/other/about-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}
.about_container .about_2_list .item:first-child+.item{
    background: url(img/other/about-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}
.about_container .about_2_list .item+.item+.item{
    background: url(img/other/about-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}


/* 江湖合作 */
.hz_tab{
    margin: 32px auto 64px;
}
.hz_tab li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;    
    margin: 0 26px;
    cursor: pointer;
}
.hz_tab li:hover,.hz_tab li.on{
    color: #9B6F49;
}
.hz_tab li:before{
    position: absolute;
    left: -32px;
    top: 4px;
    content: "";
    width: 5px;
    height: 17px;
    background: url(img/other/icon-hz-line.png) no-repeat center center;
    background-size: 5px 17px;
}
.hz_tab li:first-child::before{
    content: none;
}

.hz_swiper{
    /* width: 734px; */
    margin: 0 auto;
}
.swiper-item{
    width: 734px;
    height: 410px;
    background: url(img/other/hz-img-bg.png) no-repeat center center;
    background-size: 734px 410px;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
}
.swiper-button-prev{
    width: 51px;
    height: 94px;
    background: url(img/other/icon-left.png) no-repeat center center;
    background-size: 51px 94px;
}
.swiper-button-next{
    width: 51px;
    height: 94px;
    background: url(img/other/icon-right.png) no-repeat center center;
    background-size: 51px 94px;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 15px;
    background: url(img/other/icon-in.png) no-repeat center center;
    background-size: 16px 15px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: url(img/other/icon-on.png) no-repeat center center;
    background-size: 16px 15px;
    opacity: 1;
}
.swiper-wrapper{
    padding-bottom: 60px;
}
.swiper-button-next, .swiper-button-prev{
    top: 38%;
}

.hz_main .about_2_list{
    width: 1200px;
}
.hz_main .about_1 .common_tit{
    background: url(img/other/icon-hz-1.png) no-repeat top center;
    background-size: 160px 160px;
}
.hz_main .about_2 .common_tit{
    background: url(img/other/icon-hz-2.png) no-repeat top center;
    background-size: 160px 160px;
}
.hz_main .about_3 .common_tit{
    background: url(img/other/icon-hz-3.png) no-repeat top center;
    background-size: 160px 160px;
}
.hz_main .about_2_list .item{
    position: relative;
    width: 20%;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333;
    line-height: 22px;  
    padding-top: 144px;  
    background: url(img/other/icon-flow-1.png) no-repeat top center;
    background-size: 165px 120px;
}
.hz_main .about_2_list .item:first-child+.item{
    background: url(img/other/icon-flow-2.png) no-repeat top center;
    background-size: 165px 120px;
}
.hz_main .about_2_list .item:first-child+.item+.item{
    background: url(img/other/icon-flow-3.png) no-repeat top center;
    background-size: 165px 120px;
}
.hz_main .about_2_list .item:first-child+.item+.item+.item{
    background: url(img/other/icon-flow-4.png) no-repeat top center;
    background-size: 165px 120px;
}
.hz_main .about_2_list .item:first-child+.item+.item+.item+.item{
    background: url(img/other/icon-flow-5.png) no-repeat top center;
    background-size: 165px 120px;
}
.hz_main .about_2_list .item:before{
    position: absolute;
    left: -50px;
    top: 60px;
    content: "";
    width: 100px;
    height: 0;
    border-bottom: 1px dashed #9B6F49;
}
.hz_main .about_2_list .item:first-child:before{
    content: none;
}
.hz_main .about_2{
    padding: 60px 0 50px;
}
.hz_flow_btn{
    display: inline-block;
    width: 237px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    margin: 27px auto 0;
    background: url(img/common-btn.png) no-repeat center center;
    background-size: 237px 72px;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #EEEEEE;
}


.index_4_list{
    width: 672px;
    margin: 0 auto;
    margin-top: 50px;
}
.form_item{
    margin-bottom: 16px;
}
.form_item .tit{
    width: 92px;
    float: left;
    line-height: 56px;
    text-align: left;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
}
.form_item .form_input{
    width: 580px;
    height: 56px;
    background: url(img/icon-name.png) no-repeat center center;
    background-size: 580px 56px;
    border: none;
    text-indent: 20px;
}


.label_radio{
    margin-left: 92px;
    margin-top: 16px;
}
.label_radio label{
    margin-right: 16px;
}
.form_item .form_area{
    width: 580px;
    height: 120px;
    line-height: 24px;
    box-sizing: border-box;
    padding:18px 20px;
    background: url(img/icon-request.png) no-repeat center center;
    background-size: 580px 120px;
    border: none;
}
.form_item .form_tel{
    float: left;
    width: 250px;
    height: 56px;
    background: url(img/icon-phone.png) no-repeat center center;
    background-size: 250px 56px;
    border: none;
    text-indent: 20px;
}
.form_item .form_yzm{
    float: left;
    width: 150px;
    height: 56px;
    background: url(img/icon-yzm.png) no-repeat center center;
    background-size: 150px 56px;
    border: none;
    text-indent: 20px;
    margin: 0 15px;
}
.form_item .form_btn{
    font-family: STSongti-SC-Black, STSongti-SC;
    float: left;
    width: 150px;
    height: 56px;
    background: url(img/icon-number.png) no-repeat center center;
    background-size: 150px 56px;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, .99);
    font-size: 18px;
}
.form_xy{
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
    line-height: 20px;    
    margin: 16px 0 35px 92px;
}
.form_xy .xy_a{
    color: #815B58;
} 
.form_xy .xy_a:hover{
    text-decoration: underline;
}
.form_btn_submit{
    width: 224px;
    height: 54px;
    background: url(img/icon-submit.png) no-repeat center center;
    background-size: 224px 54px;
    margin: 0 auto;
    text-align: center;
}
.tu_form_item .form_tel{
    width: 380px;
    background: url(img/icon-tu-img.png) no-repeat center center;
    background-size: 380px 56px;
}
.tu_form_item .tu_img{
    height: 56px;
    cursor: pointer;
}
.index_4_list .form_item .tit i{
    color: #f12e0f;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}