.banner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner-box .swiper-slide .img-box {
	height: 100vh;
}
.banner-box .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .swiper-button-prev {
	left: -60px;
}
.banner-box .swiper-button-next {
	right: -60px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
	width: 55px;
	height: 55px;
	background: rgba(0, 0, 0, 0.2);
	line-height: 62px;
	transition: all 0.45s ease;
	border-radius: 50%;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
	display:none;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
	background:#51c0bc;
}
.banner-box:hover .swiper-button-prev {
	left:160px;
}
.banner-box:hover .swiper-button-next {
	right:160px;
}

.block{
	width:1600px;margin:0 auto;
}


/*通用标题*/
.public-title{
	text-align:center;
}
.public-title h3{
	color:#505050;font-size:36px;line-height:1;
}
.public-title img{
	margin-top:13px;margin-bottom:13px;
}
.public-title p{
	color:#666;font-size:16px;
}




.session_1 {
	padding-top:110px;
	padding-bottom:110px;
	background:url('../images/img_1.png')center center no-repeat;
	background-size:cover;
}
.session_1 .centent-box {
	position: relative;
	z-index: 2;
	width:1200px;
}
.session_1 .centent-box .top-box .des-box{
	margin-top:60px;
}
.session_1 .centent-box .top-box .des-box p {
	line-height: 2;
	font-size: 14px;
	color: #666666;
}
.session_1 .centent-box .bottom-box{
	margin-top:70px;display:flex;
	justify-content:center;
}
.session_1 .centent-box .bottom-box .item-box{
	width:160px;height:160px;border:1px solid #e5e5e5;text-align:center;
	box-sizing:border-box;margin-left:44px;margin-right:44px;transition:all .3s;
}
.session_1 .centent-box .bottom-box .item-box:hover{
	background:#51c0bc;border-color:#51c0bc;
}
.session_1 .centent-box .bottom-box .item-box .icon-box{
	padding-top:37px;box-sizing:border-box;
}
.session_1 .centent-box .bottom-box .item-box .icon-box img.active{
	display:none;
}
.session_1 .centent-box .bottom-box .item-box .icon-box img{
	height:54px;
}
.session_1 .centent-box .bottom-box .item-box:hover .icon-box img{
	display:none;
}
.session_1 .centent-box .bottom-box .item-box:hover .icon-box img.active{
	display:inline-block;
}
.session_1 .centent-box .bottom-box .item-box p{
	color:#666;font-size:16px;margin-top:18px;
}
.session_1 .centent-box .bottom-box .item-box:hover p{
	color:#fff;
}





.session_2 {
	position:relative;
	background:url('../images/img_20.jpg') center center no-repeat;
	background-size:cover;
	padding:110px 70px;
	box-sizing:border-box;
}
.session_2 .public-title p,
.session_2 .public-title h3 {
	color: #fff;
}
.session_2 .all-info {
	margin-top:60px;
	padding-left: 80px;
	padding-right: 80px;
	overflow: hidden;
	box-sizing: border-box;
}
.session_2 .all-info .infos-box {
	overflow: hidden;
}
.session_2 .all-info .swiper-container {
	margin-left: -28%;
	margin-right: -28%;
}
.session_2 .all-info .item-box {
	position: relative;
	height: 500px;
}
.session_2 .all-info .item-box .img-box {
	height: 528px;
}
.session_2 .all-info .item-box .img-box img{
	width:100%;height:100%;object-fit:cover;
}
.session_2 .all-info .item-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.7);
}
.session_2 .all-info .item-box .txt-box {
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 160px;
	box-sizing: border-box;
	transition: all .3s;
}
.session_2 .all-info .item-box .txt-box span {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.session_2 .all-info .item-box .txt-box p {
	font-size:16px;
	color: #fff;
	margin-top: 22px;
}
.session_2 .all-info .swiper-slide-active .item-box:hover:before{
	display:none;
}
.session_2 .all-info .swiper-slide-active .item-box:hover .txt-box {
	opacity:0.8;
	background:#51c0bc;
}
.session_2 .all-info .swiper-button-next{
	right:180px;
	margin-top:60px;
}
.session_2 .all-info .swiper-button-prev{
	left:180px;
	margin-top:60px;
}
.session_2 .all-info .swiper-button-next:after,
.session_2 .all-info .swiper-button-prev:after{
	color:#fff;
	font-size:20px;
}








.session_3 {
	padding-top:110px;padding-bottom:110px;box-sizing:border-box;
	background: url(../images/img_2.png) center center no-repeat;
	background-size: cover;
}
.session_3 .centent-box {
	width:1600px;margin:0 auto;margin-top:60px;
	display:flex;align-items:flex-start;flex-shrink:0;
}
.session_3 .centent-box .left-box{
	width:38.3%;
}
.session_3 .centent-box .left-box .img-box{
	display:none;
}
.session_3 .centent-box .left-box .img-box.active{
	display:inline-block;
}
.session_3 .centent-box .left-box .img-box img{
	width:100%;
}
.session_3 .centent-box .right-box{
	padding-top:20px;padding-left:100px;box-sizing:border-box;
	width:62.7%;
}
.session_3 .centent-box .right-box .col-md-3{
	height:83px;padding-right:20px;box-sizing:border-box;
	float:left;width:33.3%;
}
.session_3 .centent-box .right-box .item-box{
	display:flex;align-items:center;height:100%;
	padding-left:25px;box-sizing:border-box;transition:all .3s;
}
.session_3 .centent-box .right-box .col-md-3.active .item-box{
	background:#51c0bc;
}
.session_3 .centent-box .right-box .item-box .icon-box img.active{
	display:none;
}
.session_3 .centent-box .right-box .item-box .txt-box{
	padding-left:20px;box-sizing:border-box;
}
.session_3 .centent-box .right-box .item-box .txt-box h3{
	font-size:20px;
}
.en .session_3 .centent-box .right-box .item-box .txt-box h3{
	font-size:16px;
}
.session_3 .centent-box .right-box .item-box .txt-box p{
	font-size:14px;

	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.session_3 .centent-box .right-box .col-md-3.active .icon-box img{
	display:none;
}
.session_3 .centent-box .right-box .col-md-3.active .icon-box img.active{
	display:inline-block;
}
.session_3 .centent-box .right-box .col-md-3.active .item-box .txt-box{
	color:#fff;
}
.session_3 .centent-box .right-box .bottom-box{
	border-top:1px solid #e5e5e5;margin-top:55px;
	padding-top:60px;
}
.session_3 .centent-box .right-box .bottom-box .des-box{
	display:none;
}
.session_3 .centent-box .right-box .bottom-box .des-box.active{
	display:inline-block;
}
.session_3 .centent-box .right-box .bottom-box .des-box h3{
	font-size:26px;color:#505050;
}
.session_3 .centent-box .right-box .bottom-box .des-box p{
	font-size:14px;color:#505050;line-height:2;letter-spacing:1.5px;
}
.session_3 .centent-box .right-box .bottom-box .des-box .title-box{
	margin-bottom:40px;
}





.session_4{
	padding-top:110px;
}
.session_4 .list-box {
	margin-top:60px;
	font-size: 0;
}
.session_4 .list-box .item-box {
	position: relative;
	width: 33.33%;
	vertical-align: top;
	display: inline-block;
	height:480px;
	background-size: cover;
	background-position: 50%;
	text-align: center;
}
.session_4 .list-box .item-box .img-box img{
	width:100%;height:480px;object-fit:cover;
}
.session_4 .list-box .item-box:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	content: '';
	transform: scale(0.5, 0.5);
	transition: all .3s;
	z-index: 2;
}
.session_4 .list-box .item-box:after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.3);
	content: '';
}
.session_4 .list-box .item-box .center-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: inline-block;
	line-height: 1.6;
	z-index: 9;
	vertical-align: middle;
}
.session_4 .list-box .item-box .center-box .show {
	-webkit-transform: translate3d(0, 0px, 0);
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.session_4 .list-box .item-box .center-box .icon-box {
	margin-bottom: 25px;
}
.session_4 .list-box .item-box .center-box .txt-box h3 {
	display: inline-block;
	font-size:26px;
	color: #fff;font-weight:400;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.session_4 .list-box .item-box .center-box .txt-box p {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
/*.session_4 .list-box .item-box:hover:before {
	border-color:#51c0bc;background:#51c0bc;opacity:0.9;
}
*/




.session_5{
	padding-top:110px;padding-bottom:80px;
}
.session_5 .list-box{
	margin-top:60px;
}
.session_3 .centent-box .all-box {
	display: none;
}
.session_3 .centent-box .all-box.active {
	display: block;
}
.session_3 .centent-box .swiper-container {
	padding: 8px;
	box-sizing: border-box;
}
.session_5 .list-box .imgs .box-box .row {
	margin-left: -15px;
	margin-right: -15px;
}
.session_5 .list-box .imgs .box-box .row .col-md-2 {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: 30px;
}
.session_5 .list-box .imgs .box-box .img-box {
	position: relative;
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.session_5 .list-box .imgs .box-box .img-box:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 1px solid #51c0bc;
	box-sizing: border-box;
	transition: all .3s;
	opacity: 0;
}
.session_5 .list-box .imgs .box-box .img-box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
.session_5 .list-box .imgs .box-box .img-box:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.session_5 .swiper-pagination {
	position: static;
	margin-top: 60px;
}
.session_5 .list-box .des-box{
	position:relative;
	height:428px;
	background:#fff;
	z-index:99;
	padding-left:8%;
	padding-right:8%;
	padding-top:65px;
	padding-bottom:45px;
	box-sizing:border-box;display:flex;align-items:center;
}
.session_5 .list-box .des-box .left-box{
	width:50%;border-right:1px solid #eeeeee;
}
.session_5 .list-box .des-box .left-box .title-box h3{
	font-size:26px;
	color:#505050;
	font-weight:400;
	line-height:1;
}
.session_5 .list-box .des-box .left-box .title-box p{
	font-size:14px;color:#505050;
}
.session_5 .list-box .des-box .left-box .txt-box{
	margin-top:30px;
}
.session_5 .list-box .des-box .left-box .txt-box p{
	font-size:14px;margin-bottom:10px;
}
.session_5 .list-box .des-box .left-box .txt-box p img{
	margin-right:10px;position:relative;top:-2px;
}
.session_5 .list-box .des-box .left-box .er-box{
	padding-left:30px;display:inline-block;margin-top:15px;
}
.session_5 .list-box .des-box .left-box .er-box .img-box{
	border:1px solid #e5e5e5;
}
.session_5 .list-box .des-box .left-box .er-box .img-box img{
	width:93px;height:93px;
}
.session_5 .list-box .des-box .right-box{
	width:50%;
}
.session_5 .right-box .form-box {
	padding-left:20%;box-sizing:border-box;
}
.session_5 .right-box .form-box .input-box{
	position:relative;
	width:100%;
	border:1px solid #eeeeee;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.session_5 .right-box .form-box .input-box span{
	position:absolute;
	right:20px;
	top:10px;
	color:#E60012;
}
.session_5 .right-box .form-box .input-box input{
	background: transparent;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-size: 16px;
}
.session_5 .right-box .form-box .sub-btn {
	width:100%;
	height: 40px;
	background: #51c0bc;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.session_5 .right-box .form-box .sub-btn input{
	background:transparent;
	border:none;
	font-size:16px;
	color:#fff;
}




.session_6{
	padding-top:120px;
	padding-bottom:120px;
	box-sizing:border-box;
	background:url('../images/img_3.jpg')center center no-repeat;
	background-size:cover;
}
.session_6 .public-title p,
.session_6 .public-title h3{
	color:#fff;
}
.session_6 .centent-box{
	margin-top:150px;
}
.session_6 .centent-box .item-box{
	display:none;
}
.session_6 .centent-box .item-box.active{
	display:flex;justify-content:center;
}
.session_6 .centent-box .item-box .txt-box{
	padding-left:65px;padding-right:65px;box-sizing:border-box;
	text-align:center;
}
.session_6 .centent-box .item-box .txt-box .icon-box img.active{
	display:none;
}
.session_6 .centent-box .item-box .txt-box .icon-box{
	width:73px;height:73px;background:#fff;box-sizing:border-box;
	transition:all .5s;text-align:center;line-height:73px;border-radius:50%;
	margin:0 auto;
}
.session_6 .centent-box .item-box .txt-box:hover .icon-box{
	background:#51c0bc;
}
.session_6 .centent-box .item-box .txt-box:hover .icon-box img{
	display:none;
}
.session_6 .centent-box .item-box .txt-box:hover .icon-box img.active{
	display:inline-block;
}
.session_6 .centent-box .item-box .txt-box p{
	color:#fff;font-size:16px;margin-top:15px;
}
.session_6 .tab-box{
	display:flex;justify-content:center;
	margin-top:180px;
}
.session_6 .tab-box li{
	padding-left:26px;padding-right:26px;
	box-sizing:border-box;
}
.session_6 .tab-box a{
	text-align:center;
	width:203px;height:47px;background:#fff;opacity:0.9;
	display:inline-block;line-height:47px;font-size:20px;color:#505050;
	border-radius:23px;transition:all .3s;
}
.session_6 .tab-box li.active a{
	background:#51c0bc;color:#fff;
}



.session_7{
	margin-top:110px;padding-bottom:110px;
}
.session_7 .centent-box {
	width:1400px;margin:0 auto;
	display: flex;margin-top:60px;
	justify-content: space-between;
	align-items: center;
}
.session_7 .centent-box .left-box {
	position: relative;width:48%;height:700px;
}
.session_7 .centent-box .left-box .img-box {
	overflow: hidden;
	width:100%;object-fit:cover;
	height: 700px;
}
.session_7 .centent-box .left-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.session_7 .centent-box .left-box .txt-box {
	position: absolute;bottom:0;padding-left:40px;padding-right:40px;box-sizing:border-box;
	left:0;right:0;height:100px;background:rgba(0, 0, 0, 0.2);transition:all .5s;
}
.session_7 .centent-box .left-box .txt-box:hover{
	background:#51c0bc;
}
.session_7 .centent-box .left-box .txt-box:hover p span{
	color:#fff;
}
.session_7 .centent-box .left-box .txt-box h3 {
	font-size:20px;font-weight:400;
	color: #fff;padding-top:20px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.session_7 .centent-box .left-box .txt-box p {
	font-size:14px;
	color: #fff;margin-top:5px;
}
.session_7 .centent-box .left-box .txt-box p span{
	color:#51c0bc;
}
.session_7 .centent-box .left-box .time-box{
	position:absolute;right:0;top:0;background:#51c0bc;
	width:115px;height:115px;text-align:center;padding-top:15px;box-sizing:border-box;
}
.session_7 .centent-box .left-box .time-box span{
	font-size:36px;color:#fff;font-weight:700;
}
.session_7 .centent-box .left-box .time-box p{
	font-size:14px;color:#fff;
}
.session_7 .centent-box .right-box {
	box-sizing:border-box;padding-left:50px;
	width:52%;
}
.session_7 .centent-box .right-box .item-box {
	float: left;
	width: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.session_7 .centent-box .right-box .item-box .time-box {
	margin-bottom: 10px;
}
.session_7 .centent-box .right-box .item-box .time-box p {
	font-size: 20px;
	color: #333333;
	margin-bottom: 2px;
}
.session_7 .centent-box .right-box .item-box .time-box span {
	color: #333333;
	font-size: 12px;
}
.session_7 .centent-box .right-box .item-box .des-box h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.session_7 .centent-box .right-box .item-box .des-box h3:before {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #bebebe;
	bottom: 0;
}
.session_7 .centent-box .right-box .item-box .des-box p {
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.session_7 .centent-box .right-box .item-box:hover .des-box h3 {
	color: #51c0bc;
}
.session_7 .centent-box .right-box .item-box:hover .des-box h3:before {
	background-color: #51c0bc;
}
@media screen and (max-width: 1680px) {
	.session_3 .centent-box{
		width:1300px;
	}
	.session_5 .list-box .des-box{
		width:1100px;
	}
	.session_7 .centent-box{
		width:1300px;
	}
}
/*# sourceMappingURL=./index.css.map */