.clear::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.join_wrapper{
    width: 100%;
}
.common_title,
.sec_title{
    text-align: center;
}
.common_title>h4{
    font-size: 35px;
    color: #333;
    line-height: 1;
}

.sec_title>h4{
    font-weight: bold;
    font-size: 80px;
    color: #ddd;
    line-height: 1;
}
.sec_title>p{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 1;
    margin-top: 24px;
}

.common_btn{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    border: 1px solid #3185ff;
    border-radius: 40px;
    -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>a{
    display: block;
    font-size: 22px;
    color: #3185ff;
}
.common_btn:hover{
    background-color: #3185ff;
}
.common_btn:hover>a{
    color: #fff;
}

/* banner */
.banner_box{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 200px 0 224px;
    background: url(../images/partner/banner.png) no-repeat center/cover;
}
.banner_box.new_banner {
    width: 100%;
    height: 600px;
    background: url(../images/partner/banner1_bg.png) no-repeat center/cover;
    padding: 0;
    padding-top: 80px;
    text-align: left;
    box-sizing: border-box;
}
.banner_box.new_banner .right {
    position: absolute;
    top: 0px;
    right: 0px;
}
.banner_box.new_banner .right img {
    width: 559px;
}
  
.banner_box.new_banner .h1 {
    width: 681px;
    height: 61px;
    background: linear-gradient(90deg,#2298f7 1%, #0a5ae1 53%, rgba(21,79,210,0.00) 98%);
    border-radius: 30px;
    color: #fff;
    font-size: 35px;
    line-height: 61px;
    padding-left: 62px;
    position: relative;
    margin-top: 60px;
}

.banner_box.new_banner .h1::before {
    content: '';
    display: block;
    width: 47px;
    height: 39px;
    background: url(../images/partner/banner1_icon.png) no-repeat center/cover;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.banner_box.new_banner .title {
    margin-top: 36px;
    font-size: 57px;
    background: linear-gradient(180deg,#ffffff, #52cef3 97%);
    line-height: 77px;
    font-weight: 600;
    -webkit-background-clip: text; 
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.banner_box.new_banner .desc {
    font-size: 38px;
    color: #fff;
    line-height: 58px;
    margin-top: 15px;
}

.banner_box.new_banner .btn-box {
    margin-top: 43px;
}

.banner_box.new_banner .btn-box .solid-btn {
    display: block;
    width: 176px;
    height: 63px;
    background: #fff;
    border-radius: 35px;
    text-align: center;
    line-height: 63px;
    color: #0745CE;
    font-size: 29px;
}
.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{
    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 60px;
    box-sizing: border-box;
    background-color: #fff;
}
.join_sec1 .sec1_box{
    margin-top: 48px;
}
.sec1_box .sec1_txt{
    width: 998px;
    margin: 0 auto 90px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}
.sec1_txt>p{
    font-size: 16px;
    margin-bottom: 20px;
}
.sec1_txt>p:last-child{
    margin-bottom: 0;
}
.sec1_box .sec1_imgs>ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.sec1_box .sec1_imgs>ul:last-child{
    margin-bottom: 0;
}
.sec1_box .sec1_imgs>ul>li{
    position: relative;
    float: left;
    margin-right: 2%;
}
.sec1_box .sec1_imgs>ul>li .imgs_box{
    width: 100%;
    height: 170px;
    border-radius: 4px;
    overflow: hidden;
}
.imgs_box>img{
    max-width: 100%;
    max-height: 100%;
}
.sec1_box .sec1_imgs>ul>li .sec1_mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(86, 141, 216, .8);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -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_box .sec1_imgs>ul>li:hover .sec1_mask{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.sec1_mask>h6{
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin: 64px 0 12px;
}
.sec1_mask>p{
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.sec1_box .sec1_imgs>ul>li:last-child{
    margin-right: 0;
}
.sec1_imgs_top>li{
    width: 23.5%;
}
.sec1_imgs_bottom>li{
    width: 18.4%;
}
.business_card{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 320px;
    background: url('../images/partner/sec1_bg.png') no-repeat center/cover;
    margin-top: 60px;
    position: relative;
}

.business_card .qrcode{
    float: left;
    margin-left: 60px;
}

.business_card .text{
    width: 380px;
    margin-left: 40px;
    color: #fff;
}

.business_card .text .p1{
    color: #fff;
    font-size: 34px;
}

.business_card .text .p2{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}

.business_card .text .p2::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/partner/sec1_10.png') no-repeat center/cover;
    margin-right: 20px;
}

.business_card .text .p3{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}

.business_card .portrait{
    position: absolute;
    right: 85px;
    bottom: 0;
}

/* join_sec1 */

/* cooperative */
.cooperative-wrap{
    width: 100%;
    height: 790px;
    background: url('../images/partner/layout_bg.png') no-repeat center/cover;
    overflow: hidden;
}

.cooperative-wrap .common_title h4{
    margin: 75px 0;
    color: #fff;
}

.cooperative-wrap .cooperative .text .p1{
    color: #fff;
    font-size: 22px;
}

.cooperative-wrap .cooperative .text .p2{
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

.cooperative-wrap .cooperative .city-box{
    display: -moz-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    overflow: hidden;
}

.cooperative-wrap .cooperative .city-box .left{
    margin-top: 25px;
    
}

.cooperative-wrap .cooperative .city-box .left .left-box{
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.cooperative-wrap .cooperative .city-box .left .left-box .title{
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: url(../images/partner/layout_left.png) no-repeat center/cover;
}

.cooperative-wrap .cooperative .city-box .left .left-box>ul{
    width: 320px;
    padding: 10px 0;
}

.cooperative-wrap .cooperative .city-box .left .left-box>ul>li{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin: 0 15px;
    cursor: pointer;
}

.cooperative-wrap .cooperative .city-box .left .left-box>ul>li.active{
    background: url(../images/partner/layout_01.png) no-repeat 100%/100%;
    color: #fff;
}

.cooperative-wrap .cooperative .city-box .left .explain{
    position: absolute;
    right: -110px;
    bottom: 0;
    width: 90px;
    height: 70px;
    background: #fff;
    border-radius: 3px;
    color: #333;
    box-sizing: border-box;
    padding: 5px 15px;
    
}

.cooperative-wrap .cooperative .city-box .left .explain p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

.cooperative-wrap .cooperative .city-box .left .explain .p1::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1e64f3;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.cooperative-wrap .cooperative .city-box .left .explain .p2::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #4e7fec;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.cooperative-wrap .cooperative .city-box .center{
    position: relative;
}

.cooperative-wrap .cooperative .city-box .center .location{
    position: absolute;
    display: none;
}

.cooperative-wrap .cooperative .city-box .center .location.active{
    display: block;
}

.cooperative-wrap .cooperative .city-box .center .location.hz{
    right: 75px;
    top: 280px;
}

.cooperative-wrap .cooperative .city-box .center .location.qz{
    right: 90px;
    top: 330px;
}

.cooperative-wrap .cooperative .city-box .center .location.sz{
    right: 127px;
    top: 360px;
}

.cooperative-wrap .cooperative .city-box .center .location.bb{
    right: 107px;
    top: 255px;
}

.cooperative-wrap .cooperative .city-box .center .location.gz{
    right: 120px;
    top: 355px;
}

.cooperative-wrap .cooperative .city-box .center .location.dg{
    right: 127px;
    top: 354px;
}

.cooperative-wrap .cooperative .city-box .center .location.sjz{
    right: 135px;
    top: 185px;
}

.cooperative-wrap .cooperative .city-box .center .location.wh{ 
    right: 132px;
    top: 278px;

}

.cooperative-wrap .cooperative .city-box .center .location.xz{
    right: 105px;
    top: 230px;
}

.cooperative-wrap .cooperative .city-box .center .location.wx{
    right: 89px;
    top: 254px;
}

.cooperative-wrap .cooperative .city-box .center .location.ly{
    right: 95px;
    top: 205px;
}

.cooperative-wrap .cooperative .city-box .center .location.xa{
    right: 191px;
    top: 240px;
}

.cooperative-wrap .cooperative .city-box .center .location.zg{
    right: 252px;
    top: 311px;
}

.cooperative-wrap .cooperative .city-box .center .location.cd{
    right: 244px;
    top: 284px;
}

.cooperative-wrap .cooperative .city-box .center .location.km{
    right: 246px;
    top: 348px;
}

.cooperative-wrap .cooperative .city-box .center .location.yw{
    right: 70px;
    top: 285px;
}

.cooperative-wrap .cooperative .city-box .center .location.tj{
    right: 118px;
    top: 175px;
}

.cooperative-wrap .cooperative .city-box .center .location.wz{
    right: 66px;
    top: 300px;
}

.cooperative-wrap .cooperative .city-box .center .location.jx{
    right: 74px;
    top: 269px;
}

.cooperative-wrap .cooperative .city-box .center .location .spot{
    width: 5px;
    height: 5px;
    background: #3776ff;
    position: absolute;
    border-radius: 100%;
    position: relative;
}

.cooperative-wrap .cooperative .city-box .center .location .spot .before{
    width: 0px;
    height: 0px;
    border: solid 1px #abc5fc;
    position: absolute;
    border-radius: 100%;
    background: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cooperative-wrap .cooperative .city-box .center .location .spot .after{
    width: 0px;
    height: 0px;
    border: solid 1px #abc5fc;
    border-radius: 100%;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cooperative-wrap .cooperative .city-box .center .location .text{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100px;
    font-size: 12px;
    color: #fff;
}


.cooperative-wrap .cooperative .city-box .right{
    margin-top: 25px;
}

.cooperative-wrap .cooperative .city-box .right .right-item{
    width: 265px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.cooperative-wrap .cooperative .city-box .right .right-item.active{
    display: block;
}

.cooperative-wrap .cooperative .city-box .right .img-box{
    width: 265px;
    height: 200px;
}

.cooperative-wrap .cooperative .city-box .right .img-box>img{
    width: 100%;
    vertical-align: middle;
}

.cooperative-wrap .cooperative .city-box .right .text-box{
    width: 100%;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.cooperative-wrap .cooperative .city-box .right .text-box .name{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.cooperative-wrap .cooperative .city-box .right .text-box .address{
    font-size: 14px;
    color: #666666;
    margin: 7px 0;
}

.cooperative-wrap .cooperative .city-box .right .text-box .tel{
    font-size: 14px;
    color: #666666;
}

.cooperative-wrap .cooperative .city-box .right .text-box .tel::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/partner/layout_tel.png');
    margin-right: 10px;
}

.cooperative-wrap .cooperative .more{
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    color: #2978ff;
    border-top:  1px dashed #d9d9d9;
}

/* cooperative */

/* join_sec2 */
.join_sec2{
    position: relative;
    width: 100%;
    padding: 85px 0 60px;
    background-color: #f4f4f4;
}
.join_sec2 .sec2_box{
    margin: 66px 0 0px;
}
.sec2_box .sec2_navs{
    margin-bottom: 74px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.sec2_navs>li{
    flex: 1;
    cursor: pointer;
    text-align: center;
}
.sec2_navs>li .nav_img{
    width: 60px;
    height: 60px;
    padding: 11px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 50%;
    margin: auto;
}
.sec2_navs>li .nav_img>img{
    display: none;
    width: 36px;
    height: 36px;
}
.sec2_navs>li .nav_img>img:first-child{
    display: inline-block;
}
.sec2_navs>li:last-child{
    margin-right: 0;
}
.sec2_navs>li .nav_txt{
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 18px;
    text-transform: uppercase;
}
.sec2_navs>li.active .nav_img{
    background-color: #3776ff;
    border-color: #3776ff;
    -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;
}
.sec2_navs>li.active .nav_img>img:first-child{
    display: none;
}
.sec2_navs>li.active .nav_img>img:last-child{
    display: inline-block;
}
.sec2_navs>li.active .nav_txt{
    color: #3776ff;
}

.sec2_box .sec2_main>div.sec2_main_part{
    display: none;
    overflow: hidden;
}
.sec2_box .sec2_main>div.sec2_main_part.show{
    display: block;
    height: 420px;
}
.sec2_main_part .sec2_partL{
    width: 57%;
    padding: 9.5%;
    box-sizing: border-box;
}
.sec2_main_part .sec2_partL>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sec2_main_part .sec2_partL>h6>span{
    font-size: 40px;
    color: #999;
    margin-right: 20px;
}
.sec2_main_part .sec2_partL>p{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.sec2_main_part .sec2_partR{
    width: 43%;
    text-align: left;
}
.sec2_partR>img{
    max-width: 100%;
    width: 100%;
}
/* join_sec2 */

/* join_sec3 */
.join_sec3{
    position: relative;
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
}
.join_sec3 .sec3_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 642px;
    background: -webkit-linear-gradient(left,#00b5e2, #347dff);
    background: -o-linear-gradient(right,#00b5e2, #347dff);
    background: -moz-linear-gradient(right,#00b5e2, #347dff);
    background: linear-gradient(to right,#00b5e2, #347dff);
}
.join_sec3 .sec3_box{
    margin-top: 94px;
}
.sec3_box .sec3_box_part{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
.sec3_box .sec3_box_part.part1{
    margin-bottom: 174px;
}
.sec3_box_part .sec3_imgs{
    width: 59.6%;
    text-align: left;
}
.sec3_box_part .sec3_txts{
    width: 40.4%;
}
.sec3_txts>h6{
    font-weight: bold;
    font-size: 80px;
    color: #ddd;
    line-height: 1;
    margin-bottom: 20px;
}
.sec3_box_part.part1 .sec3_txts>h6{
    margin-top: 36px;
}
.sec3_txts>p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.sec3_txts>p.title{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 28px;
}
.sec3_box_part.part2 .sec3_txts{
    width: 42.4%;
}
.sec3_box_part.part2 .sec3_imgs{
    width: 57.6%;
    text-align: right;
}
.sec3_box_part.part2 .sec3_txts>h6{
    color: #5eb8ef;
}
.sec3_box_part.part2 .sec3_txts>p.title{
    color: #fff;
}
.sec3_box_part.part2 .txts_box{
    margin-top: 50px;
}
.txts_box>li{
    margin-bottom: 42px;
    overflow: hidden;
}
.txts_box>li:last-child{
    margin-bottom: 0;
}
.txts_box>li .txts_img{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50%;
}
.txts_box>li .txts_img>img{
    width: 32px;
    height: 32px;
}
.txts_box>li .txts_txt>p{
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.txts_box>li .txts_txt>p.title{
    font-weight: bold;
    font-size: 18px;
    margin: 6px 0 12px;
}
/* join_sec3 */

/* join_sec4 */
.join_sec4{
    width: 100%;
    padding: 80px 0 56px;
    box-sizing: border-box;
}
.join_sec4 .sec4_box{
    margin: 44px 0 74px;
}
.sec4_box .sec4_navs{
    width: 390px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 42px;
}
.sec4_navs>li{
    cursor: pointer;
    float: left;
    font-size: 20px;
    color: #333;
    width: 102px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    margin-right: 42px;
}
.sec4_navs>li.active{
    font-weight: bold;
    color: #1580f8;
    border-bottom: 4px solid #1580f8;
}
.sec4_navs>li:last-child{
    margin-right: 0;
}
.sec4_box .sec4_main .sec4_main_box{
    display: none;
    overflow: hidden;
}
.sec4_main_box>li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding: 44px 48px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.sec4_main_box>li .sec4_main_img{
    width: 80px;
    height: 80px;
    margin-right: 22px;
    padding: 14px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#1c6dff, #00b5e2); 
    background: -o-linear-gradient(#1c6dff, #00b5e2); 
    background: -moz-linear-gradient(#1c6dff, #00b5e2); 
    background: linear-gradient(#1c6dff, #00b5e2);
    border-radius: 50%;
    box-shadow: 6px 10px 20px rgba(0, 97, 171, .2);
}
.sec4_main_img>img{
    width: 52px;
    height: 52px;
}
.sec4_main_box>li .sec4_main_txt{
    font-weight: bold;
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
}
.sec4_main_box>li:last-child{
    margin-right: 0;
}
.sec4_box .sec4_main .sec4_main_box.show{
    display: block;
}
/* join_sec4 */

/* join_sec5 */
.join_sec5{
    width: 100%;
    padding: 92px 0 102px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.join_sec5 .sec5_box{
    position: relative;
    width: 100%;
    padding: 0 110px;
    box-sizing: border-box;
}
.sec5_box .sec5_swiper{
    width: 100%;
    padding-top: 110px;
}
.sec5_swiper .swiper-slide{
    position: relative;
    width: 200px!important;
    /* margin-right: 58px; */
    padding: 64px 18px 16px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.swiper-slide .slide_img{
    position: absolute;
    left: 50%;
    top: -48px;
    width: 90px;
    height: 90px;
    padding: 19px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#1c6dff, #00b5e2); 
    background: -o-linear-gradient(#1c6dff, #00b5e2); 
    background: -moz-linear-gradient(#1c6dff, #00b5e2); 
    background: linear-gradient(#1c6dff, #00b5e2);
    box-shadow: 6px 10px 38px rgba(0, 97, 171, .3);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slide_img>img{
    width: 52px;
    height: 52px;
}
.swiper-slide .slide_txt{
    text-align: center;
}
.slide_txt>h6{
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
}
.slide_txt>p{
    min-height: 66px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.sec5_box .sec5_prev,
.sec5_box .sec5_next{
    position: absolute;
    top: 70%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
    -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_box .sec5_prev{
    left: 0;
    background: url(../images/prev.png);
}
.sec5_box .sec5_prev:hover{
    background: url(../images/prev_sel.png);
}
.sec5_box .sec5_next{
    right: 0;
    background: url(../images/next.png);
}
.sec5_box .sec5_next:hover{
    background: url(../images/next_sel.png);
}
/* join_sec5 */

/* join_sec6 */
.join_sec6{
    position: relative;
    width: 100%;
    padding: 86px 0 98px;
    box-sizing: border-box;
}
.join_sec6 .sec6_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 595px;
    background-color: #f4f4f4;
}
.join_sec6  .sec6_part{
    width: 1000px;
    margin: 0 auto 232px;
    overflow: hidden;
}
.join_sec6  .sec6_part.part2{
    margin-bottom: 0;
}
.sec6_part .sec6_L{
    width: 43%;
    margin-right: 12%;
}
.join_sec6  .sec6_part.part1 .sec6_L>h4,
.join_sec6  .sec6_part.part2 .sec6_R>h4{
    font-weight: bold;
    font-size: 80px;
    color: #ddd;
    line-height: 1;
    margin: 98px 0 26px;
}
.join_sec6  .sec6_part.part1 .sec6_L>h6,
.join_sec6  .sec6_part.part2 .sec6_R>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
}
.join_sec6  .sec6_part.part1 .sec6_L>p,
.join_sec6  .sec6_part.part2 .sec6_R>p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.sec6_part .sec6_R{
    width: 45%;
}
/* join_sec6 */

.mode3{
    padding-top: 90px;
}

.mode3_content{
    margin-top: 45px;
    display: -moz-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.mode3_content .left{
    width: 220px;
    margin-right: 20px;
}

.mode3_content .left li{
    height: 80px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mode3_content .left li.active{
    background: url(../images/partner/mode3_left.png);
    border-color: #3185ff;
}

.mode3_content .left li.active .num_box{
    color: #3185ff;
}

.mode3_content .left li .num_box{
    font-size: 40px;
    color: #cccccc;
    font-style: italic;
    margin-right: 12px;
    margin-left: 15px;
}

.mode3_content .left li .text_box>.p1{
    font-size: 20px;
    color: #333;
}

.mode3_content .left li .text_box>.p2{
    font-size: 12px;
    color: #999999;
}

.mode3_content .right>li{
    width: 980px;
    height: 595px;
    background: linear-gradient(to bottom, #f6fcff, #fafdff);
    padding: 0 65px;
    box-sizing: border-box; 
    display: none;
}

.mode3_content .right>li.active{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mode3_content .right .img_box{
    margin-right: 30px;
}

.mode3_content .right .text_box .title{
    font-size: 22px;
    color: #333333;
}

.mode3_content .right .text_box .descr>p{
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
}

.mode3_content .right .text_box .descr .list_02{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.mode3_content .right .text_box .descr .list_02 .text{
    margin-left: 20px;
}

.mode3_content .right .text_box .descr .list_02 .text .p1{
    font-size: 16px;
    color: #333;
}

.mode3_content .right .text_box .descr .list_02 .text .p2{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.mode3_content .right .text_box .descr .list_03{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #ccc;
    padding: 10px 0;
}

.mode3_content .right .text_box .descr .list_03:first-of-type{
    margin-top: 45px;
    border-top: none;
}

.mode3_content .right .text_box .descr .list_03>span{
    font-size: 16px;
    color: #333;
}

.mode3_content .right .text_box .descr .list_03 .item_box > div{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.mode3_content .right .item_04 .text_box{
    width: 100%;
    text-align: center;
}

.mode3_content .right .item_04 .text_box>ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
}

.mode3_content .right .item_04 .text_box>ul>li .p1{
    font-size: 16px;
    color: #333;
    margin:10px 0 5px;
}

.mode3_content .right .item_04 .text_box>ul>li .p2{
    font-size: 14px;
    color: #666;
}

.partner_btn{
    width: 150px;
    height: 50px;
    margin: 25px auto 40px;
    border-radius: 25px;
    border: solid 1px #3185ff;
    text-align: center;
    line-height: 50px;
}

.partner_btn .apply_agent{
    font-size: 22px;
    color: #3185ff;
}

.wrc{
    padding: 85px 0 50px;
    background: #f4f4f4;
}

.wrc .wrc_content{
    padding-top: 55px;
}

/* 申请成为代理商弹框 */
.apply_wrapper{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}
.apply_wrapper .apply_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%);
}
.apply_box .common_title>h6{
    float: left;
    font-size: 26px;
}
.apply_box .common_title #close{
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
}
.apply_content{
    width: 540px;
    margin: 32px auto 0;
}
.apply_content .apply_cont_part{
    overflow: hidden;
}
.apply_content .apply_cont_part>span{
    display: block;
    float: left;
    width: 110px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 40px;
}
.apply_content .apply_cont_part>span>i{
    color: #fc2f10;
}
.apply_content .apply_cont_part .inputdiv{
    display: inline-block;
}
.apply_content .apply_cont_part .inputdiv>.titshi{
    font-size: 14px;
    color: #999;
    margin: 10px 0;
    line-height: 1;
}
.apply_content .apply_cont_part .inputdiv>input{
    width: 358px;
    height: 40px;
    padding: 10px 12px;
    box-sizing: border-box;
    background-color: #fff!important;
    border: 1px solid #dedede;
}
.apply_content .apply_cont_part.code_part .inputdiv>input{
    width: 240px;
    margin-right: 10px;
}
.apply_content .apply_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;
}
.apply_content .apply_cont_part .inputdiv>select{
    width: 174px;
    height: 40px;
    margin-right: 10px;
}
.apply_content .apply_cont_part .inputdiv>select.J_CityId{
    margin-right: 0;
}
.apply_content .apply_cont_part.code_part .inputdiv>.J_RefreshTrigger{
    float: right;
    width: 108px;
    height: 40px;
}
.apply_box .apply_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;
}
.apply_box .apply_btns .apply_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;
}
/* 申请成为代理商弹框 */

/* 申请成为代理商表单页面 */
.clue_form_wrap {
    background-color: #f7f8fa;
    overflow: hidden;
    margin-top: 82px;
}
.clue_form_wrap h2 {
    font-size: 20px;
    color: #323233;
    line-height: 28px;
    margin-bottom: 40px;
}
.clue_form_wrap .form-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 260px;
}
.clue_form_wrap .apply_content .apply_cont_part{
    margin-top: 30px;
}

.clue_form_wrap .apply_btn{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 158px;
    padding: 8px 0;
    text-align: center;
    background-color: #155bd4;
    border-radius: 2px;
    margin: 0 auto;
    height: 40px;
    border: none;
    display: block;
    box-sizing: border-box;
    margin-top: 30px;
    cursor: pointer;
}
/* 申请成为代理商表单页面 */