#menu {
	position: fixed;
	top: 50%;
	right: 50px;
	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;
	width: 40px;
}
#menu li a span {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #bfbfbf;
	transition: all .3s;
	vertical-align: middle;
}
#menu li.active a span {
	width: 34px;
	background: #0D214C;
}
#menu li.active a p {
	display: inline-block;
	vertical-align: middle;
}
#menu.active {
	display: block;
}




.section {
	box-sizing: border-box;
}
.section_1 {
	position: relative;
	height: 100vh !important;
	display: block !important;
	box-sizing: border-box;
}
.section_1 .fp-tableCell {
	display: block;
}
.section_1 .swiper-slide .img-box,
.section_1 .swiper-slide,
.section_1 .swiper-container {
	width: 100%;
	height: 100%;
}
.section_1 .swiper-slide .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.section_1 .swiper-pagination {
	bottom:70px;
	text-align:center;
}




.section_2{
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
}
.section_2 .title-box{
	text-align:center;
}
.section_2 .title-box span{
	display:inline-block;
	font-size:16px;
	color:#000;

	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_2 .title-box h3{
	font-size:40px;
	color:#000;
	margin-top:32px;
	margin-bottom:18px;

	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_2 .title-box p{
	font-size:22px;
	color:#000;

	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_2 .more-box{
	width:110px;
	height:30px;
	line-height:30px;
	background:#0D214C;
	border-radius: 3px;
	margin:0 auto;
	margin-top:55px;
	text-align:center;

	transform:translateY(100px);
	opacity: 0;
	transition: transform 1.3s 1.6s, opacity 1.3s 1.6s;
}
.section_2 .more-box a{
	font-size:14px;
	color:#fff;
}
.section_2 .more-box a img{
	margin-left:8px;
	position:relative;
	top:-1px;
}
.section_2.active .title-box h3,
.section_2.active .title-box p,
.section_2.active .more-box,
.section_2.active .title-box span{
	opacity: 1;
	transform: translateY(0);
}






.section_3{
	padding-bottom:85px;
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
}
.section_3 .block{
	position:relative;
}
.section_3 .title-box{
	position:absolute;
	left:0;
	top:19vh;
}
.section_3 .title-box h3{
	font-size:36px;
	font-family:'Sou-B';
}
.section_3 .title-box span{
	font-size:18px;
	font-family:'Sou-R';
	display:inline-block;
	margin-top:5px;
	margin-bottom:12px;
}
.section_3 .title-box p{
	font-size:22px;
	color:#000;
}
.section_3 .tab-box{
	position:absolute;
	left:0;
	top:37.5vh;
	max-width:670px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	z-index:999;
}
.section_3 .tab-box .item-box{
	width:300px;
	height:94px;
	border-radius:3px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#EAEAEA;
	padding-left:20px;
	padding-right:20px;
	margin-right:35px;
	margin-bottom:25px;
	box-sizing:border-box;
}
.section_3 .tab-box .item-box.active{
	background-image:url('../images/icon_6.png');
}
.section_3 .tab-box .item-box.active p,
.section_3 .tab-box .item-box.active h3{
	color:#0D214C;
}
.section_3 .tab-box .item-box p{
	font-size:16px;
	line-height:20px;
	font-family:'Sou-L';
}
.section_3 .tab-box .item-box h3{
	margin-top:5px;
	font-weight:400;
}
.section_3 .all-box{
	height:calc(75% - 85px);
	padding-top:25vh;
	padding-bottom:85px;
	box-sizing:border-box;
}
.section_3 .all-box .item-box{
	display:flex;
	justify-content:flex-end;
}
.section_3 .all-box .item-box .img-box{
	text-align:right;
}
.section_3 .all-box .item-box .img-box img{
	position:relative;
	width:auto;
	height:100%;
}
.section_3 .all-box .item-box .des-box{
	position:absolute;
	left:0px;
	bottom:100px;
	padding-bottom:15px;
	width:70%;
	border-bottom:2px solid rgba(13,33,76,0.4);
}
.section_3 .all-box .item-box .des-box p{
	padding-left:20px;
	font-size:16px;
	line-height:30px;
}


.section_3 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_3 .tab-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_3 .all-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_3.active .tab-box,
.section_3.active .all-box,
.section_3.active .title-box{
	opacity: 1;
	transform: translateY(0);
}







.section_4 .fp-tableCell,
.section_4{
	position:relative;
}
.section_4 .item-box{
	position:relative;
}
.section_4 .img-box img{
	width:100%;
	height:100vh;
	object-fit:cover;
}
.section_4 .item-box .info-box{
	position:absolute;
	left:8.3%;
	top:50%;
	transform:translateY(-50%);
}
.section_4 .item-box .info-box .icon-box{
	margin-bottom:80px;
}
.section_4 .item-box .info-box .tag-imgs{
	display:flex;
	justify-content:flex-start;
}
.section_4 .item-box .info-box .tag-imgs .tag{
	margin-right:35px;
	font-size:20px;
	color:#0D214C;
	font-weight:700;
}
.section_4 .item-box .info-box .tag-imgs .tag img{
	max-width:40px;
	max-height:30px;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.section_4 .item-box .info-box .txt-box{
	width:390px;
	height:137px;
	margin-top:40px;
	padding:18px;
	background:#0D214C;
	border-top-right-radius:30px;
	box-sizing:border-box;
}
.section_4 .item-box .info-box .txt-box h3{
	font-size:20px;
	color:#fff;
	line-height:1;
	margin-bottom:8px;
}
.section_4 .item-box .info-box .txt-box p{
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.section_4 .bottom-box{
	position:absolute;
	z-index:999;
	height:116px;
	bottom:0;
	left:0;
	width:100%;
	background:#0D214C;
	display:flex;
	justify-content:center;
}
.section_4 .bottom-box .item-box{
	width:190px;
	margin-left:30px;
	margin-right:30px;
	padding-top:35px;
	text-align:center;
	box-sizing:border-box;
	transition:all .3s;
}
.section_4 .bottom-box .item-box.active{
	height:174px;
	padding-top:66px;
	background:url('../images/icon_7.png') center center no-repeat;
	background-size:100% 100%;
	transform:translateY(-87px);
	box-sizing:border-box;
}
.section_4 .bottom-box .item-box h3{
	font-size:22px;
	color:#fff;
	font-weight:400;
}
.section_4 .bottom-box .item-box p{
	font-size:12px;
	color:#fff;
}
.section_4 .bottom-box .item-box.active h3,
.section_4 .bottom-box .item-box.active p{
	color:#0D214C;
}


.section_4 .item-box .info-box .icon-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_4 .item-box .info-box .tag-imgs{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_4 .item-box .info-box .txt-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_4 .item-box .info-box .bottom-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.3s 1.6s, opacity 1.3s 1.6s;
}
.section_4.active .item-box .info-box .bottom-box,
.section_4.active .item-box .info-box .txt-box,
.section_4.active .item-box .info-box .tag-imgs,
.section_4.active .item-box .info-box .icon-box{
	opacity: 1;
	transform: translateY(0);
}





.section_5{
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
}
.section_5 .all-box{
	width:760px;
	padding-left:8.3%;
	text-align:center;
	margin-top:-175px;
}
.section_5 .title-box h3{
	font-size:36px;
	margin-bottom:25px;
}
.section_5 .title-box p{
	font-size:14px;
	color:#000000;
	line-height:28px;
	text-align:left;
}
.section_5 .title-box p:nth-child(2){
	margin-bottom:13px;
}
.section_5 .info-box{
	display:flex;
	justify-content:center;
}
.section_5 .info-box .item-box{
	width:116px;
	height:106px;
	background:url('../images/icon_8.png') center center no-repeat;
	background-size:100% 100%;
	margin-left:15px;
	margin-right:15px;
	margin-top:35px;
	padding-top:25px;
	text-align:center;
	box-sizing:border-box;
}
.section_5 .info-box .item-box:hover{
	background-image:url('../images/icon_7.png');
}
.section_5 .info-box .item-box:hover .icon-box img,
.section_5 .info-box .item-box .icon-box img.active{
	display:none;
}
.section_5 .info-box .item-box:hover .icon-box img.active{
	display:inline-block;
}
.section_5 .info-box .item-box p{
	font-size:14px;
	color:#fff;
	margin-top:10px;
}
.section_5 .info-box .item-box:hover p{
	color:#0D214C;
}
.section_5 .more-box{
	margin-top:50px;
}
.section_5 .more-box a img{
	position:relative;
	top:-2px;
	margin-left:5px;
}


.section_5 .all-box .title-box h3{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_5 .all-box .title-box p{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_5 .all-box .info-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_5 .all-box .more-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.3s 1.6s, opacity 1.3s 1.6s;
}
.section_5.active .all-box .title-box h3,
.section_5.active .all-box .title-box p,
.section_5.active .all-box .info-box,
.section_5.active .all-box .more-box{
	opacity: 1;
	transform: translateY(0);
}






.section_6{
	background:url('../images/img_4.png') center center no-repeat;
	background-size:cover;
}
.section_6 .title-box{
	position:relative;
	text-align:left;
}
.section_6 .title-box:before{
	position:absolute;
	content:'';
	width:20px;
	height:5px;
	background:#0D214C;
	left:2px;
	bottom:-24px;
}
.section_6 .title-box h3{
	font-size:36px;
	margin-bottom:4px;
}
.section_6 .title-box p{
	font-size:20px;
}
.section_6 .all-box{
	width:1300px;
	margin-top:93px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.section_6 .all-box .tab-box{
	width:calc(100% - 1065px);
	padding-right:140px;
	box-sizing:border-box;
}
.section_6 .all-box .tab-box .item-box{
	width:95px;
	height:86px;
	background:url('../images/icon_11.png') center center no-repeat;
	background-size:100% 100%;
	margin-bottom:23px;
	text-align:center;
	padding-top:16px;
	box-sizing:border-box;
}
.section_6 .all-box .tab-box .item-box.active{
	background-image:url('../images/icon_12.png');
}
.section_6 .all-box .tab-box .item-box:last-child{
	margin-bottom:0;
}
.section_6 .all-box .tab-box .item-box.active img,
.section_6 .all-box .tab-box .item-box img.active{
	display:none;
}
.section_6 .all-box .tab-box .item-box.active img.active{
	display:inline-block;
}
.section_6 .all-box .tab-box .item-box p{
	font-size:14px;
	color:#fff;
	margin-top:5px;
}
.section_6 .all-box .tab-box .item-box.active p{
	color:#0D214C;
}
.section_6 .all-box .info-box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:1065px;
	height:500px;
	background:#fff;
	padding:42px 37px;
	box-sizing:border-box;
}
.section_6 .all-box .info-box .item-box:nth-child(1){
	width:342px;
	padding-top:50px;
	padding-left:30px;
	box-sizing:border-box;
}
.section_6 .all-box .info-box .item-box:nth-child(1) p{
	font-size:30px;
	font-family:'Sou-B';
	line-height:30px;
}
.section_6 .all-box .info-box .item-box:nth-child(1) h3{
	font-size:20px;
	margin-top:12px;
	font-weight:400;
	margin-bottom:15px;
}
.section_6 .all-box .info-box .item-box:nth-child(2){
	margin-right:5px;
	margin-bottom:15px;
}
.section_6 .all-box .info-box .item-box:nth-child(3){
	margin-bottom:15px;
}
.section_6 .all-box .info-box .item-box:nth-child(7),
.section_6 .all-box .info-box .item-box:nth-child(3),
.section_6 .all-box .info-box .item-box:nth-child(2){
	width:320px;
}
.section_6 .all-box .info-box .item-box:nth-child(4),
.section_6 .all-box .info-box .item-box:nth-child(5),
.section_6 .all-box .info-box .item-box:nth-child(6){
	width:217px;
}
.section_6 .all-box .info-box .item-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.section_6 .all-box .info-box .item-box:nth-child(7){
	padding-left:24px;
	padding-top:35px;
	box-sizing:border-box;
}
.section_6 .all-box .info-box .item-box:nth-child(7){
	font-size:14px;
	line-height:25px;
}


.section_6 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_6 .tab-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_6 .list-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_6.active .title-box,
.section_6.active .tab-box,
.section_6.active .list-box{
	opacity: 1;
	transform: translateY(0);
}




.section_7{
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
}
.section_7 .title-box{
	position:relative;
	text-align:center;
	padding-top:70px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.section_7 .title-box h3{
	font-size:36px;
	margin-bottom:4px;
}
.section_7 .title-box p{
	font-size:20px;
}
.section_7 .title-box:before{
	position:absolute;
	content:'';
	width:20px;
	height:5px;
	background:#0D214C;
	bottom:0;
}

.section_7 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:6%;
	padding-right:6%;
	box-sizing:border-box;
	margin:0 auto;
	margin-top:50px;
}
.section_7 .all-box .tab-box{
	width:277px;
	padding-right:48px;
	box-sizing:border-box;
}
.section_7 .all-box .tab-box .item-box{
	background:url('../images/icon_13.png') center center no-repeat;
	background-size:100% 100%;
	margin-bottom:26px;
	width:229px;
	height:64px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.section_7 .all-box .tab-box .item-box:last-child{
	margin-bottom:0;
}
.section_7 .all-box .tab-box .item-box.active{
	background-image:url('../images/icon_14.png');
}
.section_7 .all-box .tab-box .item-box.active .icon-box img,
.section_7 .all-box .tab-box .item-box .icon-box img.active{
	display:none;
}
.section_7 .all-box .tab-box .item-box.active .icon-box img.active{
	display:inline-block;
}
.section_7 .all-box .tab-box .item-box .icon-box{
	padding-left:15px;
	box-sizing:border-box;
}
.section_7 .all-box .tab-box .item-box:nth-child(1) .icon-box,
.section_7 .all-box .tab-box .item-box:nth-child(4) .icon-box{
	padding-left:18px;
}
.section_7 .all-box .tab-box .item-box .txt-box{
	position:relative;
	padding-left:40px;
	box-sizing:border-box;
}
.section_7 .all-box .tab-box .item-box .txt-box:before{
	position:absolute;
	content:'';
	width:110px;
	height:1px;
	background:#fff;
	bottom:22px;
}
.section_7 .all-box .tab-box .item-box .txt-box h3{
	font-size:16px;
	color:#fff;
}
.section_7 .all-box .tab-box .item-box .txt-box p{
	font-size:14px;
	color:#fff;
	margin-top:5px;
}
.section_7 .all-box .tab-box .item-box.active .txt-box h3,
.section_7 .all-box .tab-box .item-box.active .txt-box p{
	color:#0D214C;
}
.section_7 .all-box .tab-box .item-box.active .txt-box:before{
	background:#0D214C;
}
.section_7 .all-box .list-box{
	width:calc(100% - 277px);
}
.section_7 .all-box .list-box .img-box img{
	width:100%;
	object-fit:cover;
	border-radius:30px;
}


.section_7 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_7 .tab-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_7 .list-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_7.active .title-box,
.section_7.active .tab-box,
.section_7.active .list-box{
	opacity: 1;
	transform: translateY(0);
}







.section_8 .title-box{
	position:relative;
	text-align:center;
	padding-top:70px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.section_8 .title-box h3{
	font-size:36px;
	margin-bottom:4px;
}
.section_8 .title-box p{
	font-size:20px;
}
.section_8 .title-box:before{
	position:absolute;
	content:'';
	width:20px;
	height:5px;
	background:#0D214C;
	bottom:0;
}
.section_8 .all-box{
	width:1550px;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.section_8 .all-box .imgs{
	width:48%;
	border-radius:15px;
	overflow:hidden;
}
.section_8 .all-box .imgs .item-box{
	position:relative;
}
.section_8 .all-box .imgs .item-box .img-box img{
	width:100%;
	height:524px;
	object-fit:cover;
}
.section_8 .all-box .imgs p{
	position:absolute;
	width:100%;
	font-size:18px;
	color:#fff;
	bottom:30px;
	text-align:center;
	font-weight:700;
}
.section_8 .all-box .info-box{
	width:52%;
	height:524px;
	padding-left:40px;
	overflow:hidden;
	box-sizing:border-box;
}
.section_8 .all-box .info-box .swiper-slide{
	height:120px !important;
}
.section_8 .all-box .info-box .item-box{
	width:100%;
	height:120px;
	background:#F7F7F7;
	border-radius:5px;
	margin-bottom:15px;
	padding-left:27px;
	padding-right:20px;
	padding-top:23px;
	box-sizing:border-box;
}
.section_8 .all-box .info-box .item-box h3{
	font-size:20px;
	line-height:1;
	margin-bottom:10px;
}
.section_8 .all-box .info-box .item-box p{
	font-size:14px;
	color:#999999;
	line-height:25px;
}
.section_8 .swiper-button-prev{
	left:18px;
}
.section_8 .swiper-button-next{
	right:18px;
}
.section_8 .swiper-button-prev:after,
.section_8 .swiper-button-next:after{
	display:none;
}
.section_8 .more-box{
	width:110px;
	height:30px;
	line-height:30px;
	background:#0D214C;
	border-radius: 3px;
	margin:0 auto;
	margin-top:45px;
	text-align:center;
}
.section_8 .more-box a{
	font-size:14px;
	color:#fff;
}
.section_8 .more-box a img{
	margin-left:8px;
	position:relative;
	top:-1px;
}


.section_8 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_8 .imgs{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_8 .info-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_8 .more-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.3s 1.6s, opacity 1.3s 1.6s;
}
.section_8.active .more-box,
.section_8.active .title-box,
.section_8.active .imgs,
.section_8.active .info-box{
	opacity: 1;
	transform: translateY(0);
}







.section_9{
	background:url('../images/img_6.png') center center no-repeat;
	background-size:cover;
}
.section_9 .block{
	width:1500px;
}
.section_9 .info-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.section_9 .title-box{
	position:relative;
	padding-bottom:20px;
	box-sizing:border-box;
}
.section_9 .title-box h3{
	font-size:36px;
	margin-bottom:4px;
}
.section_9 .title-box p{
	font-size:20px;
}
.section_9 .title-box:before{
	position:absolute;
	content:'';
	width:20px;
	height:5px;
	background:#0D214C;
	bottom:0;
}
.section_9 .more-box{
	width:110px;
	height:30px;
	line-height:30px;
	background:#0D214C;
	border-radius: 3px;
	text-align:center;
}
.section_9 .more-box a{
	font-size:14px;
	color:#fff;
}
.section_9 .more-box a img{
	margin-left:8px;
	position:relative;
	top:-1px;
}
.section_9 .list-box{
	margin-top:60px;
	display:flex;
	justify-content:flex-start;
}
.section_9 .list-box .item-box{
	position:relative;
	width:calc(calc(100% - 66px)/3);
	height:508px;
	margin-right:33px;
}
.section_9 .list-box .item-box:last-child{
	margin-right:0;
}
.section_9 .list-box .item-box .img-box{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.section_9 .list-box .item-box .img-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	z-index:99;
}
.section_9 .list-box .item-box:hover .img-box:before{
	background:url('../images/icon_42.png') center center no-repeat;
	background-size:cover;
}
.section_9 .list-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.section_9 .list-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.section_9 .list-box .item-box .txt-box{
	position:absolute;
	left:30px;
	bottom:40px;
	transition:all .5s;
	z-index:100;
}
.section_9 .list-box .item-box:hover .txt-box{
	transform:translateY(-50px);
}
.section_9 .list-box .item-box .txt-box h3{
	font-size:24px;
	color:#fff;
	font-weight:400;
	line-height:1;
	margin-bottom:15px;
}
.section_9 .list-box .item-box .txt-box p{
	font-size:20px;
	color:#fff;
	line-height:1;
	font-family:'Sou-R';
}
.section_9 .list-box .item-box .more{
	position:absolute;
	width:110px;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
	border-radius:3px;
	bottom:40px;
	left:30px;
	text-align:center;
	transition:all .5s;
	transform:translateY(30px);
	opacity:0;
	z-index:100;
}
.section_9 .list-box .item-box .more a{
	color:#fff;
}
.section_9 .list-box .item-box .more a img{
	margin-left:8px;
	position:relative;
	top:-1px;
}
.section_9 .list-box .item-box:hover .more{
	opacity:1;
	transform:translateY(0);
}


.section_9 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_9 .more-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_9 .list-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_9.active .more-box,
.section_9.active .title-box,
.section_9.active .list-box{
	opacity: 1;
	transform: translateY(0);
}











.section_10{
	background:url('../images/img_7.png') center center no-repeat;
	background-size:cover;
}
.section_10 .title-box{
	padding-left:11%;
	position:relative;
	padding-top:120px;
	padding-bottom:22px;
	box-sizing:border-box;
}
.section_10 .title-box h3{
	font-size:36px;
	margin-bottom:15px;
}
.section_10 .title-box p{
	font-size:20px;
}
.section_10 .title-box:before{
	position:absolute;
	content:'';
	width:20px;
	height:5px;
	background:#0D214C;
	bottom:0;
}
.section_10 .des-box{
	padding-left:11%;
	margin-top:36px;
}
.section_10 .des-box p{
	font-size:16px;
	line-height:30px;
}
.section_10 .list-box{
	padding-right:4%;
	width:70%;
	height:520px;
	margin-left:auto;
	position:relative;
	top:25px;
}
.section_10 .list-box .swiper-container{
	height:100%;
}
.section_10 .item-box{
	display:flex;
	justify-content:flex-end;
}
.section_10 .item-box .img-box{
	margin-left:28px;
}
.section_10 .item-box-one{
}
.section_10 .item-box-two{
	margin-top:32px;
	padding-right:120px;
	box-sizing:border-box;
}
.section_10 .item-box-three{
	margin-top:30px;
}
.section_10 .swiper-slide{
	width:100% !important;
}
.section_10 .swiper-button-prev:after,
.section_10 .swiper-button-next:after{
	display:none;
}
.section_10 .arr-box{
	position:absolute;
	width:130px;
	left:11%;
	bottom:33vh;
	display:flex;
	justify-content:space-between;
	z-index:200;
}
.section_10 .arr-box .swiper-button-next:hover img,
.section_10 .arr-box .swiper-button-prev:hover img,
.section_10 .arr-box img.active{
	display:none;
}
.section_10 .arr-box .swiper-button-next:hover img.active,
.section_10 .arr-box .swiper-button-prev:hover img.active{
	display:inline-block;
}

.section_10 .title-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.4s .7s, opacity 0.4s .7s;
}
.section_10 .des-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1.0s, opacity 0.7s 1.0s;
}
.section_10 .list-box{
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.0s 1.3s, opacity 1.0s 1.3s;
}
.section_10.active .des-box,
.section_10.active .title-box,
.section_10.active .list-box{
	opacity: 1;
	transform: translateY(0);
}




@media screen and (max-width: 1680px) {
	.section_3 .all-box .item-box .img-box img{
		height:80%;
	}
	.section_3 .all-box .item-box .des-box{
		bottom:200px;
	}
	.section_4 .item-box .info-box .icon-box img{
		height:80px;
	}
	.section_4 .item-box .info-box .icon-box{
		margin-bottom:30px;
	}
	.section_4 .item-box .info-box{
		transform:translateY(-70%);
	}
	.section_5 .all-box{
		zoom:.8;
	}
	.section_6 .title-box{
		margin-top:80px;
	}
	.section_6 .all-box{
		margin-top:45px;
	}
	.section_8 .title-box{
		margin-top:30px;
		zoom:.8;
	}
	.section_8 .all-box{
		zoom:.8;
	}
	.section_9 .info-box{
		margin-top:60px;
	}
	.section_9 .list-box .item-box{
		height:408px;
	}
	.section_10 .item-box-two{
		margin-top:42px;
	}
	.section_10 .list-box{
		zoom:.7;
		top:-40px;
	}
}
/*# sourceMappingURL=index.css.map */