@charset "utf-8";

/*---------------------------------------------------*/

.swiper-button-next::after,.swiper-button-prev::after {display:none;}

.sidebanner{position:relative;}
.sidebanner .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;}
.sidebanner .txt h1{color:#fff;font-size:3.6rem;line-height:1;font-weight:700;}
.sidebanner .txt p{font-size:1.8rem;line-height:1.5;color:#fff;max-width:1020px;margin:3rem auto 0;}
.sidebanner .go-next{display:block;bottom:55px;position:absolute;left:calc(50% - 18px);animation:mouse-top-up 2s linear infinite;}

@media screen and (max-width:1281px){
}
@media screen and (max-width:768px){
.sidebanner .txt p{max-width:90%;}
.sidebanner .go-next{display:none;}
}
@media screen and (max-width:576px){
.sidebanner .txt{justify-content: flex-start;padding-top:15%;}
.sidebanner .txt p{font-size:2rem;}
}

/*------------------------------*/

.about-history{padding:7rem 0;background:#F9F9F9;}
.about-history h3{color:#111;font-size:3.6rem;font-weight:700;line-height:1;text-align:center;}
.about-history .list{margin:6rem 0 0;position:relative;}

.about-history .swiper-slide{width:auto;min-width: 100%;}
.about-history .swiper-slide .time-line-item{padding-right:10rem;}
.about-history .swiper-slide .top{display:flex;}
.about-history .swiper-slide .top ul{display:flex;margin-left:40rem;}
.about-history .swiper-slide .top ul li{max-width:44rem;min-width:20rem;}
.about-history .swiper-slide .top ul li img{height:20rem;}
.about-history .swiper-slide .top ul li img:hover{transform:translateY(-5px);box-shadow:0 5px 10px rgba(0,0,0,0.1),0 10px 20px rgba(0,0,0,0.12);}
.about-history .swiper-slide .top ul li+li{margin-left:6rem;}
.about-history .swiper-slide .top ul li p{margin:20px 0 0;color:#4d4d4d;font-size:1.6rem;line-height:22px;height:44px;overflow:hidden;}
  
.about-history .swiper-slide hr{width:calc(100% + 10rem);height:2px;background:#000;margin:23px 0;}
.about-history .swiper-slide .bot{display:flex;}
.about-history .swiper-slide .bot .left{padding:0 2rem 0 2rem;width:40rem;}
.about-history .swiper-slide .bot .left h4{color:#111;font-size:3.6rem;font-weight:700;line-height:1;}
.about-history .swiper-slide .bot .left .t{margin:20px 0 0;color:#4d4d4d;font-size:1.6rem;line-height:1.5;}
.about-history .swiper-slide .bot .left .t p{padding:0 0 0 10px;position:relative;}
.about-history .swiper-slide .bot .left .t p::before{content:"";width:5px;height:5px;background:#4d4d4d;border-radius:50%;position:absolute;left:0;top:10px;}
.about-history .swiper-slide .bot .left .t p+p{margin-top:5px;}
.about-history .swiper-slide .bot .right{}
.about-history .swiper-slide .bot .right ul{display:flex;}
.about-history .swiper-slide .bot .right ul li{width:40rem;}
.about-history .swiper-slide .bot .right ul li+li{margin-left:5rem;}
.about-history .swiper-slide .bot .right ul li img{width:100%;}
.about-history .swiper-slide .bot .right ul li img:hover{transform:translateY(-5px);box-shadow:0 5px 10px rgba(0,0,0,0.1),0 10px 20px rgba(0,0,0,0.12);}
.about-history .swiper-slide .bot .right ul li h5{font-size:2rem;color:#141414;font-weight:700;margin:23px 0 0;}
.about-history .swiper-slide .bot .right ul li p{margin:10px 0 0;color:#4d4d4d;font-size:1.6rem;line-height:1.5;}

.about-history .page{position:absolute;top:calc(50% - 56px);left:-41px;}
.about-history .page .swiper-button-prev,.about-history .page .swiper-button-next{position:static;width:28px;height:28px;line-height:28px;overflow:hidden;border-radius:50%;background:#000;margin-top:0;text-align:center;color:#fff;}
.about-history .page .swiper-button-prev i,.about-history .page .swiper-button-next i{color:inherit;font-size:20px;display:inline-block;}
.about-history .page .swiper-button-prev,.about-history .page .swiper-container-rtl .swiper-button-next{}
.about-history .page .swiper-button-next,.about-history .page .swiper-container-rtl .swiper-button-prev{margin-top:10px;}
.about-history .page .swiper-button-prev:hover,.about-history .page .swiper-button-next:hover{color:var(--active-color);}

.about-history .swiper-pagination-bullets{position:static;margin-top:30px;width:100%;display:none;font-size:0;}
.about-history .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:10px;width:10px;margin:0 5px;background:#D6D6D6;border-radius:0;opacity:1;}
.about-history .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;}




@media screen and (max-width:768px){
.about-history .page{position:static;display:flex;justify-content:center;}
.about-history .page .swiper-button-next,.about-history .page .swiper-container-rtl .swiper-button-prev{margin:0 0 0 10px;}
.about-history .swiper-slide .bot .left{padding:0 2rem 0 0;}
}

@media screen and (max-width:640px) {
}

@media screen and (max-width:576px) {
.about-history .swiper-slide .time-line-item{padding-right:6rem;}
.about-history .swiper-slide .bot .left .t{font-size:2rem;}
.about-history .swiper-slide .bot .right ul li{width:30rem;}
.about-history .swiper-slide .bot .right ul li + li{margin-left:3rem;}
.about-history .swiper-slide .top ul li{max-width:30rem;}

}

@media screen and (max-width:480px) {
}	

/*------------------------------*/

.about-data{background:#fff;padding:6rem 0;}
.about-data ul{display:flex;flex-wrap:wrap;}
.about-data ul li{width:50%;display:flex;align-items:center;padding:4.5rem 5%;}
.about-data ul li .ico{width:9.4rem;height:9.4rem;background:#131313;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;}
.about-data ul li .ico img{max-width:60%;max-height:70%;}
.about-data ul li .txt{flex:1;margin-left:3.4rem;overflow:hidden;}
.about-data ul li .txt h5{font-size:4.8rem;color:#131313;line-height:1;font-weight:700;display:inline-block;position:relative;}
.about-data ul li .txt h5::after{content:attr(data-tip);position:absolute;right:-4rem;bottom:8px;color:#131313;font-size:2.4rem;font-weight:400;}
.about-data ul li:nth-child(4) h5::after{right:-9.5rem;}
.about-data ul li .txt p{margin:10px 0 0;color:#a5a5a5;font-size:2rem;}
.about-data ul li .txt sub{font-size:10px;}


@media screen and (max-width:1281px){
.about-data ul{padding:0 5%;}
.about-data ul li{padding:4rem 0;}
}

@media screen and (max-width:992px){
.about-data ul{padding:0;}
}

@media screen and (max-width:576px) {
.about-data ul li{display:block;text-align:center;}
.about-data ul li .txt{margin:15px 0 0;}
}

@media screen and (max-width:480px) {
.about-data ul li .txt h5{font-size:3.6rem;}
.about-data ul li .txt p{font-size:2.4rem;}
}	

/*------------------------------*/

.about-offers{padding:7rem 0;background:#F9F9F9;}
.about-offers h3{color:#111;font-size:3.6rem;font-weight:700;line-height:1;text-align:center;}
.about-offers ul{/*margin:6rem -8px 0;*/margin:3rem -8px 0;display:flex;flex-wrap:wrap;}
.about-offers ul li{width:50%;padding:6px;}
.about-offers ul li:last-child{width:100%;}
.about-offers ul li .box{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;}
.about-offers ul li img{width:100%;}
.about-offers ul li .txt{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem;background: linear-gradient(rgba(136,164,207,0), rgba(16, 18, 19, 0.75));display:flex;flex-direction:column;justify-content:flex-end;}

.about-offers ul li .txt h5{font-size:2rem;line-height:1;color:#fff;font-weight:500;}
.about-offers ul li .txt p{margin:8px 0 0;font-size:1.6rem;color:rgba(255,255,255,0.7);line-height:1.5;overflow:hidden;}

.about-offers ul li:hover img{transform:scale(1.05);}


@media screen and (max-width:576px) {
.about-offers ul{margin:4rem 0 0;}
.about-offers ul li{width:100%;padding:8px 0;}
}

@media screen and (max-width:480px) {
.about-offers ul li .txt{padding:2rem 3rem;}
}	

/*------------------------------*/

.about-mission{position:relative;}
.about-mission .box{position:absolute;top:0;right:0;left:0;bottom:0;z-index:10;}
.about-mission .box .wp{height:100%;display:flex;justify-content:flex-end;align-items:center;}
.about-mission .box .txt{max-width:42%;}
.about-mission .box .txt h3{font-size:3.6rem;line-height:1;color:#fff;font-weight:700;}
.about-mission .box .txt .t{font-size:1.8rem;color:rgba(255,255,255,0.7);line-height:1.5;margin:5.5rem 0 0;/*letter-spacing: 0.6px;*/}
.about-mission .box .txt .t p~p{margin-top:3.5rem;}


@media screen and (max-width:1441px) {
.about-mission .box .txt{max-width:42%;}
}

@media screen and (max-width:1281px){
.about-mission .box .txt{max-width:42%;}
}

@media screen and (max-width:576px) {
.about-mission .box{position:static;background:#000;}
.about-mission .box .txt{max-width:100%;/*padding:2.5rem 0;*/padding:8rem 0;}
.about-mission .box .txt h3{text-align:center;}
.about-mission .box .txt .t{font-size:16px;margin:3rem 0 0;}
	.about-mission .box .txt .t p~p{margin-top:0rem;}
}

@media screen and (max-width:480px) {
.about-mission .box .txt .t{font-size:15px;}
}	

/*------------------------------*/

.about-value{padding:7rem 0 0;}
.about-value h3{color:#111;font-size:3.6rem;font-weight:700;line-height:1;text-align:center;}
.about-value ul{margin-top:6rem;}
.about-value ul li{position:relative;display:flex;align-items:center;}
.about-value ul li+li{margin-top:7rem;}
.about-value ul li:nth-child(2n+1){flex-direction:row-reverse;}
.about-value ul li .pic{width:48%;border-radius:12px;overflow:hidden;transition:all 0.3s ease 0s;}
.about-value ul li .pic img{width:100%;}
.about-value ul li .txt{flex:1;margin:0 6rem 0 0;}
.about-value ul li .txt h4{font-size:2.5rem;line-height:1;color:#000;font-weight:700;}
.about-value ul li .txt h4 em{font-weight:700;border-bottom:2px solid #000;}
.about-value ul li .txt p{margin:4rem 0 0;font-size:1.8rem;color:#4b4b4b;line-height:1.5;}

.about-value ul li:nth-child(2n) .txt{margin:0 0 0 6rem;}

.about-value ul li .pic:hover{box-shadow:0 5px 10px rgba(0,0,0,0.12),0 10px 20px rgba(0,0,0,0.14);transform:translateY(-10px);}




@media screen and (max-width:640px) {
.about-value ul li{display:block;text-align:center;}
.about-value ul li .pic{width:100%;}
.about-value ul li .txt,.about-value ul li:nth-child(2n) .txt{margin:20px 0 0;}
}

@media screen and (max-width:576px) {
.about-value ul li + li{margin-top:5rem;}
.about-value ul li .txt p{text-align:left;}
}

@media screen and (max-width:480px) {
.about-value ul li .txt p{margin:3rem 0 0;font-size:2.4rem;}

}	


/*------------------------------*/

.about-spotlight{padding:12rem 0 0;background:#fff;}
.about-spotlight h3{font-size:3.6rem;line-height:1;color:#1e1e1e;font-weight:700;text-align:center;}

.about-spotlight .list{margin:5.5rem auto 0;max-width:1350px;position:relative;}
.about-spotlight .list .swiper-slide{text-align:center;}
.about-spotlight .list .swiper-slide h5{font-size:2.4rem;color:#2e2e2e;font-weight:700;}
.about-spotlight .list .swiper-slide .t{max-width:80%;margin:20px auto 0;font-size:1.8rem;color:#141414;line-height:1.5;}

.about-spotlight .swiper-button-prev,.about-spotlight .swiper-button-next{width:40px;height:40px;line-height:40px;overflow:hidden;border-radius:0;background:none;margin-top:-20px;text-align:center;color:#141414;}
.about-spotlight .swiper-button-prev i,.about-spotlight .swiper-button-next i{color:inherit;font-size:25px;display:inline-block;margin-top:1px;}
.about-spotlight .swiper-button-prev,.about-spotlight .swiper-container-rtl .swiper-button-next{left:0;right:auto;}
.about-spotlight .swiper-button-next,.about-spotlight .swiper-container-rtl .swiper-button-prev{right:0;left:auto;}
.about-spotlight .swiper-button-prev:hover,.about-spotlight .swiper-button-next:hover{color:var(--active-color);}

.about-spotlight .swiper-pagination-bullets{position:static;margin-top:5rem;width:100%;}
.about-spotlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:10px;width:10px;margin:0 5px;background:#D6D6D6;border-radius:0;opacity:1;}
.about-spotlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;}

.about-spotlight .list2{margin:5.5rem 0 0;border-top:1px solid #E3E3E3;padding:6rem 6rem 0;}
.about-spotlight .list2 .swiper-slide .pic{text-align:center;height:6rem;width:100%;display:flex;justify-content:center;align-items:center;}
.about-spotlight .list2 .swiper-slide .pic img{max-height:100%;max-width:100%;}

.about-spotlight .list2 ul{display:flex;flex-wrap:wrap;}
.about-spotlight .list2 ul li{width:calc(100% / 7);padding:0 3px;}
.about-spotlight .list2 ul li .box{background:#F8F8F8;text-align:center;}

@media screen and (max-width:1280px) {
.about-spotlight .list2{padding:5.5rem 0 0;}}
}

@media screen and (max-width:992px){
.about-spotlight .swiper-button-prev, .about-spotlight .swiper-button-next{width:30px;height:30px;line-height:30px;margin-top:-15px;}
.about-spotlight .swiper-button-prev i,.about-spotlight .swiper-button-next i{font-size:22px;}
}

@media screen and (max-width:576px) {
.about-spotlight .list .swiper-slide .t{font-size:2.2rem;}
.about-spotlight .list2{margin:4rem 0 0;padding:4rem 0 0;}
}
	


/*------------------------------*/

.about-events{padding:10rem 0 0;}
.about-events h3{font-size:3.6rem;color:#141414;font-weight:700;text-align:center;}

.about-events .list{margin:7rem 0 0;}
.about-events .swiper-slide{text-align:center;}
.about-events .swiper-slide .pic{display:block;position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1.77 / 1;}
.about-events .swiper-slide .pic > img{width:100%;}
.about-events .swiper-slide h5{margin:3.5rem 0 0;font-size:2.2rem;color:#000;font-weight:700;line-height:24px;height:48px;overflow:hidden;}
.about-events .swiper-slide p{margin:7px 0 0;font-size:1.6rem;line-height:1.5;color:rgba(0,0,0,0.7);text-align:left;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;}
.about-events .swiper-slide .pic:hover img{transform:scale(1.05);}

.about-events .bot{display:flex;align-items:center;justify-content:center;margin:7rem 0 0;}

.about-events .swiper-pagination-horizontal.swiper-pagination-bullets{font-size:0;position:static;width:auto;margin:0 5rem;}
.about-events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:4px;width:57px;margin:0 7px;background:#DBDBDB;border-radius:0;opacity:1;}
.about-events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;}

.about-events .swiper-button-prev,.about-events .swiper-button-next{position:static;width:20px;height:20px;line-height:20px;overflow:hidden;background:none;margin-top:0;text-align:center;color:#202020;display:inline-block;border-radius:0;}
.about-events .swiper-button-prev i,.about-events .swiper-button-next i{color:inherit;font-size:2.4rem;display:inline-block;}
.about-events .swiper-button-prev,.about-events .swiper-container-rtl .swiper-button-next{}
.about-events .swiper-button-next,.about-events .swiper-container-rtl .swiper-button-prev{margin-left:8px;}
.about-events .swiper-button-prev:hover,.about-events .swiper-button-next:hover{color:var(--active-color);}



@media screen and (max-width:768px){
.about-events{padding:6rem 30px 0;}
.about-events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:3px;width:40px;margin:0 4px;}
}


@media screen and (max-width:576px) {
.about-events{padding:5rem 20px 0;}
.about-events .list{margin:5rem 0 0;}
.about-events .swiper-slide h5{font-size:2.4rem;}
.about-events .swiper-slide p{font-size:2rem;}
}

@media screen and (max-width:480px) {

.about-events{padding:4rem 15px 0;}
.about-events .swiper-pagination-horizontal.swiper-pagination-bullets{margin:0 10px;}
.about-events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:2px;width:20px;margin:0 3px;}
}	


/*------------------------------*/

.about-highlight{padding:10rem 0 2rem;}
.about-highlight h3{font-size:3.6rem;color:#141414;font-weight:700;text-align:center;}

.about-highlight .list{margin:6rem 0 0;position:relative;}
.about-highlight .swiper-slide{width:90rem;}
.about-highlight .swiper-slide a{display:block;position:relative;border-radius:12px;overflow:hidden;}
.about-highlight .swiper-slide a > img{width:100%;}
/*.about-highlight .swiper-slide a::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url("../images/video2.png") no-repeat center;display:block;}*/

.about-highlight .swiper-slide a:hover img{transform:scale(1.05);}

.about-highlight .swiper-button-prev,.about-highlight .swiper-button-next{width:40px;height:40px;line-height:40px;overflow:hidden;background:none;margin-top:-20px;text-align:center;color:#fff;display:inline-block;border-radius:0;}
.about-highlight .swiper-button-prev i,.about-highlight .swiper-button-next i{color:inherit;font-size:30px;display:inline-block;}
.about-highlight .swiper-button-prev,.about-highlight .swiper-container-rtl .swiper-button-next{left:calc(50% - 58rem);}
.about-highlight .swiper-button-next,.about-highlight .swiper-container-rtl .swiper-button-prev{right:calc(50% - 58rem);}
.about-highlight .swiper-button-prev:hover,.about-highlight .swiper-button-next:hover{color:var(--active-color);}

.about-highlight .swiper-pagination-horizontal.swiper-pagination-bullets{font-size:0;position:static;width:100%;margin-top:25px;display:none;}
.about-highlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:12px;width:12px;margin:0 3px;background:#DBDBDB;border-radius:50%;opacity:1;}
.about-highlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;}

@media screen and (max-width:768px){
.about-highlight .swiper-button-prev,.about-highlight .swiper-button-next{display:none;}
.about-highlight .swiper-pagination-horizontal.swiper-pagination-bullets{display:block;}
}

@media screen and (max-width:576px) {
.about-highlight{padding:8rem 20px 2rem;}
.about-highlight .list{margin:5rem 0 0;}
}

@media screen and (max-width:480px) {
.about-highlight{padding:8rem 15px 2rem;}
.about-highlight .list{margin:5rem 0 0;}
}	


/*------------------------------*/

.about-connected{background:#F8F8F8;padding:4rem 0;text-align:center;}
.about-connected h3{font-size:3.6rem;color:#141414;font-weight:700;line-height:1;}
.about-connected .share{margin:25px 0 0;font-size:0;}
.about-connected .share a{color:#141414;}
.about-connected .share a+a{margin-left:3rem;}
.about-connected .share a i{font-size:2.6rem;}
.about-connected .share a:hover{opacity:0.7;}

.about-connected .t {margin-top:4rem;display: flex;justify-content: center;}
.about-connected .t p {font-size:1.7rem;color: #4C4D52;}
.about-connected .t p + p {margin-left:40px;}
.about-connected .t p a {color: #03040B;font-size:2rem;text-decoration: underline;display: inline-block;margin-left: 10px;}
.about-connected .t p a:hover{font-weight:500;}


@media screen and (max-width:1281px){
.about-connected p{font-size:17px;}
.about-connected p a{font-size:20px;}
.about-connected .share a i{font-size:28px;}
}

@media screen and (max-width:768px){

.about-connected .share a i{font-size:26px;}
}

@media screen and (max-width:480px) {
.about-connected .share{margin:20px 0 0;}
.about-connected .share a i{font-size:22px;}
.about-connected .t{display:block;}
.about-connected .t p + p{margin:15px 0 0;}
}	

/*------------------------------*/


@keyframes mouse-top-up{
0% {transform:translateY(0)}
25% {transform:translateY(10px)}
50% {transform:translateY(0)}
75% {transform:translateY(-10px)}
100% {transform:translateY(0)}
}


/*------------------------------------------------------------*/


