.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner .bg1 {
	width: 27.5rem;
	height: 6.25rem;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/banner-bg.png)no-repeat;
	z-index: 2;
}

.banner .bg2 {
	width: 103.75rem;
	height: 18.5625rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/banner-bg1.png)no-repeat;
	z-index: 2;
}

.pc-banner {
	display: block;
}

.banner .swiper {
	width: 100% !important;
}

.mobile-banner {
	display: none;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: relative;
}

.banner .swiper-slide-active img {
	animation: changeScale 1 6s ease-out forwards;
}


.banner .title {
	width: 100%;
	position: absolute;
	left: 7.5rem;
	bottom: 1.875rem;
	z-index: 2;
	text-align: left;
	color: #fff;
}

.banner .title h2 {
	font-size: 2.25rem;
	margin-bottom: 0.625rem;
	font-weight: normal;
}

.banner .pText {

	font-weight: bold;
	font-size: 1.875rem;
	line-height: 2.25rem;
}



@keyframes changeScale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.06);
	}
}


/*  */
.bitBox .fText {
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #666666;
	padding: 0 0 1.8rem 0;
	text-align: center;
}

.homeBit {
	width: 100%;
	position: relative;
	text-align: center;
	height: 5.125rem;
	line-height: 3.5rem;
	font-size: 3rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1.125rem;
}

.homeBit .dw {
	width: 13.8125rem;
	height: 2.5rem;
	position: absolute;
	left: 44%;
	bottom: 0;
	overflow: hidden;
}

.homeBit .dw img {
	position: absolute;
	left: 0;
	top: 0;
}

.homeProduct {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.homeProduct .picBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.homeProduct .picBox img {
	width: 100%;
	animation: run 12s linear infinite;
}

.homeProduct .left {
	width: 70.9375rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
}

.homeProduct .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.homeProBox {
	position: absolute;
	left: 5%;
	top: 5rem;
	color: #fff;
	z-index: 3;
	width: 40%;
}

.homeProBox h2 {
	line-height: 4.5rem;
	font-size: 2.625rem;
	margin-bottom: 10px;
}

.homeProBox .pText {
	font-size: 1.25rem;

	margin-bottom: 1.25rem;
}

.homeProTab ul {
	width: 100%;
	display: flex;
}

.homeProTab ul li {
	line-height: 3.875rem;
	padding-left: 2.5rem;
	margin-right: 4rem;
	cursor: pointer;
	color: #fff;
	font-size: 1.875rem;
	background: url(../images/pro-icon1.png)no-repeat left center;
	background-size: 1.625rem 1.375rem;
}

.homeProTab ul li.hover {
	background: url(../images/pro-icon2.png)no-repeat left center;
	background-size: 1.625rem 1.375rem;
}

.ProBox {
	padding-top: 1.875rem;
}

.proList {
	margin-bottom: 1.875rem;
}

.proList ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.proList ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.25rem;
}

.proList ul li:nth-child(3n) {
	margin-right: 0;
}

.proList ul li a {
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	transition-duration: .5s;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	line-height: 3.125rem;
	text-align: center;
	font-size: 1.375rem;
}

.proList ul li a:hover {
	background: #de0026;
	color: #fff;
	border: 1px solid #de0026;
}




@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}


.HomeAbout {
	width: 100%;
	overflow: hidden;
	padding: 5.9375rem 0;

}

.HomeAbout .warp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.AboutLeft {
	width: 52%;
	padding-top: 1.5625rem;
	background: url(../images/logoBg.png) no-repeat center center;
}

.AboutLeft h2 {
	width: 100%;
	line-height: 4.25rem;
	color: #333;
	font-size: 2.625rem;
	margin-bottom: 1rem;
}

.AboutLeft .pText {
	width: 97%;
	font-size: 1.375rem;

	padding-bottom: 2rem;
}

.AboutRight {
	width: 45%;

	background-size: cover;
}

.AboutRight img {
	display: inline-block;
	width: 100%;
}


.stats-section {
	padding: 2.5rem 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.stats-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-wrap: wrap;

}


.num {
	display: flex;
	justify-content: center;
	align-items: self-end;
}

.num p {
	font-size: 1.25rem;

	padding-right: .3125rem;
}

.num h1 {
	font-size: 1.875rem;
	color: #184899;
}

.counter {
	font-size: 2.75rem;
	font-weight: bold;
	color: #184899;
	line-height: 1.2;
	/* 蓝色主色调匹配官网 */

}


.stat-label {
	font-size: 1.25rem;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}


/*  */
.HomeNews {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/newBg.jpg)no-repeat left top;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.HomeNews .bitBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.HomeNews .homeBit {
	width: auto;
}

.news_warp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}



.news_warp .right {
	width: 100%;
}

.news_warp .right .pic {
	width: 100%;
	overflow: hidden;
}

.news_warp .right .pic img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.news_warp .right .newsBox {
	padding: 1.0625rem 1.625rem 2.6rem 1.625rem;
	background: #ffffff;
	transition-duration: .5s;
}

.mySwiper2 {
	padding: 10px !important;
}

.news_warp .right .newsBox .time {
	line-height: 2.625rem;
	font-size: 1.125rem;
	color: #004097;
	margin-bottom: 0.625rem;
}

.news_warp .right .newsBox .time span {
	display: inline-block;
	padding-left: 1.5625rem;
}

.news_warp .right .swiper-slide {
	box-shadow: 0 0 10px #ededed;
}

.news_warp .right .swiper-slide:hover .pic img {
	transform: scale(1.1);
}

/* .HomeNewsBox .swiper-wrapper{padding: 0.8rem;} */
.news_warp .right .swiper-slide:hover .newsBox h2 {
	color: #004097;
}

.news_warp .right .swiper-slide:hover .newsBox {
	box-shadow: 0 0 10px #d6d6d6;
}

.news_warp .right .newsBox h2 {
	font-size: 1.5rem;

	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 4.4rem;
	transition-duration: .5s;
	margin-bottom: 1.2rem;
}

.news_warp .right .newsBox .pText {
	font-size: 1.125rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.2rem;
	color: #999999;
}

.news_warp .right .newsBox .jt {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 100%;
	border: 2px solid #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.news_warp .right .newsBox .jt .iconfont {
	font-size: 1.2rem;
	text-align: center;
	transition-duration: .5s;
}

.news_warp .right .swiper-slide:hover .newsBox .jt {
	background: #003279;
	color: #fff;
	border: 2px solid #003279;
}

.news_warp .right .swiper-slide:hover .newsBox .jt .iconfont {
	color: #fff;
}

/*  */

.home_ct_Box dl dt:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}


.home_ct_Box dl:hover dt:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}


.home_ct_Box dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.home_ct_Box dl:hover dt img {
	transform: scale(1.1);
	opacity: 0.7;
}

.home_ct_Box dl:hover dd {
	background: #ffc800;
	color: #393e3a;
}

.home_ct_Box dl dd {
	width: 50%;
	height: 4.375rem;
	position: absolute;
	left: 25%;
	bottom: 1.875rem;
	background: #ffffff;
	color: #111111;
	text-align: center;
	line-height: 4.375rem;
	font-weight: bold;
	font-size: 1.875rem;
	transition-duration: .5s;
}



.homeRd {
	width: 100%;
	padding: 5rem 0;
}

.homeRdBox {
	width: 100%;
	position: relative;
}

.homeRdBox .picture {
	width: 100%;
}

.homeRdBox .picture .pc-banner {
	width: 100%;
	display: block;
}

.homezzList {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.homezzList li {
	width: 24%;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
	.about-warp {
		width: 78%;
		margin: 0 auto;
	}




}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
	.pc-banner {
		display: none !important;
	}

	.mobile-banner {
		display: block !important;
	}

	.banner .title h2 {
		font-size: 3rem;
	}

	.banner .pText {
		font-size: 2.4rem;
		line-height: 1.2;

	}

	.Home_btn {
		width: 130px;
		height: 37px;
		padding: 5px;
	}

	.Home_btn p {
		width: calc(95% - 2.5rem);
		line-height: 22px;
		font-size: 16px;
	}

	.Home_btn .jt {
		width: 30px;
		height: 27px;
	}

	.Home_btn .jt .iconfont {
		font-size: 20px;
	}

	.banner .round {
		width: 140px;
		height: 140px;
		bottom: -70px;
		z-index: 9;
		left: 35%;
	}

	.banner .mouse {
		width: 140px;
		bottom: 0px;
		left: 35%;
	}

	.banner .mouse .iconfont {
		font-size: 26px;
	}

	.banner .mouse p {
		line-height: 26px;
		font-size: 15px;
	}

	.yyMenubox,
	.AboutRight {
		display: none;
	}

	.mobile_yy {
		display: block;
	}




	.bitBox .fText {
		width: 90%;
		font-size: 15px;
		padding: 0 0 20px 0;
	}

	.HomeAbout {
		padding: 30px 0;
	}

	.HomeAbout .warp {
		display: block;
	}

	.AboutLeft {
		width: 100%;
		padding-top: 0;
	}

	.AboutLeft h2,
	.homeProBox h2,
	.homeBit {
		font-size: 3rem;
	}

	.AboutLeft .pText,
	.stat-label,
	.homeProTab ul li {
		font-size: 2.5rem;
	}



	.homeProBox .pText,
	.proList ul li a,
	.news_warp .right .newsBox h2,
	.news_warp .right .newsBox .pText {
		font-size: 2.2rem;
	}

	.news_warp .right .newsBox .time {
		font-size: 2rem;
	}

	.news_warp .right .newsBox h2 {
		height: auto;
	}

	.num p,
	.num h1 {
		font-size: 2.2rem;
	}

	.counter {
		font-size: 3.6rem;
	}

	.stat-item {
		width: 50%;
		margin-bottom: 1.875rem;
	}

	.homeProduct .left {
		width: 80%;
	}

	.homeProBox {
		width: 80%;
	}

	.proList ul li a {
		line-height: 3.75rem;
	}
}