.banner {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}

.banner .swiper {
	width: 100% !important;
	height: 100vh;
}



.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 2s ease-out forwards;
}


.banner .title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: left;
	color: #fff;
}

.banner .title .bit {
	width: 100%;
	font-family: "Open Sans";
	color: #e09319;
	text-align: center;
	line-height: 36px;
	font-size: 1.85rem;
	margin-bottom: 3.125rem;
}

.banner .title h2 {
	width: 100%;
	text-align: center;
	line-height: 3.75rem;
	color: #fff;
	font-family: "Oswald";
	font-size: 4.375rem;
	font-weight: normal;
}

.banBtn {
	width: 14.375rem;
	border-radius: 0.625rem;
	text-align: center;
	line-height: 3.5rem;
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #6eae1b, #87bd43);
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 2.8rem;
	height: 2.8rem;
	text-align: center;
	line-height: 2.8rem;
	border-radius: 100%;
	background: #000000;
	opacity: 0;
	transition-duration: .5s;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #717171;
	font-size: 1.3rem;

}

.banner .swiper-button-next {
	right: 5%;
}

.banner .swiper-button-prev {
	left: 5%;
}

.banner .swiper-pagination {
	bottom: 3.375rem !important;
}

.banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border: 2px solid #000;
	background: #000;
	opacity: 1;
	margin: 0 0.75rem !important;
}

.banner .swiper-pagination-bullet-active {
	border: 2px solid #000;
	background: none !important;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.pageOne {
	padding: 3.125rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pageOne .left,
.pageOne .right,
.pageTwo .left,
.pageTwo .right,
.pageThree .left,
.pageThree .right {
	width: 50%;
}

.pageOne .right p,
.pageTwo .right p,
.pageThree .right p {
	font-size: 16px;
	line-height: 32px;
	font-family: 'syhtN';
}


.HomeBit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 2rem;
}

.titleBox {
	width: 100%;
	position: relative;
	padding-bottom: 1.5625rem;
	color: #333333;
}

.titleBox:after {
	width: 55px;
	height: 4px;
	background: #f9992a;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.titleBox .contTitle {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 3rem;
}

.titleBox .contTitle1 {
	width: 100%;
	font-size: 2.5rem;
	font-family: "Oswald";
	line-height: 3rem;
	font-weight: bold;
}


.pageTwo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.pageThree {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.homePro {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.homePro dl {
	width: 32.6%;
	position: relative;
	background: #f9992a;
	overflow: hidden;
	margin-bottom: 10px;
}

.homePro dl dt {
	width: 100%;
	overflow: hidden;
}

.homePro dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.homePro dl:hover dt img {
	opacity: 0.3;
	transform: scale(1.1);
}

.homePro dl dd {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	text-align: center;
}

.homePro dl dd a {
	color: #fff;
}

.homePro dl:hover dd {
	opacity: 1;
	color: #fff;
	font-size: 1.4rem;
	font-family: "Oswald";
}

.HomeNews {
	width: 100%;
	padding-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pageThree .HomeBit {
	margin-bottom: 0;
}

.caseList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 50px;
}

.caseList dl {
	width: 24.5%;
	margin: 15px 0 0 0;
	position: relative;
	top: 0;
	transition-duration: .3s;
	cursor: pointer;
}

.caseList dl dt {
	width: 100%;
	overflow: hidden;
	background: #f39801;
}

.caseList dl dt img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.caseList dl:hover dt img {
	transform: scale(1.1);
	opacity: 0.3;
}

.caseList dl dd {
	width: 100%;
	padding: 10px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	opacity: 0;
	transition-duration: .5s;
	
	text-align: center;
		font-family: "Oswald";
}
.caseList dl:hover dd{opacity: 1;} 
.caseList dl dd a {
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 5px;
	color: #fff;
}

.caseList dl dd .more {
	font-size: 15px;
	color: #e38332;
	line-height: 30px;
	display: inline-block;
	font-weight: bold;
}

.caseList dl dd .more:hover {
	text-decoration: underline;
}

.caseList dl:hover {
	box-shadow: 0 0 10px #d2d2d2;
}

.pageFour {
	width: 100%;
	height: 23.5rem;
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.bg-1 {
	background: url(../images/chartbg.jpg) no-repeat;
	background-position: 100% 50%;
}

.homeNum {
	width: 100%;
	position: relative;
	padding-top: 7rem;
}

.homeNum ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeNum ul li {
	width: 20%;
	text-align: center;
	color: #fff;
}

.homeNum ul li .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

.homeNum ul li .icon:after {
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	content: "";
	left: 0;
	bottom: -8px;
}

.homeNum ul li .num {
	width: 100%;
	text-align: center;
	font-size: 3.5rem;
	line-height: 4.75rem;
	margin-top: 10px;
}

.homeNum ul li .pText {
	width: 100%;
	line-height: 26px;
	font-size: 1rem;
	text-align: center;
}

/*  */
.homePic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
}

.homePic dl {
	width: 32.6%;
	position: relative;
	margin-bottom: 10px;
}

.homePic dl dt {
	width: 100%;
	background: #f9992a;
	overflow: hidden;
}

.homePic dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.homePic dl:hover dt img {
	opacity: 0.8;
	transform: scale(1.1);
}

.homePic dl dd {
	width: 100%;
	text-align: center;
	box-shadow: 0 5px 10px #cacaca;
	line-height: 3.5rem;
	padding: 0 1.875rem;
	font-size: 1rem;
}


.HomeNews {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.HomeNews .left {
	width: 48%;
	position: relative;
	overflow: hidden;
}

.HomeNews .left .bit {
	position: absolute;
	z-index: 2;
	left: 1.375rem;
	top: 1.375rem;
	color: #f9992a;
	font-size: 1.125rem;
}

.HomeNews .left img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.HomeNews .left .inforBox {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 0.9375rem 1.375rem;
	background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
	color: #fff;
}

.HomeNews .left .inforBox .time {
	width: 100%;
	line-height: 2.125rem;
	background: url(../images/date.jpg)no-repeat left center;
	padding-left: 1.5625rem;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.HomeNews .left .inforBox .title {
	font-size: 16px;
	line-height: 34px;
}

.HomeNews .left .inforBox .more {
	display: table;
	margin: 0.8rem 0;
	line-height: 1.875rem;
	padding-right: 1.875rem;
	font-size: 1rem;
	color: #999999;
	background: url(../images/n-jt.jpg) no-repeat right center;
}

.HomeNews .right {
	width: 50%;
}

.HomeNews .right .swiper {
	height: 100%;
}

.HomeNews .right .swiper-slide {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	transition-duration: .5s;
}

.HomeNews .right .swiper-slide:hover {
	border: 1px solid #f9992a;
}

.HomeNews .right .swiper-slide .blog {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding: 2.5rem 1.25rem 2rem 1.25rem ;
}

.HomeNews .right .swiper-slide .blog .title {
	line-height: 2.0625rem;
	color: #f9992a;
	font-size: 1rem;
	margin-bottom: 0.9375rem;
}

.HomeNews .right .swiper-slide .blog .intro {
/* 	font-size: 1rem; */
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 22px;
	    font-weight: 700;
}

.HomeNews .right .swiper-slide .blog .time {
	width: 100%;
	line-height: 2.125rem;
	background: url(../images/date.jpg)no-repeat left center;
	padding-left: 1.5625rem;
	font-size: 1rem;
	margin-top: 1rem;
}

.HomeNews .right .swiper-slide .pText {
	padding: 2rem 1.25rem 1.25rem 1.25rem;
}

.HomeNews .right .swiper-slide .p1 {
	font-size: 1rem;
	color: #999999;
	line-height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.HomeNews .right .swiper-slide .more {
	display: table;
	margin-top: 1rem;
	line-height: 1.875rem;
	padding-right: 1.875rem;
	font-size: 1rem;
	color: #999999;
	background: url(../images/n-jt.jpg) no-repeat right center;
}



/*  */
.pagePicture{width: 100%; position: relative; padding: 1.875rem 0 ;}
.pagePicture .swiper-slide{overflow: hidden; position: relative;}
.pagePicture .swiper-slide .pic{width: 100%; overflow: hidden; position: relative; z-index: 1;}
.pagePicture .swiper-slide .pic img{display: block; width: 100%; transition-duration: .2s; height: 480px;}
.pagePicture .swiper-slide:hover .pic img{transform: scale(1.2);}
.pagePicture .swiper-slide .bit{width: 100%; z-index: 2; color: #fff; text-align: center; 	font-family: "Oswald"; position: absolute; line-height: 32px; font-size: 26px; bottom: -30px; transition-duration: .2s;}
.pagePicture .swiper-slide:hover .bit{bottom: 30px;}

.pagePicture .swiper-button-prev{width: 36px; height: 36px; border-radius: 100%; background: #f19702; left: -50px; opacity: 1; transition-duration: .6; z-index: 2;}
.pagePicture .swiper-button-next{width: 36px; height: 36px; border-radius: 100%; background: #f19702; right: -50px; opacity: 1; transition-duration: .6; z-index: 2;}
.pagePicture .swiper-button-prev:after,.pagePicture .swiper-button-next:after{font-size: 20px; color: #fff;}
/* .pagePicture:hover .swiper-button-prev,.pagePicture:hover .swiper-button-next{opacity: 1;} */
@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);
	}
}

.proBit {
	width: 100%;
	text-align: center;
	line-height: 3.625rem;
	font-family: "Oswald";
	font-size: 2rem;
	margin-bottom: 5px;
}

.why_choose {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto 30px;
}


.why_choose .card-item {
	text-align: center;
	padding: 30px 20px;
	border: 1px solid #eee;
	transition-duration: .5s;
}

.why_choose .card-item:hover {
	box-shadow: 0 0 10px #c4c4c4;
}

.why_choose .icon {
	width: 80px;
	margin: 0 auto;
	fill: #ff8a00;
	transition: transform 0.3s ease;
}

.why_choose .card-item:hover .icon {
	transform: scaleX(-1);
}


.why_choose .card-title {
	font-size: 30px;
	color: #222;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.why_choose .card-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	width: 60px;
	height: 3px;
	background-color: #ff8a00;
}

.why_choose .card-desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}


@media only screen and (max-width: 1440px) {
	.HomeWarp {
		width: 80%;
	}

	.in-news2 dl {
		padding: 1.25rem 0;
	}
}

@media only screen and (max-width: 1366px) {
	.in-news2 dl dd .neir {
		line-height: 20px;
	}


}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
	.content {
		padding-top: 60px;
	}

	.HomeWarp {
		width: 90%;
	}

	.HomeBit .Img1 {
		width: 100px;
		height: 50px;
	}

	.newBit .Img2,
	.HomePicture .Img2,
	.HomePlay .Img2,
	.TelBox .title img {
		width: 100px;
	}

	.HomeBit .pText h2 {
		font-size: 25px;
		line-height: 26px;
	}

	.HomeBit .pText p,
	.HomePicture .swiper-slide .title,
	.HomePicture .swiper-slide .title_hover p,
	.HomeNews .left .swiper-slide .title {
		font-size: 17px;
	}

	.in-news2 dl dd .bit {
		font-size: 17px;
		line-height: 22px;
	}

	.in-news2 dl dd .neir {
		line-height: 20px;
		font-size: 15px;
	}

	.in-news2 dl dt h1 {
		font-size: 2.4rem;
	}

	.in-news2 dl {
		padding: 10px 0;
	}

	.HomeNews,
	.HomePicture {
		padding-bottom: 50px;
	}

	.HomePlay .swiper-slide .pic {
		width: 180px;
		height: 180px;
		padding: 0.5rem;
	}

	.HomePlay .swiper-slide .title,
	.TelBox .title,
	.TelBox .Stitle {
		font-size: 22px;
	}

	.HomeTel {
		min-height: 36rem;
	}

	.TelBox .pText {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		width: 36px;
		height: 36px;
		border-radius: 100%;
	}

	.banner .swiper-button-next:after,
	.banner .swiper-button-prev:after {
		font-size: 20px;
	}

	.pc-banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	.banner .title .bit {
		line-height: 30px;
		font-size: 16px;
	}

	.content {
		width: 94%;
		margin: 0 auto;
		padding-top: 30px;
	}

	.pageOne {
		padding: 0;
	}

	.pageOne .left,
	.pageOne .right,
	.pageTwo .left,
	.pageTwo .right,
	.pageThree .left,
	.pageThree .right {
		width: 100%;
	}

	.titleBox .contTitle1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pageTwo .left {
		margin-top: 20px;
	}

	.homePro dl {
		width: 48.5%;
	}

	.pageTwo {
		padding-bottom: 20px;
	}

	.caseList dl {
		width: 48.5%;

	}

	.caseList dl dd h2 {
		line-height: 26px;
		font-size: 16px;
		margin-bottom: 0;
	}

	.caseList dl dd h2 {
		line-height: 26px;
		font-size: 15px;
		margin-bottom: 0;
	}

	.homeNum ul li .pText {
		font-size: 14px;
	}

	.homeNum ul li {
		width: 45%;
		margin-bottom: 15px;
	}

	.pageFour {
		width: 100%;
		height: 330px;
	}
	.homeNum {
	    padding-top: 5rem;
	}
	.homePic dl {
	    width: 48%;
	}
	.homePic dl dd {
	    width: 100%;
	    line-height: 20px;
	    font-size: 14px;
	    height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.HomeNews .left {
	    width: 100%;
		margin-bottom: 10px;
	}
	.HomeNews .right {
	    width: 100%;
	}
	.HomeNews .left .inforBox .time {
	    width: 100%;
	    line-height: 40px;
	    padding-left: 30px;
	    font-size: 15px;
	}
	.HomeNews .left .inforBox .title {
	    font-size: 14px;
	    line-height: 22px;
	    margin-bottom: 10px;
	}
	.HomeNews .left .inforBox .more {
	    padding-right: 30px;
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.HomeNews .right .swiper-slide .blog .title {
	    line-height: 30px;
	    font-size: 16px;
	}
	.HomeNews .right .swiper-slide .blog .intro,.HomeNews .right .swiper-slide .p1 {
	    font-size: 14px;
	    line-height: 24px;
	    height: auto;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	    -webkit-box-orient: vertical;
	    margin-bottom: 20px;
	}
	.HomeNews .right .swiper-slide .blog .time {
	    line-height: 26px;
	    padding-left: 20px;
	    font-size: 14px;
	}
	.HomeNews .right .swiper-slide .more {
	    line-height: 24px;
	    padding-right: 30px;
	    font-size: 14px;
	}
	.footer-top {
	    padding: 25px 3%;
	}
}