.block{
	width:1600px;
}






#header {
	position: fixed;
	top: 0;
	left: 0;
}
#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;
	width: 100%;
	padding-top:90px;
	box-sizing:border-box;
	overflow: hidden;
}
.section_1 .banner-box .swiper-slide {
	width: 100vw;
	height:100vh;
}
.section_1 .banner-box .swiper-slide img {
	width: 100%;
	height:100%;
	object-fit:cover;
}
.section_1 .banner-box .swiper-button-prev {
	left: 80px;
}
.section_1 .banner-box .swiper-button-next {
	right: 80px;
}
.section_1 .banner-box .swiper-button-next,
.section_1 .banner-box .swiper-button-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	transition: all 0.3s;
	border-radius: 50%;
	background:unset;
}
.section_1 .banner-box .swiper-button-next:after,
.section_1 .banner-box .swiper-button-prev:after {
	display:none;
}
/*.section_1 .banner-box .swiper-button-next:hover,
.section_1 .banner-box .swiper-button-prev:hover {
  background:#0A4F8A;
}*/
.section_1 .banner-box .swiper-pagination {
	padding-left:8.3%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	bottom:144px;
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 1;
	margin-left: 18px;
	margin-right: 18px;
	background-color: transparent;
	font-size: 0;
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	width: 50px;
	height: 50px;
	transition: all 0.3s;
	object-fit: cover;
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet .circleChart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 62px;
	height: 62px;
	transform: translate(-50%, -50%);
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet:hover::before {
	width: 100%;
	height: 100%;
}
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img,
.section_1 .banner-box .swiper-pagination .swiper-pagination-bullet:hover img {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}








.section_2 {
	position: relative;
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
}
.section_2 .centent-box {
	position: relative;
	display:flex;
	align-items:center;
	padding-top:90px;
	box-sizing:border-box;
}
.section_2 .centent-box .big-box {
	position:relative;
	width:57.875%;
	height:68vh;
}
.section_2 .centent-box .big-box img{
	width:100%;
	height:100%;
}
.section_2 .centent-box .info-box {
	width:42.125%;
	padding-left:65px;
	box-sizing: border-box;
	opacity:0;
	transform:translateY(80px);
	transition:transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .centent-box .info-box .des-box h3{
	font-size:36px;
	color:#0A4F8A;
	margin-bottom:20px;
}
.section_2 .centent-box .info-box .des-box span{
	color:#999;
	font-size:16px;
	display:inline-block;
	margin-bottom:30px;
}
.section_2 .centent-box .info-box .des-box p{
	font-size:16px;
	color:#333;
	line-height:36px;
}
.section_2 .centent-box .info-box .more-box{
	margin-top:30px;
}
.section_2 .centent-box .info-box .list-box{
	display:flex;
	justify-content:space-between;
	margin-top:46px;
	opacity:0;
	transform:translateY(80px);
	transition:transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .centent-box .info-box .list-box .item-box .icon-box{
	text-align:center;
}
.section_2 .centent-box .info-box .list-box .item-box .icon-box:hover img,
.section_2 .centent-box .info-box .list-box .item-box .icon-box img.active{
	display:none;
}
.section_2 .centent-box .info-box .list-box .item-box .icon-box:hover img.active,
.section_2 .centent-box .info-box .list-box .item-box .icon-box img{
	display:inline-block;
}
.section_2 .centent-box .info-box .list-box .item-box p{
	font-size:16px;
	color:#666666;
	margin-top:25px;
}
.section_2.active .centent-box .info-box{
	opacity:1;
	transform:translateY(0);
}
.section_2.active .centent-box .list-box{
	opacity:1;
	transform:translateY(0);
}













.section_3{
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
}
.section_3 .centent-box{
	padding-top:90px;
	box-sizing:border-box;
}
.section_3 .centent-box > .title-box{
	text-align:center;
	padding-bottom:35px;
	box-sizing:border-box;
	opacity:0;
	transform:translateY(80px);
	transition:transform 0.9s 0.6s, opacity 0.9s 0.6s;
}
.section_3 .centent-box > .title-box h3{
	font-size:36px;
	color:#0A4F8A;
	margin-bottom:15px;
}
.section_3 .centent-box > .title-box p{
	font-size:16px;
	color:#999999;
}
.section_3 .centent-box .list-box{
	display:flex;
	justify-content:space-between;
}
.section_3 .centent-box .item-box{
	position:relative;
	width:32%;
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.2s 0.9s, opacity 1.2s 0.9s;
}
.section_3 .centent-box .item-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:0;
	background:#0A4F8A;
	opacity:0.9;
	z-index:1;
	transition:all .5s;
}
.section_3 .centent-box .item-box:hover:before{
	height:100%;
}
.section_3 .centent-box .item-box .img-box img,
.section_3 .centent-box .item-box .img-box{
	position:relative;
	width:100%;
}
.section_3 .centent-box .item-box .img-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	background:rgba(0, 0, 0, 0.3);
	width:100%;
	height:100%;
	z-index:3;
}
.section_3 .centent-box .item-box .txt-box{
	position:absolute;
	bottom:83px;
	text-align:center;
	left:3%;
	right:3%;
	z-index:5;
	transition:all .5s;
}
.section_3 .centent-box .item-box .txt-box .icon-box img{
	height:44px;
}
.section_3 .centent-box .item-box .txt-box .title-box{
	position:relative;
	padding-bottom:30px;
}
.section_3 .centent-box .item-box .txt-box .title-box:before{
	position:absolute;
	content:'';
	background:#ffffff;
	width:38px;
	height:1px;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.section_3 .centent-box .item-box .txt-box .title-box h3{
	font-size:24px;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:10px;
}
.section_3 .centent-box .item-box .txt-box .title-box span{
	font-size:18px;
	color:#ffffff;
}
.section_3 .centent-box .item-box .des-box{
	position:absolute;
	opacity:0;
	bottom:0;
	left:72px;
	right:72px;
	transition:all .5s;
	z-index:5;
	text-align:center;
}
.section_3 .centent-box .item-box .des-box p{
	font-size:14px;
	color:#ffffff;
	line-height:28px;
}
.section_3 .centent-box .item-box:hover .txt-box{
	bottom:324px;
}
.section_3 .centent-box .item-box:hover .des-box{
	opacity:1;
	bottom:170px;
}
.section_3.active .centent-box .title-box,
.section_3.active .centent-box .item-box{
	opacity:1;
	transform:translateY(0);
}







.section_4 .centent-box{
	position:relative;
	box-sizing:border-box;
	background:url('../images/img_3.png') center right no-repeat;
	background-size:auto 100%;
	height:100vh;
}
.section_4 .centent-box .icon-box{
	position:absolute;
	right:30px;
	bottom:90px;
}
.section_4 .centent-box .icon-box img{
	height:50vh;
}
.section_4 .centent-box .imgs{
	position:relative;
	z-index:-1;
}
.section_4 .centent-box .imgs .img-box{
	display:none;
}
.section_4 .centent-box .imgs .img-box.active{
	display:inline-block;
}
.section_4 .centent-box .imgs .img-box img{
	height:100vh;
}
.section_4 .centent-box .all-box{
	position:absolute;
	left:32vw;
	bottom:90px;
	width:40vw;
}
.section_4 .centent-box .all-box .txts-box .txt-box{
	display:none;
}
.section_4 .centent-box .all-box .txts-box .txt-box.active{
	display:inline-block;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box h1{
	font-size:50px;
	color:#0A4F8A;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box h3{
	font-size:36px;
	color:#0A4F8A;
	font-weight:400;
	margin-top:23px;
	margin-bottom:15px;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box h3 span{
	position:relative;
	margin-left:34px;
	margin-right:34px;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box h3 span:before{
	position:absolute;
	content:'';
	left:-17px;
	top:-5px;
	background:url('../images/icon_6.png') center center no-repeat;
	width:10px;
	height:10px;
	background-size:100% 100%;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box h3 span:after{
	position:absolute;
	content:'';
	right:-17px;
	bottom:-5px;
	background:url('../images/icon_7.png') center center no-repeat;
	width:10px;
	height:10px;
	background-size:100% 100%;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box p{
	font-size:16px;
	color:#333333;
	line-height:25px;
	font-weight:300;
}
.section_4 .centent-box .all-box .txts-box .txt-box ul{
	margin-top:40px;
}
.section_4 .centent-box .all-box .txts-box .txt-box ul li{
	font-size:16px;
	color:#333333;
	margin-bottom:23px;
	display:flex;
	align-items:center;
}
.section_4 .centent-box .all-box .txts-box .txt-box ul li span{
	background:url('../images/icon_5.png') center center no-repeat;
	background-size:100% 100%;
	width:240px;
	height:35px;
	line-height:35px;
	font-size:20px;
	color:#333333;
	font-weight:700;
	text-align:center;
	flex-shrink:0;
}
.section_4 .centent-box .all-box .txts-box .txt-box ul li p{
	font-size:16px;
	color:#333;
	padding-left:15px;
	line-height:1.4;
}
.section_4 .centent-box .items-box{
	display:flex;
	margin-top:20px;
}
.section_4 .centent-box .items-box .item-box{
	width:123px;
	height:140px;
	padding:10px;
	margin-right:25px;
	box-sizing:border-box;
}
.section_4 .centent-box .items-box .item-box.active{
	background:#0A4F8A;
	border-radius:3px;
}
.section_4 .centent-box .items-box .item-box.active:last-child{
	background:transparent;
}
.section_4 .centent-box .items-box .item-box p{
	font-size:14px;
	color:#333333;
	text-align:center;
	margin-top:8px;
	width:140px;
	margin-left:-20px;
}
.section_4 .centent-box .items-box .item-box.active .img-box{
	border-color:#0A4F8A;
}
.section_4 .centent-box .items-box .item-box.active:last-child .img-box{
	border-color:#fff;
}
.section_4 .centent-box .items-box .img-box{
	width:95px;
	height:95px;
	border:2px solid #ffffff;
	border-radius:3px;
}
.section_4 .centent-box .items-box .img-box img{
	width:100%;
	height:100%;
}
.section_4 .centent-box .items-box .item-box.active p{
	color:#ffffff;
}
.section_4 .centent-box .items-box .item-box.active:last-child p{
	color:#333333;
}
.section_4 .centent-box .all-box .txts-box .txt-box .title-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 0.7s 0.4s, opacity 0.7s 0.4s;
}
.section_4 .centent-box .all-box .txts-box .txt-box ul{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.0s 0.7s, opacity 1.0s 0.7s;
}
.section_4 .centent-box .items-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.3s 1.0s, opacity 1.3s 1.0s;
}
.section_4 .centent-box .icon-box{
	opacity:0;
	transform:translateY(80px);
	transition:transform 1.6s 0.3s, opacity 1.6s 0.3s;
}
.section_4.active .centent-box .icon-box,
.section_4.active .centent-box .items-box,
.section_4.active .centent-box .all-box .txts-box .txt-box ul,
.section_4.active .centent-box .all-box .txts-box .txt-box .title-box{
	opacity:1;
	transform:translateY(0);
}







.section_5{
	position:relative;
	box-sizing:border-box;
	background:url('../images/img_4.png') center right no-repeat;
	background-size:cover;
}
.section_5 .centent-box{
	padding-top:90px;
	box-sizing:border-box;
}
.section_5 .centent-box .title-box{
	text-align:center;
	margin-bottom:33px;
}
.section_5 .centent-box .title-box h3{
	font-size:36px;
	color:#0A4F8A;
	margin-bottom:20px;
}
.section_5 .centent-box .title-box p{
	font-size:16px;
	color:#999999;
}
.section_5 .centent-box .item-box .img-box{
	position:relative;
}
.section_5 .centent-box .item-box .img-box > img{
	height:65.4vh;
	width:100%;
	object-fit:cover;
}
.section_5 .centent-box .item-box .img-box .icon-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.section_5 .centent-box .item-box p{
	font-size:16px;
	color:#666;
	text-align:center;
	margin-top:30px;
}
.section_5 .swiper-button-next, 
.section_5 .swiper-button-prev{
	background:unset;
}
.section_5 .swiper-button-prev{
	left:100px;
}
.section_5 .swiper-button-next{
	right:100px;
}






.section_6{
	position:relative;
	box-sizing:border-box;
	background:url('../images/img_5.png') center right no-repeat;
	background-size:cover;
}
.section_6 .centent-box{
	padding-top:90px;
	box-sizing:border-box;
}
.section_6 .centent-box .title-box{
	text-align:center;
	margin-bottom:47px;
}
.section_6 .centent-box .title-box h3{
	font-size:36px;
	color:#0A4F8A;
	margin-bottom:20px;
}
.section_6 .centent-box .title-box p{
	font-size:16px;
	color:#999999;
}
.section_6 .centent-box .item-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
	position:relative;
}
.section_6 .centent-box .item-box .img-box{
	width:28%;
	height:17.5vh;
	overflow:hidden;
}
.section_6 .centent-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.section_6 .centent-box .item-box .txt-box{
	width:55%;
	text-align:left;
	padding-left:45px;
	box-sizing:border-box;
	position:relative;
	z-index:3;
}
.section_6 .centent-box .item-box .txt-box h3{
	color:#333;
	font-size:22px;
	font-weight:400;
	margin-bottom:20px;
}
.section_6 .centent-box .item-box .txt-box p{
	color:#999999;
	font-size:14px;
	line-height:25px;
}
.section_6 .centent-box .item-box .time-box{
	width:17%;
	text-align:left;
	padding-left:100px;
	box-sizing:border-box;
	position:relative;
	z-index:3;
}
.section_6 .centent-box .item-box .time-box h3{
	font-size:32px;
	color:#333333;
	font-weight:400;
	margin-bottom:5px;
}
.section_6 .centent-box .item-box .time-box p{
	font-size:16px;
	color:#999999;
}
.section_6 .centent-box .item-box:before{
	position:absolute;
	content:'';
	left:28%;
	top:0;
	width:0;
	height:100%;
	background:#f6f6f6;
	z-index:1;
	transition:all .5s;
}
.section_6 .centent-box .item-box:hover:before{
	width:72%;
}
.section_6 .centent-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.section_6 .centent-box .item-box:hover .time-box p,
.section_6 .centent-box .item-box:hover .time-box h3{
	color:#0A4F8A;
}
.section_6 .centent-box .more-box{
	margin-top:45px;
	text-align:center;
}




@media screen and (max-width:1680px) {
	.section_4 .centent-box .all-box{
		zoom:.8;
		width:60vw;
	}
}
/*# sourceMappingURL=index.css.map */