.f_rel{
    position: relative;
}
.f_abs{
    position: absolute;
}
.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_mar_t10{
    margin-top: 10px;
}
.f_mar_t20{
    margin-top: 20px;
}
.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;
    }
@media only screen and (max-width: 960px){
    .f_pc{
        display:none;
    }
    .f_phone{
        display: block;
    }
    .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%;
    }

}
