/* common */
.wh_1200{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    text-align: center;
}
.common_title>h4{
    font-size: 40px;
    color: #333;
    line-height: 1;
}
.common_title>p{
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-top: 20px;
}
.white{
    color: #fff!important;
}
/* common */

/* banner轮播 */
.banner_swiper .swiper-slide{
    position: relative;
    width: 100%!important;
    height: 500px;
    background-image: url(../../images/wfx_live/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_swiper .swiper-slide:last-child{
    background-image: url(../../images/wfx_live/banner2.png);
}
.banner_swiper .swiper-slide .banner_txt{
    color: #fff;    
    width: 1200px;
    margin: 0 auto;
    padding: 170px 0 76px;
    box-sizing: border-box;
}
.banner_txt>h3{
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
}
.banner_txt>p{
    font-size: 20px;
    line-height: 1;
}
.banner_txt>p.big{
    font-size: 36px;
    margin: 16px 0 28px;
}
.banner_swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
.banner_txt .banner_btn{
    margin-top: 62px;
    overflow: hidden;
}
.banner_txt .banner_btn>a{
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 23px;
}
.banner_txt .banner_btn>a.application_in{
    color: #089ade;
    background-color: #fff;
    margin-right: 20px;
}
.banner_swiper .swiper-slide:last-child .banner_txt>p.big
.banner_swiper .swiper-slide:last-child .banner_txt .banner_btn{
    width: 110px;
    height: 40px;
    border-radius: 0;
    background-color: #fff;
}
/* banner轮播 */

/* live_sec1 */
.live_sec1{
    width: 100%;
    padding: 90px 0 164px;
    box-sizing: border-box;
    background-color: #fff;
}
.live_sec1 .sec1_content{
    margin-top: 72px;
}
.live_sec1 .sec1_content>li{
    float: left;
    width: 225px;
    margin-right: 18px;
}
.live_sec1 .sec1_content>li:last-child{
    margin-right: 0;
}
.live_sec1 .sec1_content>li .sec1_img>img{
    max-width: 100%;
    width: 100%;
}
.live_sec1 .sec1_content>li .sec1_txt{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
}
/* live_sec1 */

/* live_sec2 */
.live_sec2{
    width: 100%;
    padding: 240px 0 115px;
    box-sizing: border-box;
    background: url(../../images/wfx_live/sec2_bg.png) no-repeat center/cover;
}
.live_sec2 .sec2_content{
    margin-top: 116px;
}
.sec2_content .sec2_img{
    margin: 0 170px 0 104px;
}
.sec2_content .sec2_img>img{
    max-width: 100%;
    width: 100%;
}
.sec2_content .sec2_txt{
    width: 550px;
}
.sec2_content .sec2_txt .sec2_txt_part{
    width: 100%;
    padding: 38px 28px 30px 74px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.sec2_content .sec2_txt .sec2_txt_part:last-child{
    margin-bottom: 0;
}
.sec2_txt_part>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 1;
    margin-bottom: 26px;
}
.sec2_txt_part>ul>li{
    overflow: hidden;
    margin-bottom: 8px;
}
.sec2_txt_part>ul>li .txts_img{
    float: left;
    margin-top: 5px;
    margin-right: 12px;
}
.sec2_txt_part>ul>li .txts_txt{
    float: left;
    width: 420px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
/* live_sec2 */

/* live_sec3 */
.live_sec3{
    width: 100%;
    padding: 80px 0 98px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.live_sec3 .sec3_content{
    margin-top: 62px;
}
.live_sec3 .sec3_content>li{
    position: relative;
    float: left;
    width: 548px;
    margin-right: 54px;
    padding-top: 300px;
}
.live_sec3 .sec3_content>li .sec3_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.live_sec3 .sec3_content>li .sec3_img>img{
    width: 396px;
}
.live_sec3 .sec3_content>li:last-child{
    margin-right: 0;
}
.live_sec3 .sec3_content>li .sec3_txt{
    position: relative;
    width: 100%;
    padding: 30px 30px 26px 62px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.live_sec3 .sec3_content>li:last-child .sec3_txt{
    padding: 68px 30px 68px 62px;
}
.live_sec3 .sec3_content>li .sec3_txt .sec_tip{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: -26px;
    top: 50%;
    width: 55px;
    height: 120px;
    line-height: 55px;
    text-align: center;
    -webkit-writing-mode: vertical-r;
    writing-mode: vertical-rl;
    background-color: #3272ff;
    border-radius: 27.5px;
    letter-spacing: 2px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.live_sec3 .sec3_content>li .sec3_txt .sec3_txt_box{
    margin-bottom: 22px;
}
.live_sec3 .sec3_content>li .sec3_txt .sec3_txt_box:last-child{
    margin-bottom: 0;
}
.live_sec3 .sec3_content>li .sec3_txt .sec3_txt_box>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
}
.live_sec3 .sec3_content>li .sec3_txt .sec3_txt_box>p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
/* live_sec3 */

/* 申请入驻弹框 */
.applicationIn{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}
.applicationIn .applicationIn_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    padding-bottom: 45px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.applicationIn_box>h2{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}
.applicationIn_box>h2>img{
    cursor: pointer;
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 20px;
}
.applicationIn_box .applicationIn_img{
    width: 100%;
    text-align: center;
    margin: 40px 0;
    box-sizing: border-box;
}
.applicationIn_img>img{
    width: 192px;
    height: 148px;
}
.applicationIn_box .applicationIn_form{
    width: 100%;
    padding: 0 58px;
    box-sizing: border-box;
}
.applicationIn_form .form_part{
    margin-bottom: 10px;
}
.form_part>span{
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    width: 70px;
    height: 46px;
    line-height: 46px;
    text-align: right;
    margin-right: 14px;
}
.form_part .inputbox{
    display: inline-block;
}
.inputbox>input{
    font-size: 14px;
    color: #999;
    width: 300px;
    height: 46px;
    line-height: 46px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
.inputbox>.tips{
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.applicationIn_box .applicationIn_btn{
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin: 28px auto 0;
    background-color: #438eff;
    border-radius: 25px;
    letter-spacing: 2px;
}
/* 申请入驻弹框 */