.glabol-top-text{font-size: 1.375rem;line-height: 1;}
.glabol-top-desc{font-size: 3.125rem;line-height: 1;font-weight: bold;margin-top: 1.25rem;}
@media screen and (max-width:991px) {
	.glabol-top-desc{font-size: 1.75rem;}
}

.banner-section{overflow: hidden;}
.banner-section .banner-swiper{position: relative;}
.banner-section .swiper-pagination {position: absolute;left: 0;right: 0;bottom: 24px;z-index: 3;text-align: center;}
.banner-section .swiper-pagination .swiper-pagination-bullet {display: inline-block;width: 10px;height: 10px;margin:0 6px;background: rgba(255, 255, 255, 0.8);opacity: 1;border-radius: 50%;}
.banner-section .swiper-pagination .swiper-pagination-bullet-active {background: var(--bs-theme-color);}
.banner-section img{width: 100%;height: auto;}




.about-section{background-color: #F4F4F4;padding:9.25rem 0;position: relative;}
.a-service-wrapper{display:grid;grid-template-columns: repeat(4, 1fr);gap: 7.1875rem;}
.a-service-wrapper .a-service-item .a-ser-icon{height: 4rem;position: relative;}
.a-service-wrapper .a-service-item .a-ser-icon img{position: absolute;top: 50%;left: 0; transform: translateY(-50%);}
.a-service-wrapper .a-service-item .a-ser-icon img:nth-of-type(2){opacity: 0; z-index: -1;}
.a-service-wrapper .a-service-item:hover .a-ser-icon img:nth-of-type(2){opacity: 1; z-index: 1;}
.a-service-wrapper .a-service-item .a-ser-info{margin-top: 28px;}
.a-service-wrapper .a-service-item .a-ser-info .a-ser-title{font-size: 22px;font-weight: bold;line-height: 1;}
.a-service-wrapper .a-service-item .a-ser-info .a-ser-desc{margin: 30px 0;line-height: 1.2;}
.a-introduction-wrapper{margin-top: 9.25rem;}
.a-introduction-wrapper .a-in-box{margin-left: 0;margin-right: 0;justify-content: space-between;}
.a-introduction-wrapper .a-in-box .a-in-left{border-radius: 15px;overflow: hidden;padding-left: 0;padding-right: 0;}
.a-introduction-wrapper .a-in-box .a-in-left img{width: 100%;border-radius: 15px;overflow: hidden;}
.a-introduction-wrapper .a-in-box .a-in-left:hover img{transform: scale(1.08);}
.a-introduction-wrapper .a-in-box .a-in-right{width: 45%;padding-top: 2.0625rem;padding-left: 0;padding-right: 0;}
.a-introduction-wrapper .a-in-box .a-in-right .a-in-title{font-size: 1.375rem;line-height: 1;}
.a-introduction-wrapper .a-in-box .a-in-right .a-in-instro{font-size: 2.25rem;line-height: 1.2;font-weight: bold;margin-top: 6px;}
.a-introduction-wrapper .a-in-box .a-in-right .a-in-content{line-height: 1.625;margin-top: 1.75rem;padding-right: 3.75rem;}
.a-introduction-wrapper .a-in-box .a-in-right .a-in-btn{display: inline-block;padding:11px 46px;color: #fff;background-color: var(--bs-theme-color);border-radius: 30px;margin-top: 3.75rem;}
.a-advantage-wrapper{background-color: #006AB7;position: absolute;left: 50%;transform: translateX(-50%);width: 73%;bottom: -8%;border-radius: 15px;}
.a-advantage-wrapper .a-advantage-box{display: grid;grid-template-columns: repeat(4, 1fr);gap: 3.125rem;padding:3.375rem 3.75rem;}
.a-advantage-wrapper .a-advantage-box .a-advantage-item{display: flex;flex-direction: column;color:#ffffff;}
.a-advantage-wrapper .a-advantage-box .a-advantage-title{font-size: 3.125rem;line-height: 1;font-family: 'Inter';font-weight: bold;}
.a-advantage-wrapper .a-advantage-box .a-advantage-small{font-size: 1.5rem;line-height: 1;font-family: 'Inter';font-weight: normal;}
.a-advantage-wrapper .a-advantage-box .a-advantage-desc{font-size: 1.125rem;line-height: 1;font-family: 'Inter';font-weight: bold;margin-top: 1.125rem;}
@media screen and (max-width:1480px) {
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-instro{font-size: 2rem;}
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-btn{margin-top: 2.25rem;}
	.a-advantage-wrapper{width: 85%;}
	.a-advantage-wrapper .a-advantage-box{gap: 2rem;}
}
@media screen and (max-width: 991px) {
	.about-section{padding: 4.5rem 0;}
	.a-service-wrapper{grid-template-columns: repeat(2, 1fr);gap: 8px;}
	.a-service-wrapper .a-service-item .a-ser-icon img{height: 3rem;max-height: 100%;}
	.a-service-wrapper .a-service-item .a-ser-info{margin-top: 1.125rem;}
	.a-service-wrapper .a-service-item .a-ser-info .a-ser-title{font-size: 1.125rem;}
	.a-service-wrapper .a-service-item .a-ser-info .a-ser-desc{margin: .9375rem 0;font-size: .875rem;}
	.a-introduction-wrapper{margin-top: 4.25rem;}
	.a-introduction-wrapper .a-in-box .a-in-right{width: 100%;}
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-title{font-size: 1.125rem;}
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-instro{font-size: 1.5rem;}
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-content{padding-right: 0;font-size: .875rem;margin-top: 1.125rem;}
	.a-introduction-wrapper .a-in-box .a-in-right .a-in-btn{margin-top: 1.125rem;padding: 8px 38px;font-size: .875rem;}
	.a-advantage-wrapper{position: static;margin: 1.875rem auto 0;width: 100%;transform: translateX(0);}
	.a-advantage-wrapper .a-advantage-box{grid-template-columns: repeat(2, 1fr);padding:2.375rem 2.5rem;}
	.a-advantage-wrapper .a-advantage-box .a-advantage-title{font-size: 1.5rem;}
	.a-advantage-wrapper .a-advantage-box .a-advantage-small{font-size: 1.125rem;}
	.a-advantage-wrapper .a-advantage-box .a-advantage-desc{font-size: .875rem;margin-top: .625rem;}
}


.pro-section{overflow: hidden;background-color: #6B8396;}
.pro-section .pro-wrapper{padding: 14.6875rem 0 6.125rem;}
.pro-section .pro-wrapper .pro-top-box{padding-bottom: 2.125rem;border-bottom: 1px solid #A7A7A7;position: relative;}
.pro-section .pro-wrapper .pro-top-box .pro-top-text{font-size: 2.25rem;line-height: 1;color: #ffffff;}
.pro-section .pro-wrapper .pro-top-box .pro-top-btn{line-height: 1;color: #ffffff;display: inline-block;position: absolute;right: 0;top: 12px;}
.pro-section .pro-list{position: relative;margin-top: 4.0625rem;overflow: hidden;padding-bottom: 8.625rem;}
.pro-section .pro-list .pro-item{border-radius: 15px;background-color: #EEEEEE;}
.pro-section .pro-list .pro-item .pro-img{background-color: #ffffff;border-radius: 15px 15px 0 0;overflow: hidden;aspect-ratio: 62/61;}
.pro-section .pro-list .pro-item .pro-img:hover img{transform: scale(1.08);}
.pro-section .pro-list .pro-item .pro-info{padding:2.8125rem 2.5rem 2.1875rem}
.pro-section .pro-list .pro-item .pro-info .pro-title{font-size: 25px;font-weight: bold;line-height: 1;margin-bottom: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro-section .pro-list .pro-item .pro-info .pro-btn{display: inline-block; margin-top: 1.625rem;background-color: var(--bs-theme-color);color: #fff;padding:6px 25px;border-radius: 5px;border: 1px solid var(--bs-theme-color);}
.pro-section .pro-list .pro-item .pro-info .pro-btn:hover{background-color: transparent;color:  var(--bs-theme-color);border: 1px solid  var(--bs-theme-color);transform: translateY(-5px);}
.pro-section .pro-list .swiper-pagination-progressbar{background-color: #ffffff;}
.pro-section .pro-list .swiper-horizontal>.swiper-pagination-progressbar, 
.pro-section .pro-list .swiper-pagination-progressbar.swiper-pagination-horizontal{top: auto;bottom: 1.5625rem;width: 45%;height: 2px;left: 50%;transform: translateX(-50%);}
.pro-section .pro-list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: var(--bs-theme-color);}
.pro-section .pro-list .swiper-button-prev:after, 
.pro-section .pro-list .swiper-button-next:after{display: none;}
.pro-section .pro-list .swiper-button-prev,
.pro-section .pro-list .swiper-button-next{width: 4.0625rem;height: 4.0625rem;border-radius: 5px;border: 1px solid #ffffff;background: url('../images/pro-arrow.png') no-repeat center center;background-color: transparent;}
.pro-section .pro-list .swiper-button-prev{top:auto;bottom: 0;left: 0;}
.pro-section .pro-list .swiper-button-next{top:auto;bottom: 0;left: auto;right: 0;}
.pro-section .pro-list .swiper-button-prev:hover,
.pro-section .pro-list .swiper-button-next:hover{background-color: var(--bs-theme-color);border-color: var(--bs-theme-color);}
.pro-section .pro-list .swiper-button-prev{transform: rotate(-180deg);}
@media screen and (max-width:1480px) {
	.pro-section .pro-wrapper{padding: 10.6875rem 0 4.125rem;}
}
@media screen and (max-width: 991px) {
	.pro-section .pro-wrapper{padding: 6.25rem 0 2.5rem;}
	.pro-section .pro-wrapper .pro-top-box{padding-bottom: 1.5rem;}
	.pro-section .pro-wrapper .pro-top-box .pro-top-text{font-size: 1.5rem;}
	.pro-section .pro-wrapper .pro-top-box .pro-top-btn{top: 5px;}
	.pro-section .pro-list{margin-top: 2.1875rem;padding-bottom: 4.25rem;}
	.pro-section .pro-list .pro-item .pro-info{padding:1.5625rem 1.25rem;}
	.pro-section .pro-list .pro-item .pro-info .pro-btn{font-size: .875rem;padding: 4px 14px;}
	.pro-section .pro-list .swiper-button-prev,
	.pro-section .pro-list .swiper-button-next{width: 2.5rem;height: 2.5rem;background-size: 40%;}
	.pro-section .pro-list .swiper-horizontal>.swiper-pagination-progressbar, 
	.pro-section .pro-list .swiper-pagination-progressbar.swiper-pagination-horizontal{bottom: 1.125rem;}
}

.solutions-section{background-color: #f4f4f4;padding:6.875rem 0;}
.solutions-section .solutions-list{margin-top: 3.875rem;display: grid; grid-template-columns: repeat(2, 1fr);gap:2.5rem 4.375rem;}
.solutions-section .solutions-list .solutions-item{border-radius: 15px;overflow: hidden;}
.solutions-section .solutions-list .sol-row{margin-left: 0;margin-right: 0;align-items: stretch;}
.solutions-section .solutions-list .sol-img,
.solutions-section .solutions-list .sol-info{padding-left: 0;padding-right: 0;}
.solutions-section .solutions-list .sol-img{overflow: hidden;}
.solutions-section .solutions-list .sol-img:hover img{transform: scale(1.08);}
.solutions-section .solutions-list .sol-info{display: flex;flex-wrap: wrap; align-content: center; align-items: center;background-color: #ffffff;padding:0 2.1875rem;}
.solutions-section .solutions-list .sol-info .sol-title{font-size: 2.25rem;font-weight: bold;line-height: 1.2;color:var(--bs-theme-color);}
.solutions-section .solutions-list .sol-info .sol-title a{color:var(--bs-theme-color);}
.solutions-section .solutions-list .sol-info .sol-desc{line-height: 1.2;margin-top: 1.6875rem;}
.solutions-section .solutions-list .sol-info .sol-btn{display: inline-block;margin-top: 2.625rem;}
.solutions-section .solutions-list .sol-info .sol-btn:hover{color: var(--bs-theme-color);}
@media screen and (max-width:1480px) {
	.solutions-section .solutions-list{margin-top: 3.25rem;gap:1.875rem 3.125rem;}
	.solutions-section .solutions-list .sol-info{padding:0 2.5rem;}
	.solutions-section .solutions-list .sol-info .sol-title{font-size: 2rem;}
}
@media screen and (max-width:1280px) {
	.solutions-section .solutions-list .sol-info{padding:0 1.5rem;}
	.solutions-section .solutions-list .sol-info .sol-title{font-size: 1.5rem;}
}
@media screen and (max-width:991px) {
	.solutions-section{padding:4.25rem 0;}
	.solutions-section .solutions-list{ grid-template-columns: repeat(1, 1fr);gap: 1.875rem;margin-top: 2rem;}
	.solutions-section .solutions-list .sol-img{border-radius: 15px 15px 0 0;}
	.solutions-section .solutions-list .sol-img img{width: 100%;}
	.solutions-section .solutions-list .sol-info{padding: 1.5rem;}
	.solutions-section .solutions-list .sol-info .sol-desc{margin-top: 1.125rem;}
	.solutions-section .solutions-list .sol-info .sol-btn{margin-top: 1.75rem;}
}

.why-section{padding:100px 0;background-color: #ffffff;}
.why-section .why-list{position: relative;margin-top: 4.25rem;overflow: hidden;padding:0 50px;}
.why-section .why-list .why-item .why-title{font-size: 1.375rem;line-height: 1;font-weight: bold;}
.why-section .why-list .why-item .why-img{margin-top: 2.75rem;aspect-ratio: 153/92;}
.why-section .why-list .why-item .why-desc{margin-top: 2.75rem;line-height: 1.2;padding: 0 50px;}
.why-section .why-list .swiper-button-prev:after, 
.why-section .why-list .swiper-button-next:after{display: none;}
.why-section .why-list .swiper-button-prev,
.why-section .why-list .swiper-button-next{top:50%;transform: translateY(-50%);}
.why-section .why-list .swiper-button-prev{left: 0;}
.why-section .why-list .swiper-button-next{left: auto;right: 0;}
.why-section .swiper-pagination{display: none;}
@media screen and (max-width:991px) {
	.why-section{padding:4.25rem 0;}
	.why-section .why-list{margin-top: 2.375rem;padding: 0 0 30px;}
	.why-section .why-list .why-item .why-img{margin-top: 1.375rem;}
	.why-section .why-list .why-item .why-desc{margin-top: 1.375rem;padding: 0;}
	.why-section .why-list .swiper-button-prev,
	.why-section .why-list .swiper-button-next{display: none;}
	.why-section .swiper-pagination{display: block;bottom: 0;}
	.why-section .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 5px;border:0;}
	.why-section .swiper-pagination-bullet-active{width: 18px;background-color: var(--bs-theme-color);}
}


.map-wrapper{overflow: hidden;background-color: #eceff3;padding:50px 0;}
.map-wrapper .map-element{background-color: #0177C0;margin:0 20px; padding: 10px;box-sizing: border-box;border-radius: 30px;color: #ffffff;}
.map-wrapper .map-element .map-inner{display: flex;gap: 20px 20px;height: 100%;margin: 0 auto;max-width: min(100%, 1400px); padding: 100px 0 110px;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.map-wrapper .map-element .map-inner .map-header-box{width: 100%;flex-wrap: wrap;justify-content: center;}
.map-wrapper .map-element .map-inner .map-header-box .map-header-title{margin-bottom: 50px;}
.map-wrapper .map-element .map-inner .map-header-box .map-header-title .map-h-title{font-family: 'Inter'; margin-bottom: 5px;font-weight: bold;font-size: 18px;line-height: 1;}
.map-wrapper .map-element .map-inner .map-header-box .map-header-title .map-h-content{font-family: 'Inter'; font-size: 40px;line-height: 1.2;font-weight: bold;}
.map-wrapper .map-img-container{position: relative;}
.map-wrapper .map-img-container .map-image-hotspot{line-height: 0;}
.map-wrapper .map-img-container .map-dot{position: absolute;border-radius: 50%;background-color: transparent!important;animation: pbmit-zoom-in-out 1s infinite alternate;-webkit-animation: pbmit-zoom-in-out 1s infinite alternate;cursor: pointer;padding: 0;opacity: 1;left: 21%;top: 46%;}
.map-wrapper .map-img-container .map-dot:before{ content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: inherit;border-radius: 50%;transition: all .3s ease-in;animation: stratumPulseAnimation 1.5s ease infinite;}
.map-wrapper .map-img-container .map-dot:after{ content: '';position: absolute;background: url('../images/map-point.png') center center no-repeat;width: 50px;height: 50px;top: -32px;left: -11px;}
.map-wrapper .map-img-container .map-dot .map-dot-content{font-size: 20px;}
.map-wrapper .map-img-container .map-dot .map-dot-content .map-dot-icon{color: #ffffff;display: block;height: 1.25em;width: 1.25em;line-height: 1.25;text-align: center;position: relative;}
.map-wrapper .map-img-container .map-dot.dot1{left: 16%;top: 38%;}
.map-wrapper .map-img-container .map-dot.dot2{left: 58%;top: 26%;}
.map-wrapper .map-img-container .map-dot.dot3{left: 53%;top: 60%;}
.map-wrapper .map-img-container .map-dot.dot4{left: 75%;top: 81%;}
.map-wrapper .map-img-container .map-dot.dot5{left: 45%;top: 23%;}
.map-wrapper .map-img-container .map-dot.dot6{left: 75%;top: 48%;}
.map-wrapper .map-img-container .map-dot.dot7{left: 15%;top: 50%;}
.map-wrapper .map-img-container .map-dot.dot8{left: 32%;top: 64%;}
.map-wrapper .map-img-container .map-dot.dot9{left: 44%;top: 32%;}
.map-wrapper .map-img-container .map-dot.dot10{left: 48%;top: 26%;}
.map-wrapper .map-img-container .map-dot.dot11{left: 52%;top: 13%;}
.map-wrapper .map-img-container .map-dot.dot12{left: 50%;top: 20%;}
.map-wrapper .map-img-container .map-dot.dot13{left: 53%;top: 43%;}
.map-wrapper .map-img-container .map-dot.dot14{left: 55%;top: 40%;}
.map-wrapper .map-img-container .map-dot.dot15{left: 57%;top: 35%;}
.map-wrapper .map-img-container .map-dot.dot16{left: 59%;top: 40%;}
.map-wrapper .map-img-container .map-dot.dot17{left: 61%;top: 44%;}
.map-wrapper .map-img-container .map-dot.dot18{left: 63%;top: 52%;}
.map-wrapper .map-img-container .map-dot.dot19{left: 67%;top: 66%;}
.map-wrapper .map-img-container .map-dot.dot20{left: 70%;top: 28%;}
.map-wrapper .map-img-container .map-dot.dot21{left: 73%;top: 64%;}
.map-wrapper .map-img-container .map-dot.dot22{left: 76%;top: 71%;}
.map-wrapper .map-img-container .map-dot.dot23{left: 80%;top: 50%;}
.map-wrapper .map-img-container .map-dot.dot24{left: 83%;top: 56%;}
.map-wrapper .map-fixed-content{position: absolute;top: -40px;left: 50%;transform: translateX(-50%);font-size: 14px;min-width: 115px;text-align: center;}
@media screen and (max-width: 1480px) {
    .map-wrapper .map-element{padding: 10px 20px;}
}
@media screen and (max-width: 992px) {
	.map-wrapper{padding:35px 0;}
	.map-wrapper .map-fixed-content{font-size: 12px;top: -33px;}
    .map-wrapper .map-element .map-inner{padding: 30px 0;}
    .map-wrapper .map-element .map-inner .map-header-box .map-header-title .map-h-content{font-size: 32px;}
	.map-wrapper .map-img-container .map-dot:after{width: 12px;height: 12px;background-size: cover;top: -15px;left: 5px;}
}
@media screen and (max-width: 768px) {
    .map-wrapper .map-element .map-inner .map-header-box .map-header-title .map-h-content{font-size: 24px;}
    .map-wrapper .map-element .map-inner .map-header-box .map-header-title{margin-bottom: 12px;}
}

@keyframes stratumPulseAnimation {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}
@keyframes pbmit-zoom-in-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }

    100% {
        transform: scale(1,1)
    }
}


.certification-section{background-color: #eceff3;padding:35px 0;}
.certification-section .cer-inner{display: flex;height: 100%;margin: 0 auto;width: 76.56%;}
.certification-section .cer-inner .cer-box{background-color: #ffffff;padding:30px 60px;border-radius: 20px;margin-top: -150px;position: relative;z-index: 10;width: 100%;color: #ffffff;display: grid; grid-template-columns: repeat(7, 1fr); gap: 100px;align-items: center;}
@media screen and (max-width: 1480px) {
	.certification-section .cer-inner .cer-box{padding: 25px 50px; gap: 80px}
}	 
@media screen and (max-width: 1280px) {
	.certification-section .cer-inner{padding:0 20px;}
	.certification-section .cer-inner .cer-box{padding: 20px 40px; gap: 60px}
}
@media screen and (max-width: 991px) {
	.certification-section{padding:0 0 30px;}
	.certification-section .cer-inner{width: 100%;}
	.certification-section .cer-inner .cer-box{ margin-top: 0;display: flex;flex-wrap: wrap; gap: 0;padding: 20px 15px;justify-content: center;}
	.certification-section .cer-inner .cer-box .cer-item{width: 20%;margin: 10px 8px;height: 60px;display: inline-flex;align-items: center;}
	.certification-section .cer-inner .cer-box .cer-item .cer-img{max-height: 100%;}
}


.mq-section{overflow: hidden;}
.mq-section .mq-inner{padding: 8.125rem 0 4.875rem;background: center center no-repeat;background-size: cover;position: relative;}
.mq-section .mq-inner::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 1;}
.mq-section .mq-inner .mq-box{justify-content: space-between;position: relative;z-index: 10;margin-left: 0;margin-right: 0;}
.mq-section .mq-inner .mq-box .mq-left{width: 37%;padding: 1.75rem 0 0;}
.mq-section .mq-inner .mq-box .mq-left .mq-big-title{color: #ffffff;font-size: 2.25rem;line-height: 1.2;padding-right: 40%;}
.mq-section .mq-inner .mq-box .mq-left .mq-list{margin-top: 3.5rem;}
.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item{display: flex;justify-content: space-between;color:#ffffff;margin-bottom: 1.25rem;}
.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-icon{width: 32px;}
.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-info{flex: 1;margin-left: 25px;padding-top: 8px;}
.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-info .mq-title{font-size: 1.375rem;line-height: 1;font-weight: bold;}
.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-info .mq-desc{margin-top: .75rem;line-height: 1.6;}
.mq-section .mq-inner .mq-box .mq-right{width: 49%;column-count: 2;column-gap: 25px;}
.mq-section .mq-inner .mq-box .mq-right .mq-pic-item{break-inside: avoid;margin-bottom: 25px;border-radius: 15px;overflow: hidden;}
.mq-section .mq-inner .mq-box .mq-right .mq-pic-item:hover img{transform: scale(1.08);}
@media screen and (max-width: 1480px) {
	.mq-section .mq-inner .mq-box .mq-left .mq-big-title{padding-right: 20%;}
}
@media screen and (max-width: 991px) {
	.mq-section .mq-inner{padding:60px 0 30px;background-position: 32%;}
	.mq-section .mq-inner .mq-box .mq-left,
	.mq-section .mq-inner .mq-box .mq-right{width: 100%;}
	.mq-section .mq-inner .mq-box .mq-left{padding:0;}
	.mq-section .mq-inner .mq-box .mq-right{padding:0;margin-top: 1.875rem;column-gap: 15px;}
	.mq-section .mq-inner .mq-box .mq-right .mq-pic-item{margin-bottom: 15px;}
	.mq-section .mq-inner .mq-box .mq-left .mq-list{margin-top: 2.25rem;}
	.mq-section .mq-inner .mq-box .mq-left .mq-big-title{padding-right: 0;font-size: 1.5rem;}
	.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-info .mq-title{font-size: 1.125rem;}
	.mq-section .mq-inner .mq-box .mq-left .mq-list .mq-item .mq-info .mq-desc{font-size: .875rem;}
}