/*navigation Css*/
.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 109px;
    padding: 0 80px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 100;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.header:hover{
    background: rgba(0, 0, 0, 0.34);
}
.CGTN_logo {
    float: left;
    margin-top: 50px;
}
.cll{
    margin-left: 45px;
    margin-top: 38px;
    float: left;
}
.ru {
    float: right;
    margin-top: 60px;
}

.zh {
    float: right;
    margin: 60px 22px 0 0;
    width: 36px;
    height: 25px;
}

/*The first screen part Css*/
.first-screen {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#largeVideo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.arrow{
    position: absolute;
    left:50%;
    margin-left: -14px;
    bottom: 5%;
    width: 28px;
    opacity: 1;
    animation: arrow 1.4s linear infinite;
}
@keyframes arrow {
    from {
        bottom: 8%;
        opacity: 1;
    }
    to {
        bottom: 1%;
    }
}
/*The photos part*/
.photos-list {
    overflow: hidden;
}

.photos-item {
    float: left;
    width: 10%;
    opacity: .5;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    cursor: pointer;
}

.photos-item:hover, .photos-item.hover {
    opacity: 1;
}

.photos-image {
    display: block;
    width: 100%;
}

/*the hero details display window Css*/
.hero-show {
    display: none;
    width: 64%;
    position: fixed;
    left: 18%;
    font-size: 24px;
    color: #e0c1a7;
    overflow: hidden;
    z-index: 80;
}

.hero-bg {
    width: 100%;
    display: block;
}

.hero-image {
    left: 11.8%;
    position: absolute;
    top: 28.2%;
    width: 18.2%;
    height: 42.4%;
    border-radius: 4px;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    left: 44%;
    top: 0;
    width: 45%;
}

.chiness-name,.chiness-born {
    font-family: fangsong;
}

.russian-name,.russian-born {
    font-family:gabriola;
}

.black-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    display: none;
}

.video-play-btn {
    position: absolute;
    width: 30px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    display: none;
    margin-left: -15px;
    margin-top: -17px;
}

.close-btn {
    position: absolute;
    width: 2.3%;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.close-btn:hover {
    opacity: 1;
}

#heroVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

/*big black bg Css*/
.big-black-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    display: none;
    z-index: 50;
}

.body-overflow {
    overflow: hidden;
}

/*footer Css*/
.footer {
    height: 138px;
    padding: 0 85px;
    position: relative;
    z-index: 10000;
}

.footer-text {
    color: #e0c1a7;
    font-size: 22px;
    font-family: microsoft yahei;
    float: left;
    padding-top: 43px;
}

.footer-icons {
    float: right;
    margin-top: 48px;
}

.footer-icon {
    margin: 0px 5px;
    opacity: .5;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.footer-icon:hover {
    opacity: 1;
}

.wechat-code {
    width: 150px;
    position: absolute;
    right: 90px;
    bottom: 100px;
    display: none;
}

@media screen and (max-width: 880px) {
    .photos-item {
        width: 20%;
    }

    /*.header {*/
    /*    height: 80px;*/
    /*    padding: 0 30px;*/
    /*}*/

    /*.CGTN_logo {*/
    /*    margin-top: 25px;*/
    /*}*/

    /*.ru {*/
    /*    margin-top: 30px;*/
    /*}*/

    /*.zh {*/
    /*    margin: 30px 22px 0 0;*/
    /*}*/

    .hero-show {
        width: 90%;
        left: 5%;
    }

    .hero-text {
        width: 57%;
        left: 38%;
    }

    .close-btn {
        width: 5%;
        opacity: 1;
    }


    .wechat-code {
        right: 50%;
        margin-right: -75px;
        bottom: 140px;
    }
}

@media screen and (max-width: 1080px) {
    .footer {
        height: auto;
        padding: 30px 20px;
    }

    .footer-text {
        line-height: 24px;
        text-align: center;
        font-size: 16px;
        float: none;
        word-break: keep-all;
        padding-top: 0;
    }

    .footer-icons {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}
@media screen and (max-width: 1270px) {
    .footer-text {
        font-size: 16px;
        /* padding-top: 0; */
    }
}
@media screen and (max-width: 480px) {
    .header {
        background: rgba(0, 0, 0, 0.43);
    }
    .footer-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 550px) {
    .footer-text span {
        display: block;
    }

    .wechat-code {
        bottom: 164px;
    }
    .footer-icon {
        width: 10%;
    }
}
@media screen and (max-width: 700px) {
    .header{
        zoom: 0.52;
        padding: 0 40px;
    }
    .cll{
        margin-left: 30px;
    }
}