	*{
		touch-action:pan-y
	}

	#height85{
		display: block;
	}

	.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
		border-radius: 20px;
		position: relative;
    }

	
	.swiper-slide-active,.swiper-slide-duplicate-active{
		transform: scale(1);
		box-shadow: 0 0 15px 10px rgba(0,0,0,0.3);
	}

	
	.swiper-slide::before{
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}

	.swiper-slide.swiper-slide-active::before{
		background-color: rgba(0,0,0,0.0);
	}

	.swiper-slide .img{
		overflow: hidden;
		background-color: #000;
	}

	.swiper-slide img{
		display: block;
		width: 100%;
	}

	#ser_page .top{
		padding: 80px 0;
		background-color: rgba(0,0,0,1);
		position: relative;
	}

	#ser_page .top::before{
		content: "";
		display: block;
		width: 10%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		box-shadow: 30px 30px 100px rgba(0,0,0,0.3);
	}

	#ser_page .bottom{
		padding: 100px 0;
		background-color: #f5f5f5;
	}

	.h2_title{
		font-size: 36px;
		color: #fff;
		margin-bottom: 60px;
		font-weight: bold;
		text-align: center;
	}



@media(max-width:1440px) {
	.h2_title{
		font-size: 30px;
	}
}


@media(max-width:1182px) {
	.h2_title{
		font-size: 24px;
	}
}


@media(max-width:800px) {
	
}


@media(max-width:600px) {
	
	.h2_title{
		font-size: 22px;
	}
}






.about-list {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 0px 3%;
	box-sizing: border-box;
	transition: all 0.7s;
	border-radius: 10px;
	position: relative;
	top: 0;
	padding-bottom: 60px;
	padding-top: 30px;
}

.about-list hr{
	width: 39px;
	height: 3px;
	background-color: #d10005;
	color: #d10005;
	margin-top: 15px;
}

.about-list:hover hr{
	background-color: #fff;
	color: #fff;
}


#about-index .w1488{
	overflow: unset;
}

.about-list:hover {
}

.about-list:nth-child(4n) {
	margin-right: 0;
}

.about-list:hover {
	background-color: #d10005;
	border-color: #d10005;
	color: #fff;
    top: -10px;
	box-shadow: 0px 12px 47px -20px #d10005;
}

.about-list .img2 {
	display: none;
}

.about-list:hover .img1 {
	display: none;
}

.about-list:hover .img2 {
	display: block !important;
}

.about-list:hover .about-url{
	background-color: #fff;
	color: #d10005;
}

.a-l-img {
	height: 130px;
	position: relative;
}


.about-list img{
	display: block;
	height: 60px;
	margin: 0 auto;
	left: 0;
	right:0;
}

.about-list:nth-child(3) img{
	height: 70px;
}
	

.a-l-img img {
	position: absolute;
	top: 30%;
}
.a-l-con {
	margin-top: 30px;
}

.a-l-tit {
	font-size: 22px;
	font-weight: bold;
}

.a-l-url {
	padding: 20px 0;
	height: 385px;
}

.a-l-url span {
    width: 100%;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 23px;
	font-weight: bold !important;
    margin-bottom: 5px;
	padding-right: 10px;
}

.a-l-url span:nth-child(2n) {
    font-size: 14px;
	padding-right: 0;
	font-weight: normal !important;
}

.a-l-url span.one{
	font-weight: bold !important;
	font-size: 15px;
	width: 50% !important;
}

.a-l-url span.two{
	width: 100% !important;
	padding-left: 0;
}

.a-l-url.one span{
	min-width: 100%;
}

.about-url {
    font-size: 16px;
    color: #fff;
    background-color: #d10005;
    border-radius: 20px;
    padding: 8px 0;
    width: 140px;
    margin: 20px auto 45px;
    display: block;
    text-align: center;
}

.about-url:hover{
	background-color: #fff;
	color: #d10005;
}

.quote-box{
	margin-top: 25px;
}

.quote-box .left{
	float: left;
}

.quote-box .right{
	float: right;
}

.quote-box a {
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 0;
    width: 45%;
    display: inline-block;
    text-align: center;
    border: 1px solid #e1e1e1;
	margin-right: 5%;
}

.quote-box a:nth-child(2){
	margin-right: 0;
}

.about-list:hover a{
    border: 1px solid #fff;
	color: #fff;
}

.quote-box a:hover{
	background-color: #fff;
	color: #d80000;
}

@media(max-width:1680px) {
	.about-list{
		width: 32%;
		margin-right: 2%;
	}

	.about-list:nth-child(4n){
		margin-right: 2%;
	}

	.about-list:nth-child(3n){
		margin-right: 0;
	}
}

@media (max-width:1280px) {
	.a-l-url span {
		font-size: 14px;
	}
	
	.a-l-url span:nth-child(2n) {
		font-size: 13px;
		padding-left: 5px;
	}

	.a-l-url span.one{
		font-size: 14px;
	}
}



@media screen and (max-width:1182px) {

	#ser_page .top {
		padding: 35px 0;
	}

	#ser_page .bottom {
    padding: 35px 0;
	}

	.a-i-l {
		width: 100%;
	}

	.a-i-r {
		display: none;
	}


	.about-list {
		width: 49%;
		padding-top: 0;
		padding-bottom: 20px;
	}

	
	.a-l-con {
		height: 355px;
	}

	.a-l-img img {
		height: 50px;
		margin: 0 auto;
	}

	.about-list:nth-child(3) .a-l-img img{
		height: 60px;
	}

	.about-list:nth-child(3n) {
		margin-right: 2%;
	}

	.about-list:nth-child(2n) {
		margin-right: 0;
	}

	.a-l-img {
    	height: 130px;
	}
}

@media screen and (max-width:800px) {
	.quote-box a{
		width: 100%;
		display: block;
	}

	.quote-box a{
		margin-top: 10px;
	}
}

@media screen and (max-width:600px) {
	.about-list {
		width: 100%;
		padding: 0 7%;
		padding-bottom: 30px;
	}

	
	.a-l-con {
		height: auto;
		margin-top: 10px;
	}

	.a-l-img {
		height: 90px;
	}

	.a-l-img img {
		height: 40px;
		top: 25%;
	}

	
	

	.a-l-url {
		height: auto;
		margin-bottom: 25px;
	}

	.a-l-url span:nth-child(2n){
		width: 100%;
	}
}



/*20240518*/

#ser_page .top{background-image: url(/images/ser-back.jpg);background-repeat: no-repeat;background-position: top;background-size: cover;}
	.swiper-container{
		padding-bottom: 50px;
	}
	.swiper-container .swiper-slide .img{
		transform-style: preserve-3d;
		-webkit-box-reflect: below 0.5vmin linear-gradient(transparent 0 85%, #000 130%);
		
	}

	.swiper-container .swiper-slide .img img{
		object-fit: cover;
	}
	
	.swiper-slide{transform: scale(1);position: relative;}


	.swiper-slide::after{content:"";display: block;position: absolute;top: 0;left:0;width:100%;height:100%;background-color: rgba(0,0,0,0.6);}

	.swiper-slide.swiper-slide-active{transform: scale(1.5);position: relative;z-index: 33;}

	.swiper-slide.swiper-slide-active::after{background-color: rgba(0,0,0,0);}

	
	.button-box {
		height: 50px;
		width: 200px;
		position: relative;
		margin: 0 auto;
		margin-top:120px;
	}
	.swiper-button-next, .swiper-button-prev {
	    background-size: 17px;
	}

	.swiper-button-next::after, .swiper-button-prev::after{
		font-size: 16px;
		font-weight: bold;
	}

	.center{
		overflow: hidden;
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.swiper-slide{background-color: #000;}
	.swiper-slide::before{background-color: #000;}

	@media (max-width:600px) {

	.center{
		padding-bottom: 30px;
		padding-top:0px;
	}
	
	#ser_page .top .center {
	    padding-top: 220px;
	}
	
	.button-box{
		margin-top: 220px;
	}
	
	.swiper-slide.swiper-slide-active {
	    transform: scale(2.5);
		}

		.swiper-container{
			padding-bottom: 15px;
		}
		.swiper-button-next, .swiper-button-prev {
			width: 30px;
			height: 30px;
			background-size: 20px;
		}
	}