body{
    color: #fff;
    background: #101833;
}
.btn{
    background:linear-gradient(to right , #a0247f  , #de378d);
    width: 160px;
    height: 40px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 50px auto 0 auto;
    cursor: pointer;
    border: none;
}
.btn:hover{

    background:linear-gradient(to right , #de378d , #a0247f );
}

/* 头部 */
.site_top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99;
    height: 80px;
    background: #0E1A3E;
}
header>.wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 14px;
}
header .menu .on,
header .menu .on:hover {
    color: #7E94FF;
}
header .menu>a,
header .menu .drop {
    padding: 0 15px;
}
header .menu>a:hover {
    color: #7E94FF;
}
header .menu .drop {
    position: relative;
    line-height: 80px;
}
header .menu .drop::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    vertical-align: -2px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    border-color: #fff transparent transparent transparent;
}
header .menu .drop:hover {
    color: #7E94FF;
    cursor: pointer;
}

header .menu .drop:hover  .item a{
    color:#fff;
}
header .menu .drop .item {
    position: absolute;
    top: 80px;
    left: -9999999px;
    white-space: nowrap;
    line-height: 40px;
    background-color: #0f1c28;
}
header .menu .drop:hover .item {
    left: 0px;
}
header .menu .drop .item>a {
    display: block;
    padding: 0 15px;
}
header .menu .drop .item>a:hover {
    background-color: #7E94FF;
    color: #fff;
}
header .menu .enter {
    cursor: pointer;
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    background: linear-gradient(#395aff 0%, #7293ff 100%);
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    color:#ffffff;
    font-size: 18px;
    font-weight: 500;
}
header .menu .enter:hover {
    color: #fff;
    background: linear-gradient(#3151f8 0%, #6487fa 100%);
}
header .logo .logo_1, header .logo .logo_2 {
    vertical-align: middle;
}
header .logo .logo_1 {
    width: 126px;
}
header .logo .logo_2 { 
    width: 85px;
    margin-left: 17px;
}
.ac{
    font-weight: 400;
    color: #f0535b !important;
}
.mr80{
    margin-right: 80px;
}
.nav_select{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    top: 30px;
    left: 0;
    box-shadow: 0 8px 19px -13px #ccc;
    display: none;
}
.nav_select li{
    padding: 0 10px;
    width: 120px;
    line-height: 35px;
    color: #000;
}
.nav_select_box{
    padding: 0 10px;
}
.nav_select_box:hover{
    background: #fff;
    color: #000;
}
.nav_select_box:hover ul{
    display: block;
}
.nav_select_box span:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(142, 142, 142);
    border-bottom: 0px solid transparent;
    vertical-align: text-top;
    position: relative;
    top: 7px;
    left: 5px;
}
.mr80{
    margin-right: 80px;
}
.nav_select{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    top: 30px;
    left: 0;
    box-shadow: 0 8px 19px -13px #ccc;
    display: none;
}
.nav_select li{
    padding: 0 10px;
    width: 120px;
    line-height: 35px;
    color: #000;
}
.nav_select_box{
    padding: 0 10px;
}
.nav_select_box:hover{
    background: #fff;
    color: #000;
}
.nav_select_box:hover ul{
    display: block;
}
.nav_select_box span:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(142, 142, 142);
    border-bottom: 0px solid transparent;
    vertical-align: text-top;
    position: relative;
    top: 7px;
    left: 5px;
}
section{
    box-sizing: border-box;
}
.nav_select li:hover{
    background: rgba(30, 124, 231, 1);
    color: #fff;
}
.header_menu a{
    margin-left: 30px;
    font-size: 14px;
}
.header_menu>div{
    margin-left: 30px;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    margin-top: -6px;
}
.header_menu>div span:hover{
    color: rgba(30, 124, 231, 1)
}
.header_menu a:hover{
    color: #7E94FF;
}
.header_menu a:last-child{
    border-radius: 25px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    opacity: .85;
    width: 120px;
    height: 35px;
    margin: 0 0 0 15px;
    box-sizing: border-box;
}
.header_menu a:last-child:hover{
    opacity: 1
}
.apply_m{
    display: none !important;
}
#live_box,
#live_box_m,
#step,
#activity_box,
#prize_setting,
#partner_box,
#main_box,
#newListBox,
#apply_form{
    position: relative;
    top: -120px;
    display: block;
}
#banner_video_box {
    position: absolute !important;
    width: 28%;
    z-index: 10;
    right: 16%;
    top: 33%;
}

/*弹框样式*/
.pop_form .layui-layer-content{
    color: #333;
    font-size: 16px;
    padding: 0px 25px;
    box-sizing: border-box;
}
.pop_form .layui-layer-title{
    background: #fff;
    border: none;
}
.pop_form .layui-layer-content p{
    text-align: left;
}
.pop_form .layui-layer-content .s_tips {
    padding-top: 27px;
    font-size: 22px;
    color: #333333;
    font-weight: 700;
}
.pop_form .layui-layer-content .s_logo {
    display: block;
    margin: 0 auto;
}
.pop_form .layui-layer-content .s_info {
    background: #F8F8F8;
    padding: 20px;
}
.pop_form .layui-layer-content .s_address,.pop_form .layui-layer-content .s_time{
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.pop_form .layui-layer-content .s_weixin{
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}
.s_qrcode{
    display: block;
    margin: 10px auto;
    margin-top:20px;/*
    width: 147px;
    height: 147px;*/
}
.pop_form h5{
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}
.pop_form h5 img{
    margin-right: 5px;
    vertical-align: middle;
}
.pop_window_btn{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:  #ffffff;
    margin-top: 30px;
    margin-left: calc(50% - 70px);
    background-color: #1f5fff;
    border: 0;
    border-radius: 3px;
}
.qrcode_text{
    text-align: center;
    margin-top: 10px;
}

/*标题*/
.section_title {
    margin: 80px auto 0;
    width: 618px;
    height: 65px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.activity_box .section_title {
    margin: 0 auto;
    background-image: url("../images/session_bg/1.png");
}
.highlights_box .section_title {
    background-image: url("../images/session_bg/2.png");
}
.step_box .section_title {
    background-image: url("../images/session_bg/3.png");
}
.live_box .section_title {
    margin: 80px auto 60px;
    background-image: url("../images/session_bg/4.png");
}
.apply_form_box .section_title {
    background-image: url("../images/session_bg/5.png");
}
.company_box .section_title {
    background-image: url("../images/session_bg/7.png");
}
.address_box .section_title {
    background-image: url("../images/session_bg/6.png");
}
.partner_boxm .section_title {
    background-image: url("../images/session_bg/8.png");
}
.exhibitor .section_title {
    margin: 0 auto;
    background-image: url("../images/session_bg/9.png");
}
.newListBox .section_title {
    margin: 0 auto;
    background-image: url("../images/session_bg/10.png");
}
.concat_box .section_title {
    background-image: url("../images/session_bg/11.png");
}


/* 活动概要 */
.activity_content{
    padding: 30px;
    margin-top: 40px;
    background: #2F3C7C;
}
.activity_content .activity_content_text p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    text-indent: 26px;
}
.activity_content .activity_content_text p:last-child{
    margin-bottom: 0px;
}
.activity_content_img{
   position: relative;
   width: 445px;
   height: 350px;
   background: url(../images/activity_img_bg.png) no-repeat;
   background-size: 100% 100%;
}
.activity_content_img img {
   position: absolute;
   width: 415px;
   height: 320px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.activity_content_text {
    flex: 1;
    margin-left: 45px;
}

/* 活动亮点 */
.highlights_content {
    margin-top: 40px;
    justify-content: space-between;
}
.highlights_content .highlights_item {
    position: relative;
    width: 380px;
    height: 330px;
    background-size: 100% 100%;
}
.highlights_content .highlights_item_1 {
    background-image: url("../images/highlights/1.png");
}
.highlights_content .highlights_item_2 {
    background-image: url("../images/highlights/2.png");
}
.highlights_content .highlights_item_3 {
    background-image: url("../images/highlights/3.png");
}
.highlights_content .highlights_item p {
    position: absolute;
    top: 240px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #FEFEFE;
}

.wrap_b{
    width: 1200px;
    margin: 0 auto;
   /* padding: 80px;
    border-top: 1px solid #0c1566;*/
}


/* 总体流程 */
.selection_box{
    text-align: center;
    padding-bottom: 50px;
}
.selection_box img{
    margin-top:47px;
}
.aw_c_5 p{
    font-size: 18px;
    line-height: 33px;
}
.aw_c_5 .section_title{
    margin-bottom: 34px;
}
.downTable_box{
    display:flex;   
    padding-top:   40px;
}
.aw_c_5 .downTable,.aw_c_5 .downTable1{
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    width: 210px;
    height: 46px;
    color:#090515;
    background: #7E94FF;
    border: none;
    border-radius: 30px;
}
.aw_c_5 .downTable{
    margin-right:  39px;
}
.aw_c_5 .downTable img{
    vertical-align: middle;
}
.aw_c_5 .downTable:hover,.aw_c_5 .downTable1:hover{
    background: linear-gradient(to right, #caf974, #35a094 );

}
.aw_c_6 li{
    float: left;
    width: 139px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
}
.aw_c_6 li:nth-of-type(8n){
    margin-right: 0;
}
.aw_c_6 li img{
    width: 100%;
    vertical-align: middle;
}



/* 奖项设置 */
.prize_setting .section_title{
    margin-bottom: 35px;
}
.prize_setting li{
   display: inline-block;
    width: 540px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 146px;
    background: #11242f;
    margin-bottom: 54px;
}
.prize_setting li:last-child{
    margin-right: 0;
}
.prize_header{
    padding: 24px 30px 0px 30px;
    box-sizing: border-box;
    text-align: center;
}
.prize_header>img{
    height: 163px;
}
.prize_header h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.prize_header p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #B4B4B4;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c3240;
}
.prize_info{
    padding: 30px 0px 20px 0px;
    margin:0px 30px;
    box-sizing: border-box;
    color: #F9F9FF;
    border-bottom: 1px solid #1c3240;
}
.prize_info h6{
    margin: 0 0 10px 0;
    font-size: 14px;
}
.prize_info>p{
    line-height: 24px;
    min-height: 155px;
}
.prize_info p{
    font-size: 12px;
}
.prize_info a{
    color: #FFBD4C;
    font-size: 14px;
}
.go_applay{
    display: none;
    width: 150px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    color: #715000;
    font-size: 16px;
    margin: 30px auto;
    background: linear-gradient(to right,#ffc024 , #ffd783 );
}
.go_applay:hover{
    background: linear-gradient(to right,#ffd783 , #ffc024 );
}
.apply_form .apply{
    width: 200px;
    text-align: center;
    height: 48px;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 700;
    background: linear-gradient(#395aff 0%, #7293ff 100%);
    margin-top: 30px;

}
.apply_form .apply:hover{
    background: linear-gradient(#3151f8 0%, #6487fa 100%);
}

/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 34px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { float: right;margin: 70px 0 0; font-size: 14px; color: #fff; line-height: 34px; z-index: 2; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq, .bdsharebuttonbox .bds_weixin, .bdsharebuttonbox .bds_tsina,  .bdsharebuttonbox .bds_qzone{
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 35px;
    margin: 0 0 0 9px;
    padding: 0;
    width: 35px;
}
.bdsharebuttonbox .bds_sqq {
    background-image: url("../images/share/qq.png");
}
.bdsharebuttonbox .bds_weixin {
    background-image: url("../images/share/vx.png");
}
.bdsharebuttonbox .bds_tsina {
    background-image: url("../images/share/weibo.png");
}
.bdsharebuttonbox .bds_qzone {
    background-image: url("../images/share/zone.png");
}
.bdsharebuttonbox i, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}
.address_box{
    overflow: hidden;
    background: #152148;
    box-sizing: border-box;
    text-align: center
}
.address_box img{
    margin: 40px auto 80px;
}
/* 投票页面 */
.tp_nav_box{
    height: 60px;
    line-height: 60px;
    background: #031323;
}
.tp_nav_box li{
    line-height: 60px;
    text-align: center;
    width: 50%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-bottom: 2px solid transparent;
}
.tp_nav_box li.active{
    color:#7E94FF;
    border-bottom: 2px solid #7E94FF;
}
.tp_content_box{
    padding-bottom: 50px;
}
.tp_box .tp_rule{
    font-size: 16px;
    margin: 26px auto 66px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}
.tp_content_list{
    display: none;
}
.tp_content_list ul li{
    float: left;
    width: 280px;
    height: 488px;
    margin-right: 20px;
    margin-bottom: 30px;
    background: linear-gradient(180deg,#05413a, #004332);
    background-size: 100% 100%;
}
.tp_content_list ul li:nth-of-type(4n){
    margin-right: 0;
}
.tp_content_list ul li .t_c_imgBox{
    width: 100%;
    height: 165px;
    line-height: 165px;
    overflow: hidden;
    background: #fff;
}
.tp_content_list ul li .t_c_imgBox img{
    width: 100%;
    vertical-align: middle;
}
.tp_content_list ul li .t_c_msgBox{
    padding: 0 16px;
}
.tp_content_list ul li .t_c_msgBox h3{
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #00684e;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}
.tp_content_list ul li .t_c_msgBoxs{
    padding: 0 16px;
}
.tp_content_list ul li .t_c_msgBoxs h3{
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #00684e;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}
.tp_content_list ul li .t_c_text{
    margin: 16px 0;
    line-height: 22px;
    position: relative;
    font-size: 12px;
}
.tp_content_list ul li .t_c_text p span br{
    display: none;
}
.remmoned_liyou1_show{
    display: block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color:#D1F6ED;
}
.tp_content_list ul li .t_m_more{
    display: block;
    text-align: right;
    cursor: pointer;
}
.tp_content_list ul li .t_m_mores{
    text-align: right;
    cursor: pointer;
}
.tp_content_list ul li .spanColor{
    color: #fff;
} 
.tp_content_list ul li .spanColor:hover{
    color: #00926e;
    font-weight: 500;
}
.tp_content_list ul li .t_p_box {
    border: 1px solid  #98c643;
    border-radius: 5px;
    font-size: 16px;
}
.tp_content_list ul li .t_p_btn_num, .tp_content_list ul li .t_p_btn {
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
   /*  border-radius: 5px 0px 0px 5px */
}
.tp_content_list ul li .t_p_btn_num i {
    font-style: normal;
}
.tp_content_list ul li .t_p_btn{
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #98c643;
}
.tp_content_list ul li .t_p_btn.disable{
    background: #98c643;
}
.tp_content_list ul li .t_p_btn:hover{
    background: linear-gradient(180deg,#98c643 0%, #9ee21f 100%);
}
.tp_content_list ul li .t_p_btn.disable:hover{
    background: #35a094;
}
.tp_tip_box{
    width: 100%;
    background: #18166f;
    padding: 80px 0;
}
.tp_tip_box .t_t_leftBox{
    width: 806px;
    height: 566px;
    float: left;
    background: url('../images/tp_tip_bg1.png?1');
    background-size: 100% 100%; 
}
.tp_tip_box .t_t_rightBox{
    width: 392px;
    height: 566px;
    float: right;
    background: url('../images/tp_tip_bg2.png?2');
    background-size: 100% 100%; 
}

.m_show{
    display: none !important;
}
.moreTipContent,
.moreMsgBox{
    padding: 0 30px;
}
.moreTipContent h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.moreTipContent h2{
    font-size:20px;
    margin-bottom:40px;
    color:#000;
    font-weight:400;
}
.formBox{
    padding: 0px 50px;
    color: #000;
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 20px;
    font-weight: 700;
}
.formBox p{
    margin: 30px 0;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 62px;
    font-size: 15px;
}
.formBox .formItem input{
    width: 290px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formBtn{
    margin-top: 20px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.formBox .formBtn .subimtBtn{
    color: #fff;
    background: #7E94FF;
    margin-right: 22px;
}
.formBox .formBtn .subimtBtn:hover{
    background: #00926e;
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e4e4e4;
    color: #000;
}
.formBox .formBtn .canceBtn:hover{
    background: #f9f9f9;
}

/*手机验证弹框样式*/
#post_form_phone .phone_code dt{
    width: 62px;
    font-size: 15px;
}
#post_form_phone #phone{    
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 120px;
    box-sizing:border-box;
}
.get_code_box{
    position: relative; 
    margin-bottom: 20px; 
    width: 300px;
    margin-left: 62px;
}
.get_code_box>input{   
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing:border-box;
    padding-left:10px;
}
#post_form_phone  .getcode_btn{
    position: absolute; 
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    outline: none;
    border: 0;
    line-height: 40px;
    z-index: 33;
    cursor: pointer;
}
/*.getcode_btn.disabled{

}*/
#post_form_phone .phone_code .mobile_item{
    position: relative;
}
#post_form_phone .phone_code .mobile_item .ui-err{    
    position: absolute;
    bottom: -19px;
    left: 0px;
    color: #dd0000;
}
.g-clear{
    position: relative;
}
.ui-err-count{
    position: absolute;
    bottom: -19px;
    left: 62px;
    color: #dd0000;
}
.get_code_box .ui-err{
    display: block;
    margin-left:4px;
    color: #dd0000;
    margin-top: 3px;
}

#post_form_phone .phone_code .mobile_item select{
    position: absolute;
    top:0px;
    left:0px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px 0px 0px 5px;
    height: 42px;
}
#post_form_phone  .nc-container {
    font-size: 12px;
    -ms-touch-action: none;
    touch-action: none;
    position: relative;
    left: 64px;
    margin: 20px 0;
    width: 300px;
}
/*手机验证弹框样式*/
.red{
    color: #f15dab;
    margin-right: 5px;  
}

/* 会议报名 */
.form_table_apply>div>div{
    float:left;
    width: 47%;
}
.form_table_apply .form_table_apply_right{
    float:right;
}
.apply_form {
    width: 900px;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.apply_form h2{
    margin-bottom: 30px;
}
.apply_form label{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}
.apply_form p{
    margin-bottom: 30px;
}
.apply_form label input{
    width: 80%;
    margin-left: 20px;
    height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #142533;
    background: #ffffff;
    color: #333333;
}
.apply_form form i{
    color: #f34244;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
#address_select{
    font-size: 14px;
    width: 94%;
    display: inline-block;
    margin-bottom: 20px;
}
#address_select select{
    width: 40%;
    border: 1px solid #142533;
    background: #ffffff;
    border-radius: 3px;
    height: 35px;
    color: #333333;
}
select[name="vocational"]{
    width: 80%;
    height: 35px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #142533;
    background: #ffffff;
    color: #333333;
}
select[name="jobcat"]{
    width: 80%;
    height: 35px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #142533;
    background: #ffffff;
    color: #333333;
}
select[name="province"]{
    margin-left: 15px;
}
.sub_banner{
    margin: 0 0 50px 0;
}
.cover{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.content li{
    margin-top: 30px;
    display: none;
}
.content li:first-child{
    display: block;
}
/*.item{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 32.5%;
    vertical-align: text-top;
}*/
.mr0{
    margin-right: 0;
}
.hover{
    background: #4a96ec !important;
    color: #fff;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
}
/*.item>a{
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    cursor: pointer;
}
.item>a:hover span,
.item>a:hover .play_icon{
    display: block;
}
.play_icon{
    background: url('../images/play.png')no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    z-index: 9;
    display: none;
}
.item a span{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.2;
}*/
#video_player{
    height: 100%;
}

/* 参展厂商 */
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.company{
    background: url('../images/u0.png')no-repeat;
    background-size: 100% 100%;
    padding: 40px 30px;
    box-sizing: border-box;
}
.company li{
    width: 49.85%;
    display: inline-block;
    border: 1px solid #ececec;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    clear: both;
}
.company li:hover{
    background: -webkit-linear-gradient(315deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;
    background: -moz-linear-gradient(135deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;   
    color: #fff;
}
.company li:nth-child(2n+0){
    border-left: none;
    float: none;
}
.blue{
    background: #f4f9fe;
    border-bottom: none !important;
    border-top: none !important;
}
.company ul{
    border-top: 1px solid #ececec;
}

/* 厂商 */
.join_company_item{
    width: 2547px;
    height: 62px;
}
.join_company_item img{
    border: 1px solid #ececec;
    margin-right: 5px;
}
.j-mqrquee {
    overflow: hidden;
    margin-top: 50px;
}
.j-marquee-box {
    display: block;
    zoom: 1;
    width: 1000%;
}
.sponsors ul{
    margin: 0 auto;
}
.sponsors li{
    float: left;
    width: 215px;
    text-align: center;
    box-sizing: border-box;
}
.sponsors li img{
    width:  204px;
    height:58px;
    object-fit: fill;
}

/* 合作伙伴 */
.partner_box{
    text-align: left    ;
}
 
.partner_box p{
    margin-bottom: 10px;
    margin-top:35px;
    font-size: 16px;
    text-align: center;
}
.m_logo1 {
    display: block;
    margin: 0 auto;
}
.partner_box .logo2{
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}
/* footer ------------*/
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #333;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.concat_box{
    vertical-align: bottom;
    margin-top: 80px;
    padding-top: 108px;
    padding-bottom: 59px;
    background: #152148;
}
.concat_box h4{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.concat_box .wrap div span{
    display: block;
    font-size: 16px;
}
.concat_user_title .concat_cn{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
}
.concat_user_title .concat_en {
    font-size: 16px;
    color: #7D839C;
    letter-spacing: 1.6px;
}
.concat_box .concat_info {
    margin-top: 30px;
}
.concat_box .concat_info .contact_way .contact_type, .concat_box .concat_info .contact_way span {
    font-weight: 500;
    line-height: 26px;
}
.concat_box .concat_info .contact_way .contact_type {
    margin-bottom: 25px;
    font-size: 20px;
}
.concat_box .concat_info .contact_way span{
    font-size: 16px;
}
.mgl-50 {
    margin-left: 50px;
}
.mgt-25 {
    margin-top: 62px;
}
.concat_user h6{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 16px;
}
.concat_user>div span img{
    vertical-align: middle;
    margin-right: 15px;
}
.concat_user>div span:first-child{
    margin-bottom: 45px;
    padding-top: 15px;
}
.qrcode{
    width: 160px;
    height: 160px;
    display: block;
    margin-bottom: 10px;
    object-fit: cover;
}
.concat>div:nth-child(3){
    width: 370px;
}



/* 新闻列表 */
.newListBox{
    padding: 10px 0;
}
.newListBox ul{
    overflow-x: hidden;
    overflow-y: hidden;
}
.newListBox li{
    position: relative;
    margin: 10px 0;
    border-radius: 4px;
    height: 195px;
    width: 540px;
    padding: 25px;
    float: left;
    background: #2F3C7C;
}
.newListBox li:nth-child(even) {
    margin-left: 10px;
}
.newListBox .img-content {
    margin-top: 25px;
}
.newListBox .imgBox{
    margin-right: 20px;
    width: 200px;
    height: 140px;
    float: left;
}
.newListBox .imgBox img{
    width: 100%;
    height: 100%;
}
.newListBox .msgContent h3{
    font-size: 16px;
    height: 48px;
    max-height: 48px;;
    font-weight: normal;
}
.newListBox .msgContent h3 a{
    color: #f5f5ff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newListBox .msgContent p a{
    font-size: 12px;
    color:#D5E1DF;
    line-height: 20px;
    max-height: 65px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newListBox .pub-date {
    color: #848DB6;
}
.newListBox .msgContent h5{
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    color: #d5e1df;
    bottom: 20px;
    width: 100%;
}
.newListBox .msgContent h5 a{
    position: absolute; 
    top: 0px;
    right: 40px;
    color: #3F60FE;

}
.btnBox{
    width: 160px;
    line-height: 35px;
    border:1px solid #e4e4e4;
    background: #f9f9f9;
    text-align: center;
    margin: 20px auto;
    color: #666666;
    cursor: pointer;
}
.btnBox:hover{
    background: #fff;
}

#banner  {
    margin-top: 110px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-size: auto 100%;
    background-position: top;
}
#banner .banner-info {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}
#banner .banner-info .banner-img {
    margin-top: 60px;
    width: 565px;
    height: 265px;
}
#banner .banner_sign_btn{
    position: absolute;
    left: 0;
    bottom: 60px;
    border-radius: 8px;
    width: 150px;
    height: 55px;
    font-size: 22px;
    font-weight: 700;
    color:#FFFFFF;
    background: linear-gradient(#395aff 0%, #7293ff 100%);
    display:  flex;
    align-items: center;    
    justify-content: center;
}
#banner .banner_sign_btn:hover{
    background: linear-gradient(#3151f8 0%, #6487fa 100%);
}
#banner1 .banner_sign_btn{
    position: absolute;
    left: 35.5%;
    margin: 0 auto;
    bottom: 10.5%;
    border-radius: 25px;
    width: 8%;
    height: 12%;
    font-size: 24px;
    font-weight: 700;
    color: #0E1423;
    background: linear-gradient(to right,#35a094 , #caf974 );
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner1 .banner_sign_btn:hover{
    background: linear-gradient(to right,#caf974 , #35a094 );
}
.bannerP{
    margin-top: 110px;
    vertical-align: bottom;
}
.bannerM{
    display: none;
    width: 100%;
}
.bannerM img{
    width: 100%;
}
.footerNav{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    line-height: .96rem;
    border-top: 1px solid #e4e4e4;
    z-index: 10;
}
.footerNav a{
    flex: 1;
    text-align: center;
}
.loading{
    display: none;
}



.concat_side:hover .side_bar_qrcode{
    display: block;
}
.right_arrow {
    width: 0px;
    display: inline-block;
    height: 0px;
    position: absolute;
    padding: 0px;
    border: 7px;
    top: 40px;
    left: 120px;
    right: 0;
    margin: auto;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid rgba(228, 228, 228, 1);
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.prize_setting_m{
    display: none;
}


.qrcodeBoxmr{
    margin-right: 39px;
}
.pc_hide{
    display: none;
}
.pc_show{
    display: block;
}
.m_show{
    display: none
}

.prize_apply {
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.go_prize{
    display: block;
    width: 140px;
    height: 40px;
    margin:20px auto;
    background:#7E94FF;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#fff!important;
    font-size:16px;
}
.prize_bg {
    background: #98c643;
}
.go_prize:hover{
    background:#00926e;
}
.prize_bg:hover {
    background: linear-gradient(180deg,#98c643 0%, #9ee21f 100%);
}

.text-tips {
    color: #fff; 
    font-size: 14px;
    position: relative;
    top: 35px;
}

.form_table_tips {
    max-width: 550px;
    color: #f2f2f2;
    font-size: 12px;
    margin: 0 auto;
}