.has_submenu:nth-child(4)>span{
    color: #42d6fc !important;
}
.vNavBox {
    width: 100%;
    background: #000;
    border-bottom: 1px solid #333333;
}
.vNav {
    line-height: 58px;
}
.vNav a {
    display: inline-block;
    margin-right: 60px;
    color: #fff;
}
.vNav a.active, .vNav a:hover {
    color: #42d6fc;
    border-bottom: 1px solid #42d6fc;
}
.banner {
    width: 100%;
    background: #00070a;
    margin-top: 90px;
}
.conetent{
    background: #161d26;
}
.left_content{
    width: 850px;
    margin-right: 45px;
    display: inline-block;
}
.right_content{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}
.bbs_tit{
    font-size: 34px;
    margin: 30px 0 20px 0;
}
.sub_tit{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.sub_tit:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    margin-right: 10px;
    background: #42d6fc;
    position: relative;
    top: 5px;
}
.apply{
    width: 130px;
    height: 35px;
    background: #236cff;
    color: #fff;
    border-radius: 5px;
    margin: 20px 0 30px;
    border: none;
}
.apply:hover{
    background: #1d59d1;
}
.reason ul li,
.reason div,
.highlight ul li{
    font-size: 15px;
    line-height: 25px;
}
.reason, .highlight{
    margin-bottom: 30px;
}

.border-left0{
    border-left: none;
}

.meeting table{
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    background: #1f2a37;
    border: none;
}
.meeting th{
    text-align: left;
}
.meeting th, .meeting td{
    padding: 10px 10px 10px 20px;
    border-color: #000;
    border-top: none;
    border-right: none;
}
.tit_bg{
    background: #263344;
}


/* 右边栏 */
.company_box{
    margin: 20px 0 40px 0;
}
.company_box li{
    display: inline-block;
    width: 48%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.company_box li:nth-child(2n+0){
    margin-right: 0;
}
.company_box li img{
    width: 100%;
    height:56px;
}
.concat_right{
    margin: 20px 0 20px 0;
    line-height: 28px;
}

/* 赞助厂商滚动 */
/* sponsors */
.sponsors{
    background: #222222;
    padding: 20px 0 50px 0;
    margin: 50px 0 0 0;
    display: none;
}
.j-mqrquee {
    overflow: hidden;
}
.j-marquee-box {
    display: block;
    zoom: 1;
    width: 1000%;
}
.sponsors ul{
    margin: 0 auto;
}
.sponsors li{
    float: left;
    width: 225px;
    text-align: center;
    line-height: 85px;
    margin-right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.sponsors li img{
    width: auto;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
.registration{
    padding: 0 0 40px 0;
}







/* 表单 */
.pop_window{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 99999;
    background: rgba(8, 8, 8, 0.6);
}
.pop_bg{
    width: 480px;
    height: 690px;
    margin: 5% auto 0 auto;
    background: #fff;
    border-radius: 10px;
}
.pop_window form{
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #333;
    height: 80%;
    overflow: auto;
    position: relative;
}
.pop_window form label{
    display: block;
}
.pop_window input[type="text"]{
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 10px;
}
.pop_window select{
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 10px;
    box-sizing: content-box;
}
#address_select select{
    width: 36%;
}
.checkbox_box{
    width: 100%;
    margin-bottom: 30px;
}
.checkbox_box h6{
    margin-bottom: 10px;
}
.pop_window .checkbox_box label{
    display: inline-block;
    line-height: 30px;
    width: 48%;
}
.pop_window .checkbox_box label:last-child{
    width: 80%;
}
.btn_box{
    position: absolute;
    bottom: 20px;
}
.submit{
    width: 120px;
    background: #236cff;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
}
.submit:hover{
    background: #1d59d1
}
.close_pop{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    display: block;
    background: url('/static/vendor/layer/skin/default/icon.png')no-repeat;
    background-position: 0 -40px;
    cursor: pointer;
}
.close_pop:hover{
    opacity: .6
}
.cancel{
    width: 120px;
    border: 1px solid #e8e8e8;
    padding: 10px 0;
    border-radius: 3px;
    color: #333;
    background: #fff;
    margin-left: 10px;    
}
.cancel:hover{
    background: #f9f9f9;
}
.pop_window h2{
    color: #333;
    padding: 20px 30px 10px 30px;
    box-sizing: border-box;
    font-size: 18px;
}
.pop_window h2 b{
    font-size: 30px;
    margin-bottom: 10px;
}
.desc{
    margin: 10px 0 20px 0;
    padding: 0 30px;
    box-sizing: border-box;
    color: #333;
}
.tips{
    background: rgba(0,0,0, .5) !important;
    text-align: center !important;
}
.contact{
    display: none;
}
.send_apply{
    background: #1f5fff !important;
    outline: none;
}
.send_apply:hover{
    background: #0049ff !important;
}
.send_apply:active{
    background: #1f5fff !important;
}
@media screen and (max-width: 800px){
    .pop_window .checkbox_box label:last-child {
    width:100%!important;
}
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .tipOrShear{
        display: none;
    }
    .left_content{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin-right: 0;
    }
    .bbs_box{
        width: 100%;
        overflow: auto;
    }
    .vNav{
        width: 200%;
        padding: 0 10px;
    }
    .vNav a {
        display: inline-block;
        margin-right: .3rem;
        position: relative;
    }
    .vNav a.active{
        border-bottom: 0;
    }
    .vNav a.active::before{
        content: '';
        width: 80%;
        height: 3px;
        background-color: #42d6fc;
        position: absolute;
        bottom: 0;
        left: 10%;
    }
    .send_apply{
        border-radius: .03rem;
    }
    .right_content{
        display: none;
    }
    .meeting table{
        top: 0;
        box-sizing: border-box;
        color: #999999;
        background-color: transparent;
    }
    tr{
        display: block;
        width: 100%;
        border-bottom: 1px solid #999;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .meeting th, .meeting td {
        width: 100%;
        display: block;
        border: none;
        padding: 10px 10px 0 0;
    }
    .tit_bg {
        background: none !important;
    }
    .meeting table tr:first-child{
        display: none;
    }
    .meeting tr td:nth-child(2){
        padding: 5px 0 0px 0;
        font-size: .3rem;
        color: #fff;
    }
    .meeting tr td:nth-child(3){
        padding: 5px 0 0px 0;
    }
    .j-marquee-box {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .sponsors .sub_tit {
        padding: 0 10px;
    }
    .sponsors li:nth-child(3n+0){
        margin-right: 0;
    }
    .sponsors li {
        float: inherit;
        width: 32%;
        text-align: center;
        padding: 0;
        line-height: 0;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: inline-block;
    }
    .contact .title{
        padding: .6rem 0 0.3rem 0;
        font-size: .28rem;
    }
    .contact .title b{
        font-size: .5rem;
        margin-bottom: 6px;
        display: inline-block;
    }
    .contact{
        padding: 0 10px;
        box-sizing: border-box;
        display: block;
    }
    .sponsors{
        margin: 0;
        display: block;
    }


    .pop_bg {
        width: 90%;
        height: 80%;
    }
    .pop_window input[type="text"] {
        margin-left: .1rem;
    }
    .pop_window select{
        margin-left: .1rem;
    }
    .btn_box{
        position: fixed;
        bottom: 1.4rem;
        background: #fff;
        width: 90%;
        height: 9%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 10px;
        padding: .2rem 0 0 0;
        box-sizing: border-box;
    }
    .submit {
        margin: 0 auto;
        display: block;
    }
    .cancel {
        display: none;
    }
    .pop_window h2 b {
        font-size: .45rem;
        margin-bottom: 10px;
    }
    .pop_window .checkbox_box label {
        width: 100%;
    }
    .desc {
        padding: 0 .3rem;
    }
    .bbs_tit{
        font-size: .45rem;
    }
    .left_content ul>li{
        color: #ccc;
    }
}