.section {
    position: relative;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

#section1 .bg {
    -webkit-animation: scalemap 1.5s ease-in-out;
    animation: scalemap 1.5s ease-in-out;
    background-position: 50% 52%;
    background-size: auto 237%;
}

#section1 .firstswiper {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 55%;
}

#section1 .firstswiper .indexitem {
    /* background: #000000; */
    /* opacity: .4; */
}

#section1 .downarrow {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    width: 100%;
    z-index: 99;
}

#section1 .downarrow img {
    margin: 0 auto;
    cursor: pointer;
}

#section1 .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 4rem;
    z-index: 99;
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#section1 .header .logo {
}

#section1 .header .menus {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#section1 .header .menus > a {
    display: inline-block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
}

#section1 .header .menus > a:hover {
    color: hsla(0, 0%, 100%, .5);
}

#section1 .header .rightpart {
    width: 12%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 140px;
}

#section1 .header .rightpart span {
    color: #ffffff;
    font-size: .9rem;
}

#section1 .header .rightpart a img {
    margin-right: .4rem;
}

#section1 .content {
    position: absolute;
    left: 0;
    top: 14vh;
    width: 100%;
    z-index: 3;
}

#section1 .content > * {
    text-align: center;
    color: #ffffff;
}

#section1 .content div:first-child {
    font-size: 3rem;
    line-height: 3rem;
    /*font-family: 'GOTHICB_0';*/
    font-weight: bold;
}

#section1 .content p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}

#section1 .content .btndiv {
    /* margin-top: 2.5rem; */
}

a.solidbtn {
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #222222;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    padding: .4rem 3rem;
    border-radius: 100rem;
    margin: .5rem;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
a.solidbtn[href="javascript:void(0);"]{
    display: none !important;
}

/*a.solidbtn:hover {
    background-color: transparent;
    color: white;
}*/

a.hollowbtn {
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: .4rem 3rem;
    border-radius: 100rem;
    margin: .5rem;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

a.hollowbtn:hover {
    color: #222222;
    background-color: #ffffff;
}

#section2 {
}

video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-fallback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    background: center/cover;
}

.section .content {
    position: absolute;
    top: 9rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.section .content div {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

.section .content p {
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5rem;
    font-weight: bold;
    /*font-weight: bold;*/
    /*font-family: 'GOTHICB_0';*/
}

.section .content a {
    display: inline-block;
    margin-top: 1.5rem;
}

#section5 {
    background-color: #f7f7f7;
}

#section5 .top {
    padding-top: 15vh;
    height: calc(100vh - 100px);
}

#section5 .top .title {
    font-size: 5vh;
    color: #333333;
    text-align: center;
}

#section5 .top .trendcontainer {
    position: relative;
    margin-top: 3rem;
    margin-left: 17rem;
}

#section5 .top .trendcontainer .topnews {
    position: relative;
    left: 0;
    top: 0;
    width: 50%;
    height: 28.625rem;
    overflow: hidden;
    transition: .5s;
    /* background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}

#section5 .top .trendcontainer .topnews .topnews-pic {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

#section5 .top .trendcontainer .topnews:hover .topnews-pic {
    transform: scale(1.1);
}

#section5 .top .trendcontainer .topnews > img {
    width: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

#section5 .top .trendcontainer .topnews:hover > img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#section5 .top .trendcontainer .topnews:hover .topnewscontent .newstitle {
    /*color: #39a9ae;*/
}

#section5 .top .trendcontainer .topnews:hover {
    background-size: auto 110% !important;
}

.gradualmeng {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(transparent, #222222);
    background: -o-linear-gradient(transparent, #222222);
    background: -moz-linear-gradient(transparent, #222222);
    background: linear-gradient(transparent, #222222);
    opacity: 0.7;
    -webkit-opacity: 0.7;
    z-index: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

#section5 .top .trendcontainer .topnews .topnewscontent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 40%;*/
    padding: 1rem 2rem;
    z-index: 1;
}

#section5 .top .trendcontainer .topnews .topnewscontent .newstitle {
    font-size: 2.5rem;
    color: #ffffff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

#section5 .top .trendcontainer .topnews .topnewscontent .topnewsline {
    width: 100%;
    height: 1px;
    background-color: #f7f7f7;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    margin-top: 1rem;
}

#section5 .top .trendcontainer .topnews .topnewscontent .dateandlocation {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#section5 .top .trendcontainer .topnews .topnewscontent .dateandlocation .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#section5 .top .trendcontainer .topnews .topnewscontent .dateandlocation .date span {
    font-size: 1rem;
    color: #ffffff;
    margin-left: 1rem;
}

#section5 .top .trendcontainer .topnews .topnewscontent .dateandlocation .location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3.5rem;
}

#section5 .top .trendcontainer .topnews .topnewscontent .dateandlocation .location span {
    font-size: 1rem;
    color: #ffffff;
    margin-left: 1rem;
}

#section5 .top .trendcontainer .swipercontainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
}

#section5 .top .trendcontainer .swipercontainer .newslist {
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem {
    width: 24rem;
    background-color: #ffffff;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem:hover .newscontent p {
    /*color: #39a9ae;*/
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem:hover .showmore {
    background-color: #39a9ae;
    color: #ffffff;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .pic {
    width: 100%;
    height: 11rem;
    overflow: hidden;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .pic > img {
    height: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .newscontent {
    padding: 1.5rem;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .newscontent .smdate {
    font-size: .8rem;
    color: #666666;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .newscontent p {
    font-size: 1.2rem;
    color: #333333;
    margin-top: 1.5rem;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .showmore {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #d9d9d9;
    padding: 1rem 2rem;
    color: #676767;
    font-size: .8rem;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

#section5 .top .trendcontainer .swipercontainer .newslist .newsitem .showmore > img {
    display: inline;
    margin-left: .5rem;
}

#section5 .top .trendcontainer .swiperright {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    margin: auto;
    z-index: 199;
    cursor: pointer;
    transition: .4s;
    border-radius: 50%;
}

#section5 .top .trendcontainer .swiperright:hover {
    background-color: rgba(0, 0, 0, .2);
}

#section5 .bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}

#section5 .bottom .footertop {
    display: none;
    position: relative;
    height: 50%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

#section5 .bottom .backtotop {
    position: absolute;
    font-size: 1.8rem;
    color: grey;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    right: 12px;
    top: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    z-index: 999;
}

#section5 .bottom .backtotop:hover {
    background-color: #39a9ae;
    color: #ffffff;
}

#section5 .bottom .footertop a {
    font-size: .8rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 2rem;
    color: #333333;
}

#section5 .bottom .footerbottom {
    position: relative;
    height: 50%;
    padding: 30px 12.5%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

#section5 .bottom .footerbottom .left {
    flex: 0 0 70%;
    font-size: .8rem;
    color: #666666;
}

#section5 .bottom .footerbottom .right {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
}

#section5 .bottom .footerbottom .right a {
    margin-left: 10px;
}

#section5 .weight {
    font-weight: bold;
}

.yinsi {
    display: none !important;
}

#section5 .bottom .footerbottom .yinsi {
    margin-top: .5rem;
    display: none;
}

#section5 .bottom .footerbottom .yinsi a {
    display: inline-block;
    font-size: .8rem;
    color: #666666;
    margin: 0 .5rem;
}

#section5 .bottom .footerbottom .yinsi a:first-child {
    margin-left: 0;
}

/*#section5 .bottom .footerbottom .bottomlogo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17rem;
    margin: auto;
}*/

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-container {
    height: 100%;
}

.bottom .right img {
    max-width: unset !important;
    max-height: unset !important;
}

.news-ctn {
    width: calc(50% + 420px);
    margin: 4vh auto auto;
    height: calc(100vh - 20vh - 100px);
    max-height: 480px;
}

.news {
    width: calc((100% - 60px * 4) / 3);
    flex: 0 0 auto;
    height: 100%;

    display: flex;
    flex-direction: column;
    background: white;

    font-size: 16px;
}

@media (max-width: 1920px) and (min-width: 961px) {
    .first-news {
        width: calc((100% - 60px * 4) / 3 * 2 + 60px);
    }

    .first-news .news-info {
        background-color: transparent;
        z-index: 260;
        bottom: 0;
        justify-content: flex-end;
    }

    .first-news .news-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 240;
        color: white;
    }

    .first-news .news-info > * {
        color: white;
    }

    .first-news .news-date {
        order: 2;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .first-news .news-cover::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 67%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    }

    .first-news .news-title {
        font-size: 27px;
        line-height: 40px;
        padding-top: 8px;
        padding-bottom: 12px;
        border-bottom: 1px solid white;
    }
}

@media (max-width: 960px) {

    .news-ctn {
        width: calc(100% - 60px);
        margin: auto;
    }

    .news {
        width: 320px
    }

}


@media (max-width: 640px) {
    .news-ctn {
        width: calc(100% - 40px);
    }
}

.news-swiper {
    height: 100%;
    overflow: visible;
}

.news-cover {
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    flex: 0 0 auto;
}

.news-cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news-info {
    flex: 1 0 auto;
    padding: 30px;

    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-title {
    order: 2;
}

.news-date {
    color: #666;
    font-size: calc(1em - 2px);
    margin-bottom: 25px;
}

.news-title {
    color: #333333;
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
}

@media (max-width: 640px){
    #section1 .header, #section5 .bottom .footerbottom{
        padding: 1.5rem 2rem;
    }
    .header>.logo {
        width: 30%;
    }
    .news-ctn{
        max-height: 48vh;
    }
}




