html,
body {
    position: relative;
    min-width: 62.5%;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: '微软雅黑,Arial';
    overflow-x: hidden;
}

.content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.25vw;
    background: #fff;
    transform: translateY(-100%);
    z-index: 1;
}

.menubar.active {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.menubar.active1 {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.menubar_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.tab-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 9.219vw;
    left: 50%;
    /* width: 70.781vw; */
    height: 18.802vw;
    transform: translateX(-50%);
}

.tab-ul li {
    flex-shrink: 0;
    position: relative;
    width: 16.719vw;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    margin: 0 0.5vw;
}

.tab-ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.469vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.tab-ul li a img {
    display: block;
    position: relative;
    width: 100%;
}

.tab-ul li a .ellipse {
    position: absolute;
    top: -4.74vw;
    left: -4.74vw;
    width: 9.427vw;
    height: 9.427vw;
    border-radius: 50%;
}

.tab-ul li:nth-child(1) a .ellipse {
    background: #6a5542;
}

.tab-ul li:nth-child(2) a .ellipse {
    background: #fabe00;
}

.tab-ul li:nth-child(3) a .ellipse {
    background: #00aeca;
}

.tab-ul li:nth-child(4) a .ellipse {
    background: #bfd833;
}

.tab-ul li a .ellipse p {
    position: absolute;
    right: 1.823vw;
    bottom: 1.458vw;
    width: 2.188vw;
    color: #fff;
    font-size: 1.042vw;
}

.tab-ul li a .li-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.4);
    transition: all 0.3s ease-in-out;
}

.tab-ul li a .li-mask.active {
    background: rgba(124, 124, 124, 0);
    transition: all 0.3s ease-in-out;
}

.kvbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.313vw;
    overflow: hidden;
}

.kvbox .kv {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
}

.kv-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
}

.kv-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.kv-wrap .a_logo,
.menubar_box .a_logo {
    display: block;
    position: absolute;
    top: 3.438vw;
    left: 0.156vw;
    width: 7.448vw;
    height: 3.281vw;
}

.logo {
    display: block;
    width: 7.448vw;
}

.menu {
    position: absolute;
    top: 2.969vw;
    right: 0;
    width: 3.906vw;
    height: 4.271vw;
    cursor: pointer;
}

.kv-en {
    position: absolute;
    top: 17.76vw;
    width: 100%;
    color: #fff;
    font-size: 2.396vw;
    text-align: center;
}

.kv-cn {
    position: absolute;
    top: 20.677vw;
    width: 100%;
    color: #fff;
    font-size: 4.167vw;
    font-weight: bold;
    text-align: center;
}

.icon_play {
    position: absolute;
    top: 38.75vw;
    left: 50%;
    width: 56px;
    transform: translateX(-50%);
}

.kv-tips {
    position: absolute;
    top: 42.292vw;
    width: 100%;
    color: #fff;
    font-size: 1.25vw;
    text-align: center;
}

.wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 55vw;
    background: #f3f3f3;
    overflow: hidden;
}

.wrap_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
    opacity: 0;
}

.wrap_box.dh {
    animation: animationY1 1s ease-in-out both;
}

.wrap_box .title {
    position: absolute;
    top: 4.531vw;
    width: 100%;
    color: #00aeca;
    font-size: 2.604vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.wrap_box .desc {
    position: absolute;
    top: 9.635vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.052vw;
}

.swiperbox {
    position: absolute;
    top: 14.896vw;
    left: 0;
    width: 100%;
    height: 34.375vw;
    background: #fff;
}

.swiperbox .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperbox .swiper-scroll1,
.swiperbox .swiper-scroll2,
.swiperbox .swiper-scroll3,
.swiperbox .swiper-scroll4,
.swiperbox .swiper-scroll5 {
    position: absolute;
    top: 4.948vw;
    left: 4.271vw;
    width: 32.646vw;
    height: 25.958vw;
    overflow: hidden;
}

.swiper-scroll1box,
.swiper-scroll4box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25.958vw;
}

.swiper-scroll4box {
    position: absolute;
    top: 3.125vw;
    height: 20.833vw;
}

.swiper-scroll1box .jroll-ybar,
.swiper-scroll4box .jroll-ybar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.208vw !important;
    height: 23.958vw !important;
    background: #f1f1f1 !important;
    transform: scale(1) !important;
}

.swiper-scroll4box .jroll-ybar {
    height: 19.688vw !important;
}

.swiper-scroll1box .jroll-ybar .jroll-ybtn,
.swiper-scroll4box .jroll-ybar .jroll-ybtn {
    width: 100% !important;
    background: #00aeca !important;
}

.swiperbox .swiper-scroll1 .item,
.swiperbox .swiper-scroll2 .item,
.swiperbox .swiper-scroll3 .item,
.swiperbox .swiper-scroll4 .item,
.swiperbox .swiper-scroll5 .item {
    position: relative;
    width: 100%;
    height: 1.563vw;
    margin-bottom: 2.292vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.swiperbox .swiper-scroll1 .item div,
.swiperbox .swiper-scroll2 .item div,
.swiperbox .swiper-scroll3 .item div,
.swiperbox .swiper-scroll4 .item div,
.swiperbox .swiper-scroll5 .item div {
    width: 100%;
    height: 1.563vw;
    cursor: pointer;
}

.swiperbox .swiper-scroll1 .swiper-scroll1box .line,
.swiperbox .swiper-scroll4 .swiper-scroll4box .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.208vw;
    height: 23.958vw;
    background: #f1f1f1;
}

.swiperbox .swiper-scroll4 .swiper-scroll4box .line {
    height: 20.052vw;
}

.swiperbox .swiper-scroll1 .swiper-scroll1box .line div,
.swiperbox .swiper-scroll4 .swiper-scroll4box .line div {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.208vw;
    height: 8.333vw;
    background: #00aeca;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.swiperbox .swiper-scroll1 .item.active,
.swiperbox .swiper-scroll2 .item.active,
.swiperbox .swiper-scroll3 .item.active,
.swiperbox .swiper-scroll4 .item.active,
.swiperbox .swiper-scroll5 .item.active {
    height: 11.302vw;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.swiperbox .swiper-scroll2 .item.allht {
    height: 16.302vw;
}

.swiperbox .swiper-scroll1 .item p,
.swiperbox .swiper-scroll2 .item p,
.swiperbox .swiper-scroll3 .item p,
.swiperbox .swiper-scroll4 .item p,
.swiperbox .swiper-scroll5 .item p {
    display: block;
}

.swiperbox .swiper-scroll1 .item .desc1,
.swiperbox .swiper-scroll2 .item .desc1,
.swiperbox .swiper-scroll3 .item .desc1,
.swiperbox .swiper-scroll4 .item .desc1,
.swiperbox .swiper-scroll5 .item .desc1 {
    position: absolute;
    left: 2.656vw;
    color: #00aeca;
    font-size: 0.941vw;
}

.swiperbox .swiper-scroll1 .item .desc2,
.swiperbox .swiper-scroll2 .item .desc2,
.swiperbox .swiper-scroll3 .item .desc2,
.swiperbox .swiper-scroll4 .item .desc2,
.swiperbox .swiper-scroll5 .item .desc2 {
    position: absolute;
    left: 10.573vw;
    color: #333333;
    font-size: 1.042vw;
    font-weight: bold;
}

.swiperbox .swiper-scroll2 .item .desc4 {
    position: absolute;
    left: 10.573vw;
    color: #333333;
    font-size: 1.042vw;
    font-weight: bold;
    top: 9vw;
}

.swiperbox .swiper-scroll2 .item .desc5 {
    position: absolute;
    top: 13.438vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(1) .awards1img {
    position: absolute;
    top: 3.594vw;
    left: 2.656vw;
    width: 7.76vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(1) .desc3 {
    position: absolute;
    top: 5.104vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(2) .awards2img {
    position: absolute;
    top: 3.438vw;
    left: 2.708vw;
    width: 7.708vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(2) .desc3 {
    position: absolute;
    top: 4.375vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(2) .awards3img {
    position: absolute;
    top: 6.146vw;
    left: 14.063vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .awards4img {
    position: absolute;
    top: 2.344vw;
    left: 5vw;
    width: 3.906vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .desc3 {
    position: absolute;
    top: 2.708vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .desc4 {
    position: absolute;
    top: 4.01vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .desc5 {
    position: absolute;
    top: 5.365vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .desc6 {
    position: absolute;
    top: 6.771vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(3) .desc7 {
    position: absolute;
    top: 8.177vw;
    left: 12.188vw;
    color: #8c8c8c;
    font-size: 0.625vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(4) .awards5img {
    position: absolute;
    top: 3.385vw;
    left: 2.656vw;
    width: 7.708vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(4) .desc3 {
    position: absolute;
    top: 3.646vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(4) .awards3img {
    position: absolute;
    top: 5.469vw;
    left: 12.76vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(5) .awards6img {
    position: absolute;
    top: 2.604vw;
    left: 4.427vw;
    width: 4.844vw;
}

.swiperbox .swiper-scroll1 .item:nth-child(5) .desc3 {
    position: absolute;
    top: 5vw;
    left: 12.188vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .awards7box {
    position: absolute;
    top: 6.146vw;
    right: 0;
    width: 30.781vw;
    height: 21.51vw;
}

.swiperbox .awards7box a {
    position: absolute;
    /* padding: 0.677vw 1.875vw; */
    top: 19.115vw;
    left: 6.896vw;
    width: 16.677vw;
    height: 2.448vw;
    border-radius: 1.563vw;
    background-color: #00aeca;
}

.swiperbox .awards7box a img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.885vw;
    width: 0.677vw;
    transform: translateY(-50%);
}

.swiperbox .awards7box a p {
    position: absolute;
    top: 0;
    left: 1.875vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 2.344vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(1) {
    position: absolute;
    top: 2.135vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(2) {
    position: absolute;
    top: 9.333vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(1) .awards10img {
    position: absolute;
    top: 2.552vw;
    left: 2.656vw;
    width: 5.625vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(1) .desc3 {
    position: absolute;
    top: 3.438vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(1) .awards3img {
    position: absolute;
    top: 5.729vw;
    left: 12.188vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(2) .awards9img {
    position: absolute;
    top: 3.438vw;
    left: 2.656vw;
    width: 5.313vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(2) .awards15img {
    position: absolute;
    top: 9.738vw;
    left: 2.656vw;
    width: 5.313vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(2) .desc3 {
    position: absolute;
    top: 3.438vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll2 .item:nth-child(2) .awards3img {
    position: absolute;
    top: 5.729vw;
    left: 12.188vw;
    width: 1.563vw;
}

.swiperbox .awards11box,
.swiperbox .awards12box,
.swiperbox .awards16box,
.swiperbox .awards17box {
    position: absolute;
    top: 7.448vw;
    left: 41.719vw;
    width: 12.708vw;
    height: 20.208vw;
}

.swiperbox .awards12box {
    width: 13.646vw;
}

.swiperbox .awards16box {
    width: 12.396vw;
}

.swiperbox .awards17box {
    left: 40.26vw;
    width: 15.104vw;
}

.swiperbox .awards11box a,
.swiperbox .awards12box a,
.swiperbox .awards16box a {
    position: absolute;
    left: -2.3vw;
    bottom: 0;
    width: 17vw;
    height: 2.448vw;
    border-radius: 1.563vw;
    background-color: #00aeca;
}

.swiperbox .awards12box a {
    left: 0.6vw;
    width: 12vw;
}

.swiperbox .awards16box a {
    left: -2.8vw;
    width: 18vw;
}

.swiperbox .awards17box a {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16.104vw;
    height: 2.448vw;
    border-radius: 1.563vw;
    background-color: #00aeca;
    transform: translateX(-50%);
}

.swiperbox .awards11box a img,
.swiperbox .awards12box a img,
.swiperbox .awards16box a img,
.swiperbox .awards17box a img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.885vw;
    width: 0.677vw;
    transform: translateY(-50%);
}

.swiperbox .awards11box a p,
.swiperbox .awards12box a p,
.swiperbox .awards16box a p,
.swiperbox .awards17box a p {
    position: absolute;
    top: 0;
    left: 1.875vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 2.344vw;
}

.swiperbox .awards12box a p {
    left: 1.927vw;
}

.swiperbox .awards17box a p {
    left: 1.094vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) {
    position: absolute;
    top: 7.76vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .awards4img {
    position: absolute;
    top: 3.333vw;
    left: 3.125vw;
    width: 3.906vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .desc3 {
    position: absolute;
    top: 3.385vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .desc4 {
    position: absolute;
    top: 5.052vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .desc5 {
    position: absolute;
    top: 6.615vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .desc6 {
    position: absolute;
    top: 8.177vw;
    left: 10.573vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll3 .item:nth-child(1) .desc7 {
    position: absolute;
    top: 9.688vw;
    left: 10.573vw;
    color: #8c8c8c;
    font-size: 0.625vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(1) .awards13img {
    position: absolute;
    top: 3.125vw;
    left: 2.656vw;
    width: 7.708vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(1) .desc3 {
    position: absolute;
    top: 4.583vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(1) .awards3img {
    position: absolute;
    top: 7.031vw;
    left: 14.167vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(2) .awards14img {
    position: absolute;
    top: 5.208vw;
    left: 2.656vw;
    width: 8.333vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(2) .desc3 {
    position: absolute;
    top: 4.167vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(2) .awards3img {
    position: absolute;
    top: 6.563vw;
    left: 14.167vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(3) .awards9img {
    position: absolute;
    top: 3.906vw;
    left: 2.656vw;
    width: 5.313vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(3) .desc3 {
    position: absolute;
    top: 4.167vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(3) .desc4 {
    position: absolute;
    top: 5.365vw;
    left: 12.396vw;
    color: #8c8c8c;
    font-size: 0.625vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(3) .desc5 {
    position: absolute;
    top: 6.875vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(4) .awards15img {
    position: absolute;
    top: 3.177vw;
    left: 2.344vw;
    width: 5.208vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(4) .desc3 {
    position: absolute;
    top: 3.333vw;
    left: 11.979vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll4 .item:nth-child(4) .awards3img {
    position: absolute;
    top: 5.521vw;
    left: 12.292vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(1) {
    position: absolute;
    top: 2.188vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(1) .awards14img {
    position: absolute;
    top: 4.948vw;
    left: 2.656vw;
    width: 8.333vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(1) .awards3img {
    position: absolute;
    top: 5.521vw;
    left: 14.167vw;
    width: 1.563vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(1) .desc3 {
    position: absolute;
    top: 3.333vw;
    left: 12.979vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(2) {
    position: absolute;
    top: 13.281vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(2) .awards9img {
    position: absolute;
    top: 3.646vw;
    left: 2.656vw;
    width: 5.313vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(2) .desc3 {
    position: absolute;
    top: 4.167vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(2) .desc4 {
    position: absolute;
    top: 5.365vw;
    left: 12.396vw;
    color: #8c8c8c;
    font-size: 0.625vw;
}

.swiperbox .swiper-scroll5 .item:nth-child(2) .desc5 {
    position: absolute;
    top: 6.875vw;
    left: 12.396vw;
    color: #666666;
    font-size: 0.833vw;
}

.swiperbox .swiper-button-prev::after,
.swiperbox .swiper-button-next::after {
    content: ''
}

.swiperbox .swiper-button-prev {
    top: 15.104vw;
    left: -6.354vw;
    width: 2.292vw;
    height: 4.01vw;
    background: url('../image/prev2.png') no-repeat;
    background-size: 2.292vw 4.01vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-prev.swiper-button-disabled {
    top: 15.104vw;
    right: -6.354vw;
    width: 2.292vw;
    height: 4.01vw;
    background: url('../image/prev1.png') no-repeat;
    background-size: 2.292vw 4.01vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next {
    top: 15.104vw;
    right: -6.354vw;
    width: 2.292vw;
    height: 4.01vw;
    background: url('../image/next2.png') no-repeat;
    background-size: 2.292vw 4.01vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next.swiper-button-disabled {
    top: 15.104vw;
    right: -6.354vw;
    width: 2.292vw;
    height: 4.01vw;
    background: url('../image/next1.png') no-repeat;
    background-size: 2.292vw 4.01vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-pagination {
    position: absolute;
    bottom: -2.135vw;
    width: 100%;
    text-align: center;
    cursor: none;
}

.swiperbox .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.208vw;
    width: 0.833vw;
    height: 0.833vw;
    background: url('../image/awards/awards19.png') no-repeat;
    background-size: 0.833vw 0.833vw;
    border-radius: 0;
    opacity: 1;
    outline: none;
    border: none;
}

.swiperbox .swiper-pagination .swiper-pagination-bullet-active {
    margin: 0 0.208vw;
    width: 0.833vw;
    height: 0.833vw;
    background: url('../image/awards/awards20.png') no-repeat;
    background-size: 0.833vw 0.833vw;
    border-radius: 0;
    opacity: 1;
    outline: none;
    border: none;
}

.swiper-scrollbar1,
.swiper-scrollbar4 {
    display: block !important;
}

.swiperbox .swiper-scroll1 .swiper-scrollbar,
.swiperbox .swiper-scroll4 .swiper-scrollbar {
    top: 0;
    left: 0;
    right: auto;
    width: 0.208vw;
    background: #f1f1f1;
}

.swiperbox .swiper-scroll4 .swiper-scrollbar {
    top: 2.917vw;
    height: 19.688vw;
}

.swiperbox .swiper-scroll1 .swiper-scrollbar .swiper-scrollbar-drag,
.swiperbox .swiper-scroll4 .swiper-scrollbar .swiper-scrollbar-drag {
    width: 100%;
    height: 8.333vw;
    background: #00aeca;
}

.arrow1 {
    position: absolute;
    top: 50%;
    margin-top: -0.421vw;
    margin-left: 0.521vw;
    width: 0.521vw;
    transition: all 0.3s ease-in-out;
}

.arrow1.active {
    margin-top: -0.321vw;
    transform: rotate(90deg);
}

.footer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.938vw;
    background: #00b0ca;
}