﻿html{font-size: 100px;}
/*公共部分重置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Cambria;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
 a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
input::-webkit-input-placeholder{
    color: #999899;
    font-weight: 500;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999899;
    font-weight: 500;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999899;
    font-weight: 500;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #999899;
    font-weight: 500;
}
body .color_yellow{color: #fd8a23;}
body .color_blue{color: #004f95;}
body .color_gray{color: #999999;}
body .color_red{color: #d41a1c;}
body .bgcolor_vip{background-color: #d41a1c;}
body .bgcolor_delegate{background-color: #1C288A;}
body .border_none{border: 0;}

.floatLeft{float: left;}
.floatRight{float: right;}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.imgCenter{/*图片垂直居中显示*/
    display: block;
    width: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/* 设置多种背景 */
.index_bg{
    background: #018ec3 url(../images/reg_bg.jpg) no-repeat center top;
    background-size: 100%;
    /* padding-bottom: 20px; */
    width: 100%;
    height: 100%;
}
.main_bg{
    /* background: url("../images/main_bg.jpg") no-repeat center 0.5rem;
    background-size:100%; */
}
/* END设置多种背景 */
.width{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#container{
    box-sizing: border-box;
    min-width: 1000px;
    padding: 0 80px;
}
#content{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.line{width: 100%;height: 1px;background-color: #eeeeee;}
/* 引导页 */
.index_btnBox{
    width: 100%;
    margin-top: 13vh;
}
.index_btn{
    box-sizing: border-box;
    float: left;
    display: inline-block;
    width: auto;
    padding: 0px 13px;
    height: 60px;
    margin-right: 10px;
    border-radius: 30px;
    border: 1px solid white;
    font-size: 21px;
    font-weight: bold;
    color: white;
    line-height: 58px;
}
.index_btn:nth-child(1){background-color: #1C288A;}
.index_btn:nth-child(2){background-color: #d41a1c;}
.index_btn:nth-child(3){background-color: #f2e600;color: #1c2e74;}
.index_btn:nth-child(4){margin-right: 0;background-color: #ffffff;color: #1c2e74;}

.index_btn:nth-child(1):hover{background-color: white;color: #1C288A;border: 1px solid #1C288A;}
.index_btn:nth-child(2):hover{background-color: white;color: #d41a1c;border: 1px solid #d41a1c;}
.index_btn:nth-child(3):hover{background-color: #1c2e74;color: #f2e600;border: 1px solid #f2e600;}
.index_btn:nth-child(4):hover{margin-right: 0;background-color: #1c2e74;color: #ffffff;border: 1px solid #ffffff;}

.index_time{width: 100%;margin-top: 13vh;}
.index_time img{display:block;margin: 0 auto;}
.index_foot{width: 100%;margin-top: 5vh;}
.index_foot img{display:block;margin: 0 auto;}
/* END引导页 */

/* 头部logo */
.head{
    width: 100%;
    margin-top: 14vw;
}
.head img{display:none;margin: 0 auto;transition: all 0.2s ease;width:100%; }
#content .head img{width:100% ;}
/* 头部logo */

/* 主体内容 */
.main{
    width: 100%;
    /* background-color: #f8f8f8; */
    margin-top: 4vh;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}
.main_head{
    box-sizing: border-box;
    width: 100%;
    height: 0.55rem;
    /* background-color: #f8f8f8; */
}
.main_head_home{
    float: left;
    display:block;
    width: 4%;
    height:100%;
    background: url("../images/home.png") no-repeat center center;
    background-size: 0.3rem;
}
.main_head_ul{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    display: table;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.main_head_ul li{
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    /* flex: 0 0 auto; */
    
    
    
      /* IE 9 */
      /* Firefox */
     /* Safari 和 Chrome */
      /* Opera */
    /* box-shadow: 1px 1px 1px #eee; */
    display: table-cell;
}
.main_head_ul li:first-child{
    padding-left:0;
}
.main_head_ul li:last-child
{
    padding-right: 0;
}
.main_head_ul li a{
    box-sizing: border-box;
    display: block;
    height: 100%;
    font-size: 0.18rem;
    color: #333;
    padding: 0 19px;
    background-color: #fcfcfc;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 2px 2px #eee;
}

a {}
.main_head_ul li a span{
    display: block;
    /* padding: 0.05rem 0; */
    /* position: relative; */
    /* z-index: 0; */
    /* line-height: 0.2rem; */
    transition: all 0.2s ease;
    text-shadow: none;
    width: 100%;
}
.main_head_ul li a span:nth-child(2){font-size: 0.14rem;}
.main_head_ul li a.check, .main_head_ul li a:hover{
    
/* font-weight: bold; */
    
background-color: #1898d6;
    
/* height: 0.55rem; */
    
/* margin-top: -0.1rem; */
    
/* padding: 0.05rem 0.2rem; */
    
border-radius:5px 5px 0 0;
    
color: #fff;
}
.main_head_ul li a.check span:nth-child(2), .main_head_ul li a:hover span:nth-child(2){
    font-size: 0.16rem;
}
.main_content{
    box-sizing: border-box;
    width: 100%;
    min-height: 5rem;
    padding: 0.24rem;
    background-color: #fcfcfc;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 50%); */
}

.main_content.clear {}

.main_content.clear {}
/* 主体内容 */

/* 个人中心 */
.center_mian{
    float: right;
    width: 73%;
}
.center_btn{
    box-sizing: border-box;
    display: block;
    float: left;
    height: 2.8rem;
    position: relative;
    padding: 0.14rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #eeeeee;
    transition: all 0.3s;
}
.center_btn:hover{box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.5);}
.center_mian.vip .center_btn{
    width: 24.25%;
    margin: 0 1% 0.2rem 0;
    box-shadow: 5px 5px 5px #d9d8d8;
}
.center_mian.delegate .center_btn{
    width: 32%;
    margin: 0 2% 0.2rem 0;
}
.center_mian.vip .center_btn:nth-child(4n){margin-right: 0;}
.center_mian.delegate .center_btn:nth-child(3n){margin-right: 0;}
.center_btn.agenda{background:#ffffff url("../images/logo_agenda.png") no-repeat center center;background-size: 0.84rem;}
.center_btn.meeting{background:#ffffff url("../images/logo_meeting.png") no-repeat center center;background-size: 1.1rem;}
.center_btn.favorite{background:#ffffff url("../images/logo_favorite.png") no-repeat center center;background-size: 0.9rem;}
.center_btn.eprogram{background:#ffffff url("../images/logo_program.png") no-repeat center center;background-size: 0.9rem;}
.center_btn.statement{background:#ffffff url("../images/logo_statement.png") no-repeat center center;background-size: 0.9rem;}
.center_btn.expo{background:#ffffff url("../images/logo_expo.png") no-repeat center center;background-size: 1.1rem;}
.center_btn.poster{background:#ffffff url("../images/logo_poster.png") no-repeat center center;background-size: 0.85rem;}
.center_btn.program{background:#ffffff url("../images/logo_agenda.png") no-repeat center center;background-size: 0.8rem;}
.center_btn.info{background:#ffffff url("../images/logo_info.png") no-repeat center center;background-size: 1rem;}
.center_btn_title{
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 0.04rem;
    color: #000000;
    z-index: 0;
}
.center_btn_titleC{font-size: 0.3rem;font-weight: bold;line-height: 1.5;}
.center_btn_titleE{font-size: 0.18rem; margin-top: 0.08rem;}
.program .center_btn_titleC{/* font-size: 0.26rem; */}
.center_btn_more{
    width: 55%;
    height: 0.3rem;
    margin: 1.35rem auto 0;
    background-color: #467eb1;
    border-radius: 0.2rem;
    line-height: 0.3rem;
    font-size: 0.13rem;
    color: #fff;
    text-align: center;
    border: 1px solid #467eb1;
}
.badge_mian{
    float: left;
    width: 25%;
    min-height: 5.8rem;
    position: relative;
    background-color: white;
    box-shadow: 5px 5px 15px #9e9e9e;
}
.badge_head{
    width: 100%;
}
.badge_head img{display: block;}
.badge_man{
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    top: 0.04rem;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    background-color: white;
    border: 0.03rem solid white;
    border-radius: 50%;
    overflow: hidden;
}
.badge_content{
    box-sizing: border-box;
    padding: 0 0.2rem 0.2rem;
}
.badge_name{
    margin-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.badge_type{
    margin-top: 0.1rem;
    font-size: 0.22rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.badge_text{
    margin-top: 0.14rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 1;
}
.badge_content .line{margin: 0.2rem auto;}
.badge_box{
    display: block;
    width: 100%;
    height: 1rem;
}
.badge_title{
    font-size: 0.18rem;
    color: #666666;
    font-weight: bold;
    text-align: left;
}
.badge_text2{
    box-sizing: border-box;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2rem;
    color: #000;
    text-align: center;
}
.badge_text2 span{
    font-size: 0.5rem;
    margin-right: 0.1rem;
}
.badge_ad{
    width: 100%;
    height: 0.775rem;
    background-color: #1b82c5;
    line-height: 0.775rem;
    color: white;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
}
/* 个人中心 */

/* 厂家单页广告查看 */
.proImg_main{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
}
.proImg_img{
    display: block;
    /* max-width:90%;
    max-height: 90%; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.2s ease;
}
.proImg_down{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50px;
}
.proImg_down img{
    display: block;
    width: 30px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 0.8;
}
.proImg_close{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
    cursor: pointer;
}
.proImg_close:before, .proImg_close:after{
    position: absolute;
    border-radius: 1px;
    background-color: #fff;
    content: '';
}
.proImg_close:before {
    top: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
}
.proImg_close:after {
    top: 10px;
    left: 24px;
    height: 30px;
    width: 2px;
}
.proImg_btn{
    width: 0.5rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background-color: rgba(255,255,255,0.1);
    cursor: pointer;
}
.proImg_btn:hover{background-color: rgba(255,255,255,0.2);}
.proImg_btn img{
    width: 50%;
}
.proImg_left{
    left: 0;
}
.proImg_right{
    right: 0;
}
.proImg_ul{
    position: absolute;
    left:50%;
    bottom:2%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.proImg_ul li{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
}
.proImg_ul li.check{opacity: 1;}
/* 厂家单页广告查看 */

/* 直播须知 */
.statement_head{
    box-sizing: border-box;
    width: 100%;
    height: 0.5rem;
    position: relative;
    padding: 0 0.1rem;
    background-color: #467eb1;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: white;
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.statement_head span{
    box-sizing: border-box;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    border: 0.01rem solid white;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.2rem;
}
.statement_box{display: none;}
.statement_box:nth-child(2){display: block;}
.statement_title{
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.18rem;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 0.04rem solid #1D83C5;
    margin-bottom: 0.1rem;
    max-height: 999999px;
}
.statement_table tr td, .statement_text{
    font-size: 0.16rem;
    line-height: 2;
    max-height: 999999px;
    text-align: justify;
}
.statement_table tr td img{width: 0.16rem;margin-right: 0.1rem;}
.statement_en{display:none;}
.statement_change{
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: 3.8rem;
    right: 0.2rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: white;
}
.statement_change img{width: 90%;}
.statement_dw{
    display: block;
    width: 1.6rem;
    height: 0.4rem;
    padding: 0 0.1rem;
    margin: 0.1rem auto;
    background-color: #467eb1;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    color: white;
}
/* END直播须知 */

@media screen and (max-width:1800px){
    html{font-size: 95px;}
    .main_head_ul li a {
        padding: 3px 0;
    }
}
@media screen and (max-width:1600px){
    html{font-size: 90px;}
    
}
@media screen and (max-width:1366px){
    html{font-size: 85px;}
   
}
@media screen and (max-width:1200px){
    html{font-size: 80px;}
    
}
@media screen and (max-width:1000px){
    html{font-size: 75px;}
    
}

/* .imgCenter {
    top: 55%;
} */


.center_btn.program .center_btn_titleC{
    /* line-height: 1; */
}

.main_head_ul li .red-out.check, .main_head_ul li .red-out:hover {background-color: #cf0505 !important;}