.join_wrapper{
    width: 100%;
}
.wh_1200{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    text-align: center;
}
.common_title>h6{
    font-size: 35px;
    color: #1d2654;
    line-height: 1;
}
.common_title>p{
    font-size: 20px;
    color: #63677c;
    margin-top: 22px;
    line-height: 1;
}
.white{
    color: #fff!important;
}
.clearfix::after{
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}
.common_btn{
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    border: 1px solid #3185ff;
    border-radius: 40px;
}
.common_btn>a{
    display: block;
    font-size: 22px;
    color: #3185ff;
}
.common_btn:hover{
    background-color: #3185ff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.common_btn:hover>a{
    color: #fff;
}

/* banner */
.banner_box{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 110px 0 236px;
    background: url(../images/banner/first01.jpg);
}
.banner_box>p{
    font-size: 24px;
    color: #fff;
}
.banner_box>p.title{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    margin-bottom: 24px;
}
.banner_box .banner_btn{
    width: 388px;
    margin: 52px auto 0;
    overflow: hidden;
}
.banner_box .banner_btn>a{
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    width: 178px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
}
.banner_box .banner_btn>a:first-child{
    margin-right: 28px;
    border-color: #2e83ff;
    background-color: #2e83ff;
}
.banner_box .banner_mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 106px;
    background-color: rgba(225,225,225,.2);
}
.banner_box .banner_mask .mask_box{
    height: 100%;
    border-right: 1px solid #7186b7;
}
.banner_box .banner_mask .mask_box>li{
    float: left;
    width: 33.33%;
    padding: 2.15% 8%;
    box-sizing: border-box;
    border-left: 1px solid #7186b7;
    overflow: hidden;
}
.banner_mask .mask_box>li .mask_img{
    float: left;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 18px;
}
.banner_mask .mask_box>li .mask_img>img{
    max-width: 100%;
    width: 92%;
    vertical-align: middle;
}
.banner_mask .mask_box>li .mask_txt{
    float: left;
    text-align: left;
}
.banner_mask .mask_box>li .mask_txt>p{
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.banner_mask .mask_box>li .mask_txt>p.title{
    font-size: 30px;
    margin-bottom: 8px;
}
.banner_mask .mask_box>li:hover{
    background-color: rgba(249,251,255,.09);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* banner */
/* join_sec1 */
.join_sec1{
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.sec1_advantage{
    margin-top: 70px;
}
.sec1_advantage>li{
    position: relative;
    float: left;
    width: 31.667%;
    text-align: center;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    padding: 45px 0 72px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.sec1_advantage>li:nth-child(3n){
    margin-right: 0;
}
.sec1_advantage>li:nth-child(4),
.sec1_advantage>li:nth-child(5),
.sec1_advantage>li:nth-child(6){
    margin-bottom: 0;
}
.sec1_advantage>li .adv_img{
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
}
.sec1_advantage>li .adv_img>img{
    max-width: 100%;
    width: 100%;
}
.sec1_advantage>li .adv_txt{
    font-size: 20px;
    color: #333;
}
.sec1_advantage>li .adv_mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(71,124,255,.8);
    overflow: hidden;
}
.sec1_advantage>li:hover .adv_mask{
    height: 100%;
    padding: 84px 32px 64px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec1_advantage>li .adv_mask>h6{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 36px;
}
.sec1_advantage>li .adv_mask>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
/* join_sec1 */

/* join_sec2 */
.join_sec2{
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-color: #f4f4f4;
}
.join_sec2 .sec2_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 510px;
    background: url(../images/partner/sec2_bg.png) no-repeat center/cover;
    z-index: 1;
}
.join_sec2 .sec2_box{
    position: relative;
    z-index: 2;
}
.sec2_box .sec2_arrow{
    width: 100%;
    text-align: center;
    margin: 28px 0 38px;
}
.sec2_box .sec2_arrow>img{
    animation: move 3s infinite ease-in-out;
    -moz-animation: move 3s infinite ease-in-out;
    -webkit-animation: move 3s infinite ease-in-out;
    -o-animation: move 3s infinite ease-in-out;
}
@keyframes move {
    0% {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
    }
    50% {
     -webkit-transform: translateY(25px);
     -ms-transform: translateY(25px);
     -o-transform: translateY(25px);
     transform: translateY(25px);
    }
    100% {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
    }
}
.sec2_box .sec2_support{
    width: 100%;
    padding-bottom: 88px;
}
.sec2_box .sec2_support>ul{
    width: 100%;
    padding: 90px 30px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 8px 13px rgba(96,96,96,.13);
}
.sec2_box .sec2_support>ul>li{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 64px;
}
.sec2_box .sec2_support>ul>li:nth-child(9),
.sec2_box .sec2_support>ul>li:nth-child(10),
.sec2_box .sec2_support>ul>li:nth-child(11),
.sec2_box .sec2_support>ul>li:nth-child(12){
    margin-bottom: 0;
}
.sec2_box .sec2_support>ul>li .supp_img{
    margin-bottom: 24px;
}
.sec2_box .sec2_support>ul>li .supp_txt{
    font-size: 20px;
    color: #333;
}
/* join_sec2 */

/* join_sec3 */
.join_sec3{
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.join_sec3 .sec3_content{
    width: 85.5%;
    text-align: center;
    margin: 90px auto 0;
}
.sec3_content .sec3_cont_top{
    margin-bottom: 22px;
}
.sec3_content .sec3_cont_top>p,
.sec3_content .sec3_cont_bottom>p{
    font-size: 24px;
    color: #5d5d5d;
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
}
.sec3_content .sec3_cont_top>p.supply{
    margin-bottom: 36px;
}
.sec3_content .sec3_cont_top>p>span:first-child{
    margin-left: 6%;
    margin-right: 24%;
}
.sec3_content .sec3_cont_center{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.sec3_content .sec3_cont_center>div>p{
    font-size: 24px;
    color: #5d5d5d;
    line-height: 1;
    margin: 28px 0 56px;
}
.sec3_content .sec3_cont_center>div>p:last-child{
    margin: 28px 0 0;
}
.sec3_cont_center .cont_center_L{
    text-align: right;
    margin-right: 10px;
}
.sec3_cont_center .cont_center_R{
    text-align: left;
    margin-left: 10px;
}
.sec3_cont_center .cont_center_L>p:nth-child(2){
    margin-right: 48px;
}
.sec3_cont_center .cont_center_L>p:nth-child(3){
    margin-right: 62px;
}
.sec3_cont_center .cont_center_L>p:nth-child(4){
    margin-right: 46px;
}
.sec3_cont_center .cont_center_R>p:nth-child(2){
    margin-left: 48px;
}
.sec3_cont_center .cont_center_R>p:nth-child(3){
    margin-left: 62px;
}
.sec3_cont_center .cont_center_M>img{
    max-width: 100%;
    width: 96%;
}
.sec3_cont_center .cont_center_R>p:nth-child(4){
    margin-left: 46px;
}
.sec3_content .sec3_cont_bottom>p>span:last-child{
    margin-left: 28%;
    margin-right: 12%;
}
.sec3_content .sec3_cont_bottom>p.channel{
    margin-top: 36px;
}
/* join_sec3 */

/* join_sec4 */
.join_sec4{
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    background: url(../images/partner/sec4_bg.png) no-repeat center/cover;
}
.join_sec4 .sec4_box{
    position: relative;
}
.sec4_swiper{
    padding-top: 70px;
    padding-bottom: 108px;
}
.sec4_swiper .swiper-slide{
    padding: 42px 18px 64px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 5px 46px rgba(43, 43, 43, .2);
}
.sec4_swiper .swiper-slide:hover {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sec4_swiper .swiper-slide.green{
    background: -webkit-linear-gradient(#0db7cb, #0fd1c6); 
    background: -o-linear-gradient(#0db7cb, #0fd1c6); 
    background: -moz-linear-gradient(#0db7cb, #0fd1c6); 
    background: linear-gradient(#0db7cb, #0fd1c6);
}
.sec4_swiper .swiper-slide.blue{
    background: -webkit-linear-gradient(#4bacff, #1bb1fd); 
    background: -o-linear-gradient(#4bacff, #1bb1fd); 
    background: -moz-linear-gradient(#4bacff, #1bb1fd); 
    background: linear-gradient(#4bacff, #1bb1fd);
}
.sec4_swiper .swiper-slide.purple{
    background: -webkit-linear-gradient(#6238dd, #7a4de6); 
    background: -o-linear-gradient(#6238dd, #7a4de6); 
    background: -moz-linear-gradient(#6238dd, #7a4de6); 
    background: linear-gradient(#6238dd, #7a4de6);
}
.sec4_swiper .swiper-slide.blue_green{
    background: -webkit-linear-gradient(#00bde6, #00d2ff); 
    background: -o-linear-gradient(#00bde6, #00d2ff); 
    background: -moz-linear-gradient(#00bde6, #00d2ff); 
    background: linear-gradient(#00bde6, #00d2ff);
}
.sec4_swiper .swiper-slide .sec4_slide_num{
    font-weight: bold;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 22px;
    background-color: #fff;
    border-radius: 50%;
}
.sec4_swiper .swiper-slide.green .sec4_slide_num{
    color: #0ecac9;
}
.sec4_swiper .swiper-slide.blue .sec4_slide_num{
    color: #239bfd;
}
.sec4_swiper .swiper-slide.purple .sec4_slide_num{
    color: #754be7;
}
.sec4_swiper .swiper-slide.blue_green .sec4_slide_num{
    color: #01c8fd;
}
.sec4_swiper .swiper-slide>h6{
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 22px;
}
.sec4_swiper .swiper-slide>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
}
.sec4_box .sec4_swiper_next,
.sec4_box .sec4_swiper_prev{
    cursor: pointer;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec4_box .sec4_swiper_prev{
    left: -10%;
    background-image: url(../images/partner/sec4_prev.png);
}
.sec4_box .sec4_swiper_next{
    right: -10%;
    background-image: url(../images/partner/sec4_next.png);
}
.sec4_box .sec4_swiper_prev:hover,
.sec4_box .sec4_swiper_next:hover{
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec4_box .sec4_swiper_prev:hover{
    background-image: url(../images/partner/sec4_prev_sel.png);
}
.sec4_box .sec4_swiper_next:hover{
    background-image: url(../images/partner/sec4_next_sel.png);
}
.sec4_box .sec4_btn{
    border-color: #fff;
}
.sec4_box .sec4_btn>a{
    color: #fff;
}
.sec4_box .sec4_btn:hover{
    background-color: #fff;
}
.sec4_box .sec4_btn:hover>a{
    color: #47a3ff;
}
@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .join_sec4 .sec4_box{
        width: 63%;
    }
    .sec4_swiper .swiper-slide{
        padding: 36px 18px 46px;
    }
    .sec4_swiper .swiper-slide .sec4_slide_num{
        font-size: 34px;
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin: 0 auto 22px;
    }
    .sec4_swiper .swiper-slide>h6{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .sec4_swiper .swiper-slide>p{
        font-size: 14px;
        line-height: 22px;
        height: 66px;
    }
}
/* join_sec4 */

/* join_sec5 */
.join_sec5{
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.join_sec5 .sec5_manager{
    margin-top: 72px;
}
.sec5_manager>li{
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 6% 4% 5%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(96,96,96,.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sec5_manager>li:nth-child(3n){
    margin-right: 0;
}
.sec5_manager>li:nth-child(4),
.sec5_manager>li:nth-child(5),
.sec5_manager>li:nth-child(6){
    margin-bottom: 0;
}
.sec5_manager>li>h3{
    font-weight: bold;
    font-size: 32px;
    color: #333;
    line-height: 1;
    margin-bottom: 14%;
}
.sec5_manager>li>p{
    font-size: 22px;
    color: #494949;
    text-align: left;
    margin-bottom: 20px;
}
.sec5_manager>li>p.area{
    font-size: 20px;
    color: #9797a1;
    line-height: 36px;
}
.sec5_manager>li .wechat{
    cursor: pointer;
    position: relative;
    z-index: 10;
    text-align: left;
    overflow: hidden;
}
.sec5_manager>li .qq_chat{
    display: none;
    position: relative;
    z-index: 10;
}
.sec5_manager>li .wechat>span{
    display: block;
    float: left;
    font-size: 22px;
    color: #494949;
    line-height: 1;
    margin-top: 8px;
}
.sec5_manager>li .wechat>img{
    width: 44%;
}
.sec5_manager>li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #3185ff;
}
.sec5_manager>li .details_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3185ff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    z-index: 0;
}
.sec5_manager>li.show .wechat{
    z-index: 0;
}
.sec5_manager>li.show .details_box{
    z-index: 10;
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec5_manager>li .details_box>img{
    width: 180px;
    height: 180px;
    margin-top: 24%;
}
.sec5_manager>li .details_box>p{
    font-size: 22px;
    color: #fff;
    margin-top: 34px;
}
/* join_sec5 */

/* 申请成为代理商弹框 */
.join_sec6{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}
.join_sec6 .sec6_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 660px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sec6_box .common_title>h6{
    float: left;
    font-size: 26px;
}
.sec6_box .common_title #close{
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
}
.sec6_content{
    width: 540px;
    margin: 32px auto 0;
}
.sec6_content .sec6_cont_part{
    overflow: hidden;
}
.sec6_content .sec6_cont_part>span{
    display: block;
    float: left;
    width: 108px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 36px;
}
.sec6_content .sec6_cont_part>span>i{
    color: #fc2f10;
}
.sec6_content .sec6_cont_part .inputdiv{
    display: inline-block;
}
.sec6_content .sec6_cont_part .inputdiv>.titshi{
    font-size: 14px;
    color: #999;
    margin: 10px 0;
    line-height: 1;
}
.sec6_content .sec6_cont_part .inputdiv>input{
    width: 358px;
    height: 40px;
    padding: 10px 12px;
    box-sizing: border-box;
    background-color: #fff!important;
    border: 1px solid #dedede;
}
.sec6_content .sec6_cont_part.code_part .inputdiv>input{
    width: 240px;
    margin-right: 10px;
}
.sec6_content .sec6_cont_part.code_part .inputdiv>.phonecode_btn{
    cursor: pointer;
    float: right;
    font-size: 14px;
    color: #fff;
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3185ff;
    border-radius: 2px;
}
.sec6_content .sec6_cont_part .inputdiv>select{
    width: 174px;
    height: 40px;
    margin-right: 10px;
}
.sec6_content .sec6_cont_part .inputdiv>select.J_CityId{
    margin-right: 0;
}
.sec6_content .sec6_cont_part.code_part .inputdiv>.J_RefreshTrigger{
    float: right;
    width: 108px;
    height: 40px;
}
.sec6_box .sec6_btns{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
}
.sec6_box .sec6_btns .sec6_btn{
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 4%;
    margin-top: 14px;
    background-color: #3185ff;
    border-radius: 2px;
}
#cancel{
    color: #333;
    background-color: #ddd;
}
/* 申请成为代理商弹框 */