.wrapper .cooperative-partner .link-box a{
	display: inline-block;
	width: 20%;
}
/* 头部 */
.wrapper .header .nav-box{
	margin-right: 3.5rem;
}

.swiper-box a img{
	width: 100%;
	height: auto;
}

/* 新闻资讯 */
.wrapper .news-info .news-box .right a.right-item .text-content h5{
	margin-bottom: 1.25rem;
}
.wrapper .news-info .news-box .right a.right-item .text-content p{
	margin-bottom: 1.8125rem;
}
.wrapper .news-info .news-box .right a.right-item .time-box h2{
	margin-bottom: 0.875rem;
}
.wrapper .news-info .news-box .right a.right-item .time-box p{
	margin-bottom: 2.3125rem;
}
/* 王牌机型 */
.wrapper .ACE-model .model-bottom .box1{
	width: 49.8%;
	overflow: hidden;
	position: relative;
	left: -125rem;
	top: 0;
	float: left;
	transition: 1s;
}
.wrapper .ACE-model .model-bottom .box1 a.model-item:nth-child(3),.wrapper .ACE-model .model-bottom .box1 a.model-item:nth-child(4){
	border-bottom: none;
	border-right: solid 1px #E3E3E3;
}
.wrapper .ACE-model .model-bottom .box2{
	overflow: hidden;
	width: 49.8%;
	position: relative;
	right: -125rem;
	top: 0;
	float: left;
	transition: 1s;
}
.wrapper .ACE-model .model-bottom .box2 a.model-item:nth-child(2){
	border-right: none;
}
.wrapper .ACE-model .model-bottom .box2 a.model-item:nth-child(3),.wrapper .ACE-model .model-bottom .box2 a.model-item:nth-child(4){
	border-bottom: none;
	
}
.wrapper .ACE-model .model-bottom .model-item{
	display: inline-block;
	width: 50%;
	border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
/* 底部 */
.wrapper .footer-wrap .footer .footer-left::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0.625rem;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}
.wrapper .footer-wrap .footer .footer-center::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}