html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Arial";
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    box-sizing: border-box;
}

input,
select,
textarea {
    vertical-align: middle;
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

div,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}


/* 顶部导航 start */
.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    background: rgb(0, 0, 0);
}
.top-c {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 0 13.5%;*/
    height: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0);
}
.logo {
    width: 4.65%;
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav {
    width: 90%;
    height: 90px;
    float: right;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
}
.nav li {
    margin-left: 25px;
    font-size: 18px;
    padding: 0 3px 15px 3px;
    /* margin-top: 4%; */
    cursor: pointer;
    color: #FFFFFF;
}
.nav li.active {
    color: #E20012;
}
/* 顶部导航 end */

/* banner样式 */
.banner {
    width: 100%;
    height: 100vh;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
}
.banner .main{
    max-width: 1400px;
    margin: 0 auto;
    padding: 339px 0;
    display: flex;
    justify-content: space-around
}

.bannerLeft {
    width: 48%;
}
.bannerText {
    width: 100%;
    margin-bottom: 50px;
}
.bannerRight {
    width: 44%;
    height: 60%;
}
.audioContent {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: auto;
}
.audioContent video {
    width: 100%;
    height: auto;
}
.videoPlay {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.bannerDesc {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #ECECEC;
    line-height: 27px;
    text-align: left;
}
.banner-tit {
    width: 43.6%;
    margin-top: 6.5%;
}
/* banner end */


/* 内容页面 start */
.content {
    width: 100%;
    margin: 0 auto;
    background: #F6F6F6;
    position: relative;
}
.content .main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top:50px;
}

/* 内容1 菜单1 */
#m0 {
    background: #FFFFFF;
    padding-bottom: 100px;
}
#m0 .mainTit {/* 标题 */
    width: 37%;
    margin: 3% auto 4%;
}
.regionsCards {
    display: flex;
    justify-content: space-between;
}
.regionsCards .disabled{
    box-shadow: 0px 0px 6px 0px rgba(60,90,151,0.1);
    opacity: 0.5;
}
.regionsCard {
    width: 25%;
    margin: 0 10px;
    font-weight: 400;
    border-radius: 50% 50% 62px 62px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 5px #f1f0f0;
}
.regionsCard .name {
    height: 28px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 35px 0;
    font-weight: 700;
}
.regionsCards .disabled .more{
    display: none;
}
.comingsoon{
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    height: 64px;
}
.regionsCard .more {
    height: 50px;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    margin: 0 36px 40px;
}
.regionsCard .more div {
    width: 22px;
    height: 14px;
    background: url("../images/one/more2.png") no-repeat center;
    background-size: contain;
    margin-left: 12px;
}
.regionsCard .more:hover {
    background-color: #E60012;
    border: 2px solid #E60012;
    color: #FFFFFF;
    cursor: pointer;
}
.regionsCard .more:hover div {
    background: url("../images/one/morehover2.png") no-repeat center;
    background-size: contain;
}

/* 内容2 菜单2 */
#m1 {
    background-image: url('../images/one/hvbg1.png');
    background-size: cover;
    height: 820px;
    padding-top: 50px;
}
#m1 .mainTit {/* 标题 */
    width: 21%;
    margin: 0 auto 3%;
    padding-top: 40px;
}
.hightVideos {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hightLeft {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(60,90,151,0.1);
    border-radius: 30px 30px 30px 30px;
    padding: 50px 20px 0 0;
}
.hightDesc div:nth-child(1) {
    margin-bottom: 20px;
}
.hightAdd {
    height: 80px;
    background: url("../images/one/hightAddIcon1.png") no-repeat center;
    background-size: contain;
    padding: 0 0 0 24%;
    background-position-x: left;
}
.hightAdd:hover {
    cursor: pointer;
}
.hightAdd div:nth-child(1){
    height: 40px;
    line-height: 60px;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: left;
    vertical-align: bottom;
}
.hightAdd div:nth-child(2) {
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    text-align: left;
    padding-top: 10px;
}
.hightTime {
    margin: 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
}
.hightTime img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.hightTime div{
    font-weight: 700;
}
.hightAudio {
    margin: 24px 0 24px 24px;
    position: relative;
    bottom: 0;
    left: 0;
}
.hightAudio div {
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 72px;
    text-align: left;
    font-style: italic;
    background: url("../images/one/hightAudiopath1.png") no-repeat;
    background-size: 100%;
}
.hightAudio2 {
    display: none;
}
#video2 {
    width: 100%;
    /* height: 50%; */
    object-fit: fill
}
.hightAudio span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: #000000;
    opacity: 0.5;
}
.hightAudioBtn {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.hightAudioBtn:hover {
    cursor: pointer;
}
.hightRight {
    width: 66%;
    padding-left: 50px;
}
.hightDesc {
    width: 100%;
    height: 40%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
}
.hightSwipercontainer {
    padding-top: 20px;
    width: 100%;
    height: 60%;
}
.hightSwipercontainer .swiper-slide {
    position: relative;
    height: 60%;
}
.swiper-slide:hover {
    transform: scale(1.02);
    box-shadow: 0 ;
}
.hightSwipercontainer .swiper-slide:hover {
    cursor: pointer;
    box-shadow: 0px 10px 6px rgb(189 180 240);
}
.hightSwipercontainer .swiper-slide div {
    width: 100%;
    /*height: 40%;*/
    position: absolute;
    bottom: -1px;
    left: 0;
    font-weight: 700;
    font-size: 1.6em;
    padding-top: 6.4%;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    font-style: italic;
    background: url("../images/one/hightAudiopath1.png") no-repeat;
    background-size: 100% 100%;
}
.hightSwipercontainer .swiper-slide img {
    width: 100%;
    height: 100%;
}
.hightSwipercontainer .swiper-button-prev {
    background-image:  url("../images/one/arrowleft2.png");
    transform: rotate(0deg);
    background-size: 100%;
    left: 2px;
    top: 90%;
    margin-top: -28px;
    width: 7%;
    height: 51px;
}
.hightSwipercontainer .swiper-button-prev:hover{
    background-image: url(../images/one/arrowright2.png);
    transform: rotate(180deg);
}
.hightSwipercontainer .swiper-button-next {
    /*background-image:  url("../images/one/arrowright2.png");*/
    /*background-size: contain;*/
    /*right: 0;*/
    /*top: 100%;*/
    /*margin-top: -28px;*/
    /*width: 38px;*/
    /*height: 28px;*/
    background-image: url(../images/one/arrowleft2.png);
    transform: rotate(180deg);
    background-size: 100%;
    right: 4px;
    top: 90%;
    margin-top: -28px;
    width: 7%;
    height: 51px;
}
.hightSwipercontainer .swiper-button-next:hover{
    background-image: url(../images/one/arrowright2.png);
    transform: rotate(0deg);
}
.hightSwipercontainer .swiper-scrollbar {
    width: 80% !important;
    left: 10% !important;
    bottom: 24px !important;
    opacity: 1 !important;
}
.hightSwipercontainer  .swiper-scrollbar-drag {
    background: linear-gradient(90deg, rgba(1.0000000591389835, 43.00000123679638, 255, 1), rgba(253.0000001192093, 165.00000536441803, 255, 1))
}

/* follow-us 样式 */
.follow-us .main {
    padding-top: 0;
}

.follow-us h5 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.follow-us .learn-more {
    width: 224px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    border: 2px solid #1d1d1d;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #1d1d1d;
    position: relative;
}

.follow-us .learn-more span {
    padding-right: 10px;
}

.follow-us .learn-more img {
    position: absolute;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.follow-us .learn-more img.hover {
    display: none;
}

.follow-us .learn-more:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
}

.follow-us .top1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}

.follow-us h2 {
    font-size: 44px;
    line-height: 1.4;
    font-weight: bold;
    margin-right: 100px;
    margin-top: 5px;
}

.follow-us {
    background: #e8e9ef;
    padding: 0;
    width: 100%;
}


.follow-us .container {
    width: 1200px;
    margin: 0 auto;
    padding: 60px;
}

.follow-us .top1 a {
    margin-right: 40px;
    float: left;
}

.follow-us .top1 .youtube {
    margin-right: 0;
}

.follow-us .top2 {
    overflow: hidden;
    margin-top: 20px;
}

.bottom-img {
    width: 260px;
}

.bottom-titw1 {
    font-size: 20px;
    color: #000;
    line-height: 1;
}

.bottom-titw2 {
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-top: 17px;
}
/* follow-us end */

/* 底部 footer start */
.footer {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}
.footer .main {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    overflow: hidden;
}
.footer .right {
    float: right;
}

.footer .right a {
    padding-right: 40px;
    font-size: 14px;
    color: #e5e5e5;
}

.footer .right .youtube {
    padding-right: 0;
}

.footer img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
    margin-right: 0.5%;
    width: 18px;
    height: 20px;
}

.footer .div-br {
    margin-left: 20px;
}
/* 底部footer end */




/* 使用媒体查询 兼容移动端样式 */
@media (max-width: 1750px) {
    .banner-tit {
        margin-top: 4.5%;
    }
}

@media (max-width: 1600px) {
    .banner-tit {
        margin-top: 3.5%;
    }
}

@media (max-width: 1400px) {
    .follow-us .container {
        width: 1200px;
        margin: 0 auto;
        padding: 60px;
    }

}

@media (max-width: 1200px) {
    .content .main {
        width: 960px;
        padding: 0 30px;
    }
    .follow-us .container {
        width: 960px;
        margin: 0 auto;
        padding: 60px;
    }
}

/* 移动端样式 */
@media (min-width: 560px) and ( max-width: 768px) {
    .banner .main{
        display: block;
        padding: 0;
        padding: 2em 0;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }

    .nav {
        display: none;
        width: 100%;
        height: auto;
        left: 0;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 2px 11px #ccc;
        float: none;
        position: absolute;
    }

    .nav li {
        position: relative;
        width: 100%;
        margin: 0 auto;
        float: none;
        font-size: 3.5vw;
        border-bottom: none;
        padding: 4% 0 4% 8%;
        color: #333;
    }

    .nav li::after {
        content: '';
        width: 84%;
        position: absolute;
        height: 1px;
        left: 8%;
        bottom: 0;
        background-color: #E3E3E3;
    }

    .nav li:first-child {
        margin: 0 auto;
        border-bottom: none;
    }

    .nav li.active {
        border-bottom: none;
        background-color: #F7F7F7;
    }

    .top {
        height: auto;
        padding: 3% 0;
        overflow: visible;
        background-color: #000;
    }
    .top-c {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .top-c::after {
        content: '';
        display: block;
        clear: both;
    }
    .logo {
        width: 11.5%;
        float: left;
        margin-left: 4%;
        margin: 0 0 0 4%;
        height: auto;
    }
    .menu {
        width: 6.8%;
        float: right;
        margin-right: 4%;
        margin-top: 3.5%;
    }
    .cur .menu-line {
    }
    .menu-line {
        width: 100%;
        background-color: #E30012;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin-bottom: 5px;
    }
    .menu.cur>span:nth-child(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    .menu.cur>span:nth-child(2) {
        opacity: 0;
    }
    .menu.cur>span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }
    /* ---menu样式 end--- */

    .content .main {
        width: 100%;
        padding: 30px 0;
    }

    .banner {
        width: 100vw;
        background-size: 77%;
        height: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 130px 0 0;
        background: #040A38 url(../images/bannerwarp1.png) no-repeat 100px 100px;
    }
    .bannerText{
        width: 82%;
    }
    .banner .bannerRight,
    .banner .bannerLeft {
        width: 80%;
        /* padding: 0 10%; */
        height: max-content;
        margin: 0 auto;
    }

    .banner .bannerRight {
        margin-bottom: 50px;
        margin-top: 5em;
    }
    .bannerDesc {
        font-size: 24px;
        width: 100%;
        padding: 10% 5%;
        height: max-content;
    }
    .regionsCard .more div{
        margin-left: 6px;
    }
    #m0{
        height: max-content;
        padding-bottom: 0;
        padding-top: 30px;
    }
    /* regions */
    #m0 .mainTit {
        width: 70%;
        margin: 3% auto 2%;
    }

    #m1{
        height: 1400px;
        padding-top: 0px;
    }
    #m1 .main{
        padding-bottom: 4%;
    }

    /* highlight video */
    #m1 .mainTit {
        width: 38%;
        margin: 0 auto 5%;
    }
    .hightAdd{
        height: 80px;
        background: url(../images/one/hightAddIcon1.png) no-repeat center;
        background-size: 86%;
        margin-top: 0%;
        padding: 0 0 0 24%;
        background-position-x: left;
    }
    .hightAudio div{
        height: 44%;
        font-size: 3.4em;
        padding-top: 9%;
    }
    .hightAudioBtn{
        width: 23%;
        height: 38%;
    }
    .hightVideos {
        display: block;
        padding: 0 20px;
    }
    .hightRight {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .hightDesc {
        width: 100%;
        height: auto;
        font-weight: 700;
        font-size: 14px;
        padding: 0px 4%;
        font-size: 24px;
        line-height: 36px;
    }
    .hightLeft {
        height: auto;
        width: 65%;
        margin: 11% auto;
        padding: 44px 0;
    }
    .hightAdd div:nth-child(1) {
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        text-align: left;
    }
    .hightAudio {
        margin: 24px 24px 0;
    }
    .hightSwipercontainer {
        height: 20%;
        padding-top: 0;
        margin-top: 10%;
        padding-bottom: 4%;
    }
    .hightSwipercontainer .swiper-scrollbar {
        width: 63% !important;
        left: 18% !important;
        bottom: 12px !important;
        opacity: 1 !important;
        height: 7px !important;
        top: 85%;
    }
    .hightSwipercontainer .swiper-button-next{
        width: 12%;
        height: 27%;
        margin-top: -6%;
    }
    .hightSwipercontainer .swiper-button-prev{
        width: 12%;
        height: 24%;
        margin-top: -6%;
    }
    .hightSwipercontainer .swiper-slide {
        position: relative;
        height: 60%;
    }
    .hightSwipercontainer .swiper-slide div {
        background-size: cover;
        font-size: 2.2em;
        padding-top: 9%;
        height: 52%;
    }


    /* region  */
    .regionsCards {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .regionsCard {
        width: calc(50% - 12%);
        margin: 4% 6% 10%;
        height: max-content;
        border-radius: 22%;
    }
    .regionsCard .name {
        font-size: 18px;
        margin: 30px 0;
    }
    .regionsCard .more {
        margin: 0 20px 20px;
        padding: 0;
        height: 34%;
        line-height: 1.6em;
        font-size: 1.6em;
    }

    /* follow-us */
    .follow-us {
        padding: 0;
        width: 100%;
    }
    .follow-us h5 {
        font-size: 19px;
        line-height: 1.6;
    }

    .follow-us h5 span {
        display: inline-block;
        line-height: 1.6;
    }

    .follow-us .learn-more {
        width: 40%;
        height: 8vw;
        margin: 20px auto 0;
        border: 1px solid #1d1d1d;
        line-height: 27px;
        font-size: 24px;
    }

    .follow-us .learn-more img {
        width: 7px;
        right: 15px;
    }

    .follow-us .container {
        width: auto;
        padding: 30px 13.5%;
    }

    .follow-us .top1 {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5%;
    }

    .follow-us .top1>div {
        text-align: center;
        margin-top: 4%;
    }

    .follow-us h2 {
        font-size: 44px;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .follow-us .top1 a {
        margin: 0 12px;
    }

    .follow-us .top1 a img {
        width: 55px;
    }

    .follow-us .main {
        width: 92%;
    }

    .follow-us .top2 {
        overflow: hidden;
        margin-top: 54px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .follow-us .top2 a:nth-child(1) {
        margin-left: 0;
    }

    /* footer start */
    .footer {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 2.4vw;
        text-align: center;
    }
    .footer .main {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .footer span {
        display: block;
    }
    .footer .right {
        float: none;
        margin-bottom: 5px;
    }
    .footer .div-br img {
        width: 3.8%;
    }
    /* footer end */

    .bottom-titw1 {
        font-size: 3.6vw;
        width: 76%;
        margin: 0 auto;
    }

    .bottom-titw2 {
        font-size: 3.6vw;
        color: #666666;
        margin-top: 8%;

    }
    .bottom-img {
        width: 58%;
        margin: 4% auto 0;
    }

}

@media (max-width: 560px){
    .banner .main{
        display: block;
        padding: 0;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }

    .nav {
        display: none;
        width: 100%;
        height: auto;
        left: 0;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 2px 11px #ccc;
        float: none;
        position: absolute;
    }

    .nav li {
        position: relative;
        width: 100%;
        margin: 0 auto;
        float: none;
        font-size: 3.5vw;
        border-bottom: none;
        padding: 4% 0 4% 8%;
        color: #333;
    }

    .nav li::after {
        content: '';
        width: 84%;
        position: absolute;
        height: 1px;
        left: 8%;
        bottom: 0;
        background-color: #E3E3E3;
    }

    .nav li:first-child {
        margin: 0 auto;
        border-bottom: none;
    }

    .nav li.active {
        border-bottom: none;
        background-color: #F7F7F7;
    }

    .top {
        height: auto;
        padding: 3% 0;
        overflow: visible;
        background-color: #000;
    }
    .top-c {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .top-c::after {
        content: '';
        display: block;
        clear: both;
    }
    .logo {
        width: 11.5%;
        float: left;
        margin-left: 4%;
        margin: 0 0 0 4%;
        height: auto;
    }
    .menu {
        width: 6.8%;
        float: right;
        margin-right: 4%;
        margin-top: 3.5%;
    }
    .cur .menu-line {
    }
    .menu-line {
        width: 100%;
        background-color: #E30012;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin-bottom: 5px;
    }
    .menu.cur>span:nth-child(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    .menu.cur>span:nth-child(2) {
        opacity: 0;
    }
    .menu.cur>span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }
    /* ---menu样式 end--- */

    .content .main {
        width: 100%;
        padding: 30px 0;
    }

    .banner {
        width: 100vw;
        background: url(../images/bannerwarp1.png) no-repeat;
        background-position: 74px 83px;
        background-size: 84%;
        height: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 130px 0 0;
        background-color: #040A38;
    }
    .bannerText{
        width: 86%;
    }
    .banner .bannerRight,
    .banner .bannerLeft {
        width: 80%;
        /* padding: 0 10%; */
        height: max-content;
        margin: 0 auto;
    }

    .banner .bannerRight {
        margin-bottom: 50px
    }
    .bannerDesc {
        font-size: 14px;
        width: 100%;
        padding: 0 5%;
        height: max-content;
        padding-bottom: 10%;
    }
    .regionsCard .more div{
        margin-left: 6px;
    }
    /* regions */
    #m0 .mainTit {
        width: 60%;
    }

    #m0{
        height: max-content;
        padding-bottom: 0;
    }
    /* regions */
    /*#m0 .mainTit {*/
    /*    width: 60%;*/
    /*    margin: 3% auto 0%;*/
    /*}*/
    #m1{
        height: 900px;
        padding-top: 0;
    }
        /* highlight video */
    #m1 .mainTit {
        width: 40%;
        padding-top: 14px;
    }
    .hightAdd{
        background-size: 86%;
        /*margin-top: 2%;*/
    }
    .hightVideos {
        display: block;
        padding: 0 20px;
    }
    .hightTime {
        margin: 14px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 24px;
    }
    .hightRight {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .hightDesc {
        width: 100%;
        height: auto;
        font-weight: 700;
        font-size: 14px;
    }
    .hightLeft {
        height: auto;
        width: 80%;
        margin: 30px auto;
        padding: 20px 0;
        border-radius: 25px;
    }
    .hightAdd div:nth-child(1) {
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        text-align: left;
        font-weight: bold;
    }
    .hightAudio {
        margin: 24px 24px 0;
    }
    .hightSwipercontainer {
        height: 150px;
        padding-top: 0;
    }
    .hightSwipercontainer .swiper-scrollbar {
        width: 63% !important;
        left: 18% !important;
        bottom: 12px !important;
        opacity: 1 !important;
        height: 2px !important;
        top: 88%;
    }
    .hightSwipercontainer .swiper-button-next{
        width: 12%;
    }
    .hightSwipercontainer .swiper-button-prev{
        width: 12%;
    }
    .hightSwipercontainer .swiper-slide {
        position: relative;
        height: 60%;
    }
    .hightSwipercontainer .swiper-slide div {
        background-size: cover;
        font-size: 20px;
        padding-top: 0px;
    }


    /* region  */
    .regionsCards {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .regionsCard {
        width: calc(50% - 24px);
        margin: 10px 10px 10px;
        border-radius: 45px;
    }
    .regionsCard .name {
        font-size: 18px;
        margin: 14px 0;
    }
    .comingsoon{
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
    }
    .regionsCard .more {
        margin: 0 20px 20px;
        border: 1px solid #000000;
        padding: 0;
        height: 30px;
        font-size: 12px;
    }

    /* follow-us */

    .follow-us {
        padding: 0;
        width: 100%;
    }
    .follow-us h5 {
        font-size: 12px;
        line-height: 1.6;
    }

    .follow-us h5 span {
        display: inline-block;
        line-height: 1.6;
    }

    .follow-us .learn-more {
        width: 112px;
        height: 29px;
        margin: 20px auto 0;
        border: 1px solid #1d1d1d;
        line-height: 27px;
        font-size: 12px;
    }

    .follow-us .learn-more img {
        width: 7px;
        right: 15px;
    }

    .follow-us .container {
        width: auto;
        padding: 30px 13.5%;
    }

    .follow-us .top1 {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5%;
    }

    .follow-us .top1>div {
        text-align: center;
        margin-top: 4%;
    }

    .follow-us h2 {
        font-size: 25px;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .follow-us .top1 a {
        margin: 0 12px;
    }

    .follow-us .top1 a img {
        width: 32px;
    }

    .follow-us .main {
        width: 92%;
    }

    .follow-us .top2 {
        overflow: hidden;
        margin-top: 20px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .follow-us .top2 a:nth-child(1) {
        margin-left: 0;
    }

    /* footer start */
    .footer {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 2.4vw;
        text-align: center;
    }
    .footer .main {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .footer span {
        display: block;
    }
    .footer .right {
        float: none;
        margin-bottom: 5px;
    }
    .footer .div-br img {
        width: 3.8%;
    }
    /* footer end */

    .bottom-titw1 {
        font-size: 4vw;
        width: 76%;
        margin: 0 auto;
    }

    .bottom-titw2 {
        font-size: 3.6vw;
        color: #666666;
        margin-top: 4%;

    }
    .bottom-img {
        width: 58%;
        margin: 4% auto 0;
    }
}
