* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, PingFang SC;
    ;
}

a,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.banner {
    position: relative;
}

.banner .banner-banner {
    width: 100%;
}

.banner .banner-login {
    display: flex;
    justify-content: space-between;
    width: 61.45833vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.banner .banner-log {
    width: 163px;
    height: 96px;
}

.banner .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 52px;
    font-size: 16px;
    color: #000000;
    background: #FFFFFF;
    margin-top: 22px;
    border-radius: 0.41666vw;
    transition: all 0.3s linear;
}

.banner .btn:hover {
    box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.1);
}

.section1 {
    position: relative;
}

.section1 .explore-banner {
    position: absolute;
    width: 100%;
}

.section1 img {
    width: 100%;
    height: 100%;
    z-index: -100;
}

.section1 .content {
    width: 1180px;
    padding: 6.77083vw 0 7.03125vw 0;
    margin: 0 auto;
}

.section1 .content .content-w {
    width: 52.4%;
}

.section1 .content .title {
    margin-bottom: 26px;
}

.section1 .content .title h2 {
    margin-left: 16px;
}

.section1 .content .title h2,
.section2 .title h2,
.section3 .content .title h2 {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: #00091A;
    line-height: 56px;
    margin-bottom: 12px;
}

.section1 .content .title p,
.section2 .title p {
    font-size: 24px;
    line-height: 33px;
    margin-left: 8px;
}

.section1 .content .text {
    margin-bottom: 20px;
}

.section1 .content .text p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}

.section1 .content .text p::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #009AF6;
    border-radius: 100%;
    margin-right: 8px;
    flex-shrink: 0
}

.section1 .content .text p:last-child {
    align-items: unset;
}

.section1 .content .text p:last-child::before {
    margin-top: 10px;
}

.section1 .content .text p .font-bule {
    color: #0065CE;
    margin-left: 10px;
}

.section1 .content .icon-box {
    display: flex;
    align-items: center;
}

.section1 .content .icon-box .icon-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
}

.section1 .content .icon-box .icon-item:last-child {
    margin-right: 0;
}

.section1 .content .icon-box .icon-item p {
    font-size: 16px;
    font-weight: 500;
    color: #00091A;
    line-height: 1;
}

.section1 .content .icon-box .icon-item img {
    width: 48px;
    height: 48px;
}

.section1 .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 120px;
    height: 40px;
    background-color: #0065C8;
    border-radius: 20px;
    margin-top: 50px;
    transition: all 0.3s linear;
}

.section1 .content .btn:hover {
    opacity: 0.8;
    box-shadow: 0px 10px 20px 0px rgba(94, 168, 255, 0.36);
}

.section2 img {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    image-rendering: -webkit-optimize-contrast;
}

.section3 {
    position: relative;
    background: url(../img/section3-banner.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1102px;
}

.section3 .content {
    padding: 36px 0 100px 0;
    width: 1180px;
    margin: 0 auto;
}

.section3 .content .title {
    display: flex;
}

.section3 .content .title .title-text {
    margin-top: 166px;
}

.section3 .content .title h2 {
    margin-bottom: 30px;
}

.section3 .content .title p {
    font-size: 16px;
    font-weight: 400;
    color: #727476;
}

.section3 .content .title img {
    width: 720px;
    height: 480px;
}

.section3 .content .catalogue {
    position: absolute;
    width: 1180px;
    top: 400px;
}

.section3 .content .catalogue .catalogue-nav {
    background: url(../img/section3-catalogue-nav.png) no-repeat;
    background-size: 100%;
		padding-bottom: 34px;
    display: flex;
}

.section3 .content .catalogue .catalogue-nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%%;
    font-size: 18px;
    font-weight: 400;
    color: #727476;
    line-height: 25px;
    padding: 20px 60px 22px 60px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0px 10px 20px 0px rgba(94, 168, 255, 0.36);
}

.swiperCatBox{
	position: relative;
}

.swiperCatBox .prevCat{
	left: -30px!important;
	top: 50%!important;
	margin-top: -48px;
	background-color: #fff;
} 

.swiperCatBox .nextCat{
	right: -30px!important;
	top: 50%!important;
	margin-top: -48px;
	background-color: #fff;
} 

.swiperCatBox .swiper-button-next.swiper-button-disabled, .swiperCatBox .swiper-button-prev.swiper-button-disabled{
	opacity: 0.6;
	background-color: #fff;
	/* display: none; */
}

.swiperCatBox .swiper-button-next,
.swiperCatBox .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 101, 200, 0.15);
    border-radius: 100%;
}

.swiperCatBox .swiper-button-prev, .swiperCatBox .swiper-container-rtl .swiper-button-next{
	box-shadow: 0px 0px 20px 0px rgba(0, 101, 200, 0.15);
}

.section3 .content .catalogue .catalogue-nav .nav-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}

.section3 .content .catalogue .catalogue-nav .nav-item.active {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #019AF6;l
    line-height: 28px;
    border-radius: 10px;
}

.section3 .content .catalogue .attention {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #727476;
}

.section3 .content .catalogue .wrapper-h{
    height: 470px;
}

.section3 .content .catalogue .catalogue-list {
    display: flex;
    flex-wrap: wrap;
    /* margin: 30px 0px 0px 0px; */
}

.section3 .content .catalogue .catalogue-list .list-item {
    /* width: 32.17%;
    margin-right: 20px; */
    height: 350px;
    cursor: pointer;
    padding: 30px 0 0 0;
    background: url(../img/section3-list-item.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s linear;
    box-shadow: 0px 0px 20px 0px rgba(0, 101, 200, 0.13);
    box-sizing: border-box;

}

.section3 .content .catalogue .catalogue-list .list-item:hover {
    background: url(../img/section3-list-item-active.png) no-repeat;
    background-size: cover;
}

.section3 .content .catalogue .catalogue-list .list-item:nth-child(3n) {
    margin-right: 0;
}

.section3 .content .catalogue .catalogue-list .list-item .item-title {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.section3 .content .catalogue .catalogue-list .list-item .item-title img {
    width: 26px;
    height: 26px;
    margin-right: 13px;
}

.section3 .content .catalogue .catalogue-list .list-item .item-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #050E1F;
    line-height: 28px;
}

.section3 .content .catalogue .catalogue-list .list-item .point {
    margin-left: 70px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #050E1F;
    line-height: 22px;
}

.section3 .content .catalogue .catalogue-list {
    display: none;
}

.section3 .content .catalogue .catalogue-list.active {
    display: flex;
}

.section3 .content .catalogue .catalogue-list .list-item .nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.section3 .content .catalogue .catalogue-list .list-item .nav .nav-item {
    padding: 0px 12px;
    background-color: #F6F8FB;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    margin-right: 8px;
    margin-top: 9px;
}

.section3 .content .catalogue .catalogue-list .list-item .nav-text {
    margin: 15px 0px 0px 53px;
}

.section3 .content .catalogue .catalogue-list .list-item .nav-text p {
    font-size: 16px;
    font-weight: 400;
    color: #727476;
    line-height: 30px;
}

.section4 {
    background: url(../img/section4-banner.png) no-repeat;
    border-bottom: 1px solid #fafafa;
    background-size: 100% 100%;
}

.section4 .content .title h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #00091A;
    line-height: 1;
}

.section4 .content .title {
    margin-bottom: 50px;
}

.section4 .content {
    padding: 80px 0 64px 0;
    margin: 0 auto;
    overflow: hidden;
}

.section4 .swiper1 {
    position: relative;
    overflow: hidden;
    height: 330px;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide {
    display: flex;
    height: 200px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    padding: 30px 0px 30px 30px;
    background-color: #FFFFFF;
    transition: all 0.3s linear;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide:hover {
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.64) 0%, #EAF7FF 100%);
    box-shadow: 0px 20px 20px 0px rgba(0, 101, 200, 0.13);
}

.section4 .swiper1 .swiper-wrapper .swiper-slide .slide-img {
    position: relative;
    width: 140px;
    height: 140px;
    box-shadow: 0px 8px 8px 0px rgba(0, 101, 200, 0.05);
    border: 5px solid #52B5FE;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide .slide-img img {
    padding: 10px;
    border-radius: 100%;
    transition: all 0.1s linear;
    margin-bottom: 44px;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide .slide-img:hover {
    transform: scale(1.285, 1.285);
}

.section4 .swiper1 .swiper-wrapper .swiper-slide .slide-img::after {
    position: absolute;
    display: flex;
    content: "";
    align-items: center;
    height: 50px;
    width: 140px;
    z-index: 1;
    left: -50%;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide p {
    font-size: 20px;
    font-weight: 500;
    color: #00091A;
    line-height: 28px;
    margin-bottom: 11px;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide span {
    font-size: 14px;
    font-weight: 400;
    color: #979DAC;
    line-height: 20px;
    display: inline-block;
}

.section4 .instructions {
    position: absolute;
    top: 67% !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    top: 20px;
    color: #979DAC;
    opacity: 0.8;
    text-align: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
    top: 86% !important;
    left: 46% !important;
    box-shadow: 0px 8px 8px 0px rgba(0, 101, 200, 0.1);
    border-radius: 100%;
}

.swiper-button-prev:hover {
    background-image: url(../img/left-active.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
    top: 86% !important;
    right: 46% !important;
    box-shadow: 0px 8px 8px 0px rgba(0, 101, 200, 0.05);
    border-radius: 100%;
}

.swiper-button-next:hover {
    background-image: url(../img/right-active.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
}

.section4 .swiper1 .swiper-wrapper .swiper-slide .individual {
    text-align: left;
    width: 54%;
    margin: 30px 0 30px 24px;
}

.prev2{
    left: 43.5% !important;
}

.next2{
    right: 43.5% !important;
}


@media screen and (max-width:1440px) {
    .section1 .content {
        padding: 3.77083vw 0 4.03125vw 0;
    }

    /* .section3 {
        height: 1010px;
    } */

    .section4 .content {
        padding: 3.16666vw 0 2.33333vw 0;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 45% !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 45% !important;
    }

    .prev2{
        left: 44% !important;
    }
    
    .next2{
        right: 44% !important;
    }
}

@media screen and (max-width:1180px) {
    body {
        width: 1180px;
    }

    .section1 .content {
        padding: 20px 0 20px 0;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 44% !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 44% !important;
    }

    .banner .banner-login {
        width: 768px;
    }
}

@media screen and (max-width:750px) {

    .banner .banner-log {
        width: 140px;
        height: 80px;
    }

    /* .section3 {
        height: 1000px;
    } */
}

.swiper-button-prev.swiper-button-disabled{
	background-image: url(../img/left.png) !important;
}

.swiper-button-next.swiper-button-disabled:hover{
	background-image: url(../img/right.png) !important;
}