.session_1 {
	height: 100vh;
	background: #f5f5f5;
}
.session_1 .banner-box {
	position: relative;
	width: 100%;
}
.session_1 .banner-box .swiper-slide {
	width: 100%;
}
.session_1 .banner-box .swiper-slide .img-box {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.session_1 .banner-box .swiper-button-next,
.session_1 .banner-box .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transition: all .3s;
	opacity: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
.session_1 .banner-box .swiper-button-next:after,
.session_1 .banner-box .swiper-button-prev:after {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}
.session_1 .banner-box .swiper-button-next:hover,
.session_1 .banner-box .swiper-button-prev:hover {
	background: #0064FF;
	border-color: #0064FF;
}
.session_1 .banner-box .swiper-button-next {
	right: 20px;
}
.session_1 .banner-box .swiper-button-prev {
	left: 20px;
}
.session_1 .banner-box:hover .swiper-button-next {
	right: 100px;
	opacity: 1;
}
.session_1 .banner-box:hover .swiper-button-prev {
	left: 100px;
	opacity: 1;
}




.session_2 {
	margin-top: 68px;
}
.session_2 .title-box {
	text-align: center;
	margin-bottom: 68px;
}
.session_2 .title-box h3 {
	font-size: 40px;
	color: #343434;
	line-height: 1;
}
.session_2 .title-box p {
	font-size: 20px;
	color: #e5e7e8;
	line-height: 1;
	margin-top: 12px;
}
.session_2 .left-box {
	float: left;
	width: 49.5%;
}
.session_2 .left-box .img-box img {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.session_2 .right-box {
	position: relative;
	float: left;
	width: 50.5%;
	padding-left: 6%;
	box-sizing: border-box;
}
.session_2 .right-box .des-box p {
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.session_2 .right-box .des-box a {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 50px;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #0064FF;
	line-height:55px;
	text-align:center;
	transition:all .3s;
}
.session_2 .right-box .des-box a img.active{
	display:none;
}
.session_2 .right-box .des-box a:hover{
	background:#0064FF;
}
.session_2 .right-box .des-box a:hover img{
	display:none;
}
.session_2 .right-box .des-box a:hover img.active{
	display:inline-block;
}
.session_2 .right-box .list-box {
	transform: none!important;
}
.session_2 .right-box .list-box .item-box {
	float: left;
	margin-right: 15%;
	text-align: center;
}
.index.en .session_2 .right-box .list-box .item-box{
	width:15%;
}
.session_2 .right-box .list-box .item-box .top {
	position: relative;
	margin-bottom: 18px;
}
.session_2 .right-box .list-box .item-box .top i {
	color: #0064FF;
	font-size: 65px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}
.session_2 .right-box .list-box .item-box .top span.two {
	font-size: 12px;
	color: #333333;
	position: absolute;
	top: 0;
}
.session_2 .right-box .list-box .item-box .top em {
	font-style: normal;
	font-size: 16px;
	color: #666666;
}
.session_2 .right-box .list-box .item-box .icon-box {
	height: 65px;
	line-height: 65px;
}
.session_2 .right-box .list-box .item-box .icon-box img {
	vertical-align: top;
}
.session_2 .right-box .list-box .item-box p {
	font-size: 16px;
	color: #666666;
}




.session_2_1{
	height:495px;margin-top:110px;
	padding-top:70px;
	box-sizing: border-box;
}
.session_2_1 .title-box {
	text-align: center;
	margin-bottom:80px;
}
.session_2_1 .title-box h3 {
	font-size:40px;
	color:#fff;
	line-height: 1;
}
.session_2_1 .title-box p {
	font-size: 20px;
	color: #e5e7e8;
	line-height: 1;
	margin-top: 16px;
}
.session_2_1 .list-box {
	text-align: center;
	font-size: 0;
}
.session_2_1 .list-box a {
	display: inline-block;
	width: 220px;
	height: 181px;
	line-height: 181px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 50px;
	margin-right: 50px;
}
.session_2_1 .list-box a.active,
.session_2_1 .list-box a:hover{
	background:url('../images/icon_30.png');
}
.session_2_1 .list-box a img {
	display: inline-block;
	vertical-align: middle;
}
.session_2_1 .list-box a img.active {
	display: none;
}
.session_2_1 .list-box a:hover img {
	display: none;
}
.session_2_1 .list-box a:hover img.active {
	display: inline-block;
}









.session_3 {
	margin-top: 110px;
}
.session_3 .list-box .item-box {
	position: relative;
	float: left;
	width: 25%;
	transition: all .3s;
	overflow: hidden;
}
.session_3 .list-box .item-box .img-box {
	position: relative;
	border-right:1px solid rgba(255,255,255,0.75);
	box-sizing:border-box;
}
.session_3 .list-box .item-box:last-child .img-box{
	border-right:none;
}
.session_3 .list-box .item-box .img-box img {
	width: 100%;
}
.session_3 .list-box .item-box .img-box:before {
	position: absolute;
	content: '';
	top: -100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 100, 255, 0.75);
	opacity: 1;
	transition: all .3s;
}
.session_3 .list-box .item-box .txt-box {
	position: absolute;
	bottom: -80px;
	left: 0px;
	right: 0;
	opacity: 1;
	text-align: center;
	transition: all .3s;
}
.session_3 .list-box .item-box .txt-box h3 {
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 25px;
}
.session_3 .list-box .item-box .txt-box p {
	color: #fff;
	font-size: 18px;
}
.session_3 .list-box .item-box:hover .img-box:before {
	top: 0;
}
.session_3 .list-box .item-box:hover .txt-box {
	bottom: 80px;
}



.session_4 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.session_4 .title-box {
	text-align: center;
	margin-bottom: 68px;
}
.session_4 .title-box h3 {
	font-size: 40px;
	color: #343434;
	line-height: 1;
}
.session_4 .title-box p {
	font-size: 20px;
	color: #e5e7e8;
	line-height: 1;
	margin-top: 16px;
}
.session_4 .centent-box .left-box {
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
.session_4 .centent-box .right-box {
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}
.session_4 .centent-box .right-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.session_4 .centent-box .right-box .row .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.session_4 .centent-box .item-box {
	position: relative;
	overflow: hidden;
}
.session_4 .centent-box .item-box .img-box {
	overflow: hidden;
}
.session_4 .centent-box .item-box .img-box img {
	width: 100%;
	height:540px;
	object-fit:cover;
	transition: all .3s;
}
.session_4 .centent-box .right-box .item-box .img-box img{
	height:260px;
	object-fit:cover;
}
.session_4 .centent-box .item-box .txt-box {
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: rgba(0, 100, 255, 0.75);
	transition: all .3s;
}
.session_4 .centent-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.session_4 .centent-box .item-box:hover .txt-box {
	bottom: 0;
}





.session_5 {
	position: relative;
	height: 805px;
	background: url(../images/img_13.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 75px;
	box-sizing: border-box;
}
.session_5 .top-box {
	text-align: center;
	color: #fff;
}
.session_5 .top-box h3 {
	font-size: 40px;
}
.session_5 .top-box span {
	font-size: 20px;
	font-weight: 700;
}
.session_5 .top-box p {
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
}
.index.en .session_5 .top-box > p{
	padding-left:8.3%;
	padding-right:8.3%;
}
.session_5 .bottom-box {
	bottom: 40px;
	position: absolute;
	left: 0;
	right: 0;
}
.session_5 .bottom-box ul li {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	margin-top: 10px;
}
.session_5 .bottom-box ul li span {
	display: inline-block;
	background: #0064FF;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 12px;
}
.session_6 {
	height: 969px;
	background: url(../images/img_15.jpg) center center no-repeat;
	padding-top: 70px;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
}
.session_6 .title-box {
	margin-bottom: 46px;
	text-align: center;
}
.session_6 .title-box h3 {
	font-size: 40px;
	color: #333333;
}
.session_6 .title-box p {
	font-size: 20px;
	color: #cccccc;
}
.session_6 .centent-box {
	padding-left: 12%;
	padding-right:12%;
	box-sizing: border-box;
}
.session_6 .centent-box .swiper-container {
	padding-top: 35px;
	box-sizing: border-box;
}
.session_6 .centent-box .item-box {
	background: #fff;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	padding-top: 40px;
	transition: all .3s;
}
.session_6 .centent-box .item-box .img-box {
	overflow: hidden;
}
.session_6 .centent-box .item-box .img-box img {
	width: 100%;
	height:250px;
	object-fit:cover;
	transition: all .3s;
}
.session_6 .centent-box .item-box .txt-box {
	margin-top: 35px;
	height: 230px;
}
.session_6 .centent-box .item-box .txt-box .title {
	margin-bottom: 20px;
}
.session_6 .centent-box .item-box .txt-box .title span {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 20px;
}
.session_6 .centent-box .item-box .txt-box .title p {
	font-size: 18px;
	color: #333333;
}
.session_6 .centent-box .item-box .txt-box .des-box {
	opacity: 0;
}
.session_6 .centent-box .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
.session_6 .centent-box .item-box .txt-box .icon {
	position: absolute;
	bottom: 44px;
	left: 40px;
	transition: left .3s .1s;
}
.session_6 .centent-box .item-box .txt-box .icon img.active {
	display: none;
}
.session_6 .centent-box .item-box:hover {
	background: #0064FF;
	margin-top: -35px;
}
.session_6 .centent-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.session_6 .centent-box .item-box:hover .txt-box {
	height: 300px;
}
.session_6 .centent-box .item-box:hover .txt-box .title span,
.session_6 .centent-box .item-box:hover .txt-box .title p {
	color: #fff;
}
.session_6 .centent-box .item-box:hover .txt-box .des-box {
	opacity: 1;
}
.session_6 .centent-box .item-box:hover .txt-box .des-box p {
	color: #fff;
}
.session_6 .centent-box .item-box:hover .txt-box .icon {
	left: 50px;
}
.session_6 .centent-box .item-box:hover .txt-box .icon img {
	display: none;
}
.session_6 .centent-box .item-box:hover .txt-box .icon img.active {
	display: inline-block;
}
.session_6 .more-box {
	margin-top: 45px;
	position: absolute;
	bottom: 60px;
	text-align: center;
	left: 0;
	right: 0;
}
.session_6 .more-box .public_a {
	border-color: #0064FF;
	display: inline-block;
	width: 120px;
}
.session_6 .more-box .public_a span {
	color: #0064FF;
}
.session_6 .more-box .public_a:hover span {
	color: #fff;
}
.session_6 .arr-box {
	position: absolute;
	left: 12%;
	bottom: 60px;
	z-index: 2;
	font-size: 0;
}
.session_6 .arr-box .swiper-button-next,
.session_6 .arr-box .swiper-button-prev {
	position: static;
	margin-left: 0;
	margin-top: 0;
	display: inline-block;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-align: center;
	line-height: 54px;
	margin-right: 8px;
	outline:none;
}
.session_6 .arr-box .swiper-button-next:after,
.session_6 .arr-box .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
	line-height: 54px;
}
.session_6 .arr-box .swiper-button-next:hover,
.session_6 .arr-box .swiper-button-prev:hover {
	background: #0064FF;
	border-color: #0064FF;
}
.session_7 {
	margin-top: 75px;
	margin-bottom: 75px;
}
.session_7 .title-box {
	text-align: center;
	margin-bottom: 68px;
}
.session_7 .title-box h3 {
	font-size: 40px;
	color: #343434;
	line-height: 1;
}
.session_7 .title-box p {
	font-size: 20px;
	line-height: 1;
	margin-top: 16px;
	color: #e5e7e8;
}
.session_7 .centent-box .list-box {
	padding-top: 1px;
	padding-left: 1px;
}
.session_7 .centent-box .list-box .col-md-2 {
	float: left;
	width: 20%;
}
.session_7 .centent-box .list-box .col-md-2 .item-box {
	position: relative;
	border: 1px solid #dddddd;
	margin-left: -1px;
	margin-top: -1px;
	box-sizing: border-box;
}
.session_7 .centent-box .list-box .col-md-2 .item-box:before {
	opacity: 0;
	position: absolute;
	content: '';
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: 2px solid #0064FF;
	transition: all .3s;
}
.session_7 .centent-box .list-box .col-md-2 .item-box .img-box img {
	width: 100%;
	transition: all .3s;
}
.session_7 .centent-box .list-box .col-md-2 .item-box p {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.session_7 .centent-box .list-box .col-md-2 .item-box:hover {
	position: relative;
	z-index: 2;
}
.session_7 .centent-box .list-box .col-md-2 .item-box:hover:before {
	opacity: 1;
}
.session_7 .centent-box .list-box .col-md-2 .item-box:hover .img-box img {
	transform: scale(0.85);
}
.session_7 .centent-box .list-box .col-md-2 .item-box:hover p {
	color: #0064FF;
}
.session_7 .centent-box .swiper-pagination {
	position: static;
	margin-top: 50px;
}
.session_7 .centent-box .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}
.session_7 .centent-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0064FF;
}
@media screen and (max-width: 1680px) {
	.session_2 .right-box {
		padding-left: 4%;
	}
	.session_2 .right-box .list-box .item-box {
		margin-right: 12%;
	}
	.session_2 .right-box .des-box p {
		font-size: 14px;
	}
	.session_2 .right-box .list-box .item-box .top i {
		font-size: 58px;
	}
	.session_2 .right-box .list-box .item-box .top em {
		font-size: 14px;
	}
	.session_2 .right-box .list-box .item-box .top {
		margin-bottom: 15px;
	}
	.session_2 .right-box .list-box .item-box p {
		font-size: 14px;
	}
	.session_2 .right-box .des-box a {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.session_3 .list-box .item-box {
		height: 540px;
	}
	.session_6{
		height:909px;
	}
	.session_6 .centent-box .item-box .img-box img{
		height:180px;
		object-fit:cover;
	}
}
/*# sourceMappingURL=index.css.map */