.home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 1rem;
}

.bannerSwiper {
	position: relative;
	z-index: 5;
}

.bannerSwiper .swiper-slide>img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.bannerSwiper .swiper-slide-active>img {
	animation: changeScale 1 2.5s;
}

.banner-title {
	width: 100%;
	position: absolute;
	top: 1.2rem;
	left: 0;
	z-index: 10;
}

.bannerName-t {
	font-size: 0.48rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1;
	text-align: center;
	margin-bottom: 0.1rem;
}

.bannerName-t span {
	color: #e30000;
	font-size: 0.54rem;
}

.bannerName-p {
	font-size: 0.22rem;
	color: #000000;
	opacity: 0.54;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.bannerSwiper .swiper-slide-active .bannerName-t {
	animation: dh3 1 2.5s;
}

.bannerSwiper .swiper-slide-active .bannerName-p {
	animation: dh2 1 2.5s;
}

.banner-prev,
.banner-next {
	width: 0.44rem;
	height: 0.44rem;
	position: absolute;
	top: 50%;
	margin-top: -0.22rem;
	z-index: 10;
	cursor: pointer;
}

.banner-prev span:nth-child(1),
.banner-next span:nth-child(1) {
	display: block;
	width: 0.28rem;
	height: 0.05rem;
	position: absolute;
	transition-duration: 0.3s;
}

.banner-prev span:nth-child(1) {
	left: 0;
	top: 0.12rem;
	transform: rotateZ(-60deg);
}

.banner-prev span:nth-child(2) {
	left: 0;
	top: 0.34rem;
	transform: rotateZ(60deg);
}

.banner-next span:nth-child(1) {
	right: 0;
	top: 0.12rem;
	transform: rotateZ(60deg);
}

.banner-next span:nth-child(2) {
	right: -0.22rem;
	top: 0.34rem;
	transform: rotateZ(-60deg);
}

.banner-prev span:nth-child(2),
.banner-next span:nth-child(2) {
	display: block;
	width: 0.2rem;
	height: 0.05rem;
	position: relative;
	transition-duration: 0.3s;
}

.banner-prev span:nth-child(1):before,
.banner-next span:nth-child(1):before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #e30000;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-prev span:nth-child(1):before {
	transform: skew(35deg);
}

.banner-next span:nth-child(1):before {
	transform: skew(-35deg);
}

.banner-prev span:nth-child(2):before,
.banner-next span:nth-child(2):before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-prev span:nth-child(2):before {
	transform: skew(-35deg);
}

.banner-next span:nth-child(2):before {
	transform: skew(35deg);
}

.banner-prev {
	left: 1rem;
}

.banner-next {
	right: 1rem;
}

.banner-prev:hover span:nth-child(1) {
	transform: rotateZ(-45deg);
}

.banner-prev:hover span:nth-child(2) {
	top: 0.34rem;
	transform: rotateZ(45deg);
	width: 0.28rem;
}

.banner-next:hover span:nth-child(1) {
	transform: rotateZ(45deg);
}

.banner-next:hover span:nth-child(2) {
	right: -0.16rem;
	transform: rotateZ(-45deg);
	width: 0.28rem;
}

.home-about {
	padding: 0.7rem 0 0.8rem;
	background: #fff;
}

.home-about .w1440 {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.home-about-list {
	width: 49.5%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

/*.home-about-list:nth-child(2){
	position: absolute;
	right: 0;
	top: 0;
}*/
/*.home-about-list:nth-child(1){
	clip-path: polygon(0 0, 0% 0%, 100% 0%, 100% 0%, 0% 624%);
}
.home-about-list:nth-child(2){
	clip-path: polygon(16% 0%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
}*/
.home-about-img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.home-about-img img {
	display: block;
	width: 100%;
}

.home-about-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.5s;
}

.home-about-list:hover .home-about-info {
	background: rgba(0, 0, 0, 0.52);
}

.home-about-list:nth-child(1) .home-about-info {
	padding-left: 1.24rem;
	padding-right: 1.1rem;
}

.home-about-list:nth-child(2) .home-about-info {
	padding-right: 1.24rem;
	padding-left: 1.1rem;
}

/*.home-about-list:nth-child(1) .home-about-info:before{
	display: block;
	content: '';
	width: 1.29rem;
	height: 100%;
	background: url(https://youlingsheng.cn/images/h-ab-bg01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(0deg);
	transform-origin: left bottom;
	transition-duration: 0.5s;
}*/
/*.home-about-list:nth-child(1):hover .home-about-info:before{
	transform: rotateY(0deg);
}*/
/*.home-about-list:nth-child(2) .home-about-info:before{
	display: block;
	content: '';
	width: 1.29rem;
	height: 100%;
	background: url(https://youlingsheng.cn/images/h-ab-bg02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotateY(0deg);
	transform-origin: right bottom;
	transition-duration: 0.5s;
}*/
/*.home-about-list:nth-child(2):hover .home-about-info:before{
	transform: rotateY(0deg);
}*/

.home-about-info-box img {
	display: block;
	width: 2.1189rem;
	margin: 0 auto;
}

.home-about-txt {
	margin-top: 0.1rem;
}

.home-about-txt {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition-duration: 0.5s;
	display: none;
}

.home-about-list:hover .home-about-txt {
	height: 1.2rem;
}

.home-about-txt p {
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.3rem;
	text-align: center;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.home-about-info-box a {
	display: block;
	width: 1.28rem;
	height: 0.46rem;
	background: #e30000;
	margin: 0.25rem auto 0;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 0.46rem;
}

.home-product {
	padding: 0.50rem 0 0.90rem;
	/* background: url(https://youlingsheng.cn/images/h-proBg.jpg) no-repeat center bottom; */
	background-size: cover;
}

.home-title {
	text-align: center;
	margin-bottom: 0.45rem;
}

.home-title h3 {
	font-size: 0.36rem;
	font-family: 'syhtB';
	line-height: 1;
	text-transform: uppercase;
	color: #cccccc;
	opacity: 0.5;
	margin-bottom: 0.05rem;
}

.home-title h4 {
	font-size: 0.36rem;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	/*margin-top: -0.13rem;*/
}

.home-product-list ul {
	display: flex;
}

.home-product-list ul li {
	width: 24.25%;
	margin-right: 1%;
	padding: 0 0.24rem;
	background: #fff;
}

.home-product-list ul li:nth-child(4n) {
	margin-right: 0;
}

.home-product-img {
	width: 100%;
	height: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-product-img img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
	transition-duration: 0.5s;
}

.home-product-list ul li:hover .home-product-img img {
	transform: rotateY(180deg);
}

.home-product-info {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 0.25rem 0;
}

.home-product-info h4 {
	font-size: 0.26rem;
	color: #e30000;
	line-height: 1.1;
	font-family: 'syhtB';
}

.home-product-info p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.2;
}

.home-product-cz {
	padding: 0.15rem 0;
}

.home-product-cz a {
	display: block;
	width: 1.14rem;
	height: 0.42rem;
	background: #e6e6e6;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
	line-height: 0.42rem;
	transition-duration: 0.3s;
}

.home-product-cz a:hover {
	background: #e30000;
	color: #fff;
}

.home-company {
	padding-top: 0.9rem;
}

.home-company-info {
	display: flex;
}

.home-company-info-fl {
	width: 47%;
	padding-right: 0.3rem;
}

/*.home-company-info-fl h3{
	font-size: 0.48rem;
	color: #333333;
	line-height: 1.2;
	font-family: 'syhtB';
	margin-bottom: 0.2rem;
}*/
.home-company-info-fl .home-title {
	margin-bottom: 0.2rem;
}

.home-company-info-fl .home-title h3 {
	text-align: left;
}

.home-company-info-fl .home-title h4 {
	text-align: left;
}

.home-company-info-fl p {
	font-size: 0.18rem;
	color: #1d1d1d;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.3rem;
}

.home-company-info-fl p:last-child {
	margin-bottom: 0;
}

.home-company-info-fr {
	width: 53%;
	padding-left: 0.4019rem;
	/*padding-bottom: 0.4rem;*/
	position: relative;
}

/*.home-company-info-fr:after{
	display: block;
	content: '';
	width: 6.3rem;
	height: 1.8rem;
	background: #e30000;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}*/
.company-video {
	width: 100%;
	height: 3.9rem;
	/*clip-path: polygon(0% 0%, 0% 0%, 160% 0%, 84% 100%, 0% 100%);*/
	position: relative;
	z-index: 5;
	margin-top: 0.8rem
}

.video {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

.video-cover img {
	display: block;
	width: 100%;
	height: 100%;
}

.play-btn {
	width: 0.66rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	cursor: pointer;
}

.play-btn img {
	display: block;
	width: 100%;
}

.home-company-cl {
	width: 100%;
	height: 0%;
	background: #e30000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}

.home-company-infoMore {
	margin-top: 0.2rem;
}

.home-company-infoMore p {
	font-size: 0.2rem;
	color: #1d1d1d;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.2rem;
}

.home-company-infoMore p:last-child {
	margin-bottom: 0;
}

.home-company-list {
	margin-top: 0.4rem;
}

.home-company-list ul {
	display: flex;
}

.home-company-list ul li {
	width: 22.9%;
	height: 1.82rem;
	background: #f6f6f6;
	padding: 0.45rem 0.9rem 0 0.3rem;
	margin-right: 2.8%;
	position: relative;
}

.home-company-list ul li:nth-child(4) {
	margin-right: 0;
}

.h-gs-num {
	display: flex;
}

.h-gs-num span:nth-child(1) {
	font-size: 0.54rem;
	line-height: 1;
	color: #e30000;
	font-family: 'pmzd';
}

.h-gs-num span:nth-child(2) {
	font-size: 0.2rem;
	line-height: 1;
	color: #333333;
	margin-left: 0.04rem;
	margin-top: 0.25rem;
}

.home-company-list ul li p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	margin-top: 0.2rem;
}

.h-gs-icon {
	width: 0.77rem;
	padding-right: 0.11rem;
	position: absolute;
	bottom: 0.34rem;
	right: 0.12rem;
	background: url(https://youlingsheng.cn/images/h-gs-ibg.png) no-repeat right top;
	background-size: 0.52rem 0.52rem;
}

.h-gs-icon img {
	display: block;
	width: 100%;
}

.home-company-list ul li:hover .h-gs-icon img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.home-news {
	padding: 0.85rem 0 0.98rem;
	background: #fff;
}

.home-news-list ul {
	display: flex;
}

.home-news-list ul li {
	width: 31%;
	margin-right: 3.5%;
}

.home-news-list ul li:nth-child(3) {
	margin-right: 0;
}

.home-news-img {
	width: 100%;
	overflow: hidden;
}

.home-news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.home-news-list ul li:hover .home-news-img img {
	transform: scale(1.1);
}

.home-news-info {
	width: 100%;
	padding: 0.4rem 0.3rem 0.25rem;
	background: #f8f8f8;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	position: relative;
}

.home-news-info:after {
	width: 0;
	height: 2px;
	background: #e30000;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	transition-duration: 1s;
}

.home-news-list ul li:hover .home-news-info:after {
	width: 100%;
}

.home-news-info span {
	display: block;
	width: 100%;
	font-size: 0.18rem;
	color: #1d1d1d;
	line-height: 1.4;
	margin-bottom: 0.1rem;
}

.home-news-info p {
	width: 100%;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 0.05rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
	height: 0.54rem;
}

.home-news-list ul li:hover .home-news-info p {
	color: #e30000;
}

.home-news-jt {
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	border: 0.021rem solid #adadad;
	background: url(https://youlingsheng.cn/images/h-news-jt01.png) no-repeat center center;
	background-size: 0.19rem 0.17rem;
	transition-duration: 0.5s;
}

.home-news-list ul li:hover .home-news-jt {
	transform: rotate(40deg);
	border: 0.021rem solid #e30000;
	background: url(https://youlingsheng.cn/images/h-news-jt02.png) no-repeat center center #e30000;
}

.home-product-flex {
	width: 100%;
	/*height: 7.1rem;*/
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
}

.home-product-flex-fl {
	width: 49.5%;
	background: #d6dfe8;
}

.home-product-flex-fl a {
	display: block;
	width: 100%;
	height: 100%;
	/*padding: 0.2rem 0.5rem; */
}

.home-product-flex-fr {
	width: 49.5%;
}

.home-product-flex-fr ul {
	display: flex;
	flex-wrap: wrap;
}

.home-product-flex-fr ul li {
	width: 49%;
	/*height: 3.45rem;*/
	background: #d6dfe8;
	overflow: hidden;
	margin-bottom: 0.14rem;
	position: relative;

}

.home-product-flex-fr ul li:nth-child(4),
.home-product-flex-fr ul li:nth-child(5) {
	margin-bottom: 0;
}

.home-product-flex-fr ul li:nth-child(2n) {
	margin-right: 2%;
}

.home-product-flex-fr ul li .txtBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.52);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.2rem;
	padding: 0.2rem;
	opacity: 0;
	top: 0;
	left: 0;
}

.home-product-flex-fr ul li:hover .txtBox {
	opacity: 1;
}

/* .home-product-flex-fr ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
} */

.home-product-flex-fr ul li a {
	display: block;
	width: 100%;
	height: 100%;

}

.home-product-flex-name h4 {
	font-size: 0.26rem;
	color: #e30000;
	font-family: 'syhtB';
	line-height: 1.4;
	display: none;
}

.home-product-flex-name p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	display: none;
}

.home-product-flex-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-product-flex-img img {
	display: block;
	width: 100%;
	height: 100%;
	/* 	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.4))); */
	transition-duration: 0.5s;
}

.home-product-flex-fl .home-product-flex-img {
	/*height: 5.45rem; */
}

.home-product-flex-fr .home-product-flex-img {
	/*height: 2.3rem; */
}

/* .home-product-flex-fl:hover .home-product-flex-img img {
	transform: rotateY(180deg);
}

.home-product-flex-fr ul li:hover .home-product-flex-img img {
	transform: rotateY(180deg);
} */

@media only screen and (max-width: 1450px) {

	.home-about-info-box a,
	.home-company-info-fl p,
	.home-company-list ul li p,
	.home-news-info span {
		font-size: 0.22rem
	}

	.home-about-txt p {
		font-size: 0.2rem
	}

}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1088px) {

	html {
		font-size: 5.8666vw !important;
	}
}

@media only screen and (max-width: 1090px) {
	.w1498 {
		width: 90%;
	}
}

@media only screen and (max-width: 820px) {

	.home-about-info-box a {
		width: 90px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}

	.home-title h4 {
		font-size: 20px;
		font-weight: bold;
	}

	.home-title {
		margin-bottom: 20px;
	}

	.home-product-flex {
		display: block;
		height: auto;
	}

	.home-product-flex-fl {
		width: 100%;
		background: #fff;
		margin-bottom: 10px;
	}

	.home-product-flex-fr {
		width: 100%;
	}

	.home-product-flex-fl a {
		padding: 20px;
	}

	.home-product-flex-name h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.home-product-flex-name p {
		font-size: 15px;
		line-height: 20px;
	}

	.home-product-flex-fr ul li {
		height: 150px;
	}

	.home-company-info {
		display: block;
	}

	.home-company-info-fl {
		width: 100%;
		padding-right: 0;
	}

	.home-company-info-fl p,
	.home-company-infoMore p {
		font-size: 16px;
		color: #1d1d1d;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.company-video {
		width: 100%;
		height: 260px;
	}

	.video {
		width: 100%;
		height: 230px;
	}

	.home-company-info-fr {
		width: 100%;
	}

	.home-company-info-fl p:last-child {
		margin-bottom: 15px;
	}

	.home-company-list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.home-company-list ul li {
		height: 120px;
		width: 47%;
		margin: 0 1.5% 12px 1.5%;
		padding: 20px;
	}

	.h-gs-num span:nth-child(1) {
		font-size: 20px;
	}

	.home-company-list ul li p {
		font-size: 15px;
	}

	.h-gs-icon {
		width: 47px;
	}

	.home-news-list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.home-news-list ul li {
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 15px;
	}

	.home-news-info span {
		font-size: 16px;
	}

	.home-news-info p {
		font-size: 16px;
		line-height: 26px;
	}

	.home-news-jt {
		width: 40px;
		height: 40px;
		background-size: 19px 17px;
	}
}