.moveY {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	-moz-transition: 0.58s;
	transition: 0.58s;
	opacity: 0;
}

.moveX {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 1s;
	transition: -webkit-clip-path 1s;
	-o-transition: clip-path 1s;
	-moz-transition: clip-path 1s;
	transition: clip-path 1s;
	transition: clip-path 1s, -webkit-clip-path 1s;
}


.sec6ws .swiper-slide-active .sec6_1 .moveX ,
.sec2s1 .swiper-slide-active .sec2s1_1 .moveX ,
.sbanner .swiper-slide-active .sbanner1 .moveX {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec6ws .swiper-slide-active .sec6_1 .moveY ,
.sec2s1 .swiper-slide-active .sec2s1_1 .moveY ,
.sbanner .swiper-slide-active .sbanner1 .moveY {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.circleProgress_wrapper {
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 11;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #FFFFFF; */
	border-radius: 50%;
}

.circleProgress_wrapper img {
	width: 18px;
	height: 8px;
}

.circle {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden
}

.circle.circle_right {
	right: 0
}

.circle.circle_left {
	left: 0
}

.circleProgress {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0
}

.rightcircle {
	right: 0;
	transform: rotate(45deg)
}

.leftcircle {
	left: 0;
	transform: rotate(45deg)
}

.circleProgress_wrapper.active .rightcircle {
	-webkit-animation: circleProgressLoad_right 5s linear;
	animation: circleProgressLoad_right 5s linear;
	border-top: 2px solid #FF8001;
	border-right: 2px solid #FF8001;
}

.circleProgress_wrapper.active .leftcircle {
	-webkit-animation: circleProgressLoad_left 5s linear;
	animation: circleProgressLoad_left 5s linear;
	border-bottom: 2px solid #FF8001;
	border-left: 2px solid #FF8001;
}


@-webkit-keyframes circleProgressLoad_right {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(45deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@keyframes circleProgressLoad_right {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(45deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@-webkit-keyframes circleProgressLoad_left {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(-135deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@keyframes circleProgressLoad_left {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(-135deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

.swiperaprev {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 2px solid #FF8001;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 170px;
	z-index: 11;
}

.swiperaprev img {
	width: 18px;
	height: 8px;
}

.sbanner {
	border-radius: 0px 0px 0px 80px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
}

.sbanner1 {
	width: 100%;
	height: 860px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 0 0 350px;
}
.pagebanner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sbanner1 p {
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 90px;
}

.sbanner1 span {
	display: block;
	margin-top: 12px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
}

.sbanner1 div {
	width: 142px;
	height: 40px;
	background: #FF8001;
	border-radius: 100px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.sbanner1 div>img {
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 14px;
}


.xtop {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111;
	padding-top: 30px;
}

.xtop1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo1 {
	display: block;
	height: 60px;
}

.xserch {
	box-sizing: border-box;
	width: 142px;
	height: 36px;
	border-radius: 100px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 5px 0 20px;
}

.xserch div {
	width: 28px;
	height: 28px;
	background: #FF8001;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xserch img {
	display: block;
	width: 14px;
	height: 14px;
}

.xnav {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.xnavs {
	position: relative;
}

.xnavs::after {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.xnavs ul {
	display: flex;
}

.xnavs li {
	margin-right: 60px;
	padding-bottom: 28px;
	position: relative;
}

.xnavs li:last-child {
	margin-right: 0;
}

.xnavs li.active {}

.xnavs li.active::after {
	content: '';
	width: 29px;
	height: 2px;
	background: #FF8001;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 11;
}

.xnavs li a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}

.xnavs li.active a {}

.xnavs-next {
	position: absolute;
	z-index: 111;
	right: -26px;
	top: 3px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-image: url(../images/jt5.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.xnavs-prev {
	position: absolute;
	z-index: 111;
	left: -30px;
	top: 3px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	background-image: url(../images/jt5.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.sbanner .swiper-pagination-bullets {
	bottom: 40px !important;
}

.sbanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.sbanner .swiper-pagination-bullet-active {
	background-color: #fff;
}

.sec1 {
	position: relative;
	margin-top: -98px;
	padding-top: 159px;
	box-sizing: border-box;
	width: 100%;
	height: 1080px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/bg1.png);
	overflow: hidden;
}

.sec_t img {
	height: 60px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.sec_t div {
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-top: -26px;
}

.sec_t1 img {
	height: 60px;
	display: block;
	position: relative;
	z-index: 1;
}

.sec_t1 div {
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	margin-top: -26px;
}

.sec_t p {
	margin-top: 5px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.sec1w {
	margin-top: 41px;
	position: relative;
}

.sec1_1 {
	width: 764px;
	height: 587px;
	overflow: hidden;
	position: relative;
	border-radius: 0px 0px 0px 40px;
}

.sec1_1 img {
	width: 764px;
	height: 587px;
}

.sec1_1 div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(16, 15, 15, 0.4);

	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.sec1s {
	width: 1230px;
	position: absolute;
	right: 0;
	top: 100px;
	padding-bottom: 106px;
}

.sec1s_1 {
	width: 440px;
	height: 326px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06);
	border-radius: 40px 0px 40px 0px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sec1s_1 span {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	display: block;
}

.sec1s_1 p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: justify;
}

.sec1s_1 div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.sec1s_1 div i {
	display: block;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	font-weight: normal;
}

.sec1s_1 div img {
	display: block;
	width: 50px;
	height: 50px;
}

.sec1s_1:hover div img {
	content: url(../images/hnhz_arrow_icon_hover.png);

	transition: all .6s;
	-webkit-transition: all .6s;
}

.sec1sprev {
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	left: 488px;
	bottom: 0;
	background-image: url(../images/hnhz_arrow_left.png);
	/* transform: rotate(180deg); */
	cursor: pointer;
	z-index: 11;
}

.sec1snext {
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	left: 528px;
	bottom: 0;
	background-image: url(../images/hnhz_arrow_left.png);
	transform: rotate(180deg);
	cursor: pointer;
	z-index: 11;
}

.sec1s .swiper-pagination-bullets {
	bottom: 11px !important;
	width: auto !important;
	left: 142px !important;
}

.sec1s .swiper-pagination-bullet {
	width: 34px;
	height: 2px;
	background: #D9D9D9;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.sec1s .swiper-pagination-bullet-active {
	background: #FF8001;
}

.sec2 {
	width: 100%;
	position: relative;
	margin-top: -98px;
	z-index: 5;
	overflow: hidden;
	border-radius: 0px 80px 0px 0px;
}

.sec2s1 {
	width: 100%;
}

.sec2s1_1 {
	width: 100%;
	height: 782px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.sec2_1 {
	margin-top: 60px;
	width: 710px;

}

.sec2_1 div {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: justify;
}

.sec2_1 a {
	width: 142px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 40px;
}

.sec2_1 a img {
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 14px;
}

.sec2s2 {
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translate(-50%, 0);
}

.sec2s2_1 {
	position: relative;
}

.sec2s2_1 div {
	cursor: pointer;
	width: 345px;
	height: 188px;
	overflow: hidden;
}

.sec2s2_1 img {
	display: block;
	width: 345px;
	height: 188px;
}

.sec2s2_1 p {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 20px;
}

.sec2s1prev {
	width: 40px;
	height: 40px;
	background-size: cover;
	position: absolute;
	left: 160px;
	bottom: 122px;
	background-image: url(../images/jt6.png);
	/* transform: rotate(180deg); */
	cursor: pointer;
	z-index: 11;
}

.sec2s1next {
	width: 40px;
	height: 40px;
	background-size: cover;
	position: absolute;
	right: 160px;
	bottom: 122px;
	background-image: url(../images/jt6.png);
	transform: rotate(180deg);
	cursor: pointer;
	z-index: 11;
}

.sec2s2 .swiper-slide-thumb-active .sec2s2_1 div {
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.sec3 {
	position: relative;
	overflow: hidden;
	z-index: 6;
	padding-top: 62px;
	box-sizing: border-box;
	width: 100%;
	height: 769px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/bg3.png);
	border-radius: 0px 0px 0px 80px;
}

.sec3s {
	position: absolute;
	/* right: 0; */
	left: 240px;
	top: 227px;
	width: 1680px;
	padding-bottom: 83px;
}

.sec3s_1 {
	width: 436px;
	height: 410px;
	background: #FFFFFF;
}

.sec3s_1a {
	width: 436px;
	height: 300px;
	overflow: hidden;

}

.sec3s_1a img {
	width: 436px;
	height: 300px;
}

.sec3s_1b {
	width: 436px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px;
}

.sec3s_1b span {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.sec3s_1b img {
	width: 50px;
	display: block;
}

.sec3s_1:hover .sec3s_1b img {
	content: url(../images/hnhz_arrow_icon_hover.png);
}

.sec3sprev {
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #C6C6C6;
	left: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(180deg);
	cursor: pointer;
	z-index: 11;
	user-select: none;
}

.sec3sprev img {
	width: 12px;
	display: block;
}

.sec3snext {
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #C6C6C6;
	left: 60px;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	/* transform: rotate(180deg); */
	cursor: pointer;
	z-index: 11;
	user-select: none;
}

.sec3snext img {
	width: 12px;
	display: block;
}

.sec3sprev:hover {
	background: #FF8001;
	border: 1px solid #FF8001;
}

.sec3sprev:hover img {
	content: url(../images/jt5.png);
}

.sec3snext:hover {
	background: #FF8001;
	border: 1px solid #FF8001;
}

.sec3snext:hover img {
	content: url(../images/jt5.png);
}

.sec3s .swiper-pagination {
	width: 74.5%;
	position: absolute;
	left: 150px;
	top: auto;
	bottom: 12px;
	background: #D9D9D9;
	height: 2px;
}

.sec3s .swiper-pagination-progressbar-fill {
	background: #FF8001;
}

.sec3snums {
	position: absolute;
	bottom: 10px;
	right: 240px;
}

.sec3snums span {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.8);
	line-height: 20px;
}

.sec3snums span:nth-child(1) {
	font-size: 26px;
	color: #FF8001;
}

.sec4 {
	position: relative;
	overflow: hidden;
	z-index: 5;
	padding-top: 150px;
	padding-bottom: 60px;
	box-sizing: border-box;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/bg4.png);
	margin-top: -100px;
	border-radius: 0px 0px 80px 0px;
}

.sec4_1 {
	margin-top: 40px;
	height: 470px;
	display: flex;
	border-radius: 40px 0px 40px 0px;
	background: #FFFFFF;
	overflow: hidden;
}

.sec4_1a {
	width: 50%;
	height: 100%;


}

.sec4_1a img {
	width: 100%;
	height: 100%;
}

.sec4_1b {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 8px 80px;
}

.sec4_1b span {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	display: block;
}

.sec4_1b div {
	width: 560px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: justify;
	margin-top: 30px;
}

.sec4_1b a {
	width: 142px;
	height: 40px;
	background: #FF8001;
	border-radius: 100px 100px 100px 100px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec4_1b a img {
	width: 12px;
	display: block;
	margin-left: 14px;
}

.sec5 {
	position: relative;
	overflow: hidden;
	z-index: 4;
	padding-top: 148px;
	padding-bottom: 60px;
	box-sizing: border-box;
	width: 100%;
	margin-top: -98px;
	background: #FFFFFF;
}

.sec5w {
	margin-top: 40px;
	display: flex;
}

.sec5_1 {
	margin-right: 30px;
	flex: none;
	width: 705px;
	height: 552px;
	overflow: hidden;
	border-radius: 40px 0px 40px 0px;
	position: relative;
}

.sec5_1 img {
	width: 705px;
	height: 552px;
	overflow: hidden;
	border-radius: 40px 0px 40px 0px;
}

.sec5_1 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(16, 15, 15, 0.3);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	text-indent: 30px;
}

.sec5_2 {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 40px 0px 40px 0px;
}

.sec5_2a {
	width: 215px;
	height: 261px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.sec5_2a img {
	width: 215px;
	height: 261px;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.sec5_2a:nth-child(n+4) {
	margin-bottom: 0;
}

.sec5_2a:nth-child(3n) {
	margin-right: 0;
}

.sec5_2a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(16, 15, 15, 0.2);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	bottom: -60px;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.sec5_2a:hover p {
	bottom: 0;
}

.sec5_2a:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.sec5_more {
	width: 142px;
	height: 40px;
	background: #FF8001;
	border-radius: 100px 100px 100px 100px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec5_more img {
	width: 12px;
	display: block;
	margin-left: 14px;
}

.sec6{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background: #FFFFFF;
}
.sec6w{
	display: flex;
	margin-top: 50px;
	
}
.sec6ws{
	flex: 1;
}
.sec6_1{
	width: 100%;
	height: 780px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 116px 30% 0 240px;
}
.sec6_1 div{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 54px;
	
	display: flex;
	align-items: center;
	
}
.sec6_1 div span{
	display: inline-block;
	margin-right: 5px;
}
.sec6_1 p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: justify;
	margin-top: 20px;
}
.sec6_1 a {
	width: 142px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec6_1 a img {
	width: 12px;
	display: block;
	margin-left: 14px;
}

.sec6_2{
	flex: none;
	width: 502px;
}
.sec6_2a{
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.sec6_2a img{
	width: 100%;
	height: 350px;
}
.sec6_2a div{
	position: absolute;
	top: 70px;
	left: 0;
	box-sizing: border-box;
	padding:0 32px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	
	display: flex;
	align-items: center;
}
.sec6_2a div span{
	display: inline-block;
	margin-right: 5px;
}
.sec6_3a{
	width: 502px;
	height: 80px;
	background: #FF8001;
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}
.sec6_3a img{
	width: 10px;
	display: block;
	margin-left: 10px;
}
.sec6s_bot{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;
	width: 181px;
	height: 80px;
	background: #FF8001;
	border-radius: 40px 0px 0px 0px;
	display: flex;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.sec6s_bot span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 26px;
	color: rgba(255,255,255,0.3);
}
.sec6wsprev{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.sec6wsprev img{
	width: 24px;
	display: block;
}
.sec6wsnext{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	transform: rotate(180deg);
}
.sec6wsnext img{
	width: 24px;
	display: block;
}


.sec6ws .swiper-pagination-bullets {
	bottom: 72px !important;
	width: auto;
	left: 240px;
	
}

.sec6ws .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.4);
	opacity: 1;margin: 0 5px !important;
}

.sec6ws .swiper-pagination-bullet-active {
	background-color: #fff;
}


.sec7{
	position: relative;
	overflow: hidden;
	z-index: 4;
	padding-top: 50px;
	padding-bottom: 158px;
	box-sizing: border-box;
	width: 100%;
 	background: #F9F9F9;
}

.sec7w{
	margin-top: 40px;
	display: flex;
}

.sec7_1 {
	margin-right: 40px;
	flex: none;
	width: 708px;
	height: 519px;
	overflow: hidden;
	border-radius: 40px 0px 40px 0px;
	position: relative;
}

.sec7_1 img {
	width: 708px;
	height: 519px;
	overflow: hidden;
	border-radius: 40px 0px 40px 0px;
}

.sec7_1 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: rgba(51,51,51,0.2);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 72px;
	text-indent: 20px;
}
.sec7_2{
	flex: 1;
}
.sec7_2 a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #D9D9D9;
}
.sec7_2 a:nth-child(1){
	padding-top: 0;
	border-top: none;
}
.sec7_2 a:last-child{
	padding-bottom: 0;
}
.sec7_2a{
	width: 90px;
	flex: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec7_2a span{
	font-weight: bold;
	font-size: 34px;
	color: #201919;
	line-height: 42px;
	text-align: center;
}
.sec7_2a p{
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	text-align: center;
	margin-top: 3px;
}
.sec7_2b{
	margin-left: 20px;
	width: 480px;
}
.sec7_2b span{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;transition: all .6s;
	-webkit-transition: all .6s;
}
.sec7_2b div{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	text-align: justify;
	margin-top: 10px;
}
.sec7_2 a img{
	margin-left: auto;
	display: block;
	width: 16px;transition: all .6s;
	-webkit-transition: all .6s;
}
.sec7_2 a:hover .sec7_2b span{
	color: #FF8001;
}
.sec7_2 a:hover img{
	content: url(../images/jt11.png);
}

.sec8{
	position: relative;
	overflow: hidden;
	z-index: 5;
	padding: 62px 0;
	height: 300px;
	box-sizing: border-box;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/ewm1.png);
	margin-top: -98px;
	border-radius: 0px 80px 0px  0px;
}
.sec8w{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec8_1{
	display: flex;
}
.sec8_1 >div{
	margin-right: 20px;
	width: 150px;
	height: 176px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 16px 19px 0;
}
.sec8_1 div img{
	width: 100%;
	display: block;
}
.sec8_1 div p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-top: 8px;
}

.sec8_2{
	padding-top: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}

.sec8_2 div{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	display: flex;
	align-items: center;
}
.sec8_2 div img{
	display: block;
	width: 16px;
	margin-right: 8px;
}
.sec8_2 p{
	margin-top: 4px;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 32px;
}
.sec8_2 a{
	width: 202px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 9px 0 20px;
	font-size: 14px;
	color: #F08920;
	line-height: 30px;
	margin-top: 25px;
}
.sec8_2 a img{
	width: 22px;
	display: block;
}

.ft{
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 30px 0;
	background: #313843;
}
.ft1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(107,107,107,0.5);
}
.ft1 ul{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
}
.ft1 ul a{
	font-size: 16px;
	color: #ADAFB4;
	line-height: 24px;
}
.ft1 li.active a{
	color: #FFFFFF;
}
.ft1 li{
	width: 100px;
	text-align: center;
}
.ft2{
	margin-top: 30px;
}
.ft2 p{
	font-size: 12px;
	color: rgba(245,245,245,0.4);
	line-height: 22px;
	text-align: center;
}
	
.ft2 a{
	color: rgba(245,245,245,0.4);
}


@media only screen and (max-width: 1550px) {
   .xwidth{
        width:1220px;
    }
    .xnavs li{
         margin-right: 42px;
    }
    .sec2s2_1 div{
        width: 275px;
        height: 150px;
    }
    .sec2s2_1 div img{
        width: 275px;
        height: 150px;
    }
    .sec5_1{
        width: 585px;
        height: 458px;
    }
    .sec5_1 img{
        width: 585px;
        height: 458px;
    }
    .sec5_2a {
        width: 181px;
        height: 214px; 
    }
    .sec5_2a img{
        width: 181px;
        height: 214px; 
    }
    .sec7_1{
         width: 580px;
        height: 425px;
    }
    .sec7_1 img{
        width: 580px;
        height: 425px;
    }
    .sec7_2 a {
        padding: 15px 0;
    }
}

.nav-right{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navbar-text{
    font-size: 17px;
    margin-right: 30px;
    color: #FFFFFF;
}
.navbar-text a{
    color: #FFFFFF !important;
}

.navbar-text a:hover {
   color: #FFFFFF !important;
}