.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: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.2);
	line-height: 60px;
	transition: all .3s;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
	background: #ffc907;
}
.banner-box:hover .swiper-button-prev {
	left: 0px;
}
.banner-box:hover .swiper-button-next {
	right: 0px;
}
.session_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 130px;
	margin-bottom: 100px;
}
.session_1 .left-box {
	width: 830px;
}
.session_1 .left-box .title-box {
	position: relative;
	margin-bottom: 30px;
}
.session_1 .left-box .title-box p {
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	color: #999999;
	font-family: 'Times New Roman';
	opacity: 0.1;
}
.session_1 .left-box .title-box span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 36px;
	color: #ffc907;
	line-height: 1.1;
	font-weight: 700;
}
.session_1 .left-box .des-box{
	padding-right:60px;
	box-sizing:border-box;
}
.session_1 .left-box .des-box p {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	margin-bottom: 30px;
}
.session_1 .left-box .des-box .public_a {
	margin-top: 20px;
}
.session_1 .left-box .list-box {
	margin-top: 55px;
	padding-right:60px;
	box-sizing:border-box;
	display: flex;
	justify-content: space-between;
}
.session_1 .left-box .list-box .item-box {
	text-align: center;
}
.session_1 .left-box .list-box .item-box .icon-box {
	height: 64px;
	line-height: 64px;
	transition: all .3s;
}
.session_1 .left-box .list-box .item-box .icon-box img {
	vertical-align: top;
}
.session_1 .left-box .list-box .item-box .txt span {
	font-size: 22px;
	color: #333333;
}
.session_1 .left-box .list-box .item-box .txt p {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}
.session_1 .left-box .list-box .item-box:hover .icon-box {
	transform: rotateY(180deg);
}
.session_1 .left-box .list-box .item-box:hover .txt span {
	color: #ffc907;
}
.session_1 .right-box {
	width: 695px;
	overflow: hidden;
}
.session_1 .right-box img {
	width: 100%;
	transition: all .3s;
}
.session_1 .right-box:hover img {
	transform: scale(1.1);
}



.session_2 {
	margin-top: 80px;
}
.session_2 .title-box {
	text-align: center;
	margin-bottom: 70px;
}
.session_2 .title-box p {
	font-size: 28px;
}
.session_2 .title-box h3 {
	font-size: 40px;
	color:#ffc907;
}
.session_2 .centent-box {
	width: 1300px;
	margin: 0 auto;
}
.session_2 .centent-box .list-box .item-box {
	float: left;
	width: 20%;
	text-align: center;
}
.session_2 .centent-box .list-box .item-box .icon-box {
	position: relative;
	width: 115px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 12px;
}
.session_2 .centent-box .list-box .item-box .icon-box:before {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #ffc907;
	border-radius: 50%;
	-webkit-animation: bounce-circle 1.8s infinite;
	animation: bounce-circle 1.8s infinite;
	animation-delay: 0s;
	box-sizing: border-box;
	z-index: 9;
	top: 18px;
	left: 17px;
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.session_2 .centent-box .list-box .item-box .icon-box .icon {
	transition: all .3s;
}
.session_2 .centent-box .list-box .item-box .icon-box img {
	vertical-align: middle;
}
.session_2 .centent-box .list-box .item-box .icon-box img.active {
	display: none;
}
.session_2 .centent-box .list-box .item-box .txt-box h3 {
	line-height: 1;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 20px;
}
.session_2 .centent-box .list-box .item-box .txt-box p {
	line-height: 1.6;
	font-size: 14px;
	color: #888888;
}
.session_2 .centent-box .list-box .item-box .txt-box a {
	position: relative;
	display: inline-block;
	margin-top: 45px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	line-height: 1;
}
.session_2 .centent-box .list-box .item-box .txt-box a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0px;
	background-color: #ffc907;
	transition: all .3s;
}
.session_2 .centent-box .list-box .item-box:hover .icon-box .icon {
	transform: rotateY(180deg);
}
.session_2 .centent-box .list-box .item-box:hover .icon-box img {
	display: none;
}
.session_2 .centent-box .list-box .item-box:hover .icon-box img.active {
	display: inline-block;
}
.session_2 .centent-box .list-box .item-box:hover .txt-box a:before {
	width: 40px;
}



.session_3{
	margin-top:100px;
	box-sizing:border-box;
}
.session_3 .title-box {
	text-align: center;
	margin-bottom: 70px;
}
.session_3 .title-box h3 {
	font-size: 40px;
	color:#ffc907;
}
.session_3 .title-box p {
	font-size: 28px;
}
.session_3 .icon-box{
	text-align:center;
	margin-top:50px;
}
.session_3 .all-box{
	position:relative;
	margin-top:80px;
	padding-bottom:110px;
	box-sizing:border-box;
}
.session_3 .all-box .item-box{
	display:block;
	width:100%;
	height:480px;
	background:#F8F8F8;
	display:flex;
	justify-content:flex-start;
}
.session_3 .all-box .item-box .img-box{
	width:600px;
	height:100%;
	overflow:hidden;
}
.session_3 .all-box .item-box .txt-box{
	width:calc(100% - 600px);
	height:100%;
	padding-left:50px;
	padding-right:20px;
	padding-top:100px;
	box-sizing:border-box;
}
.session_3 .all-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.session_3 .all-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.session_3 .all-box .item-box .txt-box h3{
	font-size:28px;
	margin-bottom:10px;
}
.session_3 .all-box .item-box .txt-box p{
	margin-top:8px;
	color:#666666;
	font-size:14px;
	line-height:30px;
}
.session_3 .all-box .item-box .txt-box .more-box{
	margin-top:100px;
}
.session_3 .all-box .item-box .txt-box .more-box img{
	margin-right:8px;
}
.session_3 .arr-box{
	position:relative;
	width:210px;
	margin:0 auto;
	margin-top:100px;
}
.session_3 .arr-box .swiper-button-prev{
	left:0;
}
.session_3 .arr-box .swiper-button-next{
	right:0;
}
.session_3 .arr-box .swiper-button-prev:hover img,
.session_3 .arr-box .swiper-button-next:hover img,
.session_3 .arr-box .swiper-button-prev img.active,
.session_3 .arr-box .swiper-button-next img.active{
	display:none;
}
.session_3 .arr-box .swiper-button-prev:hover img.active,
.session_3 .arr-box .swiper-button-next:hover img.active{
	display:inline-block;
}
.session_3 .arr-box .swiper-button-prev:after, 
.session_3 .arr-box .swiper-button-next:after{
	display:none;
}
.session_3 .swiper-pagination{
	bottom:95px;
	letter-spacing:-2px;
	z-index:-1;
}
.session_3 .swiper-pagination .swiper-pagination-current{
	font-size:30px;
	color:#ffc907;
	font-weight:700;
}
.session_3 .swiper-pagination .swiper-pagination-total{
	font-size:18px;
	color:#666666;
}



.session_4 {
	margin-bottom: 130px;
}
.session_4 .title-box {
	text-align: center;
	margin-bottom: 70px;
}
.session_4 .title-box h3 {
	font-size: 36px;
	color: #ffc907;
}
.session_4 .title-box p {
	font-size: 18px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 25px;
}
.session_4 .centent-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.session_4 .centent-box .right-box {
	width: 480px;
}
.session_4 .centent-box .right-box .item-box {
	width: 100%;
	padding-left: 160px;
	box-sizing: border-box;
	position: relative;
	min-height: 116px;
	margin-bottom: 55px;
}
.session_4 .centent-box .right-box .item-box:last-child {
	margin-bottom: 0;
}
.session_4 .centent-box .right-box .item-box:last-child .icon-box:before {
	display: none;
}
.session_4 .centent-box .right-box .item-box .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 116px;
	height: 116px;
	border: 1px solid #ececec;
	box-sizing: border-box;
	line-height: 114px;
	text-align: center;
	border-radius: 50%;
}
.session_4 .centent-box .right-box .item-box .icon-box:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background: #d0d0d0;
	bottom: -40px;
	left: 50%;
}
.session_4 .centent-box .right-box .item-box .icon-box:after {
	width: 5px;
	height: 5px;
	position: absolute;
	content: '';
	background-color: #ffc907;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}
.session_4 .centent-box .right-box .item-box .icon-box img {
	position: relative;
	z-index: 2;
}
.session_4 .centent-box .right-box .item-box .icon-box img.active {
	display: none;
}
.session_4 .centent-box .right-box .item-box .txt {
	padding-top: 5px;
}
.session_4 .centent-box .right-box .item-box .txt h3 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.session_4 .centent-box .right-box .item-box .txt p {
	font-size: 14px;
	color: #666565;
	line-height: 2;
}
.session_4 .centent-box .right-box .item-box:hover .icon-box:after {
	opacity: 1;
	width: 116px;
	height: 116px;
}
.session_4 .centent-box .right-box .item-box:hover .icon-box img {
	display: none;
}
.session_4 .centent-box .right-box .item-box:hover .icon-box img.active {
	display: inline-block;
}
.session_4 .centent-box .right-box .item-box:hover .txt h3,
.session_4 .centent-box .right-box .item-box:hover .txt p {
	color: #ffc907;
}


.session_5 {
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 140px;
}
.session_5 .top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}
.session_5 .top-box .title-box h3 {
	font-size: 36px;
	color: #ffc907;
}
.session_5 .top-box .title-box p {
	font-size: 18px;
	color: #999999;
	margin-top: 5px;
}
.session_5 .list-box .item-box {
	float: left;
	width: 25%;
}
.session_5 .list-box .item-box .img-box {
	position: relative;
}
.session_5 .list-box .item-box .img-box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,201,7, 0.9);
	opacity: 0;
	transition: all .3s;
}
.session_5 .list-box .item-box .img-box:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 2;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all .3s .1s;
}
.session_5 .list-box .item-box .img-box > img {
	width: 100%;
}
.session_5 .list-box .item-box .img-box .icon-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	margin-top: -60px;
	opacity: 0;
	transition: all .3s;
}
.session_5 .list-box .item-box .txt-box {
	text-align: center;
	margin-top: 20px;
}
.session_5 .list-box .item-box .txt-box h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 1.8;
}
.session_5 .list-box .item-box .txt-box p {
	font-size: 16px;
	color: #999999;
	display:none;
}
.session_5 .list-box .item-box:hover .img-box:before {
	opacity: 1;
}
.session_5 .list-box .item-box:hover .img-box:after {
	width: 90%;
	height: 90%;
	opacity: 1;
}
.session_5 .list-box .item-box:hover .img-box .icon-box {
	margin-top: 0;
	opacity: 1;
}
.session_5 .list-box .item-box:hover .txt-box h3 {
	color: #ffc907;
}



.session_6 {
	background:url('../images/img_37.png') center center no-repeat;
	background-size:cover;
	padding-top: 68px;
	padding-bottom: 80px;
}
.session_6 .top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 65px;
}
.session_6 .top-box .title-box h3 {
	font-size: 36px;
	color: #ffc907;
}
.session_6 .top-box .title-box p {
	font-size: 18px;
	color: #999999;
	margin-top: 5px;
}
.session_6 .top-box .tab-box {
	font-size: 0;
}
.session_6 .top-box .tab-box span {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
}
.session_6 .top-box .tab-box span.active,
.session_6 .top-box .tab-box span:hover {
	background-color: #ffc907;
	color: #fff;
}
.session_6 .centent-box .all-box {
	display: none;
}
.session_6 .centent-box .all-box.active {
	display: flex;
	justify-content: space-between;
}
.session_6 .centent-box .left-box {
	width: 600px;
}
.session_6 .centent-box .left-box .item-box .img-box {
	overflow: hidden;
}
.session_6 .centent-box .left-box .item-box .img-box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: all 0.3s;
}
.session_6 .centent-box .left-box .item-box .txt-box {
	margin-top: 25px;
	position: relative;
	padding-left: 105px;
	box-sizing: border-box;
}
.session_6 .centent-box .left-box .item-box .txt-box h3 {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
.session_6 .centent-box .left-box .item-box .txt-box h3 span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #999999;
}
.session_6 .centent-box .left-box .item-box .txt-box p {
	font-size: 14px;
	color: #666666;
	line-height: 2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.session_6 .centent-box .left-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.session_6 .centent-box .left-box .item-box:hover .txt-box h3 {
	color: #ffc907;
}
.session_6 .centent-box .left-box .item-box:hover .txt-box h3 span {
	color: #ffc907;
}
.session_6 .centent-box .right-box {
	width: 900px;
}
.session_6 .centent-box .right-box .list-box .item-box {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	padding-right: 285px;
	box-sizing: border-box;
	border-top: 1px solid #e9e9e9;
}
.session_6 .centent-box .right-box .list-box .item-box .info-box {
	box-sizing: border-box;
}
.session_6 .centent-box .right-box .list-box .item-box .info-box h3 {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	position: relative;
	padding-left: 38px;
}
.session_6 .centent-box .right-box .list-box .item-box .info-box h3:before {
	position: absolute;
	content: '';
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #666666;
	top: 50%;
	margin-top: -3px;
}
.session_6 .centent-box .right-box .list-box .item-box .info-box p {
	padding-left: 38px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.session_6 .centent-box .right-box .list-box .item-box .other-box {
	position: absolute;
	right: 0;
	top: 40px;
	text-align: right;
}
.session_6 .centent-box .right-box .list-box .item-box .other-box span {
	font-size: 20px;
	color: #999999;
	display: block;
}
.session_6 .centent-box .right-box .list-box .item-box .other-box .arr-box {
	display: inline-block;
	margin-top: 22px;
	height: 16px;
	border-left: 1px solid transparent;
	padding-left: 12px;
	line-height: 16px;
}
.session_6 .centent-box .right-box .list-box .item-box .other-box .arr-box img {
	vertical-align: middle;
	font-size: 0;
}
.session_6 .centent-box .right-box .list-box .item-box .other-box .arr-box img.active {
	display: none;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .info-box h3 {
	color: #ffc907;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .info-box h3:before {
	background-color: #ffc907;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .other-box span {
	color: #ffc907;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .other-box .arr-box {
	border-left-color: #ffc907;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .other-box .arr-box img {
	display: none;
}
.session_6 .centent-box .right-box .list-box .item-box:hover .other-box .arr-box img.active {
	display: block;
}
.session_6 .centent-box .right-box .more-box {
	margin-top: 35px;
}
.session_6 .centent-box .right-box .more-box .public_a {
	background: transparent;
}


@media screen and (max-width: 1680px) {
	.session_3 .all-box .item-box{
		height:320px;
	}
	.session_3 .all-box .item-box .img-box{
		width:400px;
	}
	.session_3 .all-box .item-box .txt-box{
		width:calc(100% - 400px);
		padding-top:40px;
	}
	.session_3 .all-box .item-box .txt-box .more-box{
		margin-top:60px;
	}
	.session_4 .centent-box .left-box img {
		width: 760px;
	}
	.session_5 {
		padding-left: 45px;
		padding-right: 45px;
	}
	.session_6 .centent-box .left-box {
		width: 540px;
	}
	.session_6 .centent-box .right-box {
		width: 700px;
	}
	.session_6 .centent-box .right-box .list-box .item-box {
		padding-top: 38px;
		padding-bottom: 38px;
	}
}
/*# sourceMappingURL=index.css.map */