﻿@charset "utf-8";
.Header .Logo .show{display: inline-block;}
.Header .Logo .hide{display: none;}
.Header{ background: rgba(255,255,255,0);}
.Header .MainNav span a{color: #fff;}
.MainNav span a:after{background: url(../images/navline2.png) center center no-repeat;}
.Header .Searchico{color: #fff;}
.Header .Ver dt{color: #fff;}
.openbtn i{background: #fff;}

.downarr{ -webkit-animation: rightan 1s infinite;-webkit-animation-fill-mode: both;color:#fff;width:32px; position:absolute; bottom:0.3rem; left:50%;z-index:999; text-align:center;cursor: pointer;overflow: hidden;line-height: 18px;font-size: 14px;margin-left: -16px;}
.downarr span{display: block;height: 32px;position: relative;width: 19px;margin:0px auto;border-radius: 10px;border:2px solid #fff;}
.downarr span:After{position: absolute;left: 50%;top: 8px;width: 2px;content: "";background:#fff;margin-left: -1px;height: 6px;}
.downarr .sp1{animation-name: down_move1; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 0ms;}
.downarr .sp2{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;}
.downarr .iconxjt{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;font-size: 20px;position: relative;margin-top: -100px;}
@keyframes down_move1
{
0% { top:0; opacity:0;}
50% { top:0.2rem; opacity:1;}
100% { top:0.4rem; opacity:0;}
}
@-webkit-keyframes down_move1
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}

@keyframes down_move2
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}
@-webkit-keyframes down_move2
{
	0% { top:0; opacity:0;}
	50% { top:0.7rem; opacity:1;}
	100% { top:1.2rem; opacity:0;}
}

/*第一屏 s*/
.HomeBan{overflow:hidden;background:url(../images/loading.gif) center center no-repeat;position: relative;height: 100vh;}
.HomeBan .info{position: absolute;left: 50%;text-align: center;top: 50%;transform: translate(-50%,-50%);color: #fff;line-height: 1.7;width: 60%;z-index: 2;overflow: hidden;}
.HomeBan .info aside{font-size: 0.64rem;letter-spacing: 0;}
.HomeBan .info p{font-size: 0.28rem;letter-spacing: 0.1em;}

.HomeBan .item{ position:relative;transition: all 0.3s;height: 100vh;}
.HomeBan .imgbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.HomeBan .slick-arrow{border:0;background-color: transparent !important;background-size: contain;}
.HomeBan .slick-arrow i,.HomeBan .slick-arrow:after{display: none;}
.HomeBan .slick-prev{left: -100px;background-image: url(../images/ico/arrleft.svg) !important;}
.HomeBan .slick-next{right: -100px;background-image: url(../images/ico/arrright.svg) !important;}
.HomeBan .item:nth-child(1) .info{top: 29%;}
.HomeBan .item:nth-child(2) .info{top: 29%;}
.HomeBan .item:nth-child(3) .info{top: 29%;}
.HomeBan .item:nth-child(4) .info{top: auto;bottom: 12%;}

.HomeBan:hover .slick-prev{left: 2%;border: 0;}
.HomeBan:hover .slick-next{right: 2%;border: 0;}
.HomeBan .item.slick-current .imgbox{-webkit-animation:scale-bg 6s ease-in-out 0s 1 alternate forwards;animation:scale-bg 6s ease-in-out 0s 1 alternate forwards;}

.HomeBan .state{position: absolute;left: 10%;bottom: 0.42rem;z-index: 10;}
.HomeBan .state dd{display: inline-block;vertical-align: middle;color: rgba(255,255,255,0.5);height: 35px;line-height: 35px;}
.HomeBan .state dd span{font-size: 0.2rem;vertical-align: middle;}
.HomeBan .state .slick-dots{position: relative;bottom:7px;display: inline-block;vertical-align: middle;width: auto;}
.HomeBan .state .slick-dots li{display: none !important;width: 45px;height: 35px;margin: 0;}
.HomeBan .state .slick-dots .slick-active{display: block !important;}
.HomeBan .state .slick-dots .slick-active:after{display: none;}
.HomeBan .state .slick-dots .slick-active button{background: transparent;font-size: 0.4rem;color: #fff;width: 45px;height: 35px;top: 33%;line-height: 35px;text-align: right;}

@media(max-width:1366px){
	.HomeBan .info{line-height: 1.5;}
}
@media(max-width:768px){
	.HomeBan{height: auto;}
	.HomeBan .item{height: auto;}
	.HomeBan .slick-arrow{display: none !important;}
	.HomeBan .info aside{font-size: 0.4rem;}
	.HomeBan .info p{font-size: 0.22rem;}
	.HomeBan .imgbox{
		position: relative;
	}
	.HomeBan .state{
		display: flex;
        align-items: center;
		bottom: 10px !important;
	}
	.HomeBan .state .slick-dots {
        bottom: 0px;
        height: 35px;
        line-height: 35px;
    }
	.HomeBan .state dd {
        font-size: 16px !important;
        display: flex;
        align-items: center; 
    }
	.HomeBan .total span {
        margin-left: 10px;
        margin-right: 10px;
    }
	.HomeBan .total{
		padding-top: 2px;
	}
	.HomeBan .state .slick-dots .slick-active button{
		font-size: 20px;
	}
	.HomeBan .state dd span {
		font-size: 16px;
	}
}
@media(max-width:768px){
	.HomeBan .info .weather li:nth-child(2){display: none;}
	.HomeBan .info .weather{padding-top: 0.2rem;}
	.HomeBan .info h2{line-height: 1.6;}
	.downarr{display: 	none}
	.HomeBan .item:nth-child(1) .info{top: 40%}
	.HomeBan .state{bottom:0;}
	.HomeBan .state dd{font-size: 0.3rem}
	.HomeBan .state .slick-dots li{height: 30px;}
	.page{padding: 0.4rem 0}
}
@media(max-width:580px){
	.HomeBan .info .weather{font-size: 14px;}
	.HomeBan .info h2:After{top: -0.1rem;width: 0.6rem;height: 0.6rem;}
}


.HomeTit{text-align: center;padding-bottom: 0.68rem}
.HomeTit h2{font-weight: normal;font-size: 0.48rem;color: #101010;line-height: 0.78rem;}

.page{padding: 0.7rem 0 1rem;overflow: hidden;}

.HomePro{background: url(../images/proboxbg.jpg) center bottom no-repeat;}
.HomePro .slider{margin: 0 -53%;}
.HomePro .item{ text-align: center;height: 39.06vw;margin: 0 7px 0 8px;background: url(../images/probg.jpg) center center no-repeat;background-size:cover;opacity: 0.7;}
.HomePro .info{padding: 5.1vw 0 0 0;}
.HomePro aside{font-size: 0.3rem;margin-bottom: 0.17rem;line-height:1.5}
.HomePro span{display: block;font-size: 0.24rem;margin-top: 0.05rem;}
.HomePro .imgbox{width: 21vw;height: 21vw;margin: 0px auto;}
.HomePro .imgbox span{transition: all 0.5s;}
.HomePro .mores{color: #246bb3;letter-spacing: 0.1em;}
.HomePro .mores i{vertical-align: middle;transition: all 0.3s;}
.HomePro .item:hover .mores i{margin-left: 10px;}
.HomePro .slick-active .imgbox{float: right;margin-right: -0.5rem;bottom: -0.8rem;transform: scale(0.7);}
.HomePro .slick-active+li .imgbox{float: none;margin: 0 auto;bottom: auto;transform: scale(1);margin-top: 0.5rem;overflow: visible;}
.HomePro .slick-active+li+li .imgbox{float: left;margin-left:-0.8rem;bottom: -0.5rem;transform: scale(0.7);}
.HomePro .slick-current{opacity: 1;}
/* .HomePro .slick-current .imgbox span:hover{transform: scale(1.06);} */
.HomePro .slick-dots{bottom: 20px;}
.HomePro .slick-prev{left: 31.5%;}
.HomePro .slick-next{right: 31.5%;}
.HomePro .slick-arrow:hover{background-color: #246BB3;color: #ffffff;}
.HomePro .slick-prev {
    background: rgba(255, 255, 255, 0.5);
    color: #246BB3;
}
.HomePro .slick-next {
    background: rgba(255, 255, 255, 0.5);
    color: #246BB3;
}
.HomePro .item:hover .imgbox span{
    transform: scale(1.06);
}




.HomeAbout{background: url(../images/noticebg.jpg) center top no-repeat;background-size: cover;padding: 1rem 0 0.9rem;}
.HomeAbout .HomeTit{text-align: left;}
.HomeAbout .mores{position: absolute;right: 0;top: 0;color: #246bb3;}
.HomeAbout .mores i{vertical-align: middle;transition: all 0.3s;position: relative;top: -1px;}
.HomeAbout .mores:hover i{margin-left: 10px;}
.HomeAbout h3{display: inline-block;vertical-align: top;position: relative;line-height: 1.2;font-size: 0.32rem;margin: 0 0 0.09rem;letter-spacing: 0.1em;font-weight: normal;}
.HomeAbout h3:After{position: absolute;left: 0;width: 100%;bottom: 0;z-index: -1;height: 8px;background-image: linear-gradient(to right, #7cb3f2 , #e2ebf4);content: "";}
.HomeAbout h3:before{position: absolute;left: 0;width: 100%;top: -25px;z-index: -1;height: 18px;width:25px;content: "";background: url(../images/kh3.png);}
.HomeAbout .desc{font-size: 0.2rem;margin: 0rem 0 0.3rem;color: #1a1a1a;}
.HomeAbout .info{max-width: 13rem;margin: 0rem auto 0.53rem;width: 44.3%;float: left;}
.HomeAbout .btn{width: 2.4rem;line-height: 0.62rem;border-radius: 0.3rem;border:1px solid #fff;background: #f2f4f6;box-shadow: 8px 0 30px rgba(10,117,240,0.12);display: block;margin: 0.99rem 0 0;text-align: center;font-size: 0.24rem;}
.HomeAbout .btn:before{display: inline-block;vertical-align: middle;content: "";margin-right: 9px;width: 31px;height: 33px;background: url(../images/ico_ry.png);}
.HomeAbout .btn:hover{background: #246bb3;color: #fff;border: 1px solid rgba(10,117,240,0.1);}
.HomeAbout .btn:hover:before{
	background: url(../images/ico_ry2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.HomeAbout .NumList {width: 50%;float: right;padding-top: 0.4rem;}
.HomeAbout .NumList img{margin-top:1rem;width:100%}
.HomeAbout .NumList .item{width: 30%;height: 2.55rem;box-shadow: -8px 8px 30px -10px rgba(10,117,240,0.12); background-image: linear-gradient(to right, #fff , #f0f4f7);position: relative;transition: all 0.5s;}
.HomeAbout .NumList .item:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0.73rem;height: 1.6rem;background: url(../images/numbg.gif);transition: all 0s;}
.HomeAbout .NumList .item .ico{width: 0.8rem;height: 0.61rem;margin: 0px auto 0.15rem;position: relative;z-index: 2;}
.HomeAbout .NumList .item .num{line-height: 0.42rem;position: relative;z-index: 2;}
.HomeAbout .NumList .item .num span{font-size: 2.1vw;margin-right: 10px;font-family: "DINM";}
.HomeAbout .NumList .item p{position: relative;z-index: 2;}
.HomeAbout .NumList .item:nth-child(1){margin-top: -0.41rem;}
.HomeAbout .NumList .item:nth-child(3){margin-top: 0.59rem;}
.HomeAbout .NumList .item:nth-child(4){margin: -0.2rem 0 0 1.3rem;}
.HomeAbout .NumList .item:nth-child(5){margin: 0.3rem 1.3rem 0 0;}
.HomeAbout .NumList .item:hover{background: #246bb3;color: #fff;}
.HomeAbout .NumList .item:hover:After{opacity: 0;}

.HomeNews{background: url(../images/newsbg.jpg) 0px bottom no-repeat;}
.HomeNews .List .item{width: 30.75%;position: relative;margin-bottom: 0.53rem;}
.HomeNews .AdvantagesSwiper .item{width: 100% !important;position: relative;margin-bottom: 0.2rem;box-shadow: 0 0 15px rgba(0,0,0,.2)}
.HomeNews .swiper{padding: 0.2rem;margin: -0.2rem}
.HomeNews .swiper-button-prev,.HomeNews .swiper-button-next{display: none !important}
.HomeNews .List .item:after{position: absolute;left: 0;top: 0px;content: "";width: 100%;height: 0;transition: all 0.3s;background-image: linear-gradient(to bottom, #f0f2f7 , #fff);}
.HomeNews .List .item a{position: relative;z-index: 1;display: block;border-top: 1px solid #e3e4e5;}
.HomeNews .List .imgbox{padding-top: 59.95%;}
.HomeNews .List .info{padding: 1.71vw 2.03vw 2.6vw 2.03vw;}
.HomeNews .List .info aside{min-height: 0.72rem;font-size: 0.24rem;line-height: 0.36rem;margin-bottom: 0.23rem;}
.HomeNews .List .info .tag{min-width: 1rem;padding:0px 8px;line-height: 0.28rem;text-align: center;color: #246BB3;border-radius: 15px;border: 1px solid #246BB3;display: inline-block;transition: all 0.3s;}
.HomeNews .List .info time{color:#666666;}
.HomeNews .List .item:hover:after{height: 50%;top: -4px;}
.HomeNews .mores{text-align: center;padding: 0.1rem 0;}
.HomeNews .mores:after{display: inline-block;vertical-align: middle;width: 12px;height: 13px;content: "";margin-left: 10px;background: url(../images/arr_more.png);transition: all 0.3s;}
.HomeNews .mores:hover:after{margin-left: 15px;}
.HomeNews .List .item:hover .info .tag{background: #246bb3;border:1px solid #246bb3;color: #fff;}
.HomeNews .List .item:hover a{border-top: 1px solid #f0f2f7;}

.OtherNav{padding-top: 1.32rem;display: none}
.OtherNav .item{width: 30.75%;position: relative;}
.OtherNav .item a:After{position: absolute;left: 0;bottom: 0;height: 0;transition: all 0.3s;content: "";width: 100%;background: #246bb3;z-index: -1;}
.OtherNav .item a{border-radius: 10px;box-shadow: 0 8px 24px rgba(0,0,0,0.08);padding: 0 0.43rem;height: 1.56rem;background: #fff;overflow: hidden;}
.OtherNav .item .ico{width:0.9rem;height: 0.64rem;margin: 0;}
.OtherNav .item aside{margin-bottom: 0.18rem;font-size: 0.3rem;color: #000000;}
.OtherNav .item p{color: #246bb3;font-size: 0.2rem;}
.OtherNav .item:hover aside{color: #fff;}
.OtherNav .item:hover p{color: rgba(255,255,255,0.8);}
.OtherNav .item:hover a:after{height: 100%;}

@media(max-width:1280px){
	.HomeAbout .NumList .item:nth-child(4){margin-left: 1rem;}
	.HomeAbout .NumList .item:nth-child(5){margin-right: 1.2rem;}
}
@media(max-width:1024px){
	.page{padding: 0.8rem 0;}
	.HomeTit{padding-bottom: 20px;}
	.HomeTit h2{font-size: 20px;line-height: 20px;}
	.HomePro .info{padding-bottom: 1vw;}
 .HomePro .item{height: 48vw;}
	.HomeAbout .desc{margin-top: 0;}
}

@media(max-width:768px){
	.Header .Ver dt,.Header .Ver dd a{font-size: 0.18rem}
	.page{padding: 0.4rem 0}
	.HomeAbout .btn{width: 3.6rem;line-height: 0.6rem;margin-top: 0.2rem}
	.HomeNews .List .info .tag{width: auto;line-height: 2;padding: 0 0.3rem;border-radius: 40px;font-size: 0.24rem}
	.HomeBan .item:nth-child(2) .info{top: 36%}
	.HomeAbout .info{width: 100%;max-width: unset;}
	.HomeAbout .NumList{width: 100%;display: none}
	.HomeAbout .NumList .item:nth-child(1),.HomeAbout .NumList .item:nth-child(3){margin-top: 0}
	.HomeAbout .NumList .item:nth-child(4){margin-top: 0.3rem}
	.HomeAbout .NumList .item .num span{font-size: 4vw}
	.HomeNews .List {display: inline-block;width: 100%;}
	.HomeNews .swiper .List{display: flex !important;}
	.HomeNews .List .item{width: 100%;}
	.HomePro .info span{display: inline-block !important;        margin-left: 10px;}
	.HomeNews .List .info time,
	.HomeNews .mores,
	.Footer .link dt,
	.Footer .ewm li,
	.Footer .Copyright .ga,
	.Footer .Copyright,
	.Footer .contact dd{font-size: 0.24rem}
		.Footer .contact dt{font-size: 0.3rem}
		.Footer .contact{line-height: 1.5;}
		.Footer .contact dd{padding-bottom: 0;}
		.Footer .slogan{font-size: 0.36rem;margin-bottom: 0.4rem;}
		.Footer .ewm li{width: 33.33%;}
		.Footer .contact .tel{font-size: 0.4rem}
	.f18{font-size: 0.24rem}
	.l32{line-height: 1.5;}
	.HomeAbout .desc{font-size: 0.3rem}
	.Footer .contact,.Footer .right{width: 100%;}
	.Footer .center{display: none}
	.Footer .slogan{text-align: center;}
	.Footer .contact{padding-bottom: 0.4rem;}
	.Footer{padding: 0.4rem 0}
	.OtherNav{padding-top: 0.4rem;}
	.OtherNav .item{width: 49%;margin-bottom: 2%;	}
	body{overflow-x: hidden;}
	.HomePro aside{line-height:1.2}
}
@media(max-width:480px){
	.Header .Ver dt,.Header .Ver dd a{font-size: 0.24rem}


}

.pc{
	display: block;
}
.mobile{
	display: none;
}
@media screen and (max-width:768px){
	.pc{
		display: none !important;
	}
	.mobile{
		display: block;
	}
	.HomePro aside {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.HomePro span {
		font-size: 15px;
		margin-top: 10px;
	}
	.HomePro .mores {
		font-size: 14px;
	}
	.iconfont {
		font-size: 20px;
	}
	.HomePro .slick-active+li .imgbox{
		margin-top: 20px;
	}
	.HomeAbout h3 {
		line-height: 18px;
		font-size: 18px;
		margin: 0 0 10px;
	}
	.HomeAbout .desc {
        font-size: 16px;
    }
	.f_lighter {
        font-size: 16px;
        line-height: 20px;
    }
	.HomeAbout .btn {
		width: 146px;
        line-height: 40px;
        margin-top: 20px;
        border-radius: 30px;
        font-size: 14px;
    }
	.HomeAbout .btn:before {
		margin-right: 5px;
		width: 24px;
		height: 24px;
		background-size: 24px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.HomeAbout .info{
		margin-bottom: 20px;
	}
	.OtherNav .item{
		width: 32%;
	}
	.OtherNav .item a {
        padding: 0px 6px;
        display: flex;
        flex-direction: column-reverse;
    }
	.OtherNav .item aside {
		font-size: 13px;
	}
	.OtherNav .item p {
		font-size: 12px;
	}
	.OtherNav .item .ico {
		width: 0.8rem;
		height: 0.54rem;
	}
	.totop {
		
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.HomeNews .List .item a{
		display: flex;
		flex-direction: column-reverse;
	}
	.HomeNews .List .info aside {
		min-height: auto;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
		margin-top: 6px;
	}
	.HomeNews .List .item {
		margin-bottom: 15px;
	}
	.HomeNews .List .info time, .HomeNews .mores, .Footer .link dt, .Footer .ewm li, .Footer .Copyright .ga, .Footer .Copyright, .Footer .contact dd {
        font-size: 15px;
    }
	.Footer .contact dt {
        font-size: 18px;
    }
	.Footer .contact .tel {
        font-size: 16px;
        padding-top: 0px;
    }
	.Footer .contact dd {
        padding-bottom: 0;
    }
	.Footer .contact dl{
		margin-bottom: 10px;
	}
	.Footer .slogan {
        font-size: 18px;
        margin-bottom: 20px;
    }
	.Footer .ewm img {
		width: 80px;
		height: 80px;
		margin: 0px auto 10px;
	}
	.Footer .ewm li {
        padding-left: 0px;
    }
	.Footer .right {
        width: 100%;
        padding-bottom: 20px;
    }
	.HomeAbout .NumList .item .num span {
        font-size: 16px;
    }
	.HomeAbout .NumList .item p {
		font-size: 14px;
		text-align: center;
	}
	.Footer .Copyright .ga {
		font-size: 12px !important;
	}
	.Footer .Copyright dd {
        font-size: 15px;
        line-height: 26px;
        margin-top: 5px;
    }
	.HomeAbout .NumList .item {
		width: calc(100% / 3 - 5px);
	}
	.HomeAbout .NumList .item:nth-child(4) {
        margin-top: 0.3rem;
        width: calc(100% / 2 - 5px);
        margin-left: 0px;
    }
	.HomeAbout .NumList .item:nth-child(5) {
        margin-right: 0px;
        width: calc(100% / 2 - 5px);
    }
	.HomeNews .List .info .tag{
		font-size: 14px;
	}
	.HomeAbout .NumList .item .num {
		line-height: 16px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.HomeBan .info {
        line-height: 1.5;
        height: 100% !important;
        top: 0px !important;
        left: 0px;
        transform: translate(0px, 0px);
        width: 100%;
    }
	.HomeBan{
		margin-top: 50px;
	}
	.Header .Logo .show {
		display: none !important;
	}
	.Header .Logo .hide {
		display: inline-block !important;
	}
	.openbtn i {
		background: #246bb3 !important;
	}
	.Header .Ver dt {
		color: #333 !important;
	}
	.Header .Searchico {
		color: #333 !important;
	}
	.Header {
		background: #fff !important;
	}
}
@media screen and (max-width:640px){
	.HomePro .imgbox {
		width: 100px;
		height: 100px;
	}
	.HomePro .slick-active+li .imgbox {
		margin-top: 0px;
	}
	.HomePro .item {
        height: 64vw;
    }
}
@media screen and (max-width:768px){
	.HomeBan .item:nth-child(1) .info{
		padding-top: 1.65rem;
	}
	.HomeBan .item:nth-child(2) .info {
        padding-top: 2.18rem;
    }
	.HomeBan .item:nth-child(3) .info {
        padding-top: 1.62rem;
    }
	.HomeBan .item:nth-child(4) .info {
        padding-top: 4.4rem;
    }
	.HomeBan .item:nth-child(5) .info {
        padding-top: 1.62rem;
    }
	.HomeBan .item:nth-child(6) .info {
        padding-top: 2.42rem;
    }
}


.swiper {
	width: 100%;
	height: 100%;
  }

  .AdvantagesSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .AdvantagesSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .AdvantagesSwiper .swiper-button-prev{
	background: #246bb3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
  }
  .AdvantagesSwiper .swiper-button-next{
	background: #246bb3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
  }
  .AdvantagesSwiper .swiper-button-prev:after,
  .AdvantagesSwiper .swiper-button-next:after {
    font-size: 24px !important;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    pointer-events: visible !important;
}
@media screen and (max-width:1024px){
	.AdvantagesSwiper .swiper-button-prev,.AdvantagesSwiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .AdvantagesSwiper .swiper-button-prev:after, .AdvantagesSwiper .swiper-button-next:after {
        font-size: 16px !important;
    }
	
}
@media screen and (max-width:480px){
	.About_p2 .slider .item .imgbox span {
		width: calc(100% - 1.9rem) !important;
        height: calc(100% - 1.9rem) !important;
    }
}