.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.hand{
    cursor: pointer;
}
.w100{
    width: 100% !important;
}
.f_rel{
    position: relative;
}
.f_abs{
    position: absolute;
}
.f_blue{
    color: #005dad;
}
.gray9{
    color: #999;
}
.tc{
    text-align: center;
}
.tr{
    text-align: right;
}
.fb{
    font-weight: bold;
}
.f30{
    font-size: 30px;
}
.f24{
    font-size: 24px;
}
.f20{
    font-size: 20px;
}
.f18{
    font-size: 18px;
}
.f14{
    font-size:14px;
}
.f_mar_t10{
    margin-top: 10px !important;
}
.f_mar_t20{
    margin-top: 20px !important;
}
.f_mar_t30{
    margin-top: 30px !important;
}
.f_mar_r10{
    margin-right: 10px !important;
}
.f_mar_r20{
    margin-right: 20px !important;
}
.f_mar_r30{
    margin-right: 30px !important;
}
.f_down_tit{
    background: url(../image/down1.png) no-repeat left center;
    padding-left: 42px;
    font-size: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.f_down_tit:hover .f_down_box{
    display: block;
}
.f_down_box{
    width: 300px;
    top: 25px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 12% 10%;
    font-size: 16px;
    display: none;
}
.f_down_box h3{
    font-size: 16px;
    margin-bottom: 5%;
}
.f_down_box ul{
    height: 100px;
    overflow-y: auto;
    padding-right: 5%;
    margin-bottom: 3%;
}
.f_down_box li{
    font-size: 14px;
    background: url(../image/download-icon02.png) no-repeat right center;
    background-size: 18px;
    margin-bottom: 3%;
    color: #666;
    padding-right:50px;
}
.f_down_box li a{
    display: block;
}
.f_down_box p{
    font-size: 14px;
    font-weight: bold;
    border-top: solid 1px #eee;
    padding: 3% 0 0;
}

.f_tit_box{
    height: 50px;
    border: solid 2px #899cbc;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}
.f_tit{
    background: url(../image/cicle.png) no-repeat 20px center;
    background-size: 20px 20px;
    padding-left:56px;
    color: #999;
    line-height: 20px;
}
.f_tit_btn{
    width: 105px;
    height: 46px;
    background: #899cbc;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.f_qy_head{
    align-items: center;
    justify-content: space-between;
    padding: 0 0 3%;
}
.f_qy_pic{
    width: 15%;

}
.f_qy_con{
    width: 82%;
    line-height: 1.5;
}
.f_qy_txt{
    line-height: 1.5;
    padding-bottom: 3%;
}
.f_pro_list{
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 0;
}
.f_pro_list li{
    width: 49%;
    border: solid 1px #e2e7ef;
    border-radius: 20px;
    padding: 3% 3%;
    justify-content: space-between;
    align-items: center;
    margin-top: 2%;
}
.f_pro_list_pic{
    border:solid 1px #f1f1f1;
    width:100px;
    height: 100px;
    border-radius: 20px;
}
.f_pro_list_con{
    width: 74%;
}
.f_pro_list_tit{
    font-weight: bold;
    max-width: 100px;
    margin-right:20px;
}
.f_ico{
    width: 22px;
    height: 22px;
    margin-left: 15px;
    cursor: pointer;
}
.f_pro_list_con .txthide3{
    color: #666;
    font-size: 14px;
    margin: 2% 0 0;
}
.f_pro_list_con .txthide3 b{
    color: #000;
}
.f_gray6{
    color: #666;
}
.f_tit2{
    background: url(../image/cicle1.png) no-repeat left center;
    padding-left: 40px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5%;
}
.logo_upload_box{
    width: 230px;
}
.logo_upload img{
    width: 113px;
    height: 97px;
}

.f_btn{
    width: 87px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #899cbc;
    justify-content: center;
    align-items: center;
    color: #7388aa;
    font-size: 14px;
    cursor: pointer;
}
.f_close{
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    top: 10px;
    right: 10px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.f_form_right{
    width: 77%;
}
.f_form{
    border: solid 1px #899cbc;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
}
.f_form1{
    width:353px;
}
.f_form2{
    width:200px;
}
.f_form3{
    width: calc(100% - 80px);
}
.f_form4{
    height:170px;
}
.f_form_tit{
    width: 80px;
}
.f_form_btn{
    width: 105px;
    height: 40px;
    border-radius: 5px;
    margin-right: 15px;
}
.f_form_btn1{
    color: #899cbc;
    border: solid 2px #899cbc;
    background: #fff;
}
.f_form_btn2{
    background: #899cbc;
    color: #fff;
}
.f_upload_pic{
    width: 124px;
    height: 106px;
    margin-right: 20px;
}
.f_upload_pic img{
    width: 100%;
    height: 100%;
}
.fuwenben{
    width: calc(100% - 80px);
    height: 300px;
}
.f_traffic_tit li{
    width: 16.6%;
    text-align: center;
    background: #eee;
    line-height: 2.5;
    cursor: pointer;
}
.f_traffic_tit li.current{
    background: #005dad;
    color: #fff;
}
.f_traffic_tit li:hover{
    background: #005dad;
    color: #fff;
}
.f_traffic_con{
    border: solid 1px #eee;
    padding: 2% 3%;
    display: none;
}
.f_traffic_con:first-child{
    display: block;
}
.f_traffic_box{
    border: solid 1px #eee;
    padding: 2% 2%;
    margin-bottom: 2%;
}
.f_form_btn{
    display:none;
}
.f_tc{
    text-align: center;
}
    /* 表单 */
    .f_form_bd{
        width: 100%;
        border: solid 1px #ddd;
    }
    .hangye label{
        margin-right:10px;
    }
    .hangye label input{
        vertical-align: middle;
        margin-right: 5px;
    }
    .erweima_box{
        width: 3.5rem;
        left: 0;
        right: 0;
        position: absolute;
        top: 6.05rem;
        margin: 0 auto;
        /* background: #56b786; */
        padding: .1rem;
    }
    .erweima{
      
        width: 100%;
        text-align: center;
    }

    .sao_btn{
        width: 3.05rem;
        height: 3.05rem;
        background: linear-gradient(#3879fe,#0d65ec,#43aeff);
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto;
        position: absolute;
        top:20%;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        font-size: .62rem;
        z-index: 2;
    }
    .sao_btn::after{
        width: 3.46rem;
        height: 3.46rem;
        background: rgba(21,100,140, .3);
        border-radius: 100%;
        display: block;
        content:"";
        position: absolute;
        left: -.2rem;
        top: -.2rem;
        z-index: -1;
        animation: twcle 1.2s linear infinite;
    }
    @keyframes twcle {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	50% {
	  opacity: 0.4;
	  transform: scale(1.1);
	}
	100% {
	  opacity: 0;
	  transform: scale(1.3);
	}
  }
    .f_s_bg{
        width: 100%;
    }
    .f_s_bg>img{
        width: 100%;

    }
    .f_input1{
        width:60%;
    }
    #zhiwei{
        font-size: .24rem;
    }
    #zhiwei option{
        font-size: .2rem !important;
    }
    .f_phone{
        display: none;
    }
    .show_btn{
        width: 120px;
        height: 36px;
        border-radius: 10px;
        margin: 0 5px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .show_btn img{
        width: 18px;
        height: 16px;
        margin-right: 5px;
    }
    .show_btn1{
        background: #0fc1c1;
    }
    .show_btn2{
        background: #005dad;
    }
    .phonenum{
        background:url(../image/phone_bg.png) no-repeat;
        border-radius: 10px;
        top: 40px;
        left: 5px;
        line-height: 50px;
        padding: 0 5px;
        width: 116px;
        height: 43px;
        
        display: none;
    }
.zg_btn{
    width: 110px;
    height: 30px;
    background: #005dad;
    color: #fff;
    font-size: 15px;
    margin-right: 13px;
}
.zg_btn img{
    width: 15px;
    height: 16px;
    margin-right: 6px;
}
.desc_btn_box{
        margin: 2% 0 0 70px
}
.online_nav{
    width: 247px;
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 99;
}
.f_my_head{
    background: #f7f7f7;
    padding: 2% 3%;
    align-items: center;
    justify-content: space-between;
}

.f_my_photo{
    width: 74px;
    height: 74px;
    border-radius: 100%;
}
.f_my_head_info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.person_tab{
    width: 71px;
    height: 23px;
    border-radius: 11px;
    background: #005dad;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    margin: -10px auto 0;
    cursor: pointer;
}
.f_my_head_info h2{
    font-weight: bold;
    margin: 5px 0;
}
.f_my_btn_box{
    margin: 3% 0 0;
    justify-content: space-between;
    font-weight: bold;
}

.f_my_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    border: solid 1px #7c7c7c;
    border-radius: 10px;
    height: 50px;
    padding: 0 30px;
    cursor: pointer;
}
.f_my_btn:hover{
    background: #005dad;
    color: #fff;
}
.f_my_btn.on{
    background: #005dad;
    color: #fff;
}
.f_my_fb{
    padding: 2% 0 2%;
}
.f_my_fb li{
    border: solid 1px #e6eaf1;
    border-radius: 10px;
    padding: 2% 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.f_my_fb li:hover{
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
}
.f_my_fb li:hover .f_my_fb_tit{
 color: #005dad;
}
.f_my_fb_tit{
    font-weight: bold;
    flex: 1;
    padding-right: 5%;
}
.f_my_fb_btn{
    width: 100px;
    height: 36px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: solid 1px #005dad;
    color: #005dad;
}
.f_my_fb_btn.on{
    background: #005dad;
    color: #fff;
}
.meeting_list{
    padding-bottom: 3%;
}
.meeting_list li{
    border: solid 1px #e6eaf1;
    border-radius: 10px;
    padding: 2% 2%;
    margin-bottom: 2%;
    cursor: pointer;
}
.meeting_list li:hover .txthide{
    color: #005dad;
}
.meeting_list_pic{
    width: 170px;
    height: 124px;
    border-radius: 10px;
    overflow: hidden;
}
.meeting_list_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meeting_list li:hover{
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
}
.meet_icon{
    width: 22px;
}
.meeting_list_con{
    width: calc(100% - 190px);
}
.meet_show_tit{
    font-size: 24px;
    font-weight: bold;
    background: url(../image/show_tit.png) no-repeat left center;
    padding-left: 25px;
    color: #525252;
}
.shangjia_tit{
    border-bottom: solid 2px #005dad;
    display: inline-block;
    padding-bottom: 15px;
}
.shangjia{
    border: solid 1px #e4e9f0;
    border-radius: 10px;
    padding:1% 2%;
}
.shangjia textarea{
    height: 280px;
}
.shangjia_submit{
    margin-left: 120px;
}
.f_bg{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.wh_pop{
    width: 393px;
    height: 393px;
    border-radius: 15px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 91;
    padding: 20px 30px 0;
}
.info_form{
    height: 50px;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 0 3%;
}
.info_form input{
    background: none;
}
.info_submit{
    height: 50px;
    border-radius: 5px;
    background: #005dad;
    color: #fff;
     cursor: pointer;
}
.info_close{
    font-size: 30px;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.info_pop_box{
    display: none;
}
.f_login_bg{
    background: url(../image/login.jpg) no-repeat;
    height: 100vh;
    background-size: cover cover;
    padding: 10% 0 0;
}
.f_login_box{
    width: 470px;
    height: 560px;
    box-shadow: 0 0 10px 0 rgba(0,93,173,.1);
    margin:0 auto;
    padding: 40px 40px 0;
}
.f_login_logo{
    width: 310px;
    margin: 0 auto;
    display: block;
}
.f_login_form{
    height: 70px;
    border-radius: .1rem;
    border: solid 1px #005dad;
    padding: 0 3%;
}
.f_login_form input{
    background: none;
}
.login_icon{
    width: 20px;
    margin-right: 15px;
}
.login_select li{
    background: url(../image/sel1.png) no-repeat left center;
    padding-left: 30px;
    background-size: contain;
}
.login_select li.on{
    background: url(../image/sel2.png) no-repeat left center;
    padding-left: 30px;
    background-size: contain;
}
.maxtext{
    right: 3%;
    top: 29%;
}
.maxtext1{
    top: auto;
    bottom: 3%;
}

.f_my_fb_txt{
    text-align: justify;
}

.dw_box{
    width: 100%;

}

.point-marker{
        position: absolute;
    width: 16px;
    height: 16px;
    background-color: red;
    border: 2px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 10;
}
.point-info{
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    transform: translate(-50%, -100%);
    margin-top: -5px;
    z-index: 10;
}
.result_pop{
    width: 376px;
    height: 816px;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.result_txt{
    width: 100%;
    top: 58%;
    left: 0;
    padding: 0 16%;
    color: #fff;
    position:absolute;
        font-size: 14px;
        line-height: 1.5;
}
.result_tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5%;
}
.result_tit span{
    font-size:20px;
}
.result_welcome{
        margin-top: 5%;
    font-size: 16px;
    font-weight: bold;
}
.result_close{
    font-size: 40px;
    color: #fff;
    right: 2%;
    top: -1%;
    position:absolute;
}
@media only screen and (max-width: 960px){

    .f_pc{
        display:none;
    }

    .f_phone{
        display: block;
    }
    .p_col{
        flex-direction: column;
    }
    .f30{
        font-size: .3rem;
    }
    .f24{
        font-size: .4rem;
    }
    .f20{
        font-size: .3rem;
    }
    .f18{
        font-size: .26rem;
    }
    .f14{
        font-size:0.24rem;
    }
    .f_mar_t10{
    margin-top: .1rem !important;
    }
    .f_mar_t20{
        margin-top: .2rem !important;
    }
    .f_mar_t30{
        margin-top: .3rem !important;
    }
    .f_mar_r10{
        margin-right: .1rem !important;
    }
    .f_mar_r20{
        margin-right: .2rem !important;
    }
    .f_mar_r30{
        margin-right: .3rem !important;
    }
    .f_form_btn{
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        background-color: #0074d1;
        border-radius: 4px;
        margin-top: 15px;
        cursor: pointer;
        display: block;
    }
    .f_down_tit{
        font-size: .3rem;
        background-size: .3rem .22rem;
        padding-left: .4rem;
    }
    .f_pro_list li{
        width: 100%;
    }
    .f_pro_list_pic{
        width: 1.5rem;
        height: 1.5rem;
        border-radius: .2rem;
    }
    .f_pro_list_tit{
        font-size: .3rem;
    }
    .f_ico{
        width: .3rem;
        height: .3rem;
    }
    .f_form_box{
        flex-direction: column;
    }
    .logo_upload_box{
        width: 100%;
    }
    .f_form_right{
        width: 100%;
    }
    .f_form_list_box{
        flex-wrap:wrap;
    }
    .f_form_list{
        width: 100%;
        margin-top: 20px;
    }
    .f_form1,.f_form2{
        width: calc(100% - 80px);
    }
    .f_upload_pic{
        width: 1.5rem;
        height: 1.5rem;
        margin-top: .2rem;
        margin-right:.2rem
    }
    .fuwenben_box{
        flex-direction:column;
    }
    .fuwenben{
        width: 100%;
        height: 300px;
        margin: 10px 0 0;
    }
    .f_tit2{
        font-size: .4rem;
    }
    .f_qy_pic{
        width: 35%;
    }
    .f_qy_con{
        width: 60%;
    }
    .f_traffic_tit {
        flex-wrap: wrap;
    }
    .f_traffic_tit li{
        width: 33.33%;
    }
    .w_nav .list{
        width: 20%;
    }
    .w_f_nav{
        justify-content:space-around;
    }
    .w_f_nav li{
        text-align: center;
    }
    .w_f_nav li img{
        width: 1rem;
        margin: 0 auto;
    }
    .footer{
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99;
        left:0;
        background: #fff;
        border-top: solid 1px #efefed;
        padding: .2rem 0;
    }
    .footer li{
        width: 20%;
        text-align: center;
        color: #8e9198;
    }
    .footer li img{
        width: .5rem;
        margin: 0 auto .1rem;
    }
    .footer li.on{
        color: #013c7e;
    }
    .f_header{
        line-height:.88rem;
        text-align: center;
        position: relative;
        font-size: .3rem;
    }
    .back{
        position: absolute;
        top: 0;
        left: .25rem;
    }
    .back img{
        width: .15rem;
    }
    .f_w_content{
        width:7rem;
        margin:0 auto;
    }
    .f_w_tit{
        font-size:.28rem;
        margin: .3rem 0 .2rem;
    }
    .red{
        color: red;
    }
    .agree_txt{
        width: 100%;
        height:3rem;
        border: solid 1px #eee;
        border-radius: .1rem;
        padding: .2rem;
    }
    .f_w_input{
        width:100%;
        border-bottom: solid 1px #eee;
        padding:.2rem 0;
    }
    .f_w_btn{
        width: 100%;
        color: #fff;
        margin: .5rem 0 0;
        background: #005dad;
        height: .8rem;
        border-radius: .1rem;
        font-size: .28rem;
    }
    .PSub_news_detali img{
        height: auto !important;
    }
    .PSub_news_detali article,.PSub_news_detali article p,.PSub_news_detali article p span{
        font-size: .24rem !important;
    }
    /* 座位图 */

    .seat_bg{
        background: url(../image/seat_bg.jpg) no-repeat center top #0186fc;
        background-size: 100%;
        /* height: 100vh; */
        padding: 4.15rem .75rem 0;
    }

    .seat_box{
        background: rgba(229, 233, 239, .2);
        padding: .4rem;
        color: #fff;
        margin: 0 auto;
    }
    .f36{
        font-size: .36rem;
        line-height: .5rem;
    }
    .seat_txt{
        margin-top: .1rem;
        font-size: .3rem;
        text-indent: 2em;
        line-height: .48rem;
        /* margin-bottom: .6rem; */
    }
    .seat_pic{
        margin-top:.2rem;
    }
    .seat_pic img{
        width: 100%;
    }
    .PSub_exhibitor.dd_col_1 dd{
        flex-direction: column;
    }
    .show_btn_box{
        margin: .2rem 0 0 1.45rem;
    }
    .show_btn{
        width: 1.7rem;
        height: .54rem;
        border-radius: .1rem;
        font-size: .22rem;
    }
    .zg_btn_box{
        flex-direction: column-reverse;
    }
    .zg_btn{
        margin: .1rem 0 0;
        font-size: .22rem;
        width: 2rem;
        height: .5rem;
    }
    .zg_btn img{
        width: .21rem;
        height: .22rem;
    }
    .desc_box{
        flex-direction: column-reverse;
    }
    .desc_btn_box{
        margin: 2% 0 0;
    }
    .f_my_head{
        align-items: flex-start;
    }
    .f_my_head_box{
        flex-direction: row-reverse;
        margin: .2rem 0 0;
    }
    .f_my_head_info{
        align-items: flex-start;
        margin-left: .2rem;
    }
    .f_my_photo{
        width: 1.2rem;
        height: 1.2rem;
    }
    .f_my_tit{
        font-size: .4rem;
    }
    .f_my_btn{
        font-size: .26rem;
        padding: 0 .3rem;
        height: .6rem;
    }
    .f_my_fb_btn{
        width: 0.8rem;
        height: .6rem;
        border-radius: .1rem;
        float: right;
    }
    .meet_icon{
        width: .22rem;
    }
    .meeting_list li .f_my_fb_btn{
        float: none;
        font-size: .24rem;
        width: 1.5rem;
    }
    .meeting_list_pic{
        width: 1.5rem;
        height: 1.2rem;
 
    }
    .meeting_list_con{
        width: 5rem;
        font-size: .24rem;
    }
    .meet_btn{
        margin: .2rem 0 0; 
    }
    .meet_show_tit{
        font-size: .3rem;
    }
    .gongqiu{
        margin: .2rem 0 0;
    }
    .gongqiu .search{
        width: 67%;
        margin: 0;
    }
    .f_gongqiu .f_my_fb_btn{
        width: 1.5rem;
        height: .54rem;
    }
.wh_pop{
    width: 94%;
    height: 360px;
    padding: 5% 3% 0;
}
.f_login_box{
    width: 100%;
    box-shadow: none;
    padding: 10% .3rem;
}
.f_login_logo{
    width: 5rem;
}

.f_login_form{
    height: 1rem;
}
.f_login_box .info_submit{
    margin-top: 1rem !important;
}
.shangjia{
    padding: 3% 2%;
}

.maxtext{
    top: 29%;
}
.maxtext1{
    top: auto;
    bottom: 3%;
}
.f_my_fb li{
    padding: 5% 5%;
}

.f_my_fb_txt{
    line-height: 1.7;
}

.person_tab{
    width:1rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
}


.point-marker{
    width: .15rem;
    height: .15rem;
    background-color: red;
    border: 2px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);

}
.point-info{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: .1rem .2rem;
    border-radius: 3px;
    font-size: .5rem;
    white-space: nowrap;
    transform: translate(-50%, -100%);
    margin-top: -5px;
}
.result_pop{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
}
.result_close{
    top: 0;
}
.result_txt{
    font-size: .28rem;
}
.result_tit{
    font-size:.34rem;
}
.result_tit span{
    font-size:.36rem;
}


}
