.banner-box {
	position: relative;
	width: 100%;
}
.banner-box .swiper-slide {
	width: 100%;
	box-sizing: border-box;
}
.banner-box img {
	width:100%;
	object-fit: cover;
}
.banner-box .swiper-pagination{
	bottom:90px;
}
.banner-box .txt-box{
	position:absolute;
	bottom:215px;
	left:50%;
	transform:translateX(-50%);
	z-index:2;
}
.banner-box .txt-box a{
	margin-left:12px;
	margin-right:12px;
}










.session_1 {
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:130px;
	padding-left:4%;
	padding-right:4%;
	box-sizing:border-box;
}
.session_1 > .title-box{
	text-align:center;
}
.session_1 > .title-box h3{
	font-size:55px;
	margin-bottom:20px;
	color:#000000;
	font-weight:300;
}
.session_1 > .title-box p{
	color:#000000;
	font-size:36px;
	margin-bottom:18px;
}
.session_1 .all-box{
	margin-top:60px;
}
.session_1 .all-box .item-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.session_1 .all-box .item-box .img-box{
	width:63%;
}
.session_1 .all-box .item-box .img-box img{
	max-width:100%;
	height:627px;
	object-fit:cover;
}
.session_1 .all-box .item-box .txt-box{
	position:relative;
	width:37%;
	height:627px;
	background:#ffffff;
	padding-left:48px;
	padding-top:120px;
	box-sizing:border-box;
	text-align:left;
}
.session_1 .all-box .item-box .txt-box .title-box h3{
	color:#000000;
	font-size:24px;
	font-weight:400;
	margin-bottom:6px;
}
.session_1 .all-box .item-box .txt-box .title-box p{
	color:#666666;
	font-size:16px;
}
.session_1 .all-box .item-box .txt-box .des-box{
	max-width:64%;
	margin-top:60px;
}
.session_1 .all-box .item-box .txt-box .des-box p{
	font-size:16px;
	color:#000000;
	font-weight:400;
	line-height:30px;
	text-align:justify;
}
.session_1 .all-box .item-box .txt-box .nub-box{
	position:absolute;
	left:48px;
	bottom:48px;
	font-size:14px;
	color:#000000;
}
.session_1 .swiper-button-prev,
.session_1 .swiper-button-next{
	width:35px;
	height:35px;
	line-height:35px;
	border:1px solid #333333;
	text-align:center;
	border-radius:100%;
	box-sizing:border-box;
}
.session_1 .swiper-button-prev{
	left:63%;
	margin-left:48px;
	top:unset;
	bottom:60px;
}
.session_1 .swiper-button-next:after,
.session_1 .swiper-button-prev:after{
	font-size:14px;
	color:#333333;
}
.session_1 .swiper-button-prev:hover:after,
.session_1 .swiper-button-next:hover:after{
	color:#871117;
}
.session_1 .swiper-button-prev:hover,
.session_1 .swiper-button-next:hover{
	border-color:#871117;
}
.session_1 .swiper-button-next{
	left:63%;
	margin-left:98px;
	top:unset;
	bottom:60px;
}









.session_2{
	position:relative;
}
.session_2 .img-box img{
	width:100%;
}
.session_2 .txt-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.session_2 .txt-box h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:8%;
}
.session_2 .txt-box p{
	font-size:32px;
	color:#ffffff;
	font-weight:300;
	margin-bottom:24%;
}






.session_3 {
	position:relative;
	margin-top:130px;
	padding-left:4%;
	padding-right:4%;
	box-sizing:border-box;
}
.session_3 > .img-box img{
	width:100%;
}
.session_3 .txt-box{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding-left:10%;
	text-align:left;
}
.session_3 .txt-box h3{
	margin-bottom:16%;
}
.session_3 .txt-box p{
	margin-bottom:12%;
}
.session_3 .txt-box .public_a span{
	color:#000000;
}
.session_3 .txt-box .public_a:after{
	border-color:#000000;
}
.session_3 .txt-box .public_a:hover span{
	color:#ffffff;
}
.session_3 .txt-box .public_a:hover:after{
	border-color:#ffffff;
}





.session_4 .title-box{
	text-align:center;
}
.session_4 .title-box span{
	display:inline-block;
	margin-top:130px;
	margin-bottom:10px;
}
.session_4 .title-box p,
.session_4 .title-box span{
	color:#000;
	font-size:28px;
}
.session_4 .all-box{
	padding-left:4%;
	padding-right:4%;
	margin-top:75px;
}
.session_4 .all-box .list-box{
	margin-left:-20px;
	margin-right:-20px;
}
.session_4 .all-box .list-box .item-box{
	float:left;
	width:50%;
	height:18.75vw;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}
.session_4 .all-box .list-box .item-box .txt-box{
	background:#f9f9f9;
	width:33.33%;
	height:100%;
	padding-left:20px;
	padding-top:20px;
	box-sizing:border-box;
}
.session_4 .all-box .list-box .item-box:hover .txt-box .icon-box img,
.session_4 .all-box .list-box .item-box .txt-box .icon-box img.active{
	display:none;
}
.session_4 .all-box .list-box .item-box:hover .txt-box .icon-box img.active{
	display:inline-block;
}
.session_4 .all-box .list-box .item-box .txt-box .des-box{
	padding-top:60%;
}
.session_4 .all-box .list-box .item-box .txt-box .des-box h3{
	color:#000000;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}
.session_4 .all-box .list-box .item-box .txt-box .des-box p{
	font-size:14px;
	color:#505050;
	font-weight:300;
	line-height:24px;
}
.session_4 .all-box .list-box .item-box:hover .txt-box{
	background:#871117;
}
.session_4 .all-box .list-box .item-box:hover .txt-box p,
.session_4 .all-box .list-box .item-box:hover .txt-box h3{
	color:#ffffff;
}
.session_4 .all-box .list-box .item-box .img-box{
	width:66.66%;
	height:100%;
	overflow:hidden;
}
.session_4 .all-box .list-box .item-box .img-box img{
	height:100%;
	transition:all .4s;
}
.session_4 .all-box .list-box .item-box:hover .img-box img{
	transform:scale(1.05);
}





.session_5{
	margin-top:130px;
	padding-left:4%;
	padding-right:4%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.session_5 .txt-box{
	width:34%;
	padding-right:40px;
	box-sizing:border-box;
	text-align:justify;
}
.session_5 .txt-box h3{
	color:#000000;
	font-size:36px;
	font-weight:400;
	margin-bottom:20px;
}
.session_5 .txt-box > span{
	color:#505050;
	font-size:20px;
	display:inline-block;
}
.session_5 .txt-box p{
	font-size:16px;
	color:#000000;
	line-height:36px;
	margin-top:30px;
}
.session_5 .img-box{
	width:66%;
}
.session_5 .img-box img{
	width:100%;
}
.session_5 .txt-box .more-box{
	margin-top:35px;
}
.session_5 .txt-box .public_a span{
	color:#000000;
}
.session_5 .txt-box .public_a:after{
	border-color:#000000;
}
.session_5 .txt-box .public_a:hover span{
	color:#ffffff;
}
.session_5 .txt-box .public_a:hover:after{
	border-color:#ffffff;
}













.session_6{
	margin-top:130px;
	padding-top:130px;
	padding-bottom:130px;
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
}
.session_6 .title-box{
	text-align:center;
}
.session_6 .title-box h3{
	font-size:20px;
	color:#080103;
	margin-bottom:29px;
	font-weight:400;
}
.session_6 .title-box p{
	font-size:32px;
	color:#080103;
	font-weight:400;
	margin-bottom:30px;
}
.session_6 .more-box .public_a span{
	color:#000000;
}
.session_6 .more-box .public_a:after{
	border-color:#000000;
}
.session_6 .more-box .public_a:hover span{
	color:#ffffff;
}
.session_6 .more-box .public_a:hover:after{
	border-color:#ffffff;
}
.session_6 .all-box{
	margin-top:70px;
}
.session_6 .all-box .item-box {
	transition:all .3s;
}
.session_6 .all-box .item-box .img-box {
	overflow: hidden;
}
.session_6 .all-box .item-box .img-box img {
	width: 100%;
	height:400px;
	object-fit: cover;
	transition: all .3s;
}
.session_6 .all-box .item-box .txt-box{
	position:relative;
	height:186px;
	padding-top:44px;
	background:#ffffff;
	text-align:center;
	box-sizing: border-box;
}
.session_6 .all-box .item-box .txt-box h3{
	font-size:22px;
	color:#000000;
	margin-bottom:20px;
}
.session_6 .all-box .item-box .txt-box p {
	font-size: 18px;
	color: #000000;
}
.session_6 .all-box .item-box:hover .txt-box p,
.session_6 .all-box .item-box:hover .txt-box h3{
	color:#871117;
}
.session_6 .all-box .item-box:hover .img-box img {
	transform: scale(1.05);
}
.session_6 .all-box .item-box:hover .txt-box .title h3 {
	color: #F6AC19;
}
.session_6 .all-box .swiper-pagination {
	position:relative;
	margin-top:70px;
}




.session_7{
	padding-top:135px;
	padding-bottom:305px;
	padding-left:8.3%;
	padding-right:8.3%;
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.session_7 .form-box{
	width:55.8%;
	margin-left:auto;
}
.session_7 .form-box h3{
	font-size:32px;
	color:#ffffff;
	font-weight:400;
}
.session_7 .form-box .col-md-3{
	display:flex;
	justify-content:space-between;
}
.session_7 .form-box .input-box{
	margin-top:20px;
}
.session_7 .form-box .col-md-3 .input-box{
	width:32%;
}
.session_7 .form-box .input-box input{
	width:100%;
	background:transparent;
	border:none;
	height:46px;
	line-height:46px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
	color:#ffffff;
}
.session_7 .form-box .input-box textarea{
	height:120px;
	width:100%;
	font-size:16px;
	color:#ffffff;
	background:transparent;
	border:none;
	border-bottom:1px solid #ffffff;
}
.session_7 .form-box .input-box input::placeholder,
.session_7 .form-box .input-box textarea::placeholder{
	color:#ffffff;
	font-size:16px;
}
.session_7 .form-box .ok{
	margin-top:30px;
	background:transparent;
	width:155px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	border:1px solid #ffffff;
	color:#ffffff;
}


@media screen and (max-width:1680px) {
	.block{
		width:1300px;
	}
	.session_4 .all-box .list-box .item-box .txt-box .des-box{
		padding-top:15%;
		padding-right:20px;
	}
	.session_4 .all-box .list-box .item-box .txt-box .des-box h3{
		line-height:1.6;
	}
}
/*# sourceMappingURL=index.css.map */