@charset "utf-8";
:root{
    --themes_color: #397074;
}
body{
    background-color: #ebf1e6;
    background-image: url(../../images/zt/zt_xsdkzg/bg.png);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.swiper_multi_full{
    height: 700px;
}
.swiper_multi_full_text{
    height: 0;
}
.title{
    margin: 0 auto;
    margin-top: 50px;
}
.title img{
    width: 100%;
    height: 100%;
}
.title01{
    width: 238px;
    height: 64px;
}
.title02{
    width: 472px;
    height: 120px;
}
.title03{
    width: 208px;
    height: 57px;
}
.zgqy_swiper{
    width: 1300px;
    height: 810px;
    margin: 0 auto;
    margin-top: 50px;
}
.zgqy_swiper .swiper_img{
    height: 750px;
}
.zgqy_swiper .swiper-slide{
    border-radius: 20px;
}
.wyk_text{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.wyk_text p{
    text-indent: 2em;
    margin-bottom: 10px;
}
.wyk_snav{
    width: 1300px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.wyk_snav_item{
    width: auto;
    height: 100%;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0.7;
}
.wyk_snav_item:hover{
    opacity: 1;
}
.wyk_snav_item_active{
    opacity: 1;
}
.wyk_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.wyk_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.wyk_item1{
    display: block;
}
.wyk_item1{
    width: 1200px;
}
.main1_top{
    width: 100%;
    height: 256px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.main1_top_item{
    width: 40%;
    height: 100%;
    float: left;
    cursor: pointer;
}
.main1_top_item:last-of-type{
    float: right;
}
.main1_top_item_img{
    width: 256px;
    height: 256px;
    float: left;
}
.main1_top_item_r{
    width: calc(100% - 276px);
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    color: #666;
}
.main1_name{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.mian1_bot{
    width: 100%;
    height: 675px;
}
.main1_bot_item{
    display: none;
}
.main1_bot_item:first-of-type{
    display: block;
}
.mian1_bot video{
    width: 100%;
    height: 100%;
}
.main1_name_hover{
    color: var(--themes_color);
    font-weight: bold;
}
.main1_img_hover{
    border: 2px dashed var(--themes_color);
    box-sizing: border-box;
}

/* 大使看中国 */
.dsk{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.dsk_main{
    width: 100%;
    height: 630px;
    position: relative;
    margin-top: 50px;
}
.dsk_l{
    width: 1120px;
    height: 100%;
    position: relative;
}
.dsk_l_text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.dsk_l_img{
    width: 100%;
    height: 100%;
}
.dak_r{
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.dsk_r_main{
    width: 110%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.dks_r_main_item{
    width: 186px;
    height: 112px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.dks_r_main_item:last-of-type{
    margin-bottom: 0;
}
.dks_r_main_item:hover{
    border: 2px solid var(--themes_color);
}
.dks_r_active{
    border: 2px solid var(--themes_color);
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    body{
        background-color: #ebf1e6;
        background-image: none;
    }
    .swiper_multi_full{
        height: 3.3rem;
    }
    .title{
        margin-top: 0.5rem;
    }
    .title01{
        width: 4.76rem;
        height: 1.28rem;
        transform: scale(0.9);
    }
    .title02{
        width: 4.72rem;
        height: 1.2rem;
        transform: scale(0.9);
    }
    .title03{
        width: 4.16rem;
        height: 1.14rem;
    }
    .zgqy_swiper{
        width: 6.8rem;
        height: 10.02rem;
        margin-top: 0.5rem;
    }
    .zgqy_swiper .swiper_img{
        height: 8.92rem;
    }
    .zgqy_swiper .swiper-slide{
        border-radius: 0.2rem;
    }
    .wyk_text{
        width: 6.8rem;
        margin-top: 0.5rem;
    }
    .wyk_text p{
        margin-bottom: 0.2rem;
        text-align: justify;
    }
    .wyk_snav{
        width: 6.8rem;
        height: auto;
        margin-top: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wyk_snav_item{
        width: auto;
        height: 0.52rem;
        margin-right: 0.2rem;
        margin-bottom: 0.3rem;
        opacity: 0.7;
    }
    .wyk_snav_item:hover{
        opacity: 1;
    }
    .wyk_main{
        width: 6.8rem;
        margin-top: 0.5rem;
    }
    .wyk_item1{
        width: 100%;
    }
    .main1_top{
        height: auto;
        overflow: hidden;
        padding: 0 0.3rem;
    }
    .main1_top_item{
        width: 2.56rem;
        height: 100%;
    }
    .main1_top_item_img{
        width: 2.56rem;
        height: 2.56rem;
        float: none;
    }
    .main1_top_item_r{
        width: 100%;
        height: 1rem;
        float: none;
        text-align: center;
        font-size: 0.26rem;
    }
    .main1_name{
        font-size: 0.34rem;
    }
    .mian1_bot{
        width: 100%;
        height: 3.82rem;
    }

    /* 大使看中国 */
    .dsk{
        width: 6.8rem;
    }
    .dsk_main{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-top: 0.5rem;
    }
    .dak_r{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: initial;
    }
    .dsk_r_main{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .dks_r_main_item{
        width: 3.2rem;
        height: 1.8rem;
        margin-bottom: 0.3rem;
        border-radius: 0.2rem;
        border: 1px solid #fff;
        float: left;
    }
    .dks_r_main_item:nth-of-type(2n){
        float: right;
    }
    .dks_r_main_item:hover{
        border: 2px solid #fff;
    }
    .dks_r_active{
        border: 2px solid #ffff;
    }
}
	