.public-header {
	position: fixed;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.9);
}
#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: #0098E8;
	width: 25px;
}
#menu.active {
	right: 20px;
}
.block {
	width: 1280px;
}
.session_1 {
	position: relative;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.session_1 .item-box {
	position: relative;
	padding-left: 390px;
	box-sizing: border-box;
}
.session_1 .item-box .img-box {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.session_1 .item-box .txt-box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.session_1 .item-box .txt-box .title p {
	position: relative;
	font-size: 23px;
	color: #808080;
	line-height: 1.8;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
.session_1 .item-box .txt-box .title p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #232325;
}
.session_1 .item-box .txt-box .title h3 {
	font-size: 42px;
	color: #080408;
}
.session_1 .item-box .txt-box .title h3 span {
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.session_1 .item-box .txt-box .title .icon-box {
	margin-top: 50px;
}
.session_1 .swiper-pagination {
	bottom: 65px;
	text-align: left;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #0098E8;
}
.session_1 .line-box {
	position: absolute;
	bottom: 70px;
	width: 100px;
	height: 1px;
	background: rgba(160, 160, 160, 0.7);
	z-index: 999;
	left: 120px;
}
.session_1 .line-box i {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #0098E8;
}
.section_2 .centent-box {
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_2 .centent-box .title-box {
	margin-bottom: 65px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .centent-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.6;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.section_2 .centent-box .title-box p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #232325;
}
.section_2 .centent-box .title-box h3 {
	font-size: 42px;
	color: #080408;
}
.section_2 .centent-box .title-box h3 span {
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.section_2 .centent-box .imgs-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_2 .centent-box .imgs-box .img-box {
	position: relative;
}
.section_2 .centent-box .imgs-box img {
	width: 100%;
}
.section_2 .centent-box .imgs-box .txt-box {
	position: absolute;
	z-index: 22;
	color: red;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	color: #0098E8;
	font-size: 16px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 10px;
	border-bottom: 2px solid #0098E8;
}
.section_2 .centent-box .imgs-box .swiper-pagination {
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}
.section_2 .centent-box .imgs-box .swiper-pagination-bullet {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: transparent;
	opacity: 1;
	margin-left: 6px;
	margin-right: 6px;
}
.section_2 .centent-box .imgs-box .swiper-pagination-bullet-active {
	background: #0098E8;
	border-color: #0098E8;
}
.section_2.active .title-box,
.section_2.active .imgs-box {
	opacity: 1;
	transform: translateY(0);
}
.section_3 .centent-box {
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_3 .centent-box .tab-box {
	margin-bottom: 35px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_3 .centent-box .tab-box .item-box {
	position: relative;
	float: left;
	width: 20%;
	font-size: 0;
	text-align: center;
}
.section_3 .centent-box .tab-box .item-box .icon-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.section_3 .centent-box .tab-box .item-box .txt-box {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}
.section_3 .centent-box .tab-box .item-box .txt-box h3 {
	font-size: 23px;
	color: #1a1a1a;
	margin-bottom: 8px;
}
.section_3 .centent-box .tab-box .item-box .txt-box p {
	font-size: 14px;
}
.section_3 .centent-box .tab-box .item-box .txt-box p span {
	font-size: 15px;
	color: #1a1a1a;
}
.section_3 .centent-box .tab-box .item-box:before {
	position: absolute;
	content: '';
	right: 0;
	top: 8px;
	width: 1px;
	height: 38px;
	background: #e6e6e6;
}
.section_3 .centent-box .imgs-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_3 .centent-box .imgs-box .item-box {
	position: relative;
}
.section_3 .centent-box .imgs-box img {
	width: 100%;
}
.section_3 .centent-box .imgs-box .txt-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10vh;
	width: 565px;
}
.section_3 .centent-box .imgs-box .txt-box .title-box {
	margin-bottom: 50px;
}
.section_3 .centent-box .imgs-box .txt-box .title-box p {
	font-size: 20px;
	color: #808080;
	line-height: 1.8;
}
.section_3 .centent-box .imgs-box .txt-box .title-box h3 {
	position: relative;
	font-size: 42px;
	color: #0098E8;
	padding-bottom: 30px;
}
.section_3 .centent-box .imgs-box .txt-box .title-box h3:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #808080;
}
.section_3 .centent-box .imgs-box .txt-box .info-box h3 {
	font-size: 24px;
	color: #0098E8;
	line-height: 1;
	margin-bottom: 25px;
}
.section_3 .centent-box .imgs-box .txt-box .info-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #f5f5f5;
}
.section_3 .centent-box .imgs-box .swiper-pagination {
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}
.section_3 .centent-box .imgs-box .swiper-pagination-bullet {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: transparent;
	opacity: 1;
	margin-left: 6px;
	margin-right: 6px;
}
.section_3 .centent-box .imgs-box .swiper-pagination-bullet-active {
	background: #0098E8;
	border-color: #0098E8;
}
.section_3.active .centent-box .tab-box,
.section_3.active .centent-box .imgs-box {
	opacity: 1;
	transform: translateY(0);
}
.section_4 {
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_4 .centent-box {
	position: relative;
	background: #1a1a1a;
	padding-top: 6vh;
	padding-bottom: 7vh;
}
.section_4 .centent-box .line {
	width: 1px;
	height: 200px;
	background: #0098E8;
	position: absolute;
	top: -100px;
	right: 100px;
	z-index: 999;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_4 .centent-box .top-box {
	padding-left: 6%;
	padding-right: 8%;
	position: relative;
	padding-bottom: 100px;
}
.section_4 .centent-box .top-box .left-box {
	float: left;
}
.section_4 .centent-box .top-box .left-box .title-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_4 .centent-box .top-box .left-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #808080;
	line-height: 1.8;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.section_4 .centent-box .top-box .left-box .title-box p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #fff;
}
.section_4 .centent-box .top-box .left-box .title-box h3 {
	font-size: 42px;
	color: #0098E8;
	margin-bottom: 15px;
}
.section_4 .centent-box .top-box .left-box .title-box span {
	font-size: 20px;
	color: #fff;
}
.section_4 .centent-box .top-box .left-box .list-box {
	margin-top: 40px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box {
	float: left;
	margin-right: 50px;
	text-align: center;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box .icon-box {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 10px;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box .icon-box img {
	display: inline-block;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box .icon-box img.active {
	display: none;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box p {
	line-height: 1;
	font-size: 14px;
	color: #bfbfbf;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box:hover .icon-box {
	background: #0098E8;
	border-color: #0098E8;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box:hover .icon-box img {
	display: none;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box:hover .icon-box img.active {
	display: inline-block;
}
.section_4 .centent-box .top-box .left-box .list-box .item-box:hover p {
	color: #0098E8;
}
.section_4 .centent-box .top-box .left-box .more-box {
	margin-top: 40px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_4 .centent-box .top-box .left-box .more-box a {
	display: inline-block;
	width: 130px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.section_4 .centent-box .top-box .left-box .more-box a span {
	display: inline-block;
	margin-left: 5px;
	color: #0098E8;
}
.section_4 .centent-box .top-box .left-box .more-box a:hover {
	background: #0098E8;
	border-color: #0098E8;
}
.section_4 .centent-box .top-box .left-box .more-box a:hover span {
	color: #fff;
}
.section_4 .centent-box .top-box .right-box {
	position: absolute;
	right: 5%;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_4 .centent-box .top-box .right-box .bg-box {
	position: relative;
	width: 601px;
	height: 516px;
	background: url(../images/icon_9.png) center center no-repeat;
	background-size:auto 100%;
}
.section_4 .centent-box .top-box .right-box .bg-box .center-box {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.section_4 .centent-box .top-box .right-box .bg-box .center-box p {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}
.section_4 .centent-box .bottom-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_4 .centent-box .bottom-box .item-box {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
.section_4 .centent-box .bottom-box .item-box h3 {
	font-size: 42px;
	color: #0098E8;
	line-height: 1;
	margin-bottom: 15px;
}
.section_4 .centent-box .bottom-box .item-box p {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}
.section_4 .centent-box .bottom-box .item-box span {
	font-size: 12px;
	color: #808080;
}
.section_4 .centent-box .bottom-box .item-box:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 70px;
	background: rgba(76, 76, 76, 0.5);
}
.section_4.active .centent-box .line {
	opacity: 1;
	transform: translateY(0);
}
.section_4.active .centent-box .top-box .left-box .title-box,
.section_4.active .centent-box .top-box .left-box .list-box,
.section_4.active .centent-box .top-box .left-box .more-box {
	opacity: 1;
	transform: translateY(0);
}
.section_4.active .centent-box .top-box .right-box {
	opacity: 1;
	transform: translateY(0);
}
.section_4.active .centent-box .bottom-box {
	opacity: 1;
	transform: translateY(0);
}
.section_5 .centent-box {
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_5 .centent-box .title-box {
	margin-bottom: 7vh;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_5 .centent-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}
.section_5 .centent-box .title-box p:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #232325;
}
.section_5 .centent-box .all-box {
	font-size: 0;
}
.section_5 .centent-box .left-box {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	background: url(../images/icon_15.png) center center no-repeat;
}
.section_5 .centent-box .left-box .top-box {
	padding-right: 8vh;
	margin-bottom: 35px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_5 .centent-box .left-box .top-box h3 {
	line-height: 1;
	font-size: 42px;
	color: #080408;
	margin-bottom: 38px;
}
.section_5 .centent-box .left-box .top-box p {
	line-height: 1.8;
	font-size: 14px;
	color: #808080;
}
.section_5 .centent-box .left-box .top-box .more-box {
	margin-top: 40px;
}
.section_5 .centent-box .left-box .top-box .more-box a {
	display: inline-block;
	width: 130px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #1a1a1a;
}
.section_5 .centent-box .left-box .top-box .more-box a span {
	display: inline-block;
	margin-left: 5px;
	color: #0098E8;
}
.section_5 .centent-box .left-box .top-box .more-box a:hover {
	background: #0098E8;
	border-color: #0098E8;
	color: #fff;
}
.section_5 .centent-box .left-box .top-box .more-box a:hover span {
	color: #fff;
}
.section_5 .centent-box .left-box .bottom-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_5 .centent-box .left-box .bottom-box .item-box {
	width: 32%;
	float: left;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	height: 180px;
	padding-top: 50px;
}
.section_5 .centent-box .left-box .bottom-box .item-box:nth-child(2) {
	width: 36%;
}
.section_5 .centent-box .left-box .bottom-box .item-box h3 {
	font-size: 24px;
	color: #0098E8;
	line-height: 1;
	margin-bottom: 20px;
}
.section_5 .centent-box .left-box .bottom-box .item-box p {
	font-size: 14px;
	color: #808080;
	line-height: 1.6;
}
.section_5 .centent-box .left-box .bottom-box .item-box:hover {
	background: #0098E8;
}
.section_5 .centent-box .left-box .bottom-box .item-box:hover h3 {
	color: #fff;
}
.section_5 .centent-box .left-box .bottom-box .item-box:hover p {
	color: #fff;
}
.section_5 .centent-box .right-box {
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	height: 55vh;
	background-size: cover;
	background-position: center center;
	transform: translateX(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_5 .centent-box .right-box .line {
	width: 200px;
	height: 1px;
	background: #0098E8;
	position: absolute;
	top: 50px;
	left: -100px;
	z-index: 999;
}
.section_5.active .centent-box .title-box {
	opacity: 1;
	transform: translateY(0);
}
.section_5.active .centent-box .all-box .top-box,
.section_5.active .centent-box .all-box .bottom-box {
	opacity: 1;
	transform: translateY(0);
}
.section_5.active .centent-box .right-box {
	opacity: 1;
	transform: translateY(0);
}
.section_6 .centent-box {
	padding-left: 8.3%;
	padding-right: 8.3%;
	position: relative;
	text-align: right;
}
.section_6 .centent-box .all-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_6 .centent-box .title-box {
	position: absolute;
	right: 8.3%;
	bottom: -5vh;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_6 .centent-box .title-box h3 {
	font-size: 42px;
	color: #080408;
}
.section_6 .centent-box .item-box {
	box-sizing: border-box;
}
.section_6 .centent-box .item-box .img-box {
	overflow: hidden;
}
.section_6 .centent-box .item-box .img-box img {
	width: 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	transition: -webkit-transform 6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.section_6 .centent-box .item-box .txt-box {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0098E8;
	transform: translateY(40%);
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.section_6 .centent-box .item-box .txt-box h3 {
	font-weight: 400;
	font-size: 20px;
	color: #222222;
	line-height: 1;
	margin-bottom: 5px;
}
.section_6 .centent-box .item-box .txt-box p {
	font-size: 14px;
	color: #bfbfbf;
}
.section_6 .centent-box .item-box:hover .img-box img {
	transform: scale(1.08);
}
.section_6 .centent-box .item-box:hover .txt-box {
	opacity: 1;
	transform: translateX(0);
}
.section_6.active .all-box,
.section_6.active .title-box {
	opacity: 1;
	transform: translateY(0);
}
.section_7 .centent-box {
	position: relative;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_7 .centent-box .title {
	position: absolute;
	right: 8.3%;
	bottom: -2vh;
	text-align: right;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_7 .centent-box .title-box {
	margin-bottom: 65px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_7 .centent-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.6;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.section_7 .centent-box .title-box p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #232325;
}
.section_7 .centent-box .title-box h3 {
	font-size: 42px;
	color: #080408;
}
.section_7 .centent-box .title-box h3 span {
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.section_7 .centent-box .all-box {
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_7 .centent-box .all-box .line {
	width: 1px;
	height: 200px;
	background: #0098E8;
	position: absolute;
	top: -100px;
	right: 100px;
	z-index: 999;
}
.section_7 .centent-box .all-box .item-box {
	text-align: center;
}
.section_7 .centent-box .all-box .item-box .img-box img {
	width: 100%;
}
.section_7 .centent-box .all-box .item-box .txt-box {
	padding-top: 40px;
}
.section_7 .centent-box .all-box .item-box .txt-box h3 {
	line-height: 1;
	font-size: 20px;
	color: #0098E8;
	font-weight: 400;
	margin-bottom: 10px;
}
.section_7 .centent-box .all-box .item-box .txt-box p {
	font-size: 14px;
	color: #bfbfbf;
}
.section_7.active .title-box,
.section_7.active .all-box,
.section_7.active .title {
	opacity: 1;
	transform: translateY(0);
}
.section_8 .centent-box {
	position: relative;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_8 .centent-box .title-box {
	margin-bottom: 65px;
	ransform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_8 .centent-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.6;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.section_8 .centent-box .title-box p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #232325;
}
.section_8 .centent-box .title-box h3 {
	font-size: 42px;
	color: #080408;
}
.section_8 .centent-box .title-box h3 span {
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.section_8 .centent-box .all-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_8 .centent-box .item-box {
	position: relative;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding-top: 55px;
	padding-left: 6vh;
	padding-right: 6vh;
	height: 300px;
	box-sizing: border-box;
}
.section_8 .centent-box .item-box .img-box {
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	bottom: 0;
	transition: all .3s;
}
.section_8 .centent-box .item-box .img-box:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: #0098E8;
}
.section_8 .centent-box .item-box .img-box .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.2;
	z-index: 2;
}
.section_8 .centent-box .item-box .time {
	font-size: 36px;
	color: #0098E8;
	line-height: 1;
	margin-bottom: 40px;
}
.section_8 .centent-box .item-box h3 {
	line-height: 1;
	font-weight: 400;
	font-size: 20px;
	color: #222222;
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section_8 .centent-box .item-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #808080;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section_8 .centent-box .item-box:hover .img-box {
	opacity: 1;
	height: 100%;
}
.section_8 .centent-box .swiper-pagination {
	position: static;
	margin-top: 48px;
}
.section_8 .centent-box .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #d9d9d9;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	margin-left: 6px;
	margin-right: 6px;
}
.section_8 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
	background: #0098E8;
	border-color: #0098E8;
}
.section_8.active .centent-box .title-box,
.section_8.active .centent-box .all-box {
	opacity: 1;
	transform: translateY(0);
}
.section_9 .centent-box {
	position: relative;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.section_9 .centent-box .title-box {
	margin-bottom: 6vh;
	background: url(../images/img_10.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 8vh;
	padding-left: 40px;
	padding-bottom: 10vh;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_9 .centent-box .title-box .line {
	width: 1px;
	height: 200px;
	background: #0098E8;
	position: absolute;
	top: -100px;
	right: 100px;
	z-index: 999;
}
.section_9 .centent-box .title-box p {
	position: relative;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.6;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.section_9 .centent-box .title-box p:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
}
.section_9 .centent-box .title-box h3 {
	font-size: 42px;
	color: #0098E8;
}
.section_9 .centent-box .title-box h3 span {
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.section_9 .centent-box .title-box .txt_1 {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}
.section_9 .centent-box .body-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_9 .centent-box .body-box .left-box {
	width: 50%;
	float: left;
	padding-right: 10vh;
	box-sizing: border-box;
}
.section_9 .centent-box .body-box .left-box .from-box .row {
	margin-left: -15px;
	margin-right: -15px;
}
.section_9 .centent-box .body-box .left-box .from-box .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.section_9 .centent-box .body-box .left-box .from-box input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding-left: 10px;
	padding-right: 10px;
}
.section_9 .centent-box .body-box .left-box .from-box .textarea {
	margin-top: 30px;
}
.section_9 .centent-box .body-box .left-box .from-box .textarea textarea {
	width: 100%;
	height: 120px;
	line-height: 1.8;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 10px;
}
.section_9 .centent-box .body-box .left-box .from-box .btn-box {
	margin-top: 30px;
}
.section_9 .centent-box .body-box .left-box .from-box .btn-box span {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #0098E8;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.section_9 .centent-box .body-box .right-box {
	float: left;
	width: 50%;
	padding-left: 10vh;
	box-sizing: border-box;
	position: relative;
}
.section_9 .centent-box .body-box .right-box:before {
	position: absolute;
	content: '';
	top: 0;
	width: 1px;
	bottom: 50px;
	background: #e6e6e6;
	left: 0;
}
.section_9 .centent-box .body-box .right-box .icon-box {
	margin-bottom: 30px;
}
.section_9 .centent-box .body-box .right-box ul li {
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative;
	padding-left: 90px;
}
.section_9 .centent-box .body-box .right-box ul li span {
	position: absolute;
	left: 0;
	top: 0;
}
.section_9 .centent-box .body-box .right-box ul li span img {
	margin-right: 10px;
}
.section_9 .centent-box .body-box .right-box .er-box {
	margin-top: 40px;
}
.section_9 .centent-box .body-box .right-box .er-box .item-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.section_9 .centent-box .body-box .right-box .er-box p {
	margin-top: 4px;
	color: #1a1a1a;
}
.section_9 .centent-box .copy-box {
	font-size: 14px;
	color: #4c4c4c;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_9.active .centent-box .title-box,
.section_9.active .centent-box .body-box,
.section_9.active .centent-box .copy-box {
	opacity: 1;
	transform: translateY(0);
}
/*# sourceMappingURL=index.css.map */