<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block{
	width:1600px;
}





#menu {
	position: fixed;
	top: 50%;
	right: -100px;
	transform: translate(0, -50%);
	list-style-type: none;
	z-index: 70;
	transition: all .3s;
}
#menu li a {
	position: relative;
	display: block;
	height: 20px;
	line-height: 22px;
	text-align: right;
}
#menu li a span {
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #c9c9c9;
	transition: all .3s;
	vertical-align: middle;
}
#menu li.active a span {
	width: 15px;
	background:#023692;
	width: 25px;
}
#menu.active {
	right: 20px;
}



.section {
	box-sizing: border-box;
}
.overturn {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.page-table {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.page-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.section .overturn {
	transform: translate(20px, 20px) scale(0.5);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	height: 100%;
}
.section.active .overturn {
	transform: translate(0px, 0px) scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}





.section_1 .banner-box {
	position: relative;
	padding-top:60px;
	width: 100vw;
	height: 100vh;
	box-sizing:border-box;
}
.section_1 .swiper-container{
	height:100%;
}
.section_1 .banner-box .swiper-slide {
	position:relative;
	height: 100%;
	width: 100% !important;
}
.section_1 .banner-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.section_1 .banner-box .swiper-button-next,
.section_1 .banner-box .swiper-button-prev{
	width:60px;
	height:60px;
	background:rgba(0, 0, 0, 0.2);
	margin-top:-80px;
}
.section_1 .banner-box .swiper-button-prev{
	left:0;
}
.section_1 .banner-box .swiper-button-next{
	right:0;
}
.section_1 .banner-box .swiper-button-next:after,
.section_1 .banner-box .swiper-button-prev:after{
	color:#ffffff;
	font-size:20px;
	font-weight:700;
}
.section_1 .banner-box .swiper-button-next:hover,
.section_1 .banner-box .swiper-button-prev:hover{
	background:#D00707;
}
.section_1 .banner-box .swiper-pagination {
	bottom:45px;
}





.section_2 .all-box{
	padding-top:100px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.section_2 .all-box .info-box{
	width:50%;
	padding-right:8%;
	box-sizing:border-box;
}
.section_2 .all-box .title-box p{
	color:#EEEEEE;
	font-size:48px;
	font-family:"DIN";
}
.section_2 .all-box .title-box h3{
	color:#222222;
	font-size:36px;
}
.section_2 .all-box .des-box{
	margin-top:30px;
}
.section_2 .all-box .des-box p{
	font-size:16px;
	color:#666666;
	line-height:36px;
	text-align:justify;
}
.section_2 .all-box .des-box p:nth-child(1){
	margin-bottom:20px;
}
.section_2 .all-box .more-box{
	margin-top:4vh;
}
.section_2 .all-box .bottom-box{
	display:flex;
	justify-content:space-between;
	margin-top:5vh;
}
.section_2 .all-box .bottom-box .icon-box{
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #cccccc;
}
.section_2 .all-box .bottom-box .icon-box:hover{
	background:#012F6B;
	border-color:#012F6B;
}
.section_2 .all-box .bottom-box .icon-box:hover img,
.section_2 .all-box .bottom-box .icon-box img.active{
	display:none;
}
.section_2 .all-box .bottom-box .icon-box:hover img.active{
	display:inline-block;
} 
.section_2 .all-box .bottom-box .item-box p{
	color:#666666;
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.section_2 .all-box .img-box{
	width:50%;
}
.section_2 .all-box .img-box img{
	width:100%;
}
.section_2 .all-box .title-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .all-box .des-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s .7s, opacity 0.7s .7s;
}
.section_2 .all-box .more-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.3s 1.0s, opacity 1.0s 1.0s;
}
.section_2 .all-box .bottom-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.6s 1.3s, opacity 1.3s 1.3s;
}
.section_2 .all-box .img-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.9s 1.6s, opacity 1.9s 1.6s;
}
.section_2.active .all-box .img-box,
.section_2.active .all-box .bottom-box,
.section_2.active .all-box .more-box,
.section_2.active .all-box .des-box,
.section_2.active .all-box .title-box{
	opacity:1;
	transform:translateY(0);
}











.section_3{
	position:relative;
	box-sizing:border-box;
}
.section_3 .line-bg{
	position:absolute;
	left:0;
	right:0;
	top:145px;
	width:100%;
	height:1px;
	background:#eeeeee;
}
.section_3 .info-box{
	position:absolute;
	top:100px;
	width:100%;
	height:90px;
	line-height:90px;
	padding-left:24.5%;
	padding-right:24.5%;
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.section_3 .info-box .txt-box{
	position:relative;
}
.section_3 .info-box .txt-box.active:before{
	position:absolute;
	content:'';
	background:url('../images/icon_10.png') center center no-repeat;
	background-size:100% 100%;
	width:15px;
	height:12px;
	left:50%;
	transform:translateX(-50%);
	bottom:12px;
}
.section_3 .info-box .txt-box h3{
	font-size:22px;
	font-weight:400;
	line-height:90px;
	background:#ffffff;
	padding-left:45px;
	padding-right:45px;
	box-sizing:border-box;
}
.section_3 .info-box .txt-box.active h3{
	color:#012F6B;
	font-weight:700;
}
.section_3 .imgs{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:190px;
}
.section_3 .imgs .swiper-container{
	height:100%;
}
.section_3 .imgs .img-box{
	width:100%;
	height:100%;
}
.section_3 .imgs .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}






.section_4{
	background:#f8f8f8;
}
.section_4 .imgs{
	position:absolute;
	top:0;
	width:100%;
	height:78vh;
}
.section_4 .imgs .swiper-container{
	height:100%;
}
.section_4 .imgs .swiper-slide{
	width:100% !important;
	height:100%;
}
.section_4 .imgs .swiper-slide .img-box{
	height:100%;
}
.section_4 .imgs .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.section_4 .bottom-box{
	background:#ffffff;
	position:absolute;
	width:1300px;
	height:13vh;
	bottom:4.5vh;
	left:50%;
	transform:translateX(-50%);
}
.section_4 .bottom-box .anm{
	border:1px solid #DDDDDD;
	box-shadow:0 0 20px 0px rgb(0 0 0 / 10%);
	display:flex;
	justify-content:space-between;
}
.section_4 .bottom-box .txt-box{
	position:relative;
	width:16.6%;
	text-align:center;
}
.section_4 .bottom-box .txt-box.active{
	background:url('../images/icon_3.png') center center no-repeat;
	background-size:cover;
}
.section_4 .bottom-box .txt-box.active:before{
	position:absolute;
	content:'';
	width:21px;
	height:11px;
	background:url('../images/icon_4.png') center center no-repeat;
	background-size:100% 100%;
	top:-11px;
	left:50%;
	transform:translateX(-50%);
}
.section_4 .bottom-box .txt-box:after{
	position:absolute;
	content:'';
	width:1px;
	height:60px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:#efefef;
	z-index:-1;
}
.section_4 .bottom-box .txt-box:last-child:after{
	display:none;
}
.section_4 .bottom-box .txt-box p{
	line-height:13vh;
	font-size:18px;
	color:#333333;
}
.section_4 .bottom-box .txt-box.active p{
	color:#ffffff;
}
.section_4 .imgs{
	opacity:0;
	transform:translateY(80px);
	transition:transform .7s 0.4s, opacity .7s 0.4s;
}
.section_4 .bottom-box .anm{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s 0.7s, opacity 1.0s 0.7s;
}
.section_4.active .imgs,
.section_4.active .bottom-box .anm{
	opacity:1;
	transform:translateY(0);
}




.section_5{
	padding-top:100px;
	box-sizing:border-box;
}
.section_5 .all-box{
	position:relative;
	height:100%;
	background:url('../images/img_10.jpg') center center no-repeat;
	background-size:100% 100%;
}
.section_5 .all-box .mid-box{
	position:absolute;
	left:20%;
	top:50%;
	transform:translateY(-50%);
	margin-top:-50px;
}
.section_5 .all-box .mid-box .title-box h3{
	color:#FFFFFF;
	font-size:36px;
	margin-bottom:20px;
}
.section_5 .all-box .mid-box .title-box p{
	color:#ffffff;
	font-size:20px;
	line-height:36px;
}
.section_5 .all-box .mid-box .list-box{
	display:flex;
	justify-content:flex-start;
	margin-top:75px;
}
.section_5 .all-box .mid-box .list-box .item-box{
	margin-right:65px;
}
.section_5 .all-box .mid-box .list-box .icon-box{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-top-left-radius:20px;
	border:1px solid #ffffff;
	box-sizing:border-box;
}
.section_5 .all-box .mid-box .list-box .icon-box:hover img,
.section_5 .all-box .mid-box .list-box .icon-box img.active{
	display:none;
}
.section_5 .all-box .mid-box .list-box .icon-box:hover{
	background:#ffffff;
}
.section_5 .all-box .mid-box .list-box .icon-box:hover img.active{
	display:inline-block;
}
.section_5 .all-box .mid-box .list-box .item-box p{
	color:#ffffff;
	margin-top:15px;
	text-align:center;
}
.section_5 .all-box .mid-box .txt-box{
	margin-top:65px;
}
.section_5 .all-box .mid-box .txt-box h3{
	font-size:20px;
	color:#ffffff;
	font-weight:400;
}
.section_5 .all-box .mid-box .txt-box h3 img{
	margin-right:10px;
}
.section_5 .all-box .mid-box .txt-box p{
	margin-top:25px;
	color:#ffffff;
	font-size:45px;
	font-family:'DIN';
}
.section_5 .title-box h3{
	opacity:0;
	transform:translateY(80px);
	transition:transform .4s 0.1s, opacity .4s 0.1s;
}
.section_5 .title-box p{
	opacity:0;
	transform:translateY(80px);
	transition:transform .7s 0.4s, opacity .7s 0.4s;
}
.section_5 .list-box .item-box:nth-child(1){
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s 0.7s, opacity 1.0s 0.7s;
}
.section_5 .list-box .item-box:nth-child(2){
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.3s 1.0s, opacity 1.3s 1.0s;
}
.section_5 .list-box .item-box:nth-child(3){
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.6s 1.3s, opacity 1.6s 1.3s;
}
.section_5 .list-box .item-box:nth-child(4){
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.9s 1.6s, opacity 1.9s 1.6s;
}
.section_5 .list-box .item-box:nth-child(5){
	opacity:0;
	transform:translateY(80px);
	transition:transform 2.2s 1.9s, opacity 2.2s 1.9s;
}
.section_5 .txt-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 2.5s 2.2s, opacity 2.5s 2.2s;
}
.section_5.active .txt-box,
.section_5.active .title-box p,
.section_5.active .title-box h3,
.section_5.active .list-box .item-box{
	opacity:1;
	transform:translateY(0);
}




.section_6{
	padding-top:50px;
	box-sizing:border-box;
}
.section_6 .title-box{
	text-align:center;
}
.section_6 .title-box h3{
	font-size:36px;
	color:#333333;
	margin-bottom:20px;
}
.section_6 .title-box p{
	font-size:16px;
	color:#666666;
}
.section_6 .all-box{
	margin-top:50px;
}
.section_6 .all-box .item-box{
	position:relative;
}
.section_6 .all-box .item-box .img-box{
	overflow:hidden;
}
.section_6 .all-box .item-box .img-box img{
	width:100%;
	height:350px;
	object-fit:cover;
	transition:all .5s;
}
.section_6 .all-box .item-box:hover .img-box img{
	transform:scale(1.05);
}
.section_6 .all-box .item-box .txt-box{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:60px;
	line-height:60px;
	color:#ffffff;
	background:rgba(0, 0, 0, 0.3);
	transition:all .5s;
	text-align:center;
}
.section_6 .all-box .item-box:hover .txt-box{
	opacity:1;
	background:#012F6B;
}
.section_6 .more-box{
	text-align:center;
	margin-top:42px;
}
.section_6 .swiper-button-next,
.section_6 .swiper-button-prev{
	width:60px;
	height:60px;
	background:rgba(0, 0, 0, 0.2);
	margin-top:-30px;
}
.section_6 .swiper-button-prev{
	left:0;
}
.section_6 .swiper-button-next{
	right:0;
}
.section_6 .swiper-button-next:after,
.section_6 .swiper-button-prev:after{
	color:#ffffff;
	font-size:20px;
	font-weight:700;
}
.section_6 .swiper-button-next:hover,
.section_6 .swiper-button-prev:hover{
	background:#D00707;
}
.section_6 .title-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform .7s .4s, opacity .7s .4s;
}
.section_6 .all-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s .7s, opacity 1.0s .7s;
}
.section_6.active .title-box,
.section_6.active .all-box{
	opacity:1;
	transform:translateY(0);
}




.section_7{
	padding-top:20px;
	box-sizing:border-box;
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
}
.section_7 .title-box{
	display:inline-block;
}
.section_7 .title-box span{
	font-size:24px;
	color:#333333;
} 
.section_7 .title-box h3{
	position:relative;
	font-size:48px;
	color:#012F6B;
	margin-top:20px;
	margin-bottom:15px;
}
.section_7 .title-box h3 img{
	position:absolute;
	top:-25px;
	right:-40px;
}
.section_7 .title-box p{
	font-size:20px;
	color:#012F6B;
}
.section_7 .img-box{
	margin-top:14vh;
	padding-left:35px;
	padding-right:35px;
	box-sizing:border-box;
}
.section_7 .img-box img{
	width:100%;
}
.section_7 .title-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform .7s .4s, opacity .7s .4s;
}
.section_7 .img-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s .7s, opacity 1.0s .7s;
}
.section_7.active .title-box,
.section_7.active .img-box{
	opacity:1;
	transform:translateY(0);
}







.section_8{
	padding-top:20px;
}
.section_8 .title-box-top{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.section_8 .title-box-top .title-box h3{
	font-size:36px;
	color:#333333;
	margin-bottom:20px;
}
.section_8 .title-box-top .title-box p{
	font-size:16px;
	color:#666666;
}
.section_8 .all-box{
	margin-top:70px;
}
.section_8 .all-box .item-box .img-box{
	overflow:hidden;
}
.section_8 .all-box .item-box .img-box img{
	width:100%;
	height:250px;
	object-fit:cover;
	transition:all .5s;
}
.section_8 .all-box .item-box .img-box:hover img{
	transform:scale(1.05);
}
.section_8 .all-box .item-box .txt-box{
	height:200px;
	background:#f8f8f8;
	padding-left:23px;
	padding-right:23px;
	padding-top:23px;
	box-sizing:border-box;
}
.section_8 .all-box .item-box .txt-box h3{
	font-size:18px;
	color:#333333;
	margin-bottom:16px;
}
.section_8 .all-box .item-box .txt-box p.time-box{
	color:#999999;
	font-size:14px;
}
.section_8 .all-box .item-box .txt-box p.des{
	color:#999999;
	font-size:14px;
	line-height:24px;
	margin-top:16px;
	padding-top:16px;
	border-top:1px solid #efefef;
}
.section_8 .all-box .item-box:hover .txt-box h3{
	color:#012F6B;
}
.section_8 .swiper-pagination{
	position:static;
	margin-top:80px;
}





@media screen and (max-width:1680px) {
	.block{
		width:1300px !important;
	}
	.section_3 .all-box{
		top:60%;
	}
	.section_5 .bottom-box .item-box{
		width:13.5%;
	}
	.section_8{
		padding-top:50px;
		box-sizing:border-box;
	}
	.section_8 .all-box{
		margin-top:30px;
	}
	.section_8 .all-box .item-box .txt-box h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient: vertical;
	}
	.section_8 .all-box .item-box .txt-box p.des{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
	}
	.section_8 .swiper-pagination{
		margin-top:30px;
	}
}
/*# sourceMappingURL=index.css.map */</pre></body></html>