.home-tit1 {
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.home-tit2 {
	font-size: 0.36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
}

.home-tit3 {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

/* 品牌故事 */
.home-story {
	margin-top: 0.55rem;
	background: url(../img/brandstorybg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	padding: 0.6rem 0;
	text-align: center;
}

.home-story .btn-more {
	margin-top: 0.6rem;
}

.home-story .carousels {
	width: 92.1875%;
	display: block;
	margin: 0 auto;
	margin-top: 0.8rem;
	position: relative;
}

.home-story .carousels .swiper-container {
	padding-top: 0.1rem;
}

.home-story .carousels .swiper-slide {
	width: 47vw;
	height: 28.125vw;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.home-story .carousels .swiper-slide img {
	display: block;
	/* width: 100%; */
	max-width: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: 22.5vw;
	object-fit: cover;
}

.home-story .carousels .swiper-slide p {
	line-height: 5.625vw;
	background: #E50014;
	padding: 0 0.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.875vw;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-story .carousels .swiper-button-prev,
.home-story .carousels .swiper-button-next {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all 0.6s;
}

.home-story .carousels .swiper-button-prev::after,
.home-story .carousels .swiper-button-next::after {
	color: #999;
	transform: scale(0.7);
	transform-origin: 30% 50%;
	transition: all 0.5s;
}

.home-story .carousels .swiper-button-next::after {
	transform-origin: 80% 50%;
}

.home-story .carousels .swiper-button-prev:hover,
.home-story .carousels .swiper-button-next:hover {
	border: 1px solid #E50014;
}

.home-story .carousels .swiper-button-prev:hover::after,
.home-story .carousels .swiper-button-next:hover::after {
	color: #E50014;
	transform: scale(0.55);
}

/* 推荐 */
.home-recommend {
	padding: 0.6rem 0;
	text-align: center;
}

.home-recommend .top {
	display: flex;
	margin-bottom: 0.6rem;
	text-align: left;
}

.home-recommend .top .left {
	margin-right: 0.37rem;
	width: 2.82rem;
}

.home-recommend .top .left img {
	width: 100%;
}

.home-recommend .top .right {
	flex: 1;
}

.home-recommend .top .right .item {
	width: 33%;
	margin-left: 0.5%;
	border: 2px solid #C3C3C3;
	padding: 0.03rem;
	float: left;
	margin-top: 0.2rem;
}

.home-recommend .top .right .item:nth-child(1),
.home-recommend .top .right .item:nth-child(2),
.home-recommend .top .right .item:nth-child(3) {
	margin-top: 0;
}

.home-recommend .top .right .item:nth-child(3n+1) {
	margin-left: 0;
}

.home-recommend .top .right .item .cover {
	width: 100%;
	height: 2.78rem;
	overflow: hidden;
}

.home-recommend .top .right .item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 1s;
}

.home-recommend .top .right .item:hover .cover img {
	transform: scale(1.05);
}

.home-recommend .top .right .item .name {
	height: 0.68rem;
	line-height: 0.68rem;
	padding-right: 0.32rem;
	font-size: 0.22rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}

.home-recommend .top .right .item:hover .name {
	color: #E50014;
}

.home-recommend .top .right .item .name::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.065rem;
	width: 0.32rem;
	height: 0.13rem;
	background: url(../img/arrow-right2.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.home-recommend .top .right .item:hover .name::after {
	background: url(../img/arrow-right2-hover.png) no-repeat;
	background-size: 100% 100%;
}

/* 新闻 */
.home-news {
	background: url(../img/homenewsbg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	padding: 0.6rem 0;
}

.home-news .more {
	text-align: center;
	margin-top: 0.6rem;
}

.home-news .con-head {
	display: inline-block;
}


.home-news .con-head .tit {
	display: inline-block;
	position: relative;
	padding-right: 0.8rem;
}

.home-news .con-head .tit::after {
	content: '';
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.16rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../img/arrow-right3.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.home-news .con-head:hover .tit::after {
	right: 0rem;
}


.home-news-container {
	padding-top: 0.5rem;
}

.home-news .news1 .cover {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-news .news1 .cover img,
.home-news .news1 .cover video {
	width: 100%;
	object-fit: cover;
	height: 3.32rem;
}

.home-news .news1 .cover .play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.14rem;
	height: 1.14rem;
	margin-top: -0.57rem;
	margin-left: -0.57rem;
}

.home-news .news-list {
	padding-left: 0.54rem;
}

.home-news .news-list .item {
	width: 100%;
	/* height: 0.63rem; */
	margin-top: 0.37rem;
	position: relative;
	display: flex;
	align-items: center;
}

.home-news .news-list .item:first-child {
	margin-top: 0;
}

.home-news .news-list .item .time {
	width: 0.89rem;
}

.home-news .news-list .item .day {
	font-size: 0.48rem;
	font-family: DINPro;
	font-weight: bold;
	color: #222222;
	line-height: 1.1;
}

.home-news .news-list .item .month {
	font-size: 0.14rem;
	font-family: DINPro;
	font-weight: 400;
	color: #222222;
}

.home-news .news-list .item .info {
	flex: 1;
	min-height: 0.8rem;
}

.home-news .news-list .item .info .title {
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-news .news-list .item:hover .info .title {
	color: #E50014;
}

.home-news .news-list .item .info .desc {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	margin-top: 0.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 资质荣誉 */
.home-honor {
	padding: 1rem 0;
	text-align: center;
}

.home-honor .carousels {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 0.45rem;
	position: relative;
}

.home-honor .carousels .swiper-container {
	padding-top: 0.1rem;
	padding-bottom: 0.6rem;
}

.home-honor .carousels .swiper-slide {
	width: 4.2rem;
	/* height: 2.91rem; */
	background: #fff;
	/* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); */
	cursor: pointer;
}

.home-honor .carousels .swiper-slide img {
	display: block;
	width: 100%;
	height: 2.7rem;
	/* object-fit: cover; */
	border-radius: 0.05rem;
}

.home-honor .carousels .swiper-slide p {
	height: 1.06rem;
	background: #fff;
	padding: 0.2rem 0.18rem;
	margin: 0;
	text-align: left;
}

.home-honor .carousels .swiper-slide p .name {
	display: block;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #424242;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-honor .carousels .swiper-slide p .desc {
	display: block;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-honor .carousels .swiper-button-prev,
.home-honor .carousels .swiper-button-next {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all 0.6s;
}

.home-honor .carousels .swiper-button-prev::after,
.home-honor .carousels .swiper-button-next::after {
	color: #999;
	transform: scale(0.7);
	transform-origin: 30% 50%;
	transition: all 0.5s;
}

.home-honor .carousels .swiper-button-next::after {
	transform-origin: 80% 50%;
}

.home-honor .carousels .swiper-button-prev:hover,
.home-honor .carousels .swiper-button-next:hover {
	border: 1px solid #E50014;
}

.home-honor .carousels .swiper-button-prev:hover::after,
.home-honor .carousels .swiper-button-next:hover::after {
	color: #E50014;
	transform: scale(0.55);
}

.home-honor .carousels .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.home-honor .carousels .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #fff;
	background-color: #E50014;
	width: 12px;
	height: 12px;
	opacity: 1;
}

.home-honor .carousels .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #E50014;
	background-color: #fff;
}

@media screen and (max-width: 1200px) {

	.home-story .carousels .swiper-slide {
		width: 5.64rem;
		height: 3.375rem;
	}

	.home-story .carousels .swiper-slide img {
		height: 2.7rem;
	}

	.home-story .carousels .swiper-slide p {
		line-height: 0.675rem;
		font-size: 0.225rem;
	}

}

/* 移动设备 */
@media screen and (max-width:900px) {
	.home-tit1 {
		font-size: 0.2rem;
	}

	.home-tit2 {
		font-size: 0.22rem;
	}

	.home-tit3 {
		font-size: 0.14rem;
	}

	.home-story {
		margin-top: 0.1rem;
		padding: 0.4rem 0;
	}

	.home-story .btn-more {
		margin-top: 0.4rem;
	}

	.home-story .carousels {
		width: 100%;
		margin-top: 0.2rem;
	}

	.home-story .carousels .swiper-button-prev,
	.home-story .carousels .swiper-button-next {
		display: none;
	}

	.home-story .carousels .swiper-slide {
		width: 2.8rem;
		height: 1.69rem;
	}

	.home-story .carousels .swiper-slide img {
		height: 1.39rem;
	}

	.home-story .carousels .swiper-slide p {
		line-height: 0.3rem;
		font-size: 0.14rem;
	}


	.home-recommend {
		padding: 0.4rem 0;
	}

	.home-recommend .top {
		margin-bottom: 0.3rem;
	}

	.home-recommend .top .left {
		margin-right: 0.05rem;
		width: 0.8rem;
	}

	.home-recommend .top .right .item {
		border: 0;
		padding: 0;
		width: 32.5%;
		margin-left: 1.25%;
		margin-top: 0.05rem;
	}

	.home-recommend .top .right .item:nth-child(1),
	.home-recommend .top .right .item:nth-child(2),
	.home-recommend .top .right .item:nth-child(3) {
		margin-top: 0;
	}

	.home-recommend .top .right .item:nth-child(3n+1) {
		margin-left: 0;
	}

	.home-recommend .top .right .item .cover {
		height: 0.8rem;
	}

	.home-recommend .top .right .item .name {
		height: 0.26rem;
		line-height: 0.26rem;
		padding-right: 0;
		font-size: 0.12rem;
	}

	.home-recommend .top .right .item .name::after {
		display: none;
	}


	.home-news {
		padding: 0.4rem 0;
	}

	.home-news .con-head .tit {
		padding-right: 0.6rem;
	}

	.home-news .con-head .tit::after {
		width: 0.22rem;
		height: 0.22rem;
		margin-top: -0.11rem;
	}

	.home-news-container {
		padding-top: 0.3rem;
	}

	.home-news .news1 .cover img,
	.home-news .news1 .cover video {
		height: auto;
	}

	.home-news .news1 .cover .play {
		width: 0.6rem;
		height: 0.6rem;
		margin-top: -0.3rem;
		margin-left: -0.3rem;
	}

	.home-news .news-list {
		padding-left: 0;
		padding-top: 0.25rem;
	}

	.home-news .news-list .item+.item {
		margin-top: 0.2rem;
	}

	.home-news .news-list .item .time {
		width: 0.55rem;
	}

	.home-news .news-list .item .day {
		font-size: 0.36rem;
	}

	.home-news .news-list .item .month {
		font-size: 0.12rem;
	}

	.home-news .news-list .item .info {
		min-height: 0.6rem;
	}

	.home-news .news-list .item .info .title {
		font-size: 0.15rem;
	}

	.home-news .news-list .item .info .desc {
		font-size: 0.13rem;
		margin-top: 0.04rem;
	}

	.home-news .more {
		margin-top: 0.4rem;
	}


	.home-honor {
		padding: 0.4rem 0;
		padding-bottom: 0.2rem;
	}

	.home-honor .carousels {
		margin-top: 0.3rem;
	}

	.home-honor .carousels .swiper-container {
		padding-bottom: 0.5rem;
	}

	.home-honor .carousels .swiper-button-prev,
	.home-honor .carousels .swiper-button-next {
		display: none;
	}

	.home-honor .carousels .swiper-slide {
		width: 2.8rem;
	}

	.home-honor .carousels .swiper-slide img {
		height: 1.75rem;
	}

	.home-honor .carousels .swiper-slide p {
		height: 0.66rem;
		padding: 0.08rem 0.08rem;
	}

	.home-honor .carousels .swiper-slide p .name {
		font-size: 0.14rem;
		line-height: 1.8;
	}

	.home-honor .carousels .swiper-slide p .desc {
		font-size: 0.12rem;
	}
}
