.home{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.index{
	width: 100%;
	height: 100%;
}
.index>.swiper-wrapper>.swiper-slide{
	height: 100%;
	width: 100%;
}
@media (max-width: 992px) {
	.index>.swiper-wrapper>.swiper-slide.i-auto{
		height: auto;
	}
}
.guide{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0s 1.8s;
	display: none;
}
.g-hide{
	transform: scale(0);
	z-index: -1;
}
.guide:after,.guide:before{
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 200%;
}
.guide:after{
	background: #e1553e;
	border-radius: 0 0 50% 50%;
}
.guide:before{
	background: #434343;
	border-radius: 0 0 50% 50%;
}
.g-hide:before{
	animation: ghide 1.8s ease-out forwards;
}
.g-hide::after{
	animation: ghide 1.5s ease-out forwards;
}
@keyframes ghide {
	form{
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
.g-cont{
	width: 300px;
	text-align: center;
	position: relative;
	z-index: 3;
	transition: 1s;
}
.g-hide .g-cont{
	opacity: 0;
}
.g-text{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 20px;
	font-family:arial;
	text-transform: uppercase;
}
.g-bar{
	width: 100%;
	height: 1px;
	margin: 25px auto;
	max-width: 230px;
}
.g-bar i{
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	animation: dxian 3s ease-out forwards;
}
.g-logo{
	position: relative;
	overflow: hidden;
	max-width: 230px;
	margin: 0 auto;
}
.g-logo svg{
	width: 100%;
	height: auto;
}
.g-logo svg path{
	fill: #fff;
}
.g-logo:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e1553e;
	animation: dlogo 3s ease-out forwards;
	border-radius: 46% 32% 66% 21% / 64% 35% 83% 32%;
	transform: scale(1.5);
}
.g-num{
	color: #fff;
	font-size: 18px;
}
@keyframes dlogo {
	form{
		transform: scale(2);
	}
	to {
		transform: scale(0);
	}
}
@keyframes dxian {
	form{
		width: 0;
	}
	to {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.g-logo{
		max-width: 50%;
	}
}
.banner{
	height: 100%;
	width: 100%;
}
.banner .swiper-slide.videoi{
	display:flex;
	align-items:flex-end;
	justify-content:center;
}
.banner .swiper-slide video{
	width:100%;
}
.banner .swiper-slide i{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:3;
	top:0;
	left:0;
}
.banner .swiper-slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 10s;
}
.banner .swiper-slide-active img{
	transform: scale(1.1);
}
.banner .swiper-slide section{
	position: absolute;
	width: 100%;
	max-width: 720px;
	top: 33%;
	left: 10%;
	color: #fff;
	z-index: 3;
}
.banner .swiper-slide h2{
	font-size: 40px;
	line-height: 55px;
	font-family:DINBold;
	margin: 0px 0px 40px;
}
.banner .swiper-slide h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
#banner .swiper-pagination{
	bottom: 25%;
	left: 10%;
	width: auto;
}
.banner .swiper-pagination span.swiper-pagination-bullet{
	width: 30px;
	height: 2px;
	border-radius: 0;
	background: #fff;
	margin: 0px 15px 0px 0px;
	transition: width .3s;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	width: 80px;
}
@media (max-width: 1440px) {
	.banner .swiper-slide section{
		top: 30%;
	}
	.banner .swiper-slide h2{
		font-size: 38px;
		line-height: 55px;
		margin: 0px 0px 40px;
	}
	.banner .swiper-slide h4{
		font-size: 18px;
		line-height: 34px;
	}
	#banner .swiper-pagination{
		bottom: 30%;
	}
	.banner .swiper-pagination span.swiper-pagination-bullet-active{
		width: 60px;
	}
}
@media (max-width: 992px) {
	.banner .swiper-slide.videoi{
		display:flex;
		align-items:flex-end;
		justify-content:center;
		background:#000;
	}
	.banner .swiper-slide video{
		width:auto;
		height:100%;
	}
	.banner .swiper-slide section{
		top: 30%;
		width:80%;
	}
	.banner .swiper-slide h2{
		font-size: 18px;
		line-height: 25px;
		margin: 0px 0px 20px;
	}
	.banner .swiper-slide h4{
		font-size: 14px;
		line-height: 24px;
	}
	#banner .swiper-pagination{
		bottom: 30%;
	}
	.banner .swiper-pagination span.swiper-pagination-bullet{
		margin-right: 5px;
	}
	.banner .swiper-pagination span.swiper-pagination-bullet-active{
		width: 20px;
	}
}
.about{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
	align-items: center;
	padding: 0px 6% 4%;
	background: url(../images/ablogo.png) bottom right 17% no-repeat;
	background-size: auto 115px;
}
.about ul{
	width: 100%;
	display: flex;
	padding: 0px 10% 30px;
	justify-content: space-between;
}
.about li{
	text-align: center;
}
.about li p{
	font-size: 18px;
	line-height: 20px;
	color: #5e5b5b;
	margin: 0px 0px 5px;
}
.about li h2{
	font-size: 45px;
	line-height: 56px;
	color: #e1553e;
	font-family:DINBold;
}
.about li h2 span{
	font-family:DINBold;
}
.about .abimg{
	width: 52%;
}
.about .abtext{
	width: 40%;
}
.about .abimg img{
	width: 100%;
}
.ovhide{
	overflow: hidden;
}
.title{
	font-size: 42px;
	font-family:DINBold;
	color: #171616;
	line-height: 42px;
	text-transform:uppercase;
}
.title p{
	font-size: 16px;
	line-height:20px;
	color: #54545b;
	font-weight: 500;
	max-width:255px;
	margin:10px 0px 0px;
}
.abtext section{
	font-size: 18px;
	color: #363a3e;
	line-height: 26px;
	margin: 30px 0px 40px;
	padding-right: 20%;
}
.abtext>a{
	display: block;
	width: 135px;
	height: 35px;
	border-radius: 18px;
	color: #fff;
	background: #e1553e;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	transition: .3s;
}
.abtext>a:hover{
	background: #434343;
}
@media (max-width: 1440px) {
	.about{
		padding: 0px 7% 5%;
		background-size: auto 90px;
	}
	.about li p{
		font-size: 16px;
	}
	.about li h2{
		font-size: 35px;
		line-height: 46px;
	}
	.about .abtext{
		width: 42%;
	}
	.title{
		font-size: 36px;
		line-height: 36px;
	}
	.title p{
		font-size: 16px;
	}
	.abtext section{
		font-size: 16px;
		line-height: 30px;
		margin: 20px 0px 30px;
		padding-right: 10%;
	}
	.abtext>a{
		width: 120px;
		border-radius: 18px;
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.about{
		padding: 30px 15px 15px;
		background-size: auto 20px;
	}
	.about ul{
		padding: 0px 0 15px;
		flex-wrap: wrap;
	}
	.about li{
		width: 50%;
	}
	.about li p{
		font-size: 14px;
	}
	.about li h2{
		font-size: 18px;
		line-height: 26px;
	}
	.about .abimg{
		width: 100%;
	}
	.about .abtext{
		width: 100%;
		margin: 15px 0px 0px;
	}
	.title{
		font-size: 20px;
		line-height: 20px;
	}
	.title p{
		font-size: 12px;
	}
	.abtext section{
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0px;
		padding-right: 0;
	}
	.abtext>a{
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		font-size: 14px;
	}
}
.labment{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 42px;
	padding-bottom: 2%;
}
.labment .lableft{
	position: absolute;
	width: 35%;
	height: 50%;
	left: 0;
	top: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url(../images/sybg.jpg) 0 center no-repeat;
	background-size: cover;
}
.labment .lableft .labaniu{
	width: 100%;
	display: flex;
	margin: 30% 0px 0px;
}
.labment .lableft .swiper-button:first-child{
	margin-right: 35px;
}
.labment .lableft .swiper-button{
	position: static;
	margin: 0;
	width: 66px;
	height: 66px;
	background: #edd9d9;
	color: #e1553e;
	border-radius: 5px;
	transition: .3s;
}
.labment .lableft .swiper-button:hover{
	color: #fff;
	background: #e1553e;
}
.labment .lableft .swiper-button:after{
	font-size: 32px;
}
.labment .swiper{
	width: 65%;
	height: calc(96% - 100px);
	margin: 0;
}
.labment .swiper .swiper-wrapper{
	height: 100%;
}
.labment .lmtitl h2{
	display: flex;
	align-items: center;
	margin: 0px 0px 15px;
}
.labment .lmtitl img{
	height: 41px;
	width: auto;
}
.labment .lmtitl p{
	font-size: 26px;
	color: #000;
	text-transform:uppercase;
	font-family:DINBold;
	margin-left: 10px;
}
.labment .lmtitl span{
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	text-align: justify;
	height: 24px;
}
.labment .lmtitl span:after{
	content:"";
	display: inline-block;
	width: 100%;
}
.labment .swiper-slide{
	height: 100%;
}
.labment .swiper-slide a{
	display: block;
	background: #f6f6f7;
	color: #000;
	position: relative;
	transition: .5s;
	height: 70%;
	width: 100%;
	top: 15%;
}
.labment .swiper-slide section{
	padding: 5% 10%;
	height: 118px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.labment .swiper-slide h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 10px;
}
.labment .swiper-slide h4{
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
}
.labment .swiper-slide i{
	display: flex;
	align-items: center;
	overflow: hidden;
	height: calc(100% - 118px);
	position: absolute;
	top: 0;
	left: 0;
}
.labment .swiper-slide i img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%; 
}
.labment .swiper-slide.swiper-slide-prev a{
	height: 100%;
	top: 0;
}
.labment .swiper-slide.swiper-slide-active a{
	height: 100%;
	top: 0;
}
@media (max-width:1440px) {
	.labment .lableft{
		height: 40%;
		top: 30%;
	}
	.labment .lableft .labaniu{
		margin: 15% 0px 0px;
	}
	.labment .lableft .swiper-button:first-child{
		margin-right: 25px;
	}
	.labment .lableft .swiper-button{
		width: 60px;
		height: 60px;
	}
	.labment .lableft .swiper-button:after{
		font-size: 26px;
	}
	.labment .swiper{
		height: calc(96% - 100px);
	}
	.labment .lmtitl img{
		height: 36px;
	}
	.labment .lmtitl p{
		font-size: 30px;
		line-height: 30px;
	}
	.labment .lmtitl span{
		font-size: 16px;
		height: 24px;
	}
	.labment .swiper-slide h2{
		font-size: 18px;
		line-height: 26px;
	}
	.labment .swiper-slide h4{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width:992px) {
	.labment{
		display: block;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0;
	}
	.labment .lableft{
		position: static;
		height: auto;
		width: 100%;
		padding: 50px 15px 40px;
		display: block;
	}
	.labment .lableft .labaniu{
		margin: 15px 0px 0px;
	}
	.labment .lableft .swiper-button:first-child{
		margin-right: 25px;
	}
	.labment .lableft .swiper-button{
		width: 40px;
		height: 40px;
		border-radius: 3px;
	}
	.labment .lableft .swiper-button:after{
		font-size: 16px;
	}
	.labment .swiper{
		width: 100%;
		height: auto;
	}
	.labment .swiper-slide a{
		position: static;
		height: 100%;
	}
	.labment .swiper-slide section{
		padding: 15px;
		height: auto;
		position: static;
	}
	.labment .swiper-slide i{
		height: auto;
		position: static;
	}
	.labment .lmtitl img{
		height: 22px;
	}
	.labment .lmtitl p{
		font-size: 20px;
		line-height: 20px;
	}
	.labment .lmtitl span{
		font-size: 14px;
		height: 20px;
		text-align: left;
	}
	.labment .swiper-slide h2{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 5px;
	}
	.labment .swiper-slide h4{
		font-size: 14px;
		line-height: 20px;
	}
}
.business{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	height: 100%;
	width: 100%;
}
.business .title{
	text-align: center;
	width: 100%;
}
.business ul{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 50px 0px 40px;
	padding: 0px 15%;
	width: 100%;
}
.business li{
	position: relative;
	width:16.666666666%;
	display:flex;
	justify-content:center;
}
.business li span{
	font-size: 17px;
	color: #646363;
	line-height: 22px;
	padding: 0px 10px 20px;
	position:relative;
	cursor: pointer;
	font-family:DINMedium;
}
.business li.on,.business li:hover{
	color: #e1553e;
}
.business li span:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	width:0;
	height: 3px;
	background: #e1553e;
	transition: .3s;
}
.business li.on span:after,.business li:hover span:after{
	left: 0;
	width: 100%;
}
.service{
	width: 100%;
	height: 60%;
	max-height: 560px;
	background: #434343;
}
.service .swiper{
	height: 100%;
}
.service .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.service .swiper-slide i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}
.service .swiper-slide i:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.service .swiper-slide:hover i:after{
	opacity: .6;
}
.service .swiper-slide a{
	position: absolute;
	width: 300px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -150px;
	z-index: 3;
	opacity: 0;
	transition: .3s;
}
.service .swiper-slide:hover a{
	opacity: 1;
}
.service .swiper-slide a:hover{
	background: #fff;
	color: #e1553e;
}
@keyframes slideIn {
	from {
		height: 0;
	}
	to {
		height: 100%;
	}
}
@media (max-width: 1440px) {
	.business ul{
		margin: 40px 0px 30px;
		padding: 0px 10%;
	}
	.business li span{
		font-size: 18px;
		line-height: 28px;
		padding: 0px 10px 20px;
	}
	.service .swiper-slide a{
		width: 260px;
		height: 50px;
		line-height: 48px;
		font-size: 14px;
		margin-top: -25px;
		margin-left: -130px;
	}
}
@media (max-width: 992px) {
	.business{
		padding:20px 0px 0px;
	}
	.business ul{
		margin: 20px 15px;
		padding: 0px;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 0;
	}
	.business li{
		width: calc(50% - 3px);
		margin-bottom: 6px;
		display:block;
		padding:0;
	}
	.business li span{
		display:block;
		font-size: 14px;
		line-height: 18px;
		padding: 8px 0px;
		text-align: center;
		border: 1px solid #ddd;
	}
	.business li:last-child{
		width: calc(50% - 3px);
	}
	.business li:hover span{
		color: #646363;
		border: 1px solid #ddd;
	}
	.business li.on span{
		color: #fff;
		background: #e1553e;
		border: 1px solid #e1553e;
	}
	.business li:after{
		display: none;
	}
	.service{
		height: 200px;
	}
	.service .swiper-slide a{
		width: 160px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin-top: -19px;
		margin-left: -80px;
	}
}
.partner{
	width: 100%;
	height: 100%;
	background: #f8f8f8 url(../images/mpbg.png) center no-repeat;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 90px;
}
.partner .title{
	position: absolute;
	top: calc(50% - 46px);
	left: 13%;
}
.partner .swiper{
	width: 80%;
	margin: 0px 0 0px auto;
}
.partner ul{
	display: flex;
	flex-wrap: wrap;
	transform: skew(-26.2deg);
	padding: 0px 16% 0px 18%;
}
.partner ul li{
	transform: skew(26.2deg);
	width: calc(33.33333333% + 50px);
	margin-left: -50px;
}
.partner ul li span{
	align-items: center;
	justify-content: space-between;
	display: flex;
	height: 100px;
}
.partner ul li i{
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 98px);
	margin: 0px -1px;
	overflow: hidden;
}
.partner ul li img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	transition: 1s;
}
.partner ul li:hover img{
	max-width: 110%;
	max-height: 110%;
}
.partner ul li.ac span:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-bottom: 100px solid #fff;
}
.partner ul li.ac span:after{
	content: "";
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-top: 100px solid #fff;
}
@media (max-width: 1440px) {
	.partner ul{
		padding: 0px 16% 0px 18%;
	}
	.partner ul li{
		width: calc(33.33333333% + 40px);
		margin-left: -40px;
	}
	.partner ul li i{
		width: calc(100% - 78px);
	}
	.partner ul li span{
		height: 80px;
	}
	.partner ul li.ac span:before{
		border-left: 40px solid transparent;
		border-bottom: 80px solid #fff;
	}
	.partner ul li.ac span:after{
		border-right: 40px solid transparent;
		border-top: 80px solid #fff;
	}
}
@media (max-width: 992px) {
	.partner{
		padding: 30px 0 20px;
		display: block;
	}
	.partner .title{
		position: static;
		top: 0;
		left: 0;
		text-align: center;
	}
	.partner .swiper{
		width: 100%;
		margin: 0px;
	}
	.partner ul{
		transform: skew(0deg);
		padding: 0px 15px;
		justify-content: space-between;
		margin: 30px 0px 0px;
	}
	.partner ul li{
		transform: skew(0deg);
		width: calc(50% - 5px);
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.partner ul li:not(.ac){
		display: none;
	}
	.partner ul li i{
		width: 100%;
		padding: 0px 5px;
	}
	.partner ul li span{
		height: auto;
	}
	.partner ul li.ac span:before,.partner ul li.ac span:after{
		display: none;
	}
}
.news{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-top: 90px;
}
.news .title{
	text-align: center;
	width: 100%;
}
.news .title p{
	margin: 20px auto 0;
}
.news .nslist{
	width: 100%;
}
.news .swiper{
	width: 80%;
	margin-top: 60px;
}
.news .swiper-slide a{
	display: block;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 50px 30px 30px;
	transition: .3s;
}
.news .swiper-slide span{
	display: flex;
	font-size: 18px;
	font-family:SHSCN-Normal;
	line-height: 26px;
}
.news .swiper-slide .icon{
	line-height: 29px;
	font-size: 19px;
	margin-right: 5px;
}
.news .swiper-slide h4{
	font-size: 18px;
	color: #171d26;
	line-height: 30px;
	font-family:SHSCN-Medium;
	margin: 12px 0px 10%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .swiper-slide span:nth-child(3){
	font-size: 14px;
}
.news .swiper-slide span:nth-child(3) .icon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	margin-left: 10px;
	transform: rotate(-90deg);
	margin-top: 2px;
}
.news .swiper-slide i{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 8px;
	overflow: hidden;
	margin: 10% 0px 0px;
	height:260px;
}
.news .swiper-slide i img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.news .swiper-slide a:hover{
	border: 1px solid #f7f6f6;
	background: #f7f6f6;
}
.news .swiper .swiper-scrollbar{
	display: none;
}
@media (max-width: 1440px) {
	.news .swiper{
		margin-top: 40px;
	}
	.news .swiper-slide a{
		padding: 40px 20px 20px;
	}
	.news .swiper-slide span{
		font-size: 16px;
		line-height: 22px;
	}
	.news .swiper-slide .icon{
		line-height: 24px;
		font-size: 16px;
	}
	.news .swiper-slide h4{
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0px 6%;
	}
	.news .swiper-slide i{
		border-radius: 5px;
		height:220px;
	}
	.news .swiper-slide span:nth-child(3){
		font-size: 14px;
	}
	.news .swiper-slide span:nth-child(3) .icon{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin-left: 10px;
	}
}
@media (max-width: 992px) {
	.news{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 20px;
		overflow: hidden;
		width: 100%;
	}
	.news .nslist{
		width: 160%;
	}
	.news .swiper{
		margin-top: 40px;
		width: 100%;
		padding-bottom: 15px;
	}
	.news .swiper-slide a{
		border-radius: 0px;
		padding: 0px;
		border:0;
	}
	.news .swiper-slide span{
		font-size: 14px;
		line-height: 20px;
	}
	.news .swiper-slide .icon{
		line-height: 22px;
		font-size: 16px;
	}
	.news .swiper-slide h4{
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0px;
	}
	.news .swiper-slide span:nth-child(3){
		display: none;
	}
	.news .swiper-slide i{
		border-radius: 0px;
		margin: 20px 0px 0px;
		height:200px;
	}
	.news .swiper-slide a:hover{
		border: 1px solid #f7f6f6;
		background: #f7f6f6;
	}
	.news .swiper .swiper-scrollbar{
		bottom: 0;
		left: 0;
		height: 2px;
		display: block;
	}
	.news .swiper .swiper-scrollbar .swiper-scrollbar-drag{
		background: #e1553e;
	}
}