﻿@import url(https://js01.v15cdn.com/single-template/public.css);.pagesbanner-text{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column}
.pagesbanner-text .p1{font-weight:var(--fontbold6);font-size:56px;color:#fff;line-height:70px;text-align:center}
.pagesbanner-text .p2{font-size:var(--wmpage-font18);color:#fff;line-height:30px;margin-top:20px;text-align:center}
@media (max-width:1640px){.pagesbanner-text .p1{font-size:var(--wmpage-font46)}}
@media (max-width:1440px){.pagesbanner-text .p1{font-size:var(--wmpage-font38)}}
@media (max-width:1200px){.pagesbanner-text .p1{font-size:var(--wmpage-font32);line-height:1.25}}
@media (max-width:1024px){.pagesbanner-text .p1{font-size:var(--wmpage-font28)}}
@media (max-width:768px){.pagesbanner-text .p1{font-size:var(--wmpage-font26)}
.pagesbanner-text .p2{font-size:var(--fontsize16);line-height:1.25;margin-top:10px}}
@media (max-width:550px){.pagesbanner-text .p1{font-size:var(--wmpage-font24)}}
.about-us>.l-wrap{padding:0;max-width:100%}
.about-us .page-main{padding:0}
.pagetitle{font-weight:var(--fontbold6);font-size:var(--wmpage-font44);color:#000003;text-align:center;line-height:1.52}
.pagetitle span{text-transform:capitalize;background:var(--bgcolor);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.pagedev{font-weight:var(--fontbold4);font-size:var(--fontsize16);color:#666;line-height:30px;text-align:center;max-width:1000px;margin:2% auto 3%}
.home-padding{padding:5% 0}
@media (max-width:1640px){.pagetitle{font-size:var(--wmpage-font34)}}
@media (max-width:1440px){.pagetitle{font-size:var(--wmpage-font28)}}
@media (max-width:1024px){.pagetitle{font-size:var(--wmpage-font24)}}
@media (max-width:768px){.home-padding{padding:40px 0}}
.module1 .module1-top{display:flex;justify-content:space-between;align-items:center}
.module1 .module1-top .img{width:47.5%;overflow:hidden;border-radius:6px}
.module1 .module1-top .img img{transition:all .3s ease-in-out}
.module1 .module1-top .img:hover img{transform:scale(1.02)}
.module1 .module1-top .info{flex:1;padding-left:5%}
.module1 .module1-top .info .pagetitle{text-align:left}
.module1 .module1-top .info p{color:#666;line-height:28px;margin-top:25px}
.module1 .module1-bottom{display:flex;justify-content:space-between;margin-top:70px}
.module1 .module1-bottom .box{padding:30px 40px;width:32%;background:#fff;border-radius:6px;border:1px solid #d1d5db}
.module1 .module1-bottom .box:hover .text p{background: var(--bgcolor);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.module1 .module1-bottom .box:hover .icon em{transform:rotateY(180deg)}
.module1 .module1-bottom .box .text p{font-weight:var(--fontbold6);font-size:var(--wmpage-font18);color:#000;line-height:30px;text-align:center}
.module1 .module1-bottom .icon{width:80px;height:80px;background:var(--bgcolor);border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 35px}
.module1 .module1-bottom .icon em{font-size:var(--wmpage-font32);width:var(--wmpage-font32);line-height:1;color:#fff;transition:all .3s ease-in-out}
.module2{background:url(/Content/uploads/20261238007/2026031016350707e1fd40086043c9987e5d2487d1d170.webp) center no-repeat;background-size:cover}
.module2 .module2-item .title{margin-bottom:35px}
.module2 .module2-item .title p{font-weight:var(--fontbold6);font-size:44px;color:#fff;text-align:center;line-height:1}
.module2 .module2-item .box{max-width:60%;margin:0 auto;padding:30px 0 20px;display:flex;justify-content:center}
.module2 .module2-item .box p{color:#fff;text-align:center;position:relative;display:inline-block;opacity:.8}
.module2 .module2-item .box p::after{position:absolute;content:'';background:url(/Content/uploads/20261238007/20260310163506414ac5cf1fc14484afa719fc3bdddab6.png) center no-repeat;width:43px;height:38px;left:-50px;top:-45px}
.module2 .module2-item .box p::before{position:absolute;content:'';background:url(/Content/uploads/20261238007/20260310163507408f003382584e388ccb50e9c06fae22.png) center no-repeat;width:43px;height:38px;right:-50px;top:45px}
.module2 .mod2Swiper{padding-bottom:60px}
.module2 .mod2Swiper .swiper-pagination{bottom:0}
.module2 .mod2Swiper .swiper-pagination .swiper-pagination-bullet{width:15px;height:15px;background:var(--bgcolor)}
.module3 .module3-top{display:flex;align-items:center;justify-content:space-between;margin-bottom: 65px;}
.module3 .module3-info{flex:1;padding-right:5%}
.module3 .module3-info .pagetitle{text-align:left;margin-bottom:30px}
.module3 .module3-info p{color:#666;line-height:28px}
.module3 .module3-item{width:44.5%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}
.module3 .module3-box{background:#f5f6fa;border-radius:6px;width:49%;padding:20px;margin-bottom:2%}
.module3 .module3-box .items{border:1px dashed #ddd;padding:45px 10px}
.module3 .module3-box .items .icon{width:80px;height:80px;background:var(--bgcolor);border-radius:6px;display:flex;justify-content:center;align-items:center;margin:0 auto 30px}
.module3 .module3-box .items .icon img{transition:all .3s ease-in-out}
.module3 .module3-box .items .text{font-weight:var(--fontbold6);color:#000;line-height:30px;text-align:center}
.module3 .module3-bottom{padding:0 80px 20px;position:relative;margin-top:20px}
.module3 .module3-boxs p{color:#fff;line-height:24px;margin-top:30px;text-align:center}
.module3 .module3-box:hover .icon img{transform:rotateY(180deg)}
.module3 .mod3Swiper{padding-bottom:60px}
.module3 .module3-bottom::after{position:absolute;content:'';width:100%;bottom:0;left:0;background:var(--bgcolor);height:55%}
.module3 .mod3Swiper .swiper-pagination-bullet-active{background:#fff}
.module4{background:url(/Content/uploads/20261238007/20260310163508cadf3281d3b84deda996853ab9885e5c.jpg) center no-repeat;background-size:cover}
.module4 .pagetitle{color:#fff}
.module4 .mod4Swiper{margin-top:50px}
.module4 .mod4Swiper .swiper-pagination-bullet{width:16px;height:16px;background:#fff;opacity:1;position:relative;z-index:3}
.module4 .mod4Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--bgcolor)}
.module4 .mod4Swiper .year-number{font-weight:var(--fontbold6);font-size:var(--wmpage-font20);color:#fff;position:absolute;line-height:1;left:-15px;bottom:-30px}
.module4 .mod4-text{max-width:64%;margin:0 auto;text-align:center;color:#fff;line-height:30px;padding:50px 0;position:relative}
.module4 .mod4Swiper .swiper-pagination{bottom:0;display:flex;justify-content:space-between;padding:20px 60px 35px;position:relative}
.module4 .mod4Swiper .swiper-pagination::after{position:absolute;content:'';width:100%;height:1px;background:#ffe;top:25px;left:0;opacity:.1}
.module4 .module4-data{position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%);font-weight:700;font-size:200px;color:#fff;opacity:.08}
.module4 .mod4button-next,.mod4button-prev{width:50px;height:50px;background:#0000007a;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:30%;transform:translateY(-50%);cursor:pointer;z-index:3;transition:all .3s ease-in-out}
.module4 .mod4button-prev{right:0}
.module4 .mod4button-next em,.module4 .mod4button-prev em{color:#fff;font-size:var(--wmpage-font18);width:var(--wmpage-font18);font-weight:var(--fontbold6);line-height:1}
.module4 .mod4button-next:hover,.module4 .mod4button-prev:hover{background:var(--bgcolor)}
.module5 .module5-contant{display:flex;justify-content:space-between}
.module5 .module5-item{width:24%}
.module5 .module5-item .img{overflow:hidden;border-radius:10px}
.module5 .module5-item .img img{transition:all .3s ease-in-out}
.module5 .module5-item .img:hover img{transform:scale(1.05)}
.module5 .module5-item .text{margin-top:30px}
.module5 .module5-item .text .p1{font-weight:var(--fontbold6);font-size:var(--wmpage-font22);color:#000003;line-height:36px}
.module5 .module5-item .text .p2{color:#000003;line-height:36px;margin:10px 0;font-weight:var(--fontbold6)}
.module5 .module5-item .text .p3{color:#494f66;line-height:30px}
.module6{background:#f5f6fa}
.module6 .module6-flex .items{display:flex;justify-content:space-between}
.module6 .module6-flex .items .box{width:32%;border-radius:6px;overflow:hidden;background:#fff}
.module6 .module6-flex .items .box .img{overflow: hidden;}
.module6 .module6-flex .items .box:hover img{transform: scale(1.02);}
.module6 .module6-flex .items .box .img img{aspect-ratio:1.45/1;object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out}
.module6 .module6-flex .title{color:#666;line-height:30px;text-align:center;margin:40px 0}
.module6 .module6-flex .items .box .text p{font-weight:var(--fontbold6);font-size:var(--wmpage-font22);color:#000003;line-height:1;text-align:center;padding:30px 0}
.module6 .module6-item{display:none}
.module6 .module6-list{display:flex;justify-content:center;border-bottom:1px solid #666}
.module6 .module6-list li{font-weight:var(--fontbold6);color:#000;line-height:1;padding:20px 10px;margin:0 50px;position:relative;cursor:pointer;text-align: center;}
.module6 .module6-list li.active{text-transform:capitalize;background:var(--bgcolor);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.module6 .module6-list li:hover::after{position:absolute;content:'';height:5px;width:100%;background:var(--bgcolor);left:0;bottom:0}
.module6 .module6-list li.active::after{position:absolute;content:'';height:5px;width:100%;background:var(--bgcolor);left:0;bottom:0}
.module6 .module6-list li::after{position:absolute;content:'';height:5px;width:0%;background:var(--bgcolor);left:0;bottom:0;transition:all .3s ease-in-out}
.module7 .module7-contant{display:flex;align-items:center;padding:40px 0;background:url(/Content/uploads/20261238007/202603101635068e81e508cef9491e87f0d88309ba2bde.webp) center no-repeat;background-size:cover}
.module7 .module7-right{width:58%;}
.module7 .module7-left{width:42%;padding-right:3.5%}
.module7 .module7-left .text{color:#666;line-height:26px;margin-top:15px}
.module7 .module7-left .title{font-weight:var(--fontbold6);font-size:var(--wmpage-font30);color:#000003;line-height:46px}
.module7 .module7-right .box img{background:#fff;border-radius:5px;border:1px solid #eee;aspect-ratio:1/1;object-fit:cover}
.module7 .module7-right .box p{font-weight:var(--fontbold6);font-size:var(--wmpage-font18);color:#000003;line-height:1.52;text-align:center;padding:20px 0}
.module7 .module7-btns{display:flex}
.module7 .mod7button-next,.module7 .mod7button-prev{width:50px;height:50px;background:#d3d3d3;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:10px;cursor:pointer}
.module7 .mod7button-next em,.module7 .mod7button-prev em{font-size:var(--wmpage-font18);width:var(--wmpage-font18);line-height:1;color:#fff}
.module7 .mod7button-next:hover,.module7 .mod7button-prev:hover{background:var(--bgcolor)}
.module8{background:url(/Content/uploads/20261238007/20260310163507183adf75254d47beabd2ccdd724bf535.webp) center no-repeat;background-size:cover}
.module8 .pagetitle{color:#fff}
.module8 .module8-contant{display:flex;justify-content:space-between;margin-top:50px}
.module8 .module8-box{width:32%;background:#fff;border-radius:5px;padding:60px 40px}
.module8 .module8-box .icon{width:60px;height:60px;border-radius:5px;background:var(--bgcolor);display:flex;justify-content:center;align-items:center}
.module8 .module8-box .icon em{font-size:var(--wmpage-font32);width:var(--wmpage-font32);color:#fff;line-height:1;transition: all .3s ease-in-out;}
.module8 .module8-text{margin-top:35px}
.module8 .module8-text .title{font-weight:var(--fontbold6);font-size:var(--wmpage-font22);color:#000003;line-height:1}
.module8 .module8-text .txt{color:#494f66;line-height:30px;margin-top:20px}
.module8 .module8-box:hover .icon em{transform: rotateY(180deg);}
@media (max-width:1640px) {.module1 .module1-bottom{margin-top: 55px;}
.module1 .module1-bottom .box .text p{font-size: var(--wmpage-font16);}
.module2 .module2-item .title p{font-size: var(--wmpage-font34);}
.module1 .module1-bottom .icon{margin: 0 auto 25px;}
.module3 .module3-item{width: 52%;}
.module6 .module6-flex .items .box .text p{font-size: var(--wmpage-font20);}
.module7 .module7-contant{padding: 20px 0 40px;}}
@media (max-width:1440px) {.module2 .module2-item .title p{font-size: var(--wmpage-font28);}
.module3 .module3-bottom{padding: 0 55px 20px;}
.module3 .mod3Swiper{padding-bottom: 20px;}
.module7 .module7-left .title{font-size: var(--wmpage-font26);}}
@media (max-width:1366px) {.module4 .mod4Swiper .year-number{font-size: var(--wmpage-font18);}
.module1 .module1-bottom .box{padding: 25px 30px;}
.module1 .module1-bottom .box .text p{font-weight: var(--fontbold5);}
.module1 .module1-bottom .icon {margin: 0px auto 20px;width: 70px;height: 70px;}
.module1 .module1-bottom {margin-top: 45px;}
.module2 .module2-item .box{max-width: 70%;}
.module2 .module2-item .box p::before{width: 35px;height: 35px;background-size: contain;}
.module3 .module3-box .items .icon{width: 65px;height: 65px;}
.module3 .module3-box .items .icon img{width: 35px;}
.module3 .module3-box .items{padding: 25px 10px;}
.module3 .module3-box .items .text{font-weight: var(--fontbold5);}
.module3 .module3-info{padding-right: 3%;}
.module3 .module3-item{width: 55%;}
.module3 .module3-bottom{padding: 0 35px 20px;}
.module3 .module3-boxs p{margin-top: 20px;}
.module3 .mod3Swiper{padding-bottom: 0;}
.module4 .module4-data{font-size: 146px;}
.module4 .mod4-text{max-width: 80%;padding: 35px 0;}
.module5 .module5-item .text{margin-top: 15px;}
.module6 .module6-flex .items .box .text p{font-size: var(--wmpage-font18);padding: 20px 0;}
.module7 .module7-right .box p{font-size: var(--wmpage-font16);}
.module7 .module7-left .title{font-size: var(--wmpage-font24);}
.module8 .module8-box{padding: 30px 25px;}
.module8 .module8-text .title{font-size: var(--wmpage-font20);}}
@media (max-width:1024px) {.module1 .module1-top .info{padding-left: 3%;}
.module1 .module1-top .info p{margin-top: 10px;}
.module1 .module1-bottom .box{padding: 20px;}
.module1 .module1-bottom .icon {margin: 0px auto 15px;width: 65px;height: 65px;}
.module3 .module3-top{flex-direction: column;}
.module3 .module3-info{padding-right: 0;}
.module3 .module3-info .pagetitle{margin-bottom: 10px;}
.module3 .module3-item{width: 100%;margin-top: 20px;}
.module3 .module3-box:nth-of-type(2){margin-top: 0;}
.module3 .module3-box:nth-of-type(3) {transform: translateY(0px);}
.module3 .module3-box{width: 49%;margin-bottom: 2%;}
.module3 .module3-box .items .icon {width: 55px;height: 55px;margin: 0 auto 15px;}
.module3 .module3-box .items .icon img{width: 25px;}
.module4 .module4-data{font-size: 120px;}
.module4 .mod4Swiper{margin-top: 15px;}
.module4 .mod4Swiper .year-number{font-size: var(--wmpage-font16);}
.module4 .mod4Swiper .swiper-pagination-bullet{width: 12px;height: 12px;}
.module5 .module5-contant{flex-wrap: wrap;}
.module5 .module5-item{width: 48.5%;}
.module5 .module5-item .img img{width: 100%;}
.module5 .module5-item .text{margin: 15px 10px;}
.module5 .module5-item .text .p2{line-height: 1.52;}
.module5 .module5-item .text .p1{font-size: var(--wmpage-font20);}
.module7 .module7-contant{flex-direction: column;flex-wrap: wrap;}
.module7 .module7-left{width: 100%;padding-right: 0;text-align: center;}
.module7 .module7-right{width: 100%;margin-top: 20px;}
.module7 .module7-left .title{font-size: var(--wmpage-font20);}
.module7 .module7-left .text{margin-top: 5px;}
.module7 .pagedev{margin: 2% auto 0;}
.module7 .module7-right .box p{padding: 20px 0 0;}
.module8 .module8-text{margin-top: 15px;}
.module8 .module8-text .title{font-size: var(--wmpage-font18);}
.module8 .module8-box .icon{width: 45px;height: 45px;}
.module8 .module8-box .icon em{font-size: var(--wmpage-font22);width: var(--wmpage-font22);}
.module8 .module8-text .txt{margin-top: 10px;}}
@media (max-width:768px) {.pagetitle{font-size: var(--wmpage-font22);}
.module1 .module1-top{flex-direction: column;}
.module1 .module1-top .img{width: 100%;}
.module1 .module1-top .info{padding-left: 0;margin-top: 15px;}
.module1 .module1-bottom{margin-top: 25px;flex-wrap: wrap;}
.module1 .module1-bottom .box{width: 100%;margin-bottom: 15px;}
.module3 .module3-box{width: 100%;}
.module4 .mod4Swiper .year-number{font-size: var(--wmpage-font14);}
.module2 .mod2Swiper{padding-bottom: 15px;}
.module2 .mod2Swiper .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
.module2 .module2-item .title{margin-bottom: 15px;}
.module4 .mod4-text{font-size: var(--wmpage-font14);}
.module6 .module6-list li{margin: 0 15px;}
.module6 .module6-flex .items .box .text p{font-size: var(--wmpage-font16);}
.module6 .module6-flex .title{margin: 15px 0;}
.module8 .module8-contant{margin-top: 25px;flex-wrap: wrap;}
.module8 .module8-box{width: 100%;margin-bottom: 10px;}
.module6 .module6-flex .items{flex-wrap: wrap;}
.module6 .module6-flex .items .box{width: 49%;margin-bottom: 2%;}
.module7-right .swiper-pagination{display: none;}}
@media (max-width:550px) {.pagetitle{font-size: var(--wmpage-font20);}
.module3 .module3-box{padding: 10px;}
.module4 .mod4Swiper .swiper-pagination{padding: 20px 20px 35px;}
.module4 .mod4button-next,.module4 .mod4button-prev{width: 40px;height: 40px;}
.module5 .module5-item{width: 100%;}
.module5 .module5-item .text .p1{font-size: var(--wmpage-font18);}
.module6 .module6-flex .items .box{width: 100%;}}