:root {
	--max: 1500px;
	--font30: 30px;
	--font24: 24px;
	--font18: 18px;
	--font16: 16px;
	--line30: 30px;
	--margin80: 80px;
	--margin30: 30px;
}

.hertre {
	width: 100%;
	height: 80px;
	background: #ffffff;
	z-index: 999;
	position: relative;
}

.hertre_cen {
	width: var(--max);
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.logo {
	width: 170px;
	overflow: hidden;
}

.logo img {
	width: 100%;
	height: auto;
}

.nav {
	width: max-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.nav ul {
	width: max-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	font-size: var(--font18);
	color: #333333;
	text-align: center;
	position: relative;
	margin-left: 80px;
	transition: auto;
	line-height: 80px;
}

.nav ul li.nav_cen {
	color: #fd9f25;
}

.nav ul li:hover>a {
	color: #fd9f25;
}


.nav_active{
	width: max-content;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	
	transform: translateX(-50%);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.2);
	display: none;
	transition: auto;
}
.nav_active a{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 45px;
	padding: 0 20px;
}
.nav_active a:hover,.nav_active a.active {
	color: #fff;
	background: #fd9f25;
	
}
.an {
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}

.container {
	cursor: pointer;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.5s;
}

svg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
	transform: rotate(90deg);
}

path {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
	transform-origin: 36% 40%;
}

path:nth-child(2) {
	stroke-dasharray: 29 299;
}

path:nth-child(3) {
	transform-origin: 35% 63%;
}

path:nth-child(4) {
	stroke-dasharray: 29 299;
}

path:nth-child(5) {
	transform-origin: 61% 52%;
}

path:nth-child(6) {
	transform-origin: 62% 52%;
}

.active path:nth-child(1) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}

.banner .swiper-pagination-bullet-active {
	background: #0d5a29;
}

.banner_text {
	width: var(--max);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner_text h1 {
	font-size: var(--font30);
	color: #ffffff;
	text-align: center;
	line-height: 1;
	position: relative;
	padding-bottom: 15px;
}

.banner_text h1::after {
	content: "";
	width: 170px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner_text p {
	font-size: var(--font18);
	color: #ffffff;
	text-align: center;
	line-height: 1;
	margin-top: 15px;
}

.mb {
	width: 100%;
	margin: auto;
	background-image: url(../images/top_07.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mb>ul {
	width: max-content;
	max-width: var(--max);
	margin: auto;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.3);
}

.mb>ul>li {
	width: 240px;
	height: 90px;
	background: #fff;
	color: #333333;
	font-size: var(--font18);
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.mb>ul>li a {
	display: block;
	width: 100%;
	line-height: 1;
	position: relative;
	z-index: 3;
	border-left: 1px solid #e4e4e3;
}

.mb>ul>li:nth-child(1) a {
	border: none;
}

.mb>ul>li::after {
	content: "";
	width: 0%;
	height: calc(100% + 10px);
	background: #fd9f25;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
	z-index: 2;
}

.mb>ul>li:hover::after {
	width: 100%;
}

.mb>ul>li:hover a {
	color: #fff;
	border: none;
}

.mb>ul>li.mb_nav::after {
	width: 100%;
}

.mb>ul>li.mb_nav a {
	color: #fff;
}

.lx {
	width: var(--max);
	overflow: hidden;
	padding: var(--margin80) 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.lx_left {
	width: calc(100% - 720px);
	overflow: hidden;
	position: relative;
}

.lx_left img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.lx_left .point {
    position: absolute;
    left: 81%;
    top: 57%;
    width: 10.5px;
    height: 10.5px;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
}

.lx_left .point:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    padding: 14px;
    border-radius: 50%;
    animation: change 4s infinite linear;
}

.lx_left .point:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    padding: 26px;
    border-radius: 50%;
    animation: change 4s infinite linear;
    animation-delay: 2s;
}

@keyframes change {
    0% {padding: 0px;opacity:1;}
    100% {padding: 26px;opacity:0;}
} 

.lx_right {
	width: 680px;
	overflow: hidden;
}

.lx_right>h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.lx_right ul {
	width: 100%;
	overflow: hidden;
}

.lx_right ul li {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin-top: var(--margin30);
	padding-top: var(--margin30);
}

.lx_right ul li:nth-child(1) {
	border: none;
	padding-top: 0px;
}

.lx_right ul li h1 {
	font-size: var(--font18);
	color: #333333;
	font-weight: 900;
}

.lx_right ul li p {
	font-size: var(--font18);
	color: #666666;
	line-height: var(--line30);
	margin-top: 10px;
}

.ly {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/top_08.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ly_max {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.ly_max h1 {
	font-size: var(--font30);
	color: #000000;
	font-weight: 900;
	text-align: center;
}

.layui-layer {
	transition: auto;
}

.ly_max form {
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin30);
}

.input {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input label {
	width: calc(33.33% - 10px);
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: var(--margin30);
}

.input label input {
	width: 100%;
	height: 60px;
	background: #ffffff;
	border: 1px solid #efefef;
	padding: 0 20px;
	font-size: var(--font18);
	color: #333333;
}

.ly_max form>input {
	width: 100%;
	height: 60px;
	background: #ffffff;
	border: 1px solid #efefef;
	padding: 0 20px;
	font-size: var(--font18);
	color: #333333;
	margin-top: var(--margin30);
}

.ly_max form>textarea {
	width: 100%;
	height: 220px;
	background: #ffffff;
	border: 1px solid #efefef;
	padding: 20px;
	font-size: var(--font18);
	color: #333333;
	margin-top: var(--margin30);
	font-family: "微软雅黑";
	resize: none;
}

.ly_max form>button {
	width: 170px;
	height: 56px;
	background: #fd9f25;
	border: none;
	display: block;
	margin: auto;
	margin-top: var(--margin30);
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: var(--font18);
	cursor: pointer;
}

.ly_max form>button img {
	width: 20px;
	height: auto;
	margin-left: 20px;
	transition: .5s all;
}

.ly_max form>button:hover img {
	transform: translateX(10px);
}

.footer {
	width: 100%;
	overflow: hidden;
	background: #333333;
}

.footer_max {
	width: var(--max);
	margin: var(--margin80) auto;
	display: flex;
	flex-wrap: wrap;
}

.footer_ul {
	width: max-content;
	overflow: hidden;
	margin-right: 70px;
}

.footer_ul h1 {
	font-size: var(--font18);
	color: #fff;
}

.footer_ul ul {
	width: 100%;
	overflow: hidden;
}

.footer_ul ul li {
	font-size: var(--font16);
	color: #999999;
	margin-top: 20px;
}

.footer_ul ul li:hover {
	color: #fd9f25;
}

.footer_lx {
	width: max-content;
	overflow: hidden;
	margin-left: auto;
}

.footer_lx h1 {
	font-size: var(--font18);
	color: #fff;
}

.footer_lx p {
	font-size: var(--font16);
	color: #999999;
	line-height: var(--line30);
	margin-top: 10px;
}

.footer_lx img {
	width: 300px;
	height: auto;
	margin-top: 10px;
}

.footer_ba {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #434343;
	padding: 15px 0;
}

.ba {
	width: var(--max);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ba p {
	font-size: var(--font16);
	color: #999999;
	line-height: var(--line30);
}

.xw {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.xw ul {
	width: 100%;
	overflow: hidden;
}

.xw ul li {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.xw ul li::after {
	content: "";
	width: 0%;
	height: 1px;
	background: #fd9f25;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	transition: all 0.7s;
}

.xw ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.xw_left {
	width: 150px;
	overflow: hidden;
}

.xw_left p {
	font-size: var(--font24);
	color: #333333;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
}

.xw_left p::after {
	content: "";
	width: 16px;
	height: 2px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}

.xw_left h1 {
	font-size: var(--font16);
	color: #333333;
	font-weight: 500;
	margin-top: 15px;
}

.xw_center {
	width: calc(100% - 250px);
	overflow: hidden;
	padding-right: 170px;
	border-right: 1px solid #e4e4e3;
}

.xw_center h1 {
	font-size: var(--font18);
	color: #333333;
	font-weight: 900;
}

.xw_center p {
	font-size: var(--font16);
	color: #666666;
	line-height: var(--line30);
	margin-top: 10px;
}

.gg {
	background: inherit;
}

.xw_right {
	width: 100px;
	overflow: hidden;
}

.xw_lt {
	width: 20px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.xw_lt img {
	width: 100%;
	height: auto;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: drop-shadow(-20px 0px 0 #fd9f25);
	position: relative;
	right: 0;
	transition: all 0.3s;
}

.xw ul li:hover .xw_left p,
.xw ul li:hover .xw_center h1,
.xw ul li:hover .xw_left h1 {
	color: #fd9f25;
}

.xw ul li:hover .xw_left p::after {
	background: #fd9f25;
}

.xw ul li:hover .xw_lt img {
	right: -20px;
}

.xw ul li:hover::after {
	width: 100%;
}


.xwny {
    width: var(--max);
    overflow: hidden;
    margin: var(--margin80) auto;
}

.xwny h3 {
    text-align: center;
    font-size: 24px;
}

.xwny h6 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.xwny hr {
    margin: 20px 0;
}

.xwny p {
    text-align: justify;
    font-size: 16px;
    text-indent: 32px;
    line-height: 1.5;
    color: #999;
}

.xwny p img {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    display: block;
}


.uk-pagination li a {
    color: #666;
    font-size: 14px;
}




#page {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-top: var(--margin80);
}

#page .layui-laypage {
	margin: auto;
}

#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: initial;
	color: #fd9f25;
}

#page .layui-laypage .layui-laypage-curr em {
	color: #fd9f25;
}

.cr {
	background-image: url(../images/beijing_02.jpg);
}

.sh {
	width: var(--max);
	margin: auto;
	padding: var(--margin80) 0;
}

.sh>h1 {
	font-size: var(--font30);
	color: #333333;
	line-height: 1;
	text-align: center;
	font-weight: 900;
}

.sh>p {
	font-size: var(--font18);
	line-height: var(--line30);
	color: #666666;
	margin-top: 10px;
}

.sh ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sh ul li {
	width: calc(50% - 8px);
	overflow: hidden;
	padding: 70px;
	background: #fff;
	margin-top: 15px;
	position: relative;
	box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
}

.sh ul li::after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fd9f25;
	transition: all 0.5s;
}

.sh ul li h1 {
	font-size: var(--font24);
	color: #333333;
	font-weight: 900;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 2;
}

.sh ul li h1::after {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	transition: all 0.5s;
	z-index: 3;
}

.sh ul li p {
	font-size: var(--font18);
	color: #333333;
	line-height: var(--line30);
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.sh ul li:hover {
	transform: translateY(-10px);
}

.n {
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 20px solid rgb(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: var(--font30);
	color: rgb(255, 255, 255, 0.2);
	font-weight: 900;
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 2;
}

.sh ul li:hover::after {
	width: 100%;
}

.sh ul li:hover h1,
.sh ul li:hover p {
	color: #fff;
}

.sh ul li:hover h1 {
	border-bottom: 1px solid #febc67;
}

.sh ul li:hover h1::after {
	width: 46px;
}

.aq {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.aq_max {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.aq_max h1 {
	font-size: var(--font30);
	color: #fff;
	font-weight: 900;
}

.aq_max p {
	font-size: var(--font18);
	color: #ffffff;
	line-height: var(--line30);
	margin-top: 10px;
}

.cx {
	width: var(--max);
	margin: auto;
	padding: var(--margin80) 0;
}

.cx>h1 {
	font-size: var(--font30);
	color: #333333;
	line-height: 1;
	text-align: center;
	font-weight: 900;
}

.cx>p {
	font-size: var(--font18);
	line-height: var(--line30);
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.cx ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cx ul li {
	width: calc(25% - 20px);
	box-shadow: 0px 0px 15px 1px rgb(0, 0, 0, 0.2);
	padding: 40px 0 70px;
	margin-top: 40px;
}

.cx_icon {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background: #fffaf4;
	display: flex;
	border: 10px solid #ffffff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.cx_icon::after {
	content: "";
	width: 0px;
	height: 0px;
	background: #fd9f25;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: all 0.3s;
}

.cx_img {
	width: 60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.cx_img img {
	width: 100%;
	height: auto;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: drop-shadow(60px 0px 0 #ffffff);
	position: relative;
	right: 0;
	transition: auto;
}

.cx ul li p {
	text-align: center;
	margin-top: 20px;
	font-size: var(--font18);
	line-height: var(--line30);
	color: #333333;
}

.cx ul li:hover {
	transform: translateY(-15px);
}

.cx ul li:hover .cx_icon {
	border: 10px solid #fff5e9;
}

.cx ul li:hover .cx_icon::after {
	width: 100%;
	height: 100%;
}

.cx ul li:hover .cx_img img {
	right: 60px;
}

.cx ul li:hover .cx_img {
	transform: rotate(360deg);
}

.ky {
	width: 100%;
	overflow: hidden;
}

.ky ul {
	width: 100%;
	overflow: hidden;
}

.ky ul li {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f8f8f8;
}

.ky_left {
	width: 50%;
	overflow: hidden;
}

.ky_left img {
	width: 100%;
	height: auto;
}

.ky_right {
	width: 50%;
	overflow: hidden;
	padding: 0 100px;
}

.ky_right h1 {
	font-size: var(--font30);
	color: #1f1f1f;
	font-weight: 900;
}

.ky_right p {
	font-size: var(--font18);
	color: #1f1f1f;
	line-height: var(--line30);
	margin-top: var(--margin30);
}

.ky ul li:nth-child(2n) {
	background: #fff;
	flex-direction: row-reverse;
}

.ky ul li:hover .ky_left img {
	transform: scale(1.2);
}

.jj {
	width: calc(var(--max) - 140px);
	overflow: hidden;
	margin: 40px auto;
	position: relative;
}

.jj ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.jj ul li {
	width: 16.66%;
	height: 200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}

.jj_img {
	width: 78px;
	overflow: hidden;
	margin: auto;
}

.jj_img img {
	width: 100%;
	height: auto;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: drop-shadow(78px 0px 0 #ffffff);
	position: relative;
	right: 0;
	transition: all 0.5s;
}

.jj ul li p {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: var(--font18);
	color: #fd9f25;
	transition: all 0.5s;
}

.jj ul li.active .jj_img img {
	right: 78px;
}

.jj ul li.active p {
	color: #fff;
}

.mouse {
	position: absolute;
	width: 16.66%;
	overflow: hidden;
	height: 100%;
	border-radius: 10px;
	background-image: linear-gradient(to right bottom, #ffe607, #fd9f25);
}

.fl {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.fl ul {
	width: 100%;
	overflow: hidden;
}

.fl ul li {
	width: 100%;
	overflow: hidden;
	background: #fffaf4;
	position: relative;
	display: none;
}

.fl_max {
	width: var(--max);
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fl_left {
	width: 35%;
	overflow: hidden;
}

.fl_left h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.fl_left p {
	font-size: var(--font18);
	color: #333333;
	line-height: var(--font30);
	margin-top: 20px;
}

.fl_left a {
	display: block;
	margin-top: 50px;
	width: 170px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: var(--font18);
	color: #ffffff;
	background: #fd9f25;
}

.fl_left a img {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: .5s all;
}
.fl_left a:hover img {
	transform: translateX(10px);
}

.fl_right {
	width: 57%;
	overflow: hidden;
	float: right;
}

.fl_right img {
	width: 100%;
	height: auto;
}

.jj_lx {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.jj_lx h1 {
	text-align: center;
	font: optional;
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.jj_lx p {
	font-size: var(--font18);
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.jj_lx a {
	display: block;
	margin: auto;
	margin-top: 50px;
	width: 170px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: var(--font18);
	color: #ffffff;
	background: #fd9f25;
}

.jj_lx a img {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: .5s all;
}

.jj_lx a:hover img {
	transform: translateX(10px);
}

.frb {
	width: var(--max);
	overflow: hidden;
	padding: var(--margin80) 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e4e4e3;
}

.frb_left {
	width: calc(100% - 750px);
	overflow: hidden;
}

.frb_left>h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.frb_left>p {
	font-size: var(--font18);
	color: #333333;
	line-height: var(--line30);
	margin-top: 20px;
}

.frb_text {
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin30);
}

.frb_text p {
	width: 100%;
	overflow: hidden;
	font-size: var(--font18);
	color: #666666;
	line-height: 50px;
	border-bottom: 1px solid #e4e4e3;
}

.frb_right {
	width: 600px;
	overflow: hidden;
}

.frb_right img {
	width: 100%;
	height: auto;
}




.ys {
	width: calc(var(--max) + 30px);
	overflow: hidden;
	margin: var(--margin30) auto;
}

.ys>h1 {
	font-size: var(--font30);
	color: #333333;
	line-height: 1;
	text-align: center;
	font-weight: 900;
}

.mySwipe1 {
	width: 100%;
	margin-top: 20px;
	padding: 15px !important;
	padding-bottom: 60px !important;
}

.ys .swiper-slide {
	height: auto;
	box-shadow: 0px 0px 15px 1px rgb(0, 0, 0, 0.2);
	padding: 40px 20px 40px;
}

.ys .swiper-slide p {
	text-align: center;
	margin-top: 5px;
	font-size: var(--font18);
	line-height: var(--line30);
	color: #333333;
}

.ys .swiper-slide:hover .cx_icon {
	border: 10px solid #fff5e9;
}

.ys .swiper-slide:hover .cx_icon::after {
	width: 100%;
	height: 100%;
}

.ys .swiper-slide:hover .cx_img img {
	right: 60px;
}

.ys .swiper-slide:hover .cx_img {
	transform: rotate(360deg);
}

.ys .swiper-pagination-bullet-active {
	background: #fd9f25;
}

.fmt {
	width: 100%;
	overflow: hidden;
	margin-top: var(--margin30);
	position: relative;
}

.fmt>ul {
	width: 100%;
	overflow: hidden;
}

.fmt>ul>li {
	width: 100%;
	overflow: hidden;
	display: none;
}

.fmt>ul>li>img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
}

.fmt_max {
	width: max-content;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.fmt_hk {
	width: 240px;
	height: calc(100% + 10px);
	background: #fd9f25;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
	z-index: 5;
}

.fmt_max ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.fmt_max>ul>li {
	width: 240px;
	height: 90px;
	background: #fff;
	color: #333333;
	font-size: var(--font18);
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}

.fmt_max>ul>li a {
	display: block;
	width: 100%;
	line-height: 1;
	position: relative;
	z-index: 11;
	border-left: 1px solid #e4e4e3;
}

.fmt_max>ul>li:nth-child(1) a {
	border: none;
}

.fmt_max>ul>li.fmt_nav::after {
	width: 100%;
}

.fmt_max>ul>li.fmt_nav a {
	color: #fff;
	border: none;
}


.bz {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: #fffaf4;
	padding: var(--margin80) 0;
}

.bz h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
	text-align: center;
}

.mySwipe2 {
	width: calc(var(--max) + 30px);
	padding: 15px !important;
	padding-bottom: 60px !important;
	margin: auto;
	margin-top: 25px;
}

.bz .swiper-slide {
	height: auto;
	padding: 70px;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
}

.bz .swiper-slide::after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fd9f25;
	transition: all 0.5s;
}

.bz .swiper-slide h1 {
	font-size: var(--font24);
	color: #333333;
	font-weight: 900;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 2;
}

.bz .swiper-slide h1::after {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	transition: all 0.5s;
	z-index: 3;
}

.bz .swiper-slide p {
	font-size: var(--font18);
	color: #333333;
	line-height: var(--line30);
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.bz .swiper-slide:hover::after {
	width: 100%;
}

.bz .swiper-slide:hover h1,
.bz .swiper-slide:hover p {
	color: #fff;
}

.bz .swiper-slide:hover h1 {
	border-bottom: 1px solid #febc67;
}

.bz .swiper-slide:hover h1::after {
	width: 46px;
}

.bz .swiper-pagination-bullet-active {
	background: #fd9f25;
}

.frb_text50 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.frb_text50 p {
	width: 50%;
}

.sy {
	width: 100%;
	overflow: hidden;
}

.sy ul {
	width: 100%;
	overflow: hidden;
}

.sy ul li {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f8f8f8;
}

.ky_right p span , .ky_right p strong {
	font-weight: bold;
}

.sy ul li:nth-child(2n+1) {
	background: #fff;
	flex-direction: row-reverse;
}

.sy ul li:hover .ky_left img {
	transform: scale(1.2);
}

.sy ul li .ky_left img {
	height: 35vw;
	object-fit: cover;
}

.ab>ul {
	width: var(--max);
}

.ab>ul>li {
	width: 16.66%;
}

.klsd {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.klsd_left {
	width: 700px;
	overflow: hidden;
}

.klsd_left>h1 {
	font-size: var(--font30);
	color: #333333;
	line-height: 48px;
	font-weight: bold;
}

.klsd_left>p {
	font-size: var(--font18);
	line-height: var(--line30);
	color: #666666;
	margin-top: 10px;
}

.numCount {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.numCount ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.numCount ul li {
	width: max-content;
	overflow: hidden;
	border-left: 1px solid #e4e4e3;
	margin-left: 50px;
	padding-left: 50px;
}

.numCount ul li:nth-child(1) {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}

.numCount_max {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.numCount_max h1 {
	font-size: var(--font30);
	color: #fd9f25;
	font-weight: 900;
	line-height: 1;
}

.numCount_max span {
	font-size: var(--font18);
	color: #333333;
	line-height: 1;
}

.numCount ul li p {
	font-size: var(--font18);
	color: #999999;
	margin-top: 10px;
	line-height: 1;
}

.klsd_right {
	width: calc(100% - 800px);
	height: 650px;
	position: relative;
}

.mySwiper3 {
	width: 100%;
	height: 100%;
}

.mySwiper3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.klsd_right .swiper-pagination {
	right: auto !important;
	left: -30px !important;
}

.klsd_right .swiper-pagination-bullet-active {
	background: #fd9f25;
}

.wh {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wh ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.wh ul li {
	width: 33.33%;
	height: 100%;
	position: relative;
	height: 780px;
}

.wh_li {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 20px 45px;
	background: rgb(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 100%;
}

.wh_title {
	width: 100%;
	overflow: hidden;
	font-size: var(--font18);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 60px;
	font-weight: 900;
}

.wh_li img {
	width: 56px;
	height: auto;
	margin: auto;
}

.wh_li h1 {
	width: 100%;
	text-align: center;
	font-size: var(--font24);
	color: #fff;
	margin-top: 40px;
}

.wh_li p {
	width: 100%;
	font-size: var(--font18);
	color: #fff;
	line-height: var(--line30);
	margin-top: 30px;
}

.wh ul li:hover .wh_li {
	top: 0;
}

.wh ul li:hover .wh_title {
	opacity: 0;
}

.lc {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
}

.lc_max {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.lc_max h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
	text-align: center;
}

.lc_swiper {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.mySwiper11 {
	width: 100%;
	overflow: hidden;
}

.mySwiper11::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.mySwiper11 .swiper-slide {
	text-align: center;
	font-size: var(--font18);
	color: #333333;
	font-weight: 900;
	position: relative;
	padding-bottom: 15px;
	cursor: pointer;
}

.mySwiper11 .swiper-slide::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #c1c1c1;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mySwiper11 .swiper-slide-thumb-active {
	color: #fd9f25;
}

.mySwiper11 .swiper-slide-thumb-active::after {
	background: #fd9f25;
}

.mySwiper22 {
	width: 100%;
	height: 370px;
}

.mySwiper22 .swiper-slide {
	display: flex;
}

.mySwiper22 .swiper-slide h1 {
	font-size: 280px;
	color: #f4f4f4;
	font-weight: 900;
	line-height: 1;
	margin: auto;
}

.lc_text {
	width: calc(100% - 100px);
	height: 90%;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font24);
	color: #333333;
}







.mySwiper22 .swiper-button-next,
.mySwiper22 .swiper-button-prev {
	width: 50px;
}

.mySwiper22 .swiper-button-next img,
.mySwiper22 .swiper-button-prev img {
	width: 100%;
	height: auto;
}

.mySwiper22 .swiper-button-next::after,
.mySwiper22 .swiper-button-prev::after {
	content: "";
}

.mySwiper22 .swiper-button-next {
	right: 0px;
}

.mySwiper22 .swiper-button-prev {
	left: 0;
}



.wl {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wl_left {
	width: calc(100% - 450px);
	overflow: hidden;
	position: relative;
}

.wl_left img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

.wl_left .p {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    color: #666666;
    width: auto;
}

.wl_left .p::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fd9f25;
}

.wl_left .p1 {
    left: 20%;
    top: 30%;
    padding-left: 15px;
}

.wl_left .p1:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p2 {
    left: 46%;
    top: 23%;
    padding-right: 15px;
}

.wl_left .p2:before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p3 {
    left: 53%;
    top: 20%;
    padding-left: 15px;
}

.wl_left .p3:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p4 {
    left: 61%;
    top: 42%;
    padding-right: 15px;
}

.wl_left .p4:before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p5 {
    left: 69%;
    top: 53%;
    padding-right: 15px;
}

.wl_left .p5:before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p6 {
    left: 73%;
    top: 33%;
    padding-right: 15px;
}

.wl_left .p6:before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p7 {
    left: 81%;
    top: 26%;
    padding-bottom: 10px;
}

.wl_left .p7:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wl_left .p8 {
    left: 85%;
    top: 30%;
    padding-left: 15px;
}

.wl_left .p8:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_left .p9 {
    left: 80%;
    top: 55%;
    padding-left: 15px;
}

.wl_left .p9:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wl_right {
	width: 410px;
	overflow: hidden;
}

.wl_right h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.sj {
	display: block;
	font-size: 68px;
	color: #fd9f25;
	line-height: 1;
	margin-top: 40px;
	font-weight: 900;
}

.sj span {
	font-size: 30px;
}

.wl_right p {
	margin-top: 20px;
	font-size: var(--font18);
	color: #333333;
	line-height: var(--line30);
}

.wl_right p span, .wl_right p strong {
	display: block;
	font-weight: 900;
}

.zz {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(to right top, #eaeaea, #fbfbfb,
			#eaeaea,
			#fbfbfb,
			#eaeaea,
			#fbfbfb)
}

.zz_max {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.zz_max h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
	text-align: center;
}

.mySwiper6 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px !important;
	margin-top: 50px;
}

.mySwiper6 .swiper-slide {
	overflow: hidden;
}

.mySwiper6 img {
	width: 100%;
	height: auto;
}

.mySwiper6 .swiper-pagination-bullet-active {
	background: #fd9f25;
}

.mySwiper6 img:hover {
	transform: scale(1.2)
}


.hj {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(to right top, #eaeaea, #fbfbfb,
			#eaeaea,
			#fbfbfb,
			#eaeaea,
			#fbfbfb)
}

.hj_max {
	width: var(--max);
	overflow: hidden;
	margin: var(--margin80) auto;
}

.hj_max h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
	text-align: center;
}

.mySwiper9 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px !important;
	margin-top: 50px;
}

.mySwiper9 .swiper-slide {
	overflow: hidden;
}

.mySwiper9 img {
	width: 100%;
	height: auto;
}

.mySwiper9 .swiper-pagination-bullet-active {
	background: #fd9f25;
}

.mySwiper9 img:hover {
	transform: scale(1.2)
}

.videopc {
	width: 100%;
	height: 100vh;
	position: relative;
	cursor: pointer;
}

.videopc video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.videopc h1 {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: var(--font30);
	color: #ffffff;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 48px;
}

.videopc h1.h1 {
	transform: scale(0);
	opacity: 0;
}

.videowep {
    display: none;
}

.klsd_left a {
	display: block;
	margin-top: 50px;
	width: 170px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: var(--font18);
	color: #ffffff;
	background: #fd9f25;
}

.klsd_left a img {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: .5s all;
}

.klsd_left a:hover img {
	transform: translateX(10px);
}

.dy_img {
	width: 42%;
	height: 100vh;
	overflow: hidden;
	float: right;
}

.dy_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gy_index {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.klsd_index {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.fa_index {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.jjfa_max {
	width: var(--max);
	overflow: hidden;
}

.jjfa_top {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.jjfa_left {
	width: calc(100% - 130px);
	overflow: hidden;
}

.jjfa_left h1 {
	font-size: var(--font30);
	color: #ffffff;
	font-weight: 900;
}

.jjfa_left p {
	font-size: var(--font18);
	color: #ffffff;
	line-height: var(--line30);
	margin-top: 10px;
}

.jt {
	width: 115px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.jt .swiper-button-next,
.jt .swiper-button-prev {
	width: 50px;
	height: 50px;
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: auto;
	display: block !important;
	cursor: pointer !important;
}

.jt .swiper-button-next img,
.jt .swiper-button-prev img {
	width: 100%;
	height: 100%;
}

.jt .swiper-button-next::after,
.jt .swiper-button-prev::after {
	content: "";
}

.jjfa_swiper {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.jjfa_swiper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.jjfa_swiper .swiper-slide>img {
	width: 50%;
	height: auto;
}

.jjfa_right {
	width: 42%;
	overflow: hidden;
}

.jjfa_right h1 {
	font-size: var(--font30);
	color: #fff;
}

.jjfa_right p {
	font-size: var(--font18);
	color: #ffffff;
	line-height: var(--line30);
	margin-top: 10px;
}

.jjfa_right ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.jjfa_right ul li {
	width: max-content;
	overflow: hidden;
	margin-right: 30px;
}

.jjfa_r_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	margin: auto;
}

.jjfa_r_img img {
	width: 30px;
	height: auto;
	margin: auto;
}

.jjfa_right ul li h2 {
	font-size: var(--font18);
	color: #fff;
	margin-top: 10px;
}

.jjfa_right a {
	display: block;
	margin-top: 50px;
	width: 170px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: var(--font18);
	color: #333333;
	background: #ffffff;
}

.jjfa_right a img {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: .5s all;
}

.jjfa_right a:hover img {
	transform: translateX(10px);
}

.jjfa_right .swiper-pagination {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block !important;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}

.jjfa_right .swiper-pagination .swiper-pagination-current {
	font-size: 18px;
	font-weight: 900;
}

.xw_index {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}

.xw_index::after {
	content: "";
	width: 65%;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	bottom: 0;
	right: 0;
}

.xw_max {
	width: var(--max);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;

}

.xw_l {
	width: 300px;
	overflow: hidden;
}

.xw_l h1 {
	font-size: var(--font30);
	color: #333333;
	font-weight: 900;
}

.xw_l p {
	font-size: var(--font18);
	color: #333333;
	margin-top: 20px;
}

.xw_l a {
	display: block;
	margin-top: 100px;
	width: 170px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: var(--font18);
	color: #ffffff;
	background: #fd9f25;
}

.xw_l a img {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: .5s all;
}
.xw_l a:hover img {
	transform: translateX(10px);
}

.xw_r {
	width: calc(100% - 530px);
	overflow: hidden;
}

.xw_r ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xw_r ul li {
	width: calc(50% - 50px);
	overflow: hidden;
	border-bottom: 2px solid #ededed;
	padding-bottom: 30px;
	margin-top: 50px;
}

.xw_r ul li:nth-child(-n+2) {
	margin-top: 0px;
}

.xw_r ul li span {
	font-size: var(--font16);
	color: #999999;
	display: block;
}

.xw_r ul li h1 {
	font-size: var(--font18);
	color: #333333;
	display: block;
	margin-top: 15px;
	font-weight: 900;
}

.xw_r ul li p {
	font-size: var(--font16);
	color: #666666;
	display: block;
	margin-top: 20px;
	line-height: var(--font30);
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; 
}

.xw_r ul li:hover h1 {
	color: #fd9f25;
}

.video video::-webkit-media-controls-enclosure {
	display: none;
}

.hertre_index {
	position: fixed;
	top: 0;
	z-index: 999;
	
}

.pageSwier {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}


.foot-out {
	height: auto !important;
}