.poster{
	position: relative;
	padding-top: 40.9375%;
}
.poster .posterDiv{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.poster .posterDiv img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	display: block;
	z-index: 1;
}
.poster .posterDiv .text{
	position: absolute;
	max-width: 1440px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	left: 50%;
	transform: translate(-50%,-10%);
	top: 0;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.poster .posterDiv .text h1{
	font-size: 52px;
	font-weight: bold;
}
.poster .posterDiv .text h3{
	font-size: 19px;
	font-weight: normal;
	margin-top: 5px;
}



.hengxian{
	margin-top: 1rem;
	width: 4.5rem;
	height: 2px;
	background-color: #ee8101;
}

.Aboutus, .DataShow, .Culture, .History, .Honors, .Material, .Superiority, .Technology, .contactMain{
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
}

.AboutusDiv, .HonorsDiv, .MaterialDiv, .TechnologyDiv, .contactMainDiv{
	margin: 0 auto;
	width: 100%;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 100px 10px;
}
.AboutusDiv{
	overflow: hidden;
}

.Honors .content, .Material .content, .Technology .content{
	margin-top: 2rem;
	font-size: 1rem;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

.Aboutus{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.Aboutus dl{
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.Aboutus dl dt{
	flex: 1;
	padding-right: 7%;
}
.Aboutus dl dt p{
	padding-bottom: 1.3rem;
	font-size: 18px;
	line-height: 32px;
	padding: 0 10px;
	text-align: justify;
}
.Aboutus dl dd{
	width: 600px;
	position: relative;
}

.DataShow{
	background-color: #ECF1F8;
}
.DataShow ul{
	display: flex;
	justify-content: space-between;
	max-width: 1420px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	padding: 65px 10px;
}
.DataShow ul li h3{
	color: #285BDC;
	font-size: 32px;
	font-weight: bold;
}
.DataShow ul li h3 strong{
	font-size: 64px;
	font-family: 'OswaldHeavy', sans-serif;
	font-weight: normal;
}
.DataShow ul li p{
	font-size: 20px;
}

.Culture .CultureDiv{
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	padding: 100px 20px;
}
.CultureDiv .swiper-container1{
	overflow: visible;
	padding: 30px 0;
	color: #fff;
}
.CultureDiv .swiper-container1 .swiper-wrapper{
	justify-content: center;
	gap: 40px;
}
.CultureDiv .swiper-container1 .swiper-slide{
	height: 0;
	padding-top: 31.4%;
	width: calc(33.333% - (40px * 2) / 3);
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner{
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 1;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease-in-out;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../_image/web_aboutus_06-f.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	transition: top 0.5s ease-in-out;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner:hover:before {
	top: 0;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner:hover{
	transform: scale(1.05);
	transform-origin: center;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h2{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3, .CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p{
	margin: auto;
	letter-spacing: 1px;
	text-align: center;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	margin-top: 20px;
}
.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p{
	font-weight: 500;
	margin-top: 16px;
	line-height: 20px;
	font-size: 16px;
}

.History{
	width: 100%;
	padding-bottom: 56%;
	position: relative;
	overflow: hidden;
}
.History > h2{
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3.5rem;
	color: #fff;
}
.HistoryMap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mapTitleDiv{
	position: absolute;
}
.History > div{
	z-index: 1;
	position: absolute;
	width: 3%;
	padding-bottom: 3%;
}
.History > ul{
	z-index: 2;
	position: absolute;
}
.History dl{
	width: 100%;
	position: relative;
}
.History dl dt{
	position: relative;
	margin-top: -50%;
	margin-left: -50%;
	width: 100%;
	padding-bottom: 100%;
	background-image: url(../_image/web_aboutus-map-point-1.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.History dl dd{
	position: absolute;
	margin-top: -160%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	white-space: nowrap;
}
.History .focus dl dd{
	color: #ee8101;
}
.History .focus dl dt{
	background-image: url(../_image/web_aboutus-map-point-2.svg);
}
.History2011{
	top: 43%;
	left: 15%;
}
.History2013{
	top: 45%;
	left: 27.3%;
}
.History2015{
	top: 44.5%;
	left: 40%;
}
.History2017{
	top: 39.2%;
	left: 52%;
}
.History2019{
	top: 31.8%;
	left: 61%;
}
.History2021{
	top: 31%;
	left: 71.2%;
}
.History2022{
	top: 38.5%;
	left: 82%;
}

.HistoryPPTDiv{
	display: flex;
	top: 50%;
	text-align: center;
	color: #fff;
	transition: transform 0.3s ease;
}
.HistoryPPTDiv li{
	flex: 0 0 100%;
}
.HistoryPPTDiv li h2{
	font-weight: normal;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 6.5rem;
	color: #ee8101;
	padding-bottom: 1%;
}
.HistoryPPTDiv li hr{
	border: none;
	border-bottom: 1px solid #fff;
	width: 45%;
	margin: auto;
}
.HistoryPPTDiv li h3{
	font-size: 1.8rem;
	padding-top: 2.5%;
}
.HistoryPPTDiv li p{
	padding-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 2;
}

.Honors{
	background-color: #F5F7FA;
}
.Honors .content{
	margin-top: 2.5rem;
}
.Honors .content img{
	width: 100%;
	display: block;
}
	
.Material{

}
.Material .content{
	width: 70%;
	margin-top: 2.5rem;
}
.MaterialDiv > ul{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.MaterialDiv > ul > li{
	max-width: 670px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-radius: 12px;
	color: #fff;
	overflow: hidden;
}
.MaterialDiv > ul > li dl{
	display: flex;
	flex-direction: row;
}
.MaterialDiv > ul > li dl dt{
	width: 258px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.MaterialDiv > ul > li dl dt img{
	width: 100%;
	display: block;
}
.MaterialDiv > ul > li dl dt{
	background-color: #F1F7FC;
}
.MaterialDiv > ul > li dl dd{
	flex: 1;
	padding-left: 30px;
	background-color: #285BDC;
}
.MaterialDiv > ul > li h3{
	font-size: 2rem;
	margin-top: 30px;
	padding-bottom: 0.5rem;
	letter-spacing: 1px;
	font-weight: bold;
}
.MaterialDiv > ul > li h4{
	font-size: 1.4375rem;
	padding-right: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.MaterialDiv > ul > li ul{
	margin-top: 20px;
}
.MaterialDiv > ul > li ul > li{
	margin-left: 1rem;
	padding-right: 2rem;
	list-style: disc;
	padding-bottom: 26px;
	font-size: 1rem;
	line-height: 28px;
}

.Superiority{
	background-position: center;
	background-size: cover;
}
.SuperiorityDiv{
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 10px;
}
.Superiority h2{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.Superiority ul{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;
	color: #0d49ff;
	letter-spacing: 1px;
	margin-top: 80px;
}
.Superiority ul li{
	text-align: center;
}

.Superiority ul li p{
	padding-top: 1.5rem;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
	padding: 0 5px;
	margin-top: 10px;
}

.Technology{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.Technology .TechnologyDiv{
	padding-bottom: 0;
}
.TechnologyDiv .content{
	margin-top: 80px;
}
.TechnologyDiv .content dl{
	display: flex;
} 
.TechnologyDiv .content dl dt{
	flex: 5;
}
.TechnologyDiv .content dl dd{
	flex: 5;
	font-size: 1.2rem;
}
.TechnologyDiv .content dl dd ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.TechnologyDiv .content dl dd ul li p{
	font-size: 18px;
}
.TechnologyDiv .content dl dd ul li h3{
	color: #0c48ff;
	line-height: 1.2;
	font-size: 30px;
}
.TechnologyDiv .content dl dd ul li h3 strong{
	font-size: 50px;
	letter-spacing: 0.2rem;
	font-weight: normal;
	font-family: 'OswaldHeavy', sans-serif;
}

.contactMain{

}
.contactMainDiv{
}
.contactMainDiv > ul{
	padding-top: 5rem;
	display: flex;
}
.contactMainDiv > ul > li:nth-of-type(1){
	position: relative;
	flex: 1;
	height: 404px;
	border-radius: 30px;
	overflow: hidden;
	border: 4px solid #285BDC;
}
.map-container{
	width: 100%;
	height: 100%;
}
.contactMainDiv > ul > li:nth-of-type(2){
	padding-left: 13%;
}
.contactMainDiv > ul > li > h3{
	font-size: 2rem;
	font-weight: 500;
}
.contactMainDiv > ul > li > ul{
	padding-top: 3rem;
	font-size: 1.2rem;
	line-height: 2;
}
.contactMainDiv > ul > li > ul > li{
	font-size: 18px;
	margin-bottom: 10px;
}
.contactMainDiv > ul > li > ul > li i{
	width: 1.2rem;
	text-align: left;
	color: #0c48ff;
}
.contactMainDiv > ul > li .QRcode{
	padding-top: 3rem;
}
.contactMainDiv > ul > li .QRcode .QRcode-item:after{
	background-color: #E4E4E4;
}
.default-title p{
	text-align: justify;
}

/* 自适应样式 */
@media screen and (max-width:1480px){
	.CultureDiv .swiper-container1 .swiper-wrapper{
		gap: 20px;
	}
	.CultureDiv .swiper-container1 .swiper-slide{
		width: calc(33.333% - (20px * 2) / 3);
	}
}
@media screen and (max-width:1300px){
	.Aboutus dl dt{
		padding-right: 4%;
	}
	.poster .posterDiv .text{
		transform: translate(-50%, -5%);
	}
	.poster .posterDiv .text h1{
		font-size: 42px;
	}
	.poster .posterDiv .text h3{
		font-size: 15px;
	}
	
	.MaterialDiv > ul > li h3{
		font-size: 28px;
	}
	.MaterialDiv > ul > li h4{
		font-size: 21px;
	}
	.MaterialDiv > ul > li ul > li{
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 25px;
	}
	.MaterialDiv > ul > li dl dd{
		padding-left: 20px;
	}
	.MaterialDiv > ul > li ul > li{
		padding-right: 20px;
	}
}
@media screen and (max-width:1200px){
	.Aboutus dl dd{
		width: 500px;
	}
	
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h2{
		font-size: 32px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3{
		font-size: 18px;
		line-height: 28px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p{
		font-size: 12px;
		line-height: 16px;
	}
	
	.TechnologyDiv .content dl dd ul li p{
		font-size: 14px;
	}
	.contactMainDiv > ul > li:nth-of-type(2){
		padding-left: 6%;
	}
	
	.contactMainDiv > ul > li > h3{
		font-size: 24px;
	}
	.contactMainDiv > ul > li > ul > li{
		font-size: 16px;
	}
}
@media screen and (max-width:1024px){
	.AboutusDiv, .HonorsDiv, .MaterialDiv, .TechnologyDiv, .contactMainDiv{
		padding: 80px 10px;
	}
	.Culture .CultureDiv{
		padding: 80px 20px;
	}
	
	.Aboutus dl{
		display: block;
		margin-top: 80px;
	}
	.Aboutus dl dt{
		padding-right: 0;
	}
	.Aboutus dl dt p{
		font-size: 16px;
	}
	.Aboutus dl dd{
		display: block;
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
	}
	
	.DataShow ul li h3{
		font-size: 24px;
	}
	.DataShow ul li h3 strong{
		font-size: 48px;
	}
	.DataShow ul li p{
		font-size: 0.9375rem;
	}
	
	.poster .posterDiv .text{
		 transform: translate(-50%, -10%);
	}
	
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h2{
		font-size: 22px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p{
		margin-top: 10px;
		font-size: 0.5rem;
		line-height: 0.75rem;
	}
	
	.MaterialDiv > ul{
		display: block;
		margin-top: 40px;
	}
	.MaterialDiv > ul > li{
		width: auto;
		max-width: 700px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.Superiority h2{
		font-size: 30px;
	}
	.Superiority ul li{
		width: 16.666%;
	}
	.Superiority ul li p{
		font-size: 16px;
	}
	
	.TechnologyDiv .content dl dd ul li h3{
		font-size: 22px;
	}
	.TechnologyDiv .content dl dd ul li h3 strong{
		font-size: 40px;
	}
	
	.contactMainDiv > ul{
		display: block;
	}
	.contactMainDiv > ul > li:nth-of-type(2){
		padding: 0 10px;
		margin-top: 40px;
	}
}
@media screen and (max-width:768px){
	.AboutusDiv, .HonorsDiv, .MaterialDiv, .TechnologyDiv, .contactMainDiv{
		padding: 40px 10px;
	}
	.Culture .CultureDiv{
		padding: 40px 0px;
	}
	.CultureDiv .swiper-container1 .swiper-wrapper{
		justify-content: flex-start;
		gap: 0;
	}
	
	.poster .posterDiv .text h1{
		font-size: 28px;
	}
	.poster .posterDiv .text h3{
		font-size: 0.625rem;
	}
	
	.Aboutus dl{
		margin-top: 30px;
	}
	.Aboutus dl dt p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	
	.DataShow ul{
		flex-wrap: wrap;
		padding-top: 35px;
	}
	.DataShow ul li{
		width: 50%;
		display: flex;
		flex-direction: row;
		padding-left: 10%;
		margin-top: 30px;
	}
	
	.CultureDiv .swiper-container1{
		padding: 25px 0;
	}
	.CultureDiv .swiper-container1{
		overflow: hidden;
	}
	.CultureDiv .swiper-container1 .swiper-slide{
		padding-top: 440px;
		width: calc(100% - 200px);
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h2{
		font-size: 42px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3 {
		font-size: 24px;
		line-height: 34px;
		margin-top: 20px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p{
		margin-top: 16px;
		line-height: 20px;
		font-size: 16px;
	}
	
	.Superiority h2{
		font-size: 24px;
	}
	.Superiority ul{
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.Superiority ul li{
		width: 33.333%;
		margin-top: 20px;
	}
	
	.TechnologyDiv .content{
		margin-top: 40px;
	}
	.TechnologyDiv .content dl dd ul{
		flex-wrap: wrap;
	}
	.TechnologyDiv .content dl dd ul li{
		width: 33.333%;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.contactMainDiv > ul{
		padding-top: 40px;
	}
	.contactMainDiv > ul > li > ul{
		padding-top: 20px;
	}
	.contactMainDiv > ul > li > ul > li{
		font-size: 14px;
	}
}
@media screen and (max-width:600px){
	.MaterialDiv > ul > li h3{
		font-size: 20px;
	}
	.MaterialDiv > ul > li h4{
		font-size: 15px;
	}
	.MaterialDiv > ul > li ul > li{
		font-size: 0.625rem;
		line-height: 16px;
	}
	.MaterialDiv > ul > li dl dt{
		width: 200px;
	}
	
	.CultureDiv .swiper-container1 .swiper-slide{
		padding-top: 440px;
		width: calc(100% - 100px);
	}
}
@media screen and (max-width:480px){
	.AboutusDiv, .HonorsDiv, .MaterialDiv, .TechnologyDiv, .contactMainDiv{
		padding: 20px 10px;
	}
	
	.Aboutus dl{
		margin-top: 20px;
	}
	
	.poster .posterDiv .text h1{
		font-size:24px;
	}
	.poster .posterDiv .text h3{
		font-size: 12px;
	}
	
	.DataShow ul li h3{
		font-size: 18px;
	}
	.DataShow ul li h3 strong{
		font-size: 36px;
	}
	.DataShow ul li p{
		font-size: 14px;
		line-height: 18px;
	}
	
	.MaterialDiv > ul > li h3{
		margin-top: 15px;
		font-size: 20px;
	}
	.MaterialDiv > ul > li h4{
		font-size: 12px;
	}
	.MaterialDiv > ul > li ul{
		margin-top: 10px;
	}
	.MaterialDiv > ul > li ul > li{
		padding-bottom: 5px;
		font-size: 10px;
	}
	.MaterialDiv > ul > li dl dt{
		width: 150px;
	}
	.MaterialDiv > ul{
		margin-top: 20px;
	}
	
	.Superiority ul li{
		width: 50%;
	}
	.Superiority ul li img{
		width: 40%;
	}
	
	.TechnologyDiv .content dl dd ul li{
		width: 50%;
		display: flex;
		flex-direction: row;
		padding-left: 12%;
	}
	.TechnologyDiv .content dl dd ul li div{
		
	}
	
	.contactMainDiv > ul > li:nth-of-type(1){
		height: 250px;
	}
	
	.CultureDiv .swiper-container1 .swiper-slide{
		padding-top: 90%;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner{
		margin-left: 0;
		left: 0;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h2 {
		font-size: 26px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner h3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p {
		font-size: 10px;
		line-height: 14px;
		padding: 0 10px;
		margin-top: 10px;
	}
	.CultureDiv .swiper-container1 .swiper-slide .swiper-slide-inner p br{
		display: none;
	}
	
	.contactMainDiv > ul{
		padding-top: 20px;
	}
	
	.Culture .CultureDiv{
		padding: 0px;
	}
}