body{
    color: #fff;
}
.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 );
}
section{
    padding: 80px 0;
}

/* 导航栏 */
.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: #0f191c;
}
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: #7be1ff;
}
header .menu>a,
header .menu .drop {
    padding: 0 15px;
    color: #dee0e5;
}
header .menu>a:hover {
    color: #7be1ff;
}
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::after {
    border-color: transparent   transparent #fff transparent;
    position: relative;
    top:-4px;

}

header .menu .drop:hover { 
    color: #7be1ff;
    cursor: pointer;
    background: #152226;
}

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: #152226;
}
header .menu .drop:hover .item {
    left: 0px;
}
header .menu .drop .item>a {
    display: block;
    padding: 0 15px;
}
header .menu .drop .item>a:hover {
   background: #1a2d31;
    color: #7BE1FF;
}
header .menu .enter {
    cursor: pointer;
    margin-left: 30px;
      width: 100px;
    height: 32px;
    background: #fe3808;
    border-radius: 28px;
    text-align: center;
    box-sizing: border-box;
    color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
}
header .menu .enter:hover {
    background:#C82902;
    color:#fff;
}
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;
}

.success_logo{
    padding-top: 60px;
    justify-content: center;
}
.pop_form .layui-layer-content .s_logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;

}
.pop_form .layui-layer-content .s_info {
    padding: 0 25px;
}
.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;/*
    padding-left: 18px;*/
    padding-left: 39px;
}

.pop_form .layui-layer-content .s_weixin{
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    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;
}
/*板块标题*/
.section_title{
    display: flex;
    align-items: center;
}
.section_title img{
    vertical-align: middle;
    margin-right: 15px;
}
.section_title .section_title_text h2{
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 5px;
}
.section_title .section_title_text span{
    color: #dee0e5;
    line-height: 28px;
    color: #dee0e5;
    line-height: 28px;
    font-size: 14px;
}
/*板块标题*/

/* 活动概要 */
.activity_box {
    padding-top: 0px;
}
.activity_content{
    padding-top: 50px;
    justify-content: space-between;
}
.activity_content p{
    width: 820px;
    font-size: 16px;
    color:rgba(222, 224, 229,0.8);
    line-height: 28px;
}
.activity_content p.mb30{
    margin-bottom: 40px;
}
/* 活动亮点 */
.highlights_box {
  background-color: #1A272B;
  padding-bottom: 160px;
}

.highlights_box .wrap{
    position: relative;
}
.highlights_box .section_title{
    margin-bottom: 50px;
}
.highlights_text{
    position: absolute;
    top:0px;
    right: 0px;
    width: 560px;
    font-size: 16px;
    color: rgba(222 ,224 ,229,0.8);
}
.highlights_content {
    justify-content: space-between;
    width: 960px;
    margin:0 auto;
}
.highlights_content .highlights_item {
    position: relative;
    width: 160px;
    height: 160px;
    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: 184px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #dee0e5;
}

.wrap_b{
    width: 1200px;
    margin: 0 auto;
   /* padding: 80px;
    border-top: 1px solid #0c1566;*/
}



.apply_form .apply{
    width: 240px;
    text-align: center;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 50px;
    background: #fe3808;

}
.apply_form .apply:hover{
    background: #C82902;
}

/* 分享 */
.bdsharebuttonbox>span{
    color:#D3D3D8;
    margin-right: 10px;
    line-height: 24px;
}
.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: 24px;
    margin: 0 0 0 4px ;
    padding: 0;
    width: 24px;
}
.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 .bds_sqq:hover {
    background-image: url("../images/share/qq_h.png");
}
.bdsharebuttonbox .bds_weixin:hover {
    background-image: url("../images/share/vx_h.png");
}
.bdsharebuttonbox .bds_tsina:hover {
    background-image: url("../images/share/weibo_h.png");
}
.bdsharebuttonbox .bds_qzone:hover {
    background-image: url("../images/share/zone_h.png");
}
.bdsharebuttonbox i, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}
/*分享*/
.m_show{
    display: none !important;
}


.table_style{    
    margin-top: 39px;
   /* border: 1px solid #4153a9;*/
}
.table_style li{
    min-height: 60px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #1C2650;
    padding-left: 30px;
    /*border-bottom: 1px solid #4153A9;*/
}
.table_style li:nth-child(2n-1) {
    background: #27373e;
}
.table_style li:nth-child(2n){
    background: #1a272b;
}

.table_style li span.table-cell_3,
.table_style li span.table-cell_4
{
color: #dee0e5;
}
.table_style li:nth-child(1) span{
    color:#fff;
}
.table_style li span.table-cell_1{
    color: #7be1ff;
}

.table_style li:nth-child(1) span.table-cell_1{
    color:#fff;
}

.table_style li span{
    display: block;
    height:100%;
    font-size: 16px;
}
.table_style li .table-cell_1{
    width: 18%;
}
.table_style li .table-cell_2{
    width: 42%;
}
.table_style li .table-cell_2 .icon {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(../images/play_icon.png);
  background-size: 100% 100%;
}
.table_style li .table-cell_3{
    width: 20%;
}
.table_style li .table-cell_4{
    width: 20%;
}
.agenda_tip{
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    color: rgba(222, 224 ,229,0.8);
}
/* 演讲加班 */
.live_box{
    position: relative;
    background: #1a272b;
}
.live_box .section_title {
    margin-bottom: 50px;
}
.live_box .wrap{
    position: relative;
}
.live_box   .photo_list{
    padding: 0px 0;
    margin: 0 auto;
    padding-bottom: 30px;
    
}
.photo_list .word {
    height: 56px;
    background: linear-gradient(90deg,#3a5056, #25363b);
    border-radius: 0px 0px 8px 8px;
    position: relative;
}
.photo_list .word p {
    padding: 0 12px;
}
.photo_list .word .t1 {

    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg,#4b707a, #25363b);
    border-radius: 0px 24px 0px 0px;
    position: absolute;
    top:-40px;
}
.photo_list .word .t2 {
    color: #D2D9F6;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
.photo_list .swiper-slide>div{
    border-radius: 8px 24px 8px 8px;
    overflow: hidden;
}
.photo_list img{
    display: block;
    width: 100%;
    height: 260px;
    cursor: pointer;
    object-fit: cover;
}
.photo_list img:nth-child(4n+0){
    margin-right: 0;
}
.photo_list li {
    padding-top: 2px;
    box-sizing: border-box;
}

.photo_list .swiper-pagination {
    bottom: 0px !important;
}
.photo_list .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 14px !important;
    height: 4px !important;
    background-color: rgba(255,255,255,0.2);
    opacity: 0.8;
    border-radius: 2px;
}
.photo_list .swiper-pagination-bullet-active {
    background-color: #7BE1FF;
}
.live_box .swiper-button-prev {
    left: 93%;
    margin: 0;
    background:#11232E;
}
.live_box .swiper-button-prev:after{
    content:"<";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 20px;
    font-weight: 700;
}
.live_box .swiper-button-next {
    right: 0%;
    margin:0;
    background:#11232E;
}

.live_box .swiper-button-next:after{
    content: ">";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 20px;
    font-weight: 700;
}
.live_box .swiper-button-prev:hover, .live_box .swiper-button-next:hover{    
    background: #2e3e43;
}
.live_box .swiper-button-next, .live_box .swiper-button-prev {
    position: absolute;
    top:15%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background: #212f33;
    border-radius: 2px;
    margin-top:0px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.live_box .swiper-button-prev {
    left: 93%;
}
.live_box .swiper-button-next {
    right: 0px;
}



.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;  
}

/* 会议报名 */
.apply_form_box{
    background: url(../images/meeting_bg.png) center center no-repeat;
    background-size: cover;
}
.apply_tip{

    font-size: 16px;
    color: rgba(222 ,224 ,229,0.8);
    text-align: right;
    position: relative;
    top: -43px;
}
.form_table_apply>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_table_apply>div>#address_select,
.form_table_apply>div>label{
    width: 47%;
}
.apply_form {
    width: 900px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
}
.apply_form h2{
    margin-bottom: 30px;
}
.apply_form label{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
}
.apply_form p{
    margin-bottom: 30px;
}
.apply_form label input{
    width: 80%;
    margin-left: 20px;
    height: 48px;
    padding-left: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.apply_form label input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color:rgba(255,255,255,0.2) !important;
    color: fieldtext !important;
}
.apply_form form i{
    color: #F06543;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
#address_select{
    font-size: 16px;
    width: 99%;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 20px;
}
#address_select select{
    width: 39.5%;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    height: 48px;
    color: #fff;
    padding-left: 12px;
}
 select option{
    color:#333;
}
select[name="vocational"]{
    width: 80%;
    height:48px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.2);
    padding-left: 12px;
    color: #fff;
}
select[name="jobcat"]{
    width: 80%;
    height: 48px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.2);
    padding-left: 12px;
    color: #fff;
}
select[name="province"]{
    margin-left: 15px;
}

.form_table_tips {
    width: 883px;
    color: rgba(222 ,224 ,229,0.8);
    font-size: 14px;
    margin-top: 10px;
}
.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-weight: 700;
}

#video_player{
    height: 100%;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.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:  173px;
    text-align: center;
    box-sizing: border-box;
}
.sponsors li img{
    width:  160px;
    height:60px;
    object-fit: fill;
}

/* 合作伙伴 */
.partner_box{
    text-align: left    ;
    padding-top: 0px;
}
 
.partner_box p{
    margin-bottom: 20px;
    margin-top:40px;
    font-size: 18px;
}
.m_logo1 {
    display: block;
}
.partner_box .logo2{
    display: block;
    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;
    background: #1a272b;
}
.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_box .concat_info {
    margin-top: 50px;
}
.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: 15px;
    font-size:16px;
    color: #dee0e5;
}
.concat_box .concat_info .contact_way span{
    font-size: 16px;
    color: rgba(222, 224, 229,0.8);
}
.qrcode_text{
    font-size: 16px;
    color: #bbbfcf;
    text-align: center;
    margin-top: 10px;
}
.qrcodeBoxmr{
    margin-right: 30px;
}
.mgl-50 {
    margin-left: 50px;
}
.mgt-25 {
    margin-top: 50px;
}
.concat_user h6{
    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;
    width: 540px;
    padding: 25px;
    float: left;
    background: #1a272b;
    cursor: pointer;
}
.newListBox li:hover{

background: #27373e;
}
.newListBox li:nth-child(even) {
    margin-left: 10px;
}
.newListBox .imgBox{
    margin-right: 20px;
    width: 200px;
    height: 140px;
    float: left;
}
.newListBox .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newListBox .msgContent h3{
    font-size: 18px;
    height: 28px;
    max-height: 28px;;
    font-weight: normal;
}
.newListBox .msgContent h3 a{
    color: #f5f5ff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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: #ABABAB;
    position: absolute;
    top: -24px;
    left: 221px;
}
.newListBox .msgContent h5{
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    color: #d5e1df;
    bottom: 20px;
    width: 100%;
}
.newListBox .msgContent h5 a{
    position: absolute;
    top: -24px;
    right: 53px;
    color: #00C5FF;

}
.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*/
#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.new_banner  {
    margin-top: 110px;
    background-image: url(../images/new_banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    background-position: top;
}
#banner .banner-info {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}
#banner.new_banner .banner-info{

    height: 300px;
}
#banner.new_banner .banner-info .banner-img {
    margin-top: 53px;
    width: 792px;
    height: 188px;
}
#banner .banner-info .banner-img {
    margin-top: 90px;
   width: 514px;
    height: 314px;
}
#banner.new_banner .banner_sign_btn{
    bottom:46px;
}
#banner .banner_sign_btn{   
    position: absolute;
    left: 325px;
    bottom: 82px;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    background: #fe3808;
    border-radius: 28px;
}
#banner .banner_sign_btn:hover{
    background: #C82902;
}
#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%;
}

/*banner*/ 




.pc_hide{
    display: none;
}
.pc_show{
    display: block;
}
.m_show{
    display: none
}
.is_allow {
    cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
    display: block;
}
.is_pc_flex {
    display: flex;
}
.is_mobile, .is_mobile_flex {
    display: none!important;
}



/*侧边栏*/
.aside{
    position: fixed;
    top:50%;
    right: 10px;
    transform: translate(0%,-50%);
    background: url(../images/aside.png) center center no-repeat;
    width: 120px;
    height: 120px;
    z-index: 99;
    cursor: pointer;
}
.aside .aside_close{
    cursor: pointer;
    position: absolute;
    top:-16px;
    right:0px;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) center center no-repeat;
}
.aside .aside_close:hover{
    opacity: 0.8;
}
