body{
    background: #0d107c;
   


    color: #fff;
}
.btn{
   
    background: linear-gradient(to right,#f34244 ,#ed626f);
    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,#ed626f , #f34244 );
   
}
/* 头部 */
.site_top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    background-color: #01025f;
}
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 a{
    color:#B3B4DB;
}
header .menu .on,
header .menu .on:hover {
    color: #F0535B;
}
header .menu>a,
header .menu .drop {
    padding: 0 15px;
    font-size: 15px;
}
header .menu>a:hover {
    color: #fff;
}
header .menu .drop {
    position: relative;
    line-height: 80px;
    color:#B3B4DB;
}
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 {
    background: #3230ff;
    color: #fff;
    cursor: pointer;
}
header .menu .drop .item {
    position: absolute;
    top: 80px;
    left: -9999999px;
    white-space: nowrap;
    line-height: 40px;
    background: #0717ab;
}

header .menu .drop:hover .item {
    left: 0;
}
header .menu .drop .item>a {
    display: block;
    padding: 0 15px;
}
header .menu .drop .item_padding>a{
    padding: 0 30px;
}
header .menu .drop .item>a:hover {
    background-color: #3230ff;
    color: #fff;
}
header .menu .enter {
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    background:linear-gradient(to right, #f34244 , #ed626f);
    border-radius: 20px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    color:#fff;
}
header .menu .enter:hover {
    background: linear-gradient(to right, #ed626f, #f34244);

}
header .menu .enter:hover{
    color:#fff!important;
}
header .logo img{
    width:100px;
    vertical-align: middle;
}
header .logo img.logo1{
    width:120px;
    margin-right: 16px;
}
.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;
}
/*奖项介绍头部样式*/
.awards_header{
    background: #060202;
}
.awards_header .menu a {
    color: #F7E5E5;
}
.awards_header .menu .drop {
    color: #F7E5E5;
}
.awards_header .menu .on, .awards_header .menu .on:hover {
    color: #FEBD64;
}
.awards_header .menu .drop:hover {
    background: #ba863d;
    color: #F7E5E5;
    cursor: pointer;
}
.awards_header .menu .drop .item {
    background: #563e1c;
}
.awards_header .menu .drop .item>a:hover {
    background-color: #ba863d;
    color: #F7E5E5;
}
/*奖项介绍头部样式*/
section{
   /* padding: 70px 0;*/
    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: #f0535b;
}
.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%;
}

/*标题样式*/
.title .fl_title h2{
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
} 
.title .fl_title p{
    font-size: 16px;
    color:#72BEEC;
    text-align: left;
}
.banner_bg{
    width: 100%;
    height: 647px;
    background: url(../images/banner.png?20220830) center top no-repeat;
    background-size:cover;
    position: relative;
    margin-top: 36px;
}

.banner_bg_ex {
    height: 360px;
    background: url(../images/banner_index_other.png?20220830) center center no-repeat;
    margin-top: 110px;
}
.banner_btn{
    display: block;
    width: 220px;
    height: 60px;
    position: absolute;
    bottom: 92px;
    left: calc(50% - 250px);
    border-radius: 50px;
    transform: translate(-50% ,0);
    background: linear-gradient(to right, #f34244 , #ed626f);
    border: 2px solid #ff7e77;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}
.banner_btn:hover{
    background: linear-gradient(to right, #ed626f , #f34244);
}
/* 活动概要 */
.activity{
    padding-bottom: 53px;
    border-bottom: 1px solid #2523df;
}
.activity_box{
    padding-top:46px;
}
.activity_content{
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}

.activity_content>div{
    width: 750px;
    padding:64px 0px 0px;
    box-sizing: border-box;
}
.wrap_b{
    width: 1200px;
    margin: 0 auto;
}
/*activity_linght*/
.activity_linght{
    background: url(../images/light_bg.png) center top no-repeat;
    background-size: 100% 100%;
    background-color: rgba(255,255,255,255,.3);
    padding-top: 95px;
    padding-bottom: 78px;
}
.activity_linght .title{
    margin-bottom: 52px;
}
.activity_linght_box>div{
    width: 25%;
    text-align: center;
}
.activity_linght_box>div img{
    margin-bottom: 20px;
}
.activity_linght_box>div p{
    font-size: 16px;
    line-height: 22px;
}
/*activity_linght*/


/* 总体流程 */
.award_progress{
    padding-top: 52px;
    padding-bottom:39px;
}
/* 奖项设置 */
.prize_setting_box{
    padding:80px 0px; 
}
.prize_setting{
    margin-top:60px;
}
.prize_setting img{
    height:120px;
}
.prize_setting li{
    display: inline-block;
    width: 34%;
    box-sizing: border-box;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 30px;
    background: rgb(223 ,196 ,140,0.1);
    height: 631px;
}
.prize_setting li:last-child{
    margin-right: 0;
}
.prize_header{
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
    text-align: center;
}
.prize_header h5{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #fad9aa;
}
.prize_header p{
   font-size: 16px;
    color: #fad9aa;
    padding-bottom: 22px;
    font-size: 14px;
}
.prize_info{
    padding: 20px;
    box-sizing: border-box;
    color: #8EB3F0;
    background: #392a20;
}
.prize_info h6{
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fad9aa;
}
.prize_info p{
    font-size: 14px;
    line-height: 24px;
    min-height: 200px;
    color: #dfc48c;
}
.prize_info a{
    color: #FFBD4C;
    font-size: 14px;
}
.go_applay{
    display: block;
    width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    margin: 0px auto;
    margin-top: 25px;
    color: #87450A;
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
}
.go_applay:hover{
    background: linear-gradient(0deg,#fec573 0%, #feb859 100%);
}
.apply_form .apply{
    background: -webkit-linear-gradient(#ed626f 0%, #f34244 100%);
    background: -moz-linear-gradient(#ed626f 0%, #f34244 100%);
    background:  linear-gradient(to right, #f34244 ,#ed626f );
    border-radius: 25px;
    height:50px;
    line-height: 50px;
}
.apply_form .apply:hover{
    background:  linear-gradient(to right, #ed626f ,#f34244 );

}
.apply:hover, .go_applay:hover{
    background-color: rgba(193, 97, 0, 1);
}
/*我要提名*/
.moninate_box{
    font-size: 18px;
    padding: 70px;
    line-height:30px;
    margin-bottom: 50px;
    color: #fad9aa;
}
.moninate_box a{
    width: 180px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height:40px;
    margin-top: 36px;
}
.downTable1{
    color: #87450a;
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
    margin-right:30px;
}
.downTable2{
    color: #87450a;
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
}
.downTable1:hover,.downTable2:hover{
    background: linear-gradient(180deg,#f2a843 0%, #fec573 100%);
}
.participaing_box{
    margin-top: 35px;
    padding-bottom: 130px;
}
.participaing_box li{
   float:left;
   width:150px;
   margin-right: 14px;
   margin-bottom:10px;
}
.participaing_box li:nth-child(7n){
    margin-right: 0px;
}
.participaing_box li img{
    width: 100%;
    height: 60px;
}
/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; 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: 38px; 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 {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/qq-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/weixin-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/weibo-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/bds_qzone.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}

/* 投票页面 */
.tp_nav_box{
    height: 60px;
    line-height: 60px; 
    background: #261814;
}
.tp_nav_box li{
    line-height: 58px;
    border-bottom: 2px solid #563e1c;
    text-align: center;
    width: 33%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    color: #afb0d8;
}
.tp_nav_box li a{
    display: block;
    color: #fec471;
}
.tp_nav_box li.active{
    border-bottom: 2px solid #d3af64;
}
.tp_content_box{
    padding-bottom: 50px;
}
.tp_box .tp_rule{
    width: 1200px;
    font-size: 16px;
    margin: 26px auto 36px;
    cursor: pointer;
    color: #fad9aa;
}
.tp_content_list{
    display: none;
}
.tp_content_list ul li{
    float: left;
    width: 280px;
    padding: 1px;
    height: 436px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: rgb(223 ,196, 140,0.1);
}
.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{
    line-height: 55px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    color: #fad9aa;
    text-align: center;
}
.tp_content_list ul li .t_c_text{
    margin: 16px 0;
    height: 98px;
    line-height: 22px;
    position: relative;
    font-size: 12px;
    color: #fad9aa;
}
.remmoned_liyou1_show{
    
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden!important;               
    text-overflow: ellipsis;        
    display: -webkit-box;           
    -webkit-line-clamp: 2;          
    line-clamp: 2;                  
    -webkit-box-orient: vertical;   
}
.tp_content_list ul li .t_c_text>p{
    /*height:   98px;
    overflow: hidden;*/
}
.tp_content_list ul li .spanColor{
    color: #fad9aa;
} 
.tp_content_list ul li .t_m_more{
    position: absolute;
    bottom: -6px;
    right: 10px;
    cursor: pointer;
    color: #bf6b46;
}
.tp_content_list ul li .t_m_more:hover{
    color:#2785FF;
}
.tp_content_list ul li .t_p_box{
    display: flex;
    justify-content: space-between;
}
.tp_content_list ul li .t_p_btn{
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #87450a;
    background: #e39d3d;
    border: none;
    border-radius: 0px 5px 5px 0px;/*
    margin: 30px auto;*/
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}

.tp_content_list ul li .t_p_btn.disable{
    background: #b78036;

}
.tp_content_list ul li .t_p_btn:hover{
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
}
.tp_content_list ul li .t_p_btn.disable:hover{
    background: #b78036;
}

.tp_content_list ul li .t_p_btn_num{
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fad9aa;
    border: 1px solid  #e39d3d;
    border-radius: 5px 0px 0px 5px;/*
    margin: 30px auto;*/
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}
.t_p_btn_num i{
    font-style: normal;
}
.tp_tip_box{
    width: 100%;
    background: #000a64;
    padding: 80px 0;
}
.tp_tip_box .t_t_leftBox{
    width: 802px;
    height: 562px;
    float: left;
    background: url('../images/tp_tip_bg1.png?1');
    background-size: 100% 100%; 
}
.tp_tip_box .t_t_rightBox{
    width: 390px;
    height: 562px;
    float: right;
    background: url('../images/tp_tip_bg2.png?2');
    background-size: 100% 100%; 
}

.votePow {
    border-radius: 10px !important;
    color: #000;
}
.votePow a{
    color: #333;
}
.votePow .layui-layer-title{
    background: #fff;
    border: none;
    border-radius: 10px !important;
}
.moreTipContent,
.moreMsgBox{
    padding: 0 30px;
}
.moreTipContent h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.votePow .pBox.clearfix{
    margin-bottom: 20px;
}
.votePow .pBox.clearfix p{
    font-size: 14px;
}
.votePow .pBox.clearfix span{
    display: block;
    color: #333;
    font-weight: 700;
}
.votePow .pBox.clearfix h4{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.votePow .pBox.clearfix{
    line-height: 26px;
}
.formBox{
    padding: 0px 50px;
    color: #000;
    box-sizing: border-box;
}
.votePow.layui-layer-page .layui-layer-content{
    /*overflow: visible;*/
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 24px;
    font-weight: 700;
}
.formBox .red{
    color:#F34244;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.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;
    font-size: 16px;
}
.formBox .formBtn .subimtBtn{
    color: #87450a;
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
    margin-right: 22px;
}
.formBox .formBtn .subimtBtn:hover{
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e1e1e1;
    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;
}
/*手机验证弹框样式*/


/* 现场照片 */
.live_box{
    text-align: center;
    box-sizing: border-box;
    padding-bottom:30px;
    padding-top: 60px;
}
.live_box>div{
    padding-bottom: 10px;
}
.live_box img{
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 228px;
    height: 240px;
}
.live_box img:nth-child(5n+0){
    margin-right: 0;
}
.live_box .swiper-pagination,
.partner_box .swiper-pagination{
    bottom: -4px !important;
}
.live_box .swiper-pagination-bullet,
.partner_box .swiper-pagination-bullet{
    background: #9E9FC2;
    opacity: 1;
}

.live_box_p .swiper-button-next, .live_box_p .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/next.png);
    right: 10px;
    left: auto;
}
.live_box_p .swiper-button-prev,.live_box_p .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/prev.png); left: 10px;
    right: auto;
}
.live_box_m .swiper-button-next, .live_box_m .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/next.png);
    right: 10px;
    left: auto;
}
.live_box_m .swiper-button-prev,.live_box_m .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/prev.png); left: 10px;
    right: auto;
}

.live_box_p .swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    border-radius: 5px!important;
}
.live_box .swiper-pagination-bullet-active, .partner_box .swiper-pagination-bullet-active {
    background: #2526bf;
    opacity: 1;
}

.swiper-container{
    padding-bottom: 50px !important;
}
.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
.live_box  .swiper-button-next,.live_box  .swiper-button-prev{
    top:40%;
}
/* 会议报名 */
.apply_form_box{
    padding-bottom: 0;
}
.apply_form_box .wrap{
    border-top:1px solid #2523df;
    padding-top: 56px;
    padding-bottom: 69px;
}
.apply_form {
    width: 900px;
    margin: 0 auto 0 auto;
    padding-top: 70px;
}
.apply_form form>label{
    width: 47%;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}
.apply_form p{
    margin-bottom: 30px;
}
.apply_form form>label input{
    width: 80%;
    margin-left: 20px;
    height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #131e80;
    background: #131e80;
    color: #fff;
}
.apply_form .form_checkbox p{
    margin-bottom: 10px;
    font-size: 14px;
}
.form_checkbox label{
    vertical-align: middle;
    margin-right: 80px;
    font-size: 14px;
}
.form_checkbox label input{
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top:-1px;
}
.apply_form form i{
    color:#F34244;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
#address_select{
    width: 44.5%;
    display: inline-block;
}
#address_select>div{
    display:    inline-block;
    width: 90%;
}
#address_select select{
    width: 46.7%;
    border: 1px solid #131e80;
    background: #131e80;
    border-radius: 3px;
    height: 35px;
    color: #fff;
}
select[name="vocational"],select[name="industry"]{ 
    width: 80%;
    height: 35px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #131e80;
    background: #131e80;
    color: #fff;
}
select[name="province"]{
    margin-left: 20px;
}


.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%;
}
/*address*/
.address{
    background: #050e6a;
    padding-top: 100px;
    padding-bottom: 72px;
}
.address .address_box img{
    margin:0 auto;
}
/*address*/
/* 参展厂商 */
.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 img{
    border: 1px solid #ececec;
    margin-right: 5px;
}
.partner_sponer{
    border-top:1px solid #2523df;
}
.j-mqrquee {
    overflow: hidden;
    margin-top: 40px;
}
.j-marquee-box {
    display: block;
    zoom: 1;
    width: 1000%;
}
.sponsors ul{
    margin: 0 auto;
}
.sponsors li{
    float: left;
    width: 147px;
    text-align: center;
    box-sizing: border-box;
}
.sponsors li img{
    width:  140px;
    height:57px;
}
.sponsors{
    border-top:1px solid #2523df;
}
/* 合作伙伴 */
.partner_box{
    text-align: center;
    padding: 60px 0;
}
.partner_box_box{
    background: url(../images/partner_bg.png) center bottom no-repeat;
}
.partner_box p{
   /* margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;*/
}
.partner_logo{
    text-align: left;
}
.partner_logo p{
    padding-top:29px;
    padding-bottom: 18px;
}
.partner_box .logo2{
    width: auto;
    height: auto;
}
/* footer ------------*/
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #1a1a1a;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.concat_content{
    padding-top: 20px;
}
.concat_content .concat_user{
    float:left;
    padding-left: 8px;
    padding-top: 20px;
}
.concat_content .concat_user>span:first-child{
    font-size: 20px;
    margin-bottom: 10px;
}
.concat_content .concat_user1{
    padding-left: 42px;
}
.concat_content  .volorGrad{
    color: #b3b4db;
}
.concat_content .clearfix{
    float:right;
}
.concat_box{
    vertical-align: bottom;
    /* margin-top: 30px; */
     padding: 60px 0; 
    background: #030457;
}
.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;
    margin: 5px 0;
}
.concat>div{
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.concat>div:nth-child(2){
    padding: 0 50px;
    box-sizing: border-box;
    margin-right: 50px;
}
.concat_user h6{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 16px;
}
.qrcode{
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px
}
.ai2021_pop_form_top .qrcode{
    width: 160px;
    height: auto;
}
.concat>div:nth-child(3){
    width: 370px;
}



/* 新闻列表 */
.newListBox{
    padding: 50px 0;
}
.newListBox ul{
    /* height: 1473px; */
    overflow-y: hidden;
    padding-top: 20px;
}
.newListBox li{
    margin: 20px 0;
    padding: 20px;
    padding-bottom: 0px;
    height: 146px;
    background: rgba(57 ,70 ,174,0.3);
}
.newListBox .imgBox{
    margin-right: 20px;
    width: 200px;
    height: 125px;
    float: left;

}
.newListBox .imgBox img{
    width: 100%;
}
.newListBox .msgContent{
    position: relative;
}
.newListBox .msgContent h3{
    font-size: 18px;
    font-weight: normal;
}
.newListBox .msgContent p{
    font-size: 14px;
    color: #DEDDFD;
    line-height: 20px;
    margin: 20px 0;
}
.newListBox .msgContent h5{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.newListBox .msgContent p a{
    color: #4672F7;
    display: inline-block;
    position: absolute;
    right:0px;
    bottom: 0px;
}
.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 button{
    position: absolute;
    left: 0;
    right: 226px;
    margin: 0 auto;
    bottom: 13%;
    border-radius: 25px;
}
.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;
}

/* 侧边栏 */
aside{
    width: 180px;
    height: 200px;
    background: url('../images/aside.png')no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999999;
}
aside ul{
    padding-top: 50px;
    box-sizing: border-box;
}
aside ul li{
    text-align: center;
    cursor: pointer;
    width: 126px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
aside ul li:first-child{
    top: 97px;
}
aside ul li:last-child{
    top: 137px;
    height: 45px;
}
aside ul li a{
    display: block;
    height: 100%;
}



.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);
}

.go_prize{
    display: block;
    width: 140px;
    height: 40px;
    margin:40px 10px;
    margin-bottom: 0;
    background: linear-gradient(180deg,#fec573 0%, #f2a843 100%);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #87450a!important;
    font-size:16px;

}
.go_prize:hover{
    background: linear-gradient(180deg,#f2a843  0%, #fec573 100%);

}
.go_prize1{

}
.pc_hide{
    display: none;
}
.pc_show{
    display:block;
}
.go_awards{
    display: none;
}
/*新闻报道展台看点banner*/
.banner_index_other{
    margin-top: 110px;
}
.banner_index_other img{
    width: 100%;
}
/*新闻报道展台看点banner*/
/*展台看点*/
.exhibitor_bdsharebuttonbox{
    top:-50px;
}
.exhibitor{
    padding-top: 58px;
    padding-bottom:30px;
}
.exhibitor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}
.exhibitor_list .exhibitor_item{
    flex: 1;
    height: 170px;
    background:rgba(57, 70, 174,0.4);
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    padding-top: 24px;
    padding-left: 25px;
    max-width: calc(50% - 30px);
}
.exhibitor_list .exhibitor_item:nth-child(2n){
    margin-right: 0px;
}
.exhibitor_img{
    width: 136px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    background: #fff;
}
.exhibitor_content{
    width: 382px;
}
.pop_content_video .swiper{
    overflow: hidden;
}

.exhibitor_content h3{
    font-size: 18px;
    margin-bottom: 7px;
}
.exhibitor_content p{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
}
.exhibitor_content p a{
    position: absolute;
    bottom:0px;
    right:0px;
}
.exhibitor_content>a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    border-radius: 20px;    
    background: linear-gradient(to right, #f34244 , #ed626f);
}
.exhibitor_content>a:hover{
    background: linear-gradient(to right, #ed626f ,#f34244 );
}
.window_pop_box{
    position: fixed;
    top:0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.window_pop_box .window_pop_content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    height: 750px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.window_pop_box .window_pop_content3,.window_pop_box .window_pop_content5,.window_pop_box .window_pop_content6,.no-video-detail {
    
    height: 540px!important;
}
.window_pop_box .window_pop_content.window_pop_content1 {
    height:680px;
}
.window_pop_box .window_pop_content .pop_content_box{
    height: 280px;
    overflow: auto
}
.pop_close{
    text-align: right;
}
.pop_close .close_img{
    cursor: pointer;
}
.pop_title{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px ;
    padding-bottom: 0px;
}
.pop_title h3{
    font-size: 22px;
    font-weight: 700;
    color: #23217f;
    line-height: 26px;
}
.pop_content_title{
    color:#23217F;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.pop_content_nav{
    padding-left: 30px;
    display: flex;
}
.pop_content_nav li{
    cursor: pointer;
    color: #23217F;
    padding: 5px 6px;
}
.pop_content_nav li.active{
    color: #FC5918;
    border-bottom: 2px solid #FC5918;
}
.pop_content_box{
    padding: 23px 40px;
    margin: 0px 30px;
    box-sizing:border-box;
    min-height: 242px;
    background:#f0f0f0;
    background-size: cover;
    color: #333;
}
.pop_content{
    height: calc(100% - 140px);
    overflow-y: auto;
}
.pop_content_nav_item{
   /* display: flex;
    justify-content: space-between;*/
}
.pop_content_nav_item_left{
   width: 427px; 
}
.pop_content_nav_item_left h4,.prodect_info h4{
    font-size: 18px;
    font-weight: 400;
}
.pop_content_nav_item_left p,.prodect_info p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.pop_content_nav_item_right{
    width: 216px;
    overflow: hidden;
}
.mySwiperstyle{
    width: 215px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.swiper-slide-item img{
    width: 100%;
}
.swiper-slide-item>img,.pop_content_nav_item_right img{
    width: 216px;
    height: auto;
}
.mySwiperstyle .swiper-slide{
    width: 215px;
}
.mySwiperstyle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.mySwiperstyle .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa7b49;
}
.pop_content_video {
    padding:0px 30px;
    position: relative;
    overflow: hidden;
}
.mySwiper_video1{
    width: 100%;
    overflow: hidden;
    width: 361px;
    margin:0 auto;
}
.mySwiper_video2{
    width: 100%;
    overflow: hidden;
    width: 361px;
    margin:0 auto;
}
.mySwiper_video4{
    width: 361px;
    margin:0 auto;
}
.mySwiper_video_box{
    width: auto;
}

.pop_content_video h3{

    font-size: 18px;
    font-weight: 400;
    color: #23217f;
    line-height: 26px;
    padding-top: 35px;
    padding-bottom: 15px;
}
.mySwiper_video_box img{
    width: 100%;
    height: 202px;
    vertical-align: middle;
}

.mySwiper_video_box>div{
    position: relative;
    cursor: pointer;
}
.mySwiper_video_box>div:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #aaaaab;
}
.mySwiper_video_box>div:hover:after{
    opacity: 0.8;
}
.mySwiper_video_box>div:hover:before{
    opacity: 0.8;
}
.mySwiper_video_box>div:before{
    content:"";
    position: absolute;
    top:50%;
    left:calc(50% + 9px);
    transform: translate(-50%,-50%);
    border:16px solid #fff;
    border-color: transparent  transparent transparent #fff ; 
    border-radius: 4px;
    z-index: 1; 
}
.mySwiper_video_box p{
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
        background: linear-gradient(180deg,#ed626f 0%, #f34244 100%);
}
.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev{
    width: 16px;
    height: 28px;
    top:60%;
    background-size: 16px 28px;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/left1_1.png) ;
    transform: rotate(180deg);
}
.pop_content_video  .swiper-button-prev,.pop_content_video  .swiper-container-rtl .swiper-button-next{
    background-image:url(../images/left1_1.png) ;
}

.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../images/left1_2.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-prev:hover,.pop_content_video  .swiper-container-rtl .swiper-button-next:hover{
    background-image:url(../images/left1_2.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-next.swiper-button-disabled, .pop_content_video  .swiper-button-prev.swiper-button-disabled{
    pointer-events: inherit;
}
/*展台看点*/