* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
    font-family: "bahnschrift";
    /* Project id 2871779 */
    src: url('../fonts/bahnschrift.ttf');
}

@font-face {
    font-family: "Rany-Bold";
    /* Project id 2871779 */
    src: url('../fonts/Rany-Bold.otf');
}

/* a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} */
a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    font-family: bahnschrift;
}

::-webkit-scrollbar {
    /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    width: 5px;
    height: 1px;
}

/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(37, 138, 215, 1);
}

/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #EDEDED;
}

.content1300 {
    margin: 0 auto;
    width: 1300px;
    max-width: 94%;
}

.content1440 {
    margin: 0 auto;
    width: 1440px;
    max-width: 94%;
}

.content1400 {
    margin: 0 auto;
    width: 1400px;
    max-width: 94%;
}

.content1240 {
    margin: 0 auto;
    width: 1240px;
    max-width: 94%;
}

.content1200 {
    margin: 0 auto;
    width: 1200px;
    max-width: 94%;
}

.content1500 {
    margin: 0 auto;
    width: 1500px;
    max-width: 94%;
}

.content1600 {
    margin: 0 auto;
    width: 1600px;
    max-width: 94%;
}

.content1660 {
    margin: 0 auto;
    width: 1660px;
    max-width: 94%;
}

.content312 {
    padding: 0 3.12%;
}

.content677 {
    padding: 0 6.77%;
}

.picCover {
    position: relative;
}

.picCover .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picCover .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoverLi .pic {
    overflow: hidden;
}

.hoverLi:hover .imgScale {
    transform: scale(1.05);
}

.imgScale {
    transition: all 1s;
    display: block;
    width: 100%;
}

.font30 {
    font-size: 30px;
}

.font48 {
    font-size: 48px;
}

.font36 {
    font-size: 36px;
}

.font60 {
    font-size: 60px;
}

.font80 {
    font-size: 80px;
}

.font90 {
    font-size: 90px;
}

.font106 {
    font-size: 106px;
}

.font140 {
    font-size: 140px;
}

.font200 {
    font-size: 200px;
}

.header {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 999;
    transition: all .6s;
}

.header.active {
    /* position: sticky; */
    background-color: RGBA(250, 250, 250, 1);
    top: 0;
}

.header.active1 {
    position: sticky;
}

.header .content312 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo img {
    display: block;
    /* width: 327px; */
    height: 55px;
    filter: brightness(0) invert(1);
    transition: all .6s;
}

.header.active .logo img {
    filter: none;
}
.white-filter {
  filter: none !important;
}
.header .nav-links .list {
    display: flex;
    gap: 0 53px;
}

.header .nav-links .list li>a {
    font-weight: 400;
    font-size: 18px;
    line-height: 80px;
    display: block;
    color: #fff;
    transition: all .6s;
}

.header.active .nav-links .list li>a {
    color: rgba(34, 34, 34, 1);
}

.header .nav-links .list li.active>a,
.header .nav-links .list li:hover>a {
    color: rgba(37, 138, 215, 1);
}

.header .r .aslideBtn .iconfont {
    color: rgba(153, 153, 153, 1);
    font-size: 22px;
    transition: all .6s;
}

.header .header-search-box {
    position: relative;
    /* margin-left: 40px; */
}

.header .header-search-box .header-searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    background: rgba(37, 138, 215, 1);
    border-radius: 20px;
    cursor: pointer;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    transition: all .6s;
}

.header .header-search-box .header-searchBtn:hover {
    /* color: rgba(37, 138, 215, 1); */
}

.header .header-search-box .header-search-container {
    position: absolute;
    right: -15px;
    top: 70px;
    display: none;
    /* border: 1px solid #999; */
}

.header .header-search-box .header-search {
    width: 230px;
    height: 38px;
    background: rgba(255, 255, 255, 1);
    /* background: #F0F0F0; */
    border-radius: 19px;
    display: flex;
    align-items: center;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
    border: 1px solid #999;
}

.header .header-search-box .header-search input {
    flex: 1;
    padding-left: 17px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    height: 100%;
    width: 100%;
    border-radius: 19px;
    border: none;
    outline: none;
    background-color: transparent;
}

.header .header-search-box .header-search input::placeholder {
    color: #999;
}

.header .header-search-box .header-search .iconfont {
    cursor: pointer;
    color: rgba(153, 153, 153, 1);
    padding: 0 15px 0 10px;
    transition: all 1s;
}

.header .header-search-box .header-search .iconfont:hover {
    color: rgba(37, 138, 215, 1);
}

.header .header-actions {
    display: flex;
    align-items: center;
}

.header .header-actions .lang-btn {
    display: flex;
    align-items: center;
    padding: 0 13px;
    height: 40px;
    background: rgba(37, 138, 215, 1);
    border-radius: 20px;
    gap: 6px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.header .header-actions .lang-btn span {
    margin-top: 3px;
}

.innerBanner {
    position: relative;
}

.innerBanner .pic img {
    display: block;
    width: 100%;
    min-height: 340px;
    transform: scale(.9791, .971);
    border-radius: 20px;
    transition: all 0.3s ease;
    object-fit: cover;
}

.innerBanner .bannerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.innerBanner .bannerBox .title {
    font-weight: bold;
    color: #FAFAFA;
    line-height: 1;
    text-transform: uppercase;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    font-family: Bahnschrift;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-top: 48px;
    gap: 0 14px;
    position: relative;
    z-index: 3;
}

.breadcrumbs a {
    color: #999999;
    transition: all .6s;
}

.breadcrumbs a.active,
.breadcrumbs a:hover {
    color: rgba(37, 138, 215, 1);
}

.breadcrumbs .icon-youjiantou11 {
    font-size: 12px;
    font-weight: bold;
}

.section-title-white,
.section-title {
    font-family: Bahnschrift;
    color: #222222;
    line-height: 1.25;
}

.section-title-white {
    color: #fff;
}

.footer {
    padding: 120px 0 0;
    /* border-top: 4px solid rgba(37, 138, 215, 1); */
    background-color: RGBA(255, 255, 255, 1);
}

.footer .footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-grid .footer-left {
    width: 950px;
    /* display: flex; */
    /* align-items: center; */
    /* gap: 30px; */
}

.footer .footer-grid .footer-contact {
    margin-top: 60px;
}

.footer .footer-grid .footer-contact .contact-phone {
    font-weight: bold;
    color: rgba(37, 138, 215, 1);
    line-height: 1;
}

.footer .footer-grid .footer-contact-text {
    font-weight: 300;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 70px;
}
.footer .footer-grid .footer-contact-text .contact-text-title{
font-family: Bahnschrift;
font-weight: bold;
font-size: 24px;
color: #222222;
line-height: 1;
}
.footer .footer-grid .footer-contact-text .contact-text-des{/* font-weight: 300; */font-size: 18px;color: #666666;line-height: 32px;margin-top: 23px;}
.footer .footer-grid .footer-contact-text .iconfont{
    padding-right:5px;
    color:rgba(37, 138, 215, 1)
}
.footer .footer-grid .footer-contact-text a {
    color: #222222;
}
.footer .footer-logo{
    display: block;
    /* width:490px; */
    height: 87px;
    max-width: 100%;
}
.footer .footer-logo img {
    display: block;
    max-width:100%;
    max-height:100%;
    /* width: inherit; */
   
}

.footer .footer-right {
    width: 239px;
}

.footer .footer-right .footer-links {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap:34px;
}

.footer .footer-right .footer-links a {
font-family: Bahnschrift;
font-weight: 400;
font-size: 21px;
color: #666666;
line-height: 30px;
    transition: all .6s;
    width: 100%;
}

.footer .footer-right .footer-links a:hover {
    color: rgba(37, 138, 215, 1);
}

.footer .social-media {
    display: flex;
    /* justify-content: flex-end; */
    gap: 13px;
    /* margin-top: 33px; */
}

.footer .social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F3F3F3;
    border-radius: 50%;
    color: #333;
    transition: all .6s;
}

.footer .social-media a .iconfont {
    font-size: 26px;
}

.footer .social-media a:hover {
    background-color: rgba(37, 138, 215, 1);
    color: #fff;
}
.footer .footer-bottom{
    position: relative;
    display:flex;
    justify-content:space-between;
    margin-top:80px;
    padding: 36px 0;
    align-items: center;
}
.footer .footer-bottom:before{
    position:absolute;
    content:"";
    left: 50%;
    top:0;
    width: 100vw;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(208, 208, 208, .4);
}
.footer .footer-bottom .copyright{
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
}
.fixed-sidebar {
    position: fixed;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: 19px;
    z-index: 3;
    bottom: 11%;
}

.fixed-sidebar a {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(102, 102, 102, 1);
    transition: all .6s;
}

.fixed-sidebar a:hover {
    background: rgba(37, 138, 215, 1);
    color: #fff;
}

.fixed-sidebar a:not(:last-child) {
    margin-bottom: 15px;
}

.fixed-sidebar a .iconfont {
    font-size: 28px;
}

.pc-aslide {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: ease-in-out .6s;
}

.pc-aslide.active {
    opacity: 1;
    pointer-events: inherit;
    visibility: visible;
}

.pc-aslide-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 829px;
    max-width: 100%;
    padding: 48px 50px 50px 77px;
    display: flex;
    flex-direction: column;
    transition: ease-in-out .6s;
    transform: translateX(120%);
    opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
    transform: translateX(0);
    transition: ease-in-out .6s .3s;
    opacity: 1;
}

.pc-aslide-content-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-aslide-content-t .close {
    color: rgba(153, 153, 153, 1);
    transition: all .6s;
    cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
    color: rgba(37, 138, 215, 1);
}

.pc-aslide-content-t .close .iconfont {
    font-size: 30px;
}

.pc-aslide-content-c {
    text-align: center;
    margin-top: 100px;
    flex: 1;
    overflow: auto;
}

.pc-aslide-content-c .list {
    display: inline-block;
    min-width: 300px;
}

.pc-aslide-content-c .list li {
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(40px);
    text-align: left;
}

.pc-aslide.active .pc-aslide-content-c .list li {
    opacity: 1;
    transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
    margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 1;
    transition: all .6s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}
.pc-aslide-content-c .list .li-title span:not(.iconfont){
    flex:1;
}
.pc-aslide-content-c .list .li-title .iconfont:not(.icon-youjiantou11){
    color:rgba(37, 138, 215, 1);
    font-size:20px;
}
.pc-aslide-content-c .list .li-title .iconfont{
    font-size:18px;
}
.pc-aslide-content-c .list .li-des {
    border-top: 1px solid rgba(230, 230, 230, 1);
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.pc-aslide-content-c .list .li-des a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    display: block;
    line-height: 2.5;
    transition: all .6s;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-group .btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    gap: 3px;
}

.btn-group .btn-link .btn-text {
    font-weight: 400;
    font-size: 19px;
    color: #222222;
    padding: 0 20px;
    line-height: 50px;
    background: #FAFAFA;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(37, 138, 215, 1);
    transition: all .6s;
    letter-spacing: 1px;
}

.btn-group .btn-link .btn-text:hover {
    background: rgba(37, 138, 215, 1);
    color: #fff;
}

.btn-group .btn-link .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(37, 138, 215, 1);
    box-shadow: 3px 4px 10px 0px rgba(37, 138, 215, 0.3);
    border-radius: 25px;
    color: #fff;
    transition: all .6s;
}

.btn-group .btn-link .btn-icon .iconfont {
    font-size: 22px;
}

.btn-group .btn-link:hover .btn-icon {
    animation: moveRight 0.6s ease-in-out infinite;
}

@keyframes moveRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
    z-index: 999;
}

.modal .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal .close {
    position: absolute;
    right: -26px;
    top: -26px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

.video-content video {
    display: block;
    margin: 0 auto;
    max-width: 90vw;
    max-height: 80vh;
}

.pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination ul li {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 5px;
    cursor: pointer;
    transition: all .6s;
    border-radius: 50%;
}

.pagination ul li .iconfont {
    font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
    background-color: rgba(37, 138, 215, 1);
    border-color: rgba(37, 138, 215, 1);
}

.pagination ul li a {
    color: #999;
    display: block;
    transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li.active span,
.pagination ul li:hover a {
    color: #fff;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0%, 0px, 0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

.partner-section {
    padding-bottom: 80px;
}

.partner-section .section-title {
    text-align: center;
}

.partner-section .partner-grid {
    margin-top: 59px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.partner-section .partner-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(232, 232, 232, 0.3);
    border-radius: 10px;
}

.partner-section .partner-grid .picCover {
    padding-top: 52.3%;
}

.m-right-buttom {
    display: none;
}

@media (max-width: 1630px) {
    .content1600 {
        width: 94%;
    }
}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {
    .font48 {
        font-size: 36px;
    }

    .font36 {
        font-size: 32px;
    }

    .font60 {
        font-size: 48px;
    }

    .font80 {
        font-size: 60px;
    }

    .font90 {
        font-size: 70px;
    }

    .font106 {
        font-size: 80px;
    }

    .font140 {
        font-size: 120px;
    }

    .font200 {
        font-size: 150px;
    }

    .header .logo img {
        height: 52px;
    }

    .header .nav-links .list {
        gap: 0 40px;
    }

    .content312 {
        padding: 0 3%;
    }

    .footer .footer-right {
        /* width: 43%; */
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1430px) {
    .content1400 {
        width: 94%;
    }
}

@media (max-width: 1330px) {
    .content1300 {
        width: 94%;
    }
}

@media (max-width: 1280px) {
    .footer .footer-right .footer-links a {
        font-size: 18px;
    }

    .header .logo img {
        height: 48px;
    }

    .header .nav-links .list {
        gap: 0 30px;
    }

    .pc-aslide-content-c .list .li-title {
        font-size: 20px;
    }

    .pc-aslide-content-c .list li:not(:last-child) {
        margin-bottom: 35px;
    }

    .pc-aslide-content-c .list .li-des a {
        font-size: 16px;
        line-height: 2;
    }

    .font36 {
        font-size: 30px;
    }

    .font60 {
        font-size: 36px;
    }

    .font80 {
        font-size: 48px;
    }

    .font90 {
        font-size: 60px;
    }

    .font106 {
        font-size: 70px;
    }

    .font140 {
        font-size: 90px;
    }

    .font200 {
        font-size: 120px;
    }

    .font30 {
        font-size: 28px;
    }

    .font48 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .footer .footer-grid .footer-contact-text{
        grid-template-columns:repeat(1,1fr);
        gap: 25px;
    }
    .partner-section {
        padding-bottom: 75px;
    }

    .partner-section .partner-grid {
        margin-top: 45px;
    }

    .header .header-actions .lang-btn {
        font-size: 16px;
    }

    .header .header-search-box .header-searchBtn {
        font-size: 20px;
    }

    .header {
        padding: 10px 0;
    }

    .header .nav-links .list {
        display: none;
    }

    .font36 {
        font-size: 28px;
    }

    .font60 {
        font-size: 30px;
    }

    .font80 {
        font-size: 36px;
    }

    .font90 {
        font-size: 50px;
    }

    .font106 {
        font-size: 60px;
    }

    .font140 {
        font-size: 80px;
    }

    .font200 {
        font-size: 90px;
    }

    .font30 {
        font-size: 26px;
    }

    .font48 {
        font-size: 28px;
    }

    .m-right-buttom {
        display: block;
        cursor: pointer;
        user-select: none;
        margin-right: 20px;
    }

    .m-right-buttom .in {
        height: 30px;
        width: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-right-buttom span,
    .m-right-buttom span:after,
    .m-right-buttom span:before {
        display: block;
        height: 2px;
        width: 19px;
        background: rgba(37, 138, 215, 1);
        transition: top .2s linear
    }

    .header.active .m-right-buttom span,
    .header.active .m-right-buttom span:after,
    .header.active .m-right-buttom span:before {
        background: rgba(37, 138, 215, 1);
    }

    .m-right-buttom span {
        transition: all .2s .4s ease, background 0s;
        position: relative
    }

    .m-right-buttom span:after,
    .m-right-buttom span:before {
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 50% 50%;
        transition: top .2s .4s ease, transform .4s ease;
        height: 2px
    }

    .m-right-buttom span:before {
        top: 6px
    }

    .m-right-buttom span:after {
        top: -6px
    }

    .m-right-buttom.active span,
    .header.active .m-right-buttom.active span {
        transition: all .2s 0s ease;
        background: 0 0
    }

    .m-right-buttom.active span:after,
    .m-right-buttom.active span:before {
        transition: top .2s ease, transform .2s .3s ease;
        top: 0;
        width: 19px
    }

    .m-right-buttom.active span:before {
        transform: rotate3d(0, 0, 1, 45deg)
    }

    .m-right-buttom.active span:after {
        transform: rotate3d(0, 0, 1, -45deg)
    }

    .footer {
        padding: 75px 0 0;
    }

    .footer .footer-grid {
        /* */
        /* gap: 40px; */
    }

    .footer .footer-right,
    .footer .footer-grid .footer-left {
        /* width: 100%; */
    }
    .breadcrumbs{
        padding-top: 40px;
    }
    .footer .footer-grid .footer-left{
        flex:1;
        /* margin-right:49px; */
        width: auto;
    }
    .footer .footer-grid .footer-contact-text .contact-text-des{
        margin-top: 8px;
    }
    .footer .footer-grid .footer-contact{
        margin-top:50px;
    }
    .footer .footer-right .footer-links{
        gap:24px;
    }
    .footer .footer-bottom{
        margin-top:60px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-grid .footer-contact{
        margin-top:40px;
    }
    .breadcrumbs{
        padding-top: 30px;
    }
    .partner-section {
        padding-bottom: 65px;
    }

    .partner-section .partner-grid {
        margin-top: 40px;
    }

    .partner-section .partner-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer {
        padding: 65px 0 0;
    }

    .fixed-sidebar a:not(:last-child) {
        margin-bottom: 10px;
    }

    .fixed-sidebar a {
        width: 50px;
        height: 50px;
    }

    .fixed-sidebar a .iconfont {
        font-size: 24px;
    }

    .font36 {
        font-size: 26px;
    }

    .font60 {
        font-size: 28px;
    }

    .font80 {
        font-size: 30px;
    }

    .font90 {
        font-size: 40px;
    }

    .font106 {
        font-size: 50px;
    }

    .font140 {
        font-size: 60px;
    }

    .font200 {
        font-size: 70px;
    }

    .font30 {
        font-size: 24px;
    }

    .font48 {
        font-size: 26px;
    }

    .footer .footer-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .breadcrumbs{
        padding-top: 20px;
    }
    .partner-section {
        padding-bottom: 55px;
    }

    .partner-section .partner-grid {
        margin-top: 30px;
    }

    .footer .footer-grid {
        /* gap: 25px; */
    }

    .footer .social-media {
        /* margin-top: 30px; */
    }

    .footer .footer-right .footer-links a {
        font-size: 16px;
    }

    .footer {
        padding: 55px 0 0;
    }

    .fixed-sidebar {
        right: 10px;
    }

    .fixed-sidebar a {
        width: 40px;
        height: 40px;
    }

    .fixed-sidebar a .iconfont {
        font-size: 16px;
    }

    .font36 {
        font-size: 24px;
    }

    .font60 {
        font-size: 26px;
    }

    .font80 {
        font-size: 28px;
    }

    .font90 {
        font-size: 30px;
    }

    .font106 {
        font-size: 36px;
    }

    .font140 {
        font-size: 44px;
    }

    .font200 {
        font-size: 50px;
    }

    .font30 {
        font-size: 22px;
    }

    .font48 {
        font-size: 24px;
    }

    .pc-aslide-content {
        background-color: transparent;
    }

    .pc-aslide {
        z-index: 99;
        background-color: transparent;
    }

    .pc-aslide::before,
    .pc-aslide::after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 100vw;
        right: 50vw;
        bottom: -50vw;
        background-color: rgba(0, 0, 0, 1);
        border-radius: 0 50% 0 0;
        transform-origin: center;
        transform: scale(0);
        transition: opacity .7s, transform 1.5s;
    }

    .pc-aslide::after {
        background-color: #fff;
        right: auto;
        bottom: auto;
        left: 50vw;
        top: -50vw;
        border-radius: 0 0 0 50%;
        transition: opacity .7s, transform 1s;
    }

    .pc-aslide.active::after,
    .pc-aslide.active::before {
        transform: scale(5);
        opacity: 1;
    }

    .pc-aslide-content-t {
        display: none;
    }

    .pc-aslide-content {
        padding: 60px 3%;
    }

    .pc-aslide-content {
        transform: translateX(0);
        z-index: 4;
    }

    .pagination ul li {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .video-content {
        width: 85%;
    }

    .video-content video {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .header .logo img {
        height: 40px;
    }

    .footer .social-media a {
        width: 40px;
        height: 40px;
    }

    .footer .social-media a .iconfont {
        font-size: 20px;
    }
    .footer .footer-logo{
        height:60px;
    }
    .footer .footer-right{
        width: 150px;
        /* width: auto; */
    }
    .footer .footer-grid .footer-contact-text .contact-text-title{
        font-size:22px;
    }
    .footer .footer-grid .footer-contact-text .contact-text-des{
        font-size:16px;
        line-height:26px;
        margin-top:4px;
    }
    .footer .footer-grid .footer-contact{
        margin-top:30px;
    }
    .footer .footer-grid .footer-contact-text{
        gap:20px;
    }
    .footer .footer-bottom{
        padding:20px 0;
        flex-direction:column;
        gap:9px;
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .footer .footer-grid .footer-contact{
        margin-top:25px;
    }
    .footer .footer-grid .footer-contact-text .contact-text-title{
        font-size:20px;
    }
    .footer .footer-bottom{
        margin-top:40px;
    }
    .footer .footer-bottom .copyright{
        font-size:14px;
        line-height:20px;
        text-align: center;
    }
    .partner-section {
        padding-bottom: 45px;
    }

    .partner-section .partner-grid {
        margin-top: 25px;
    }

    .partner-section .partner-grid {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-group .btn-link .btn-icon {
        width: 40px;
        height: 40px;
    }

    .btn-group .btn-link .btn-text {
        line-height: 40px;
        font-size: 14px;
    }

    .footer .footer-grid .footer-contact-text {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .footer-right .footer-links{
        gap: 10px;
        /* display: grid;
        grid-template-columns: repeat(3,1fr); */
        flex-direction: column;
    }
    .footer .footer-right .footer-links a {
        /* font-size: 14px; */
        /* min-width: 30%; */
        line-height: 36px;
        background: #F3F3F3;
        border-radius: 10px;
        padding: 0 15px;
        color: rgba(37, 138, 215, 1);
    }
    /* .footer .footer-right .footer-links a:nth-child(4){
        grid-column: 1/3
    } */

    .footer .footer-logo img {
        width: 80px;
    }

    .footer {
        padding: 35px 0 0;
    }

    .footer .footer-grid .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer .footer-grid {
        flex-direction: column; 
    }
    .footer .footer-right{
        width:100%;
    }

    .footer .social-media {
        /* margin-top: 20px; */
    }

    .header .header-search-box .header-search-container {
        top: 50px;
    }

    .header .logo img {
        /* width: 190px; */
    }

    .m-right-buttom {
        margin-right: 10px;
    }

    .header .header-actions .lang-btn {
        height: 32px;
        font-size: 14px;
    }

    .header .header-search-box .header-searchBtn {
        height: 32px;
        width: 40px;
        font-size: 16px;
    }

    .header .header-actions .lang-btn .iconfont {
        font-size: 14px;
    }

    .font36 {
        font-size: 22px;
    }

    .font60 {
        font-size: 24px;
    }

    .font80 {
        font-size: 26px;
    }

    .font90 {
        font-size: 26px;
    }

    .font106 {
        font-size: 26px;
    }

    .font140 {
        font-size: 28px;
    }

    .font200 {
        font-size: 30px;
    }

    .font30 {
        font-size: 20px;
    }

    .font48 {
        font-size: 22px;
    }

    .pc-aslide-content-c .list {
        min-width: 294px;
    }

    .pc-aslide-content-c .list .li-des {
        padding-top: 15px;
        margin-top: 15px;
    }

    .pc-aslide-content-c .list li:not(:last-child) {
        margin-bottom: 25px;
    }

    .pc-aslide-content-c .list .li-des a {
        font-size: 14px;
        line-height: 2;
    }

    .pc-aslide-content-c .list .li-des a:not(:last-child) {
        margin-bottom: 5px;
    }

    .pc-aslide-content-c .list .li-title {
        font-size: 16px;
    }

    .pc-aslide-content-t {
        height: 50px;
    }

    .pc-aslide-content-t .logo img {
        width: 100px;
    }
}