* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
  	min-width: 1420px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 1s ease;
}

.container .section {
    width: 100%;
    height: 100%;
    /* display: flex; */
    color: #83a78d;
    /* justify-content: center;
    align-items: center; */
    position: relative;
    background-size: cover;
}
.section .info {
    position: absolute;
    bottom: 363px;
    left:361px;
}
.right-controls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
}
.right-controls .controls {
    position: relative;
}

.right-controls .controls li {
    width: 30px;
    height: 30px;
    font: bold 22px/50px '楷体';
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.controls-page {
    position: absolute;
    top: 580px;
    list-style: none;
    z-index: 98;
    display: flex;
    width: 100%;
  	padding-left: 137px;
}
.controls-page li {
    width: 50px;
    height: 6px;
    font: bold 22px/50px '楷体';
    background-color: #CCCCCC;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
}
.right-controls .controls li::after {
    content: '';
    position: absolute;
    width:10px;
    height:10px;
    background-color: #A6A6A6;
    border-radius: 50%;
    margin-top:10px;
    margin-left:-5px;
}

.right-controls .controls li+li {
    margin-top: 5px;
}
.controls-page .controls li {
    margin-right: 5px;
}


.right-controls .controls li.active {
    border: 1px solid #006FBC;
}
.controls-page li.active {
    background-color: #006FBC;
}
.active::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    margin-top:20px;
    margin-left:-5px;
    background-color: #006FBC!important;
}
.page1 {
    background:url(../img/home/home-banner1.webp) no-repeat;
    background-size: cover;
}
.page2 {
    background:url(../img/home/home-banner2.webp) no-repeat;
    background-size: cover;
}
.page3 {
    background:url(../img/home/home-banner2.webp) no-repeat;
    background-size: cover;
}
.page4 {
    background:url(../img/home/home-banner2.webp) no-repeat;
    background-size: cover;
}
.info-date {
    font-size: 36px;
    color: #fff;
}
.info-title {
    font-size: 60px;
    color: #fff;
    margin-top:10px;
}
.info-desc {
    font-size: 58px;
    color:#fff;
    margin-top:10px;
    font-weight: 200;
}
.info-en {
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    font-weight: 200;
}
.navbar-active{
    color: #FFFFFF !important;
  	font-weight: 700 !important;
  	opacity: 1 !important;
}
.navbar-text:hover{
    color: #FFFFFF !important;
  	font-weight: 700 !important;
    opacity: 1 !important;
}
video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.more-arrow{
    width: 51px;
    height: 51px;
    border-radius: 51px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.5s;
}
.more-arrow:hover{
    background-color: #FFFFFF;
}
.arrow-icon{
    width: 19px;
    height: 10px;
}