@charset "utf-8";
body{
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;  
    overflow: hidden;  
    transition: top 1s;
    background: url(../../images/zt/zt_silu2023/banner_pc.jpg) no-repeat center top fixed;
    background-size: cover;
    /* display: none; */
    z-index: 1000;
}
.click{
    width: 107px;
    height: 124px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    background: url(../../images/zt/zt_silu2023/click.png) no-repeat center top;
    cursor: pointer;
    animation: click 2s alternate infinite;
}
.click span{
    display: block;
    width: 100px;
    height: 100px;
    border: 1px #fff dashed;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -50px;
    border-radius: 50%;
    animation: rotate 5s infinite;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
.click:hover span{
    width: 102px;
    height: 102px;
}
@keyframes click{
    from{bottom: 5%;}
    to{bottom: 6%;}
}
@keyframes rotate{
    from{transform: rotate(0);}
    to{transform: rotate(360deg);}
}

/* 导航 */
.silunnav{
    width: 100%;
    height: 100px;
    background: url(../../images/zt/zt_silu2023/nav_bg.jpg) no-repeat center top;
}
.silunav_main{
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.silunav_main a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.silunav_main a:hover{
    background: rgba(0, 0, 0, 0.2);
}
.silunav_main a span{
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.focus{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../../images/zt/zt_silu2023/bg01.jpg) no-repeat center top;
}
.focus_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    padding-bottom: 410px;
}
.focus_l{
    width: 748px;
    height: auto;
    overflow: hidden;
    float: left;
}
.swiper_focus{
    width: 100%;
    height: 476px;
}
.swiper_focus a{
    display: block;
}
.swiper_focus a span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_focus a p{
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 60px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.swiper_focus .swiper-pagination{
    text-align: right;
    padding-right: 10px;
    bottom: 60px;
    font-size: 0;
    box-sizing: border-box;
}
.focus_prev, .focus_next{
    width: 60px;
    height: 61px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 20;
    cursor: pointer;
}
.focus_prev{
    background: url(../../images/zt/zt_silu2023/prev.png) no-repeat;
    background-size: 100%;
    left: 10px;
}
.focus_next{
    background: url(../../images/zt/zt_silu2023/next.png) no-repeat;
    background-size: 100%;
    right: 10px;
}
.focus_prev:hover{
    opacity: 1;
}
.focus_next:hover{
    opacity: 1;
}
.focus_l_b{
    width: 100%;
    height: 235px;
    margin-top: 10px;
}
.focus_l_b a{
    display: block;
    float: left;
    width: 369px;
    height: 100%;
    position: relative;
}
.focus_l_b a:last-of-type{
    float: right;
}
.focus_l_b a span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.focus_l_b a p{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    bottom: -100%;
    left: 0;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    transition: bottom 0.3s;
}
.focus_l_b a:hover p{
    bottom: 0;
}
.focus_r{
    width: 544px;
    height: 721px;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #327cc0, #185791);
    float: right;
}
.focus_r a{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2; 
}
.focus_r a:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.focus_r a:hover span{
    font-weight: bold;
}
.focus_r a span{
    color: #ffc852;
}
.focus_r a p{
    font-size: 16px;
    color: #8bc4f8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title1{
    width: 846px;
    height: 125px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.Ambassadors{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff9ec;
    padding: 90px 0;
}
.Ambassadors_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.Ambassadors_pages{
    width: 100%;
    height: 60px;
}
.Ambassadors_pages div{
    width: 60px;
    height: 60px;
    float: right;
    background: rgba(207, 207, 207, 0.5);
    display: flex;
    align-items: center;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.Ambassadors_pages div:hover{
    background: rgba(207, 207, 207, 1);
}
.Ambassadors_pages div img{
    display: block;
    width: 30px;
    height: 30px;
}
.Ambassadors_pages .Ambassadors_prev img{
    margin-left: 10px;
}
.Ambassadors_pages .Ambassadors_next img{
    margin-left: 20px;
}
.swiper_Ambassadors{
    width: 100%;
    height: 434px;
    margin-top: 40px;
}
.swiper_Ambassadors .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
}
.Ambassadors_img{
    display: block;
    width: 680px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.Ambassadors_text{
    width: 620px;
    height: 200px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 100;
    transition: right 0.3s;
}
.Ambassadors_ch{
    background: #f0a84a;
    top: 10px;
}
.Ambassadors_en{
    background: #185791;
    bottom: 10px;
}
.Ambassadors_text span{
    color: #fff;
    font-weight: bold;
}
.Ambassadors_text p{
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Ambassadors_ch{
    right: 20px;
}
.Ambassadors_en p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scrollbar{
    width: 100%;
    height: 4px;
    margin-top: 10px;
    background: #8ba8be;
}
.more{
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: var(--themes_color);
    color: #ffe9ca;
    font-size: 14px;
    display: block;
    text-align: center;
    clear: both;
}
.more:hover{
    background: #236fb4;
}
.more1{
    position: absolute;
    top: 740px;
    right: 0;
}
.more2{
    margin: 0 auto;
    margin-top: 40px;
}
.more2 a{
    color: #ffe9ca;
    font-size: 14px;
}


.meet{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff9ec;
}
.title2{
    width: 846px;
    height: 125px;
    margin: 0 auto;
    display: block;
}
.meet_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.meet_item{
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.meet_item:last-of-type{
    margin-right: 0;
}
.meet_t{
    width: 100%;
    height: 522px;
}
.meet_t .meet_item:first-child{
    width: 820px;
    height: 522px;
}
.meet_t .meet_item:last-child{
    width: 470px;
    height: 522px;
}
.meet_b{
    width: 100%;
    height: 271px;
}
.meet_b .meet_item{
    width: 426px;
    height: 271px;
}
.meet_item p{
    width: 100%;
    position: absolute;
    padding: 0 10px;
    box-sizing: border-box;
    left: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: bottom 0.3s;
}
.meet_item:hover p{
    bottom: 0;
}
.more3{
    float: right;
    margin-top: 40px;
}

.Story{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../../images/zt/zt_silu2023/bg02.jpg) center top;
    padding-bottom: 300px;
    position: relative;
}
.story_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.title3{
    width: 846px;
    height: 125px;
    margin-top: 167px;
    display: block;
}
.story_t{
    width: 100%;
    height: 675px;
    margin-top: 60px;
    background: linear-gradient(to top, #cd753a, #f8bb5b);
    clear: both;
    overflow: hidden;
    position: relative;
}
.story_t video{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.story_t_v_b{
    line-height: 40px;
    padding: 0 10px;
    background: rgba(255,255,255,0.6);
    color: #333;
    position: absolute;
    right: 70px;
    top: 10px;
}
.story_b{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.story_b a{
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: #ddc7b9 solid;
}
.story_b a span{
    font-weight: bold;
}
.story_b a p{
    font-size: 16px;
    color: #a59263;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
.story_b a:nth-child(1){
    padding: 0 20px 20px 0;
    border-width: 0 1px 1px 0;
}
.story_b a:nth-child(2){
    padding: 0 0 20px 20px;
    border-width: 0 0 1px 0;
}
.story_b a:nth-child(3){
    padding: 20px 20px 0 0;
    border-width: 0 1px 0 0;
}
.story_b a:nth-child(4){
    padding: 20px 0 0 20px;
    border-width: 0 0 0 0;
}
.story_b a:hover span{
    color: var(--themes_color);
}
.foot{
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	body{
        overflow: auto;
    }
    .banner{
        height: auto;
        position: static;
        transition: top 1s;
        background: none;
    }

    .focus{
        background: url(../../images/zt/zt_silu2023/bg01_wap.jpg) no-repeat top;
        background-size: 100% auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
        background-color: #fff9ec;
    }
    .focus_main{
        width: 100%;
        margin-top: 0.6rem;
        padding-bottom: 0;
    }
    .focus_l{
        width: 100%;
        float: none;
    }
    .swiper_focus{
        height: 4.33rem;
    }
    .swiper_focus a p{
        height: 0.6rem;
        line-height: 0.6rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0.1rem;
    }
    .swiper_focus .swiper-pagination{
        padding-right: 0.1rem;
        bottom: 0.5rem;
        text-align: center;
    }
    .swiper_focus .swiper-pagination span{
        width: 0.1rem;
        height: 0.1rem;
    }
    .focus_prev, .focus_next{
        width: 0.6rem;
        height: 0.61rem;
        opacity: 0;
    }
    .focus_prev{
        left: 0.1rem;
    }
    .focus_next{
        right: 0.1rem;
    }
    .focus_l_b{
        height: auto;
        overflow: hidden;
        margin-top: 0.2rem;
    }
    .focus_l_b a{
        width: 3.3rem;
        height: auto;
        overflow: hidden;
        position: static;
    }
    .focus_l_b a span{
        height: 2.1rem;
    }
    .focus_l_b a p{
        height: 1.16rem;
        padding: 0.1rem;
        position: static;
        transition: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        background: #fff;
        color: #333;
    }
    .focus_r{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0.2rem;
        background: #fff;
        float: none;
        margin-top: 0.4rem;
    }
    .focus_r a{
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .focus_r a:hover span{
        font-weight: normal;
    }
    .focus_r a span{
        color: #333;
    }
    .focus_r a p{
        font-size: 0.28rem;
        color: #999;
        margin-top: 0.1rem;
    }
    .title1{
        width: 100%;
        height: auto;
        position: static;
        display: block;
        margin: 0 auto;
        margin-top: 0.6rem;
    }

    .Ambassadors{
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .Ambassadors_main{
        width: 100%;
    }
    .Ambassadors_pages{
        display: none;
    }
    .swiper_Ambassadors{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.4rem;
    }
    .swiper_Ambassadors a{
        height: auto;
        overflow: hidden;
    }
    .Ambassadors_img{
        width: 100%;
        height: 4.33rem;
        position: static;
    }
    .Ambassadors_text{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: static;
        display: block;
        padding: 0;
        transition: none;
         margin-top: 0.3rem;
    }
    .Ambassadors_ch{
        background: none;
    }
    .Ambassadors_en{
        background: none;
        margin-top: 0.1rem;
    }
    .Ambassadors_text span{
        color: #333;
        font-weight: normal;
    }
    .Ambassadors_text p{
        display: none;
    }
    .Ambassadors_ch{
        right: 20px;
    }
    .Ambassadors_en p{
        display: none;
    }
    .scrollbar{
        width: 100%;
        height: 4px;
        margin-top: 0.1rem;
    }
    .more{
        width: 2.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.22rem;
        margin: 0 auto;
    }
    .more:hover{
        background: #236fb4;
    }
    .more1{
        position: static;
        margin-top: 0.4rem;
    }
    .more2{
        margin-top: 0.4rem;
    }
    .more2 a{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }

    .meet{
        padding: 0 0.2rem;
        box-sizing: border-box;
        padding-bottom: 0.6rem;
    }
    .title2{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 1rem;
    }
    .meet_main{
        width: 100%;
        margin-top: 0.6rem;
    }
    .meet_item{
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
    }
    .meet_t{
        height: auto;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    .meet_t .meet_item:first-child{
        width: 4.2rem;
        height: 100%;
        margin-right: 0.2rem;
    }
    .meet_t .meet_item:last-child{
        width: 4.2rem;
        height: 100%;
    }
    .meet_t .meet_item{
        display: inline-block;
    }
    .meet_t .meet_item span{
        display: block;
        width: 100%;
        height: 2.68rem;
    }

    .meet_b{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.2rem;
        overflow-x: auto;
        white-space: nowrap;
    }
    .meet_b .meet_item{
        width: 5rem;
        height: auto;
        overflow: hidden;
        margin-right: 0.2rem;
        display: inline-block;
    }
    .meet_b .meet_item span{
        width: 100%;
        height: 3.18rem;
        display: block;
    }
    .meet_b .meet_item:last-of-type{
        margin-right: 0;
    }
    .meet_item p{
        width: 100%;
        position: static;
        padding: 0;
        background:none;
        color: #333;
        line-height: 0.6rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        transition: none;
    }
    .more3{
        float: none;
        margin-top: 0.4rem;
    }

    .Story{
        background: #ffe9bb;
        padding: 0 0.2rem;
        box-sizing: border-box;
        position: static;
        padding-bottom: 0.6rem;
    }
    .story_main{
        width: 100%;
        position: static;
    }
    .title3{
        width: 100%;
        height: auto;
        margin-top: 0.6rem;
    }
    .story_t{
        height: 3.82rem;
        margin-top: 0.4rem;
        background: none;
    }
    .story_t video{
        width: 100%;
    }
    .story_t_v_b {
        line-height: 0.6rem;
        padding: 0 0.2rem;
        right: 0.1rem;
        top: 0.1rem;
    }
    .story_b{
        margin-top: 0.5rem;
    }
    .story_b a{
        float: none;
        width: 100%;
        border-bottom: 1px solid #facdaf;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .story_b a span{
        font-weight: normal;
    }
    .story_b a p{
        font-size: 0.28rem;
        color: #a59263;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0.1rem;
    }
    .story_b a:nth-child(1){
        padding: 0;
        border-width: 0;
        padding-bottom: 0.3rem;
        border-width: 0 0 1px 0;
    }
    .story_b a:nth-child(2){
        padding: 0;
        border-width: 0;
        padding-bottom: 0.3rem;
        border-width: 0 0 1px 0;
    }
    .story_b a:nth-child(3){
        padding: 0;
        border-width: 0;
        padding-bottom: 0.3rem;
        border-width: 0 0 1px 0;
    }
    .story_b a:nth-child(4){
        padding: 0;
        border-width: 0;
        padding-bottom: 0.3rem;
    }
    .story_b a:hover span{
        color: #333;
    }

    .foot{
        background: none;
        position: static;
        background: var(--themes_color);
        margin-top: 0;
    }

}
	