/*兼容1366分辨率*/
/*主体部分*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .nav {
        width: 1200px;
    }
        .nav ul li
    {
        padding: 0 10px;
    }
    .tywzy_cont{
        width: 1200px;
    }
    .wzy_left{
        width: 800px;
    }
    .fx_time{
        padding-right: 30px;
    }
    .zw_cont{
        width: 670px;
    }
    /*右侧*/
    .wzy_right{
        width: 370px;
    }
}
@media only screen and (max-width: 1199px){
    .nav
    {
        width: 100%;
        padding: 0 20px;
    }
        .nav ul li
 {
        padding: 0;
    }
    .nav ul li a {
        font-size: 20px;
    }
    .tywzy_cont{
        width: 100%;
        padding: 0 30px;
    }
    .wzy_right{
        display: none;
    }
    .wzy_left{
        width: 100%;
    }
    .zwy_title {
        padding-left: 15%;
        padding-right: 15%;
    }
    .fx_time {
        width: 15%;
        padding-right: 8%;
    }
    .zwy_zw{
        padding-right: 15%;
    }
    .zw_cont{
        width: 85%;
    }
}
@media only screen and (max-width: 1024px){
    .fx_time{
        padding-right: 5%;
    }
}
@media only screen and (max-width: 820px){
        nav
 {
        width: 100%;
        height: auto;
    }
        .nav
 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .nav ul {
        flex-wrap: wrap;
    }
        .nav ul li
 {
        width: 1.875rem;
        height: 1rem;
        padding: 0 0.1rem;
    }
        .nav ul li a
 {
        height: 0.92rem;
        line-height: 1rem;
        font-size: 0.34rem;
    }
    .dqwz_box{
        display: none;
    }
    .dqwz span{
        font-size: 22px !important;
    }
    .dqwz a{
        font-size: 22px !important;
    }
    .wzy_z{
        margin-top: 30px;
    }
    .zwy_title{
        font-size: 28px !important;
    }
    .fx_time {
        padding-right: 3%;
    }
    .zw_fenxiang>span{
        font-size: 20px !important;
    }
    .zw_ly span{
        font-size: 20px !important;
    }
    .zw_zw p{
        font-size: 22px !important;
    }
    .zw_zw span{
        font-size: 22px !important;
    }
    .zw_zw a{
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 750px){
     nav
 {
        width: 100%;
        height: auto;
    }
    .nav {
        width: 100%;
        margin: 0 auto;
    }
        .nav ul
 {
        flex-wrap: wrap;
    }
        .nav ul li
 {
        width: 1.875rem;
        height: 1rem;
        padding: 0 0.1rem;
    }
    .nav ul li a {
        height: 0.92rem;
        line-height: 1rem;
        font-size: 0.34rem;
    }
    .tywzy_cont_box{
        padding-bottom: 0.3rem;
    }
    .tywzy_cont {
        padding: 0 0.24rem;
    }
    .dqwz_box {
        height: 1.2rem;
        padding-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .dqwz {
        width: 100%;
        display: flex;
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.3rem;
    }
    .dqwz span {
        padding-left: 0.6rem;
        background: url(dqwz.png) left center no-repeat;
        /* background-size: contain; */
        font-size: 0.3rem;
    }
    .dqwz a {
        font-size: 0.3rem;
    }
    .wzy_z{
        min-height: initial;
        margin-top: 0.3rem;
    }
    .wzy_left{
        padding-bottom: 0.3rem;
    }
    .zwy_title{
        padding: 0;
        font-size: 0.42rem;
        line-height: 0.72rem;
        margin-bottom: 0.24rem;
    }
    .zwy_zw {
        padding-right: 0;
        flex-wrap: wrap;
    }
    .fx_time{
        width: 100%;
        padding-right: 0;
    }
    .zw_cont{
        width: 100%;
    }
    .zw_ly{
        display: none;
    }
    .zw_time{
        display: none;
    }
    .zw_time_phone{
        display: block;
    }
    .zw_time_phone span{
        display: block;
        text-align: center;
        color: #777;
        font-size: 0.3rem;
        margin-bottom: 0.24rem;
    }
    .zw_fenxiang{
        display: none;
    }
    .zw_zw p{
        font-size: 0.32rem !important;
        line-height: 0.5rem !important;
    }
    .zw_zw img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .zw_zw span{
        line-height: 0.5rem !important;
        font-size: 0.32rem !important;
    }

    .zw_zw video{
       /* width: 100% !important;
        height: auto!important;*/
        max-width: 100%;
    }
    #zoom div#h-ckplayer-contain0 {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }
}