.hertre{
	width: 100%;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen{
	width: 1200px;
	overflow: hidden;
	height: 84px;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 377px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.tel{
	width: max-content;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tel h1{
	background-size: 28px 28px;
	background-position: left top;
	background-image: url(../image/svg.png);
	background-repeat: no-repeat;
	color: rgb(248, 148, 48);
	font-family: HarmonyOS Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	padding-left: 32px;
	text-align: left;
}
.tel h1 span{
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}
.tel img{
	width: 158px;
	height: auto;
	margin-left: 10px;
}
.nav{
	width: 1200px;
	margin: auto;
}
.nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	width: 14%;
	color: rgb(0, 0, 0);
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: 400;
	line-height: 66px;
	text-align: center;
	transition: all 0.0s;
	position: relative;
}
.nav ul li a{
	position: relative;
	z-index: 2;
}
.nav ul li.nav_cen{
	color: #fff;
}
.nav ul li::after{
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: linear-gradient(270.00deg, rgba(248.4,151.3,49.23,1.00),rgba(242,66,15,1.00) 100%);
	z-index: 1;
	transition: all 0.3s;
}
.nav ul li.nav_cen::after{
	width: 100%;
}
.nav ul li:hover::after{
	width: 100%;
}
.nav ul li:hover{
	color: #fff;
}
.nav_ul{
	width: 100%;
	background: rgba(249, 149, 81, 0.9);
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 99;
	display: none;
	transition: auto;
}
.nav_ul .xasd{
    display: block;
	color: rgb(255, 255, 255);
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 66px;
	border-top: 1px solid rgba(249, 149, 81, 0.9);
	position: relative;
}
.cjs{
    width: max-content;
    overflow: hidden;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    background: rgba(249, 149, 81, 0.9);
    padding: 0 20px;
    display: none;
    transition: auto;
}
.cjs a{
    display: block;
	color: rgb(255, 255, 255);
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 66px;
	border-top: 1px solid rgba(249, 149, 81, 0.9);
	position: relative;
}
.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: 200px;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	background: rgb(194, 219, 255);
	border-radius:20px;
}
.banner .swiper-pagination-bullet-active{
	background: rgb(245, 171, 32);
}
.banner1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner1 img{
	width: 100%; 
	height: auto;
	object-fit: cover;
}
.banner1 .swiper-pagination{
	bottom: 30px !important;
}
.banner1 .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	background: rgb(194, 219, 255);
	border-radius:20px;
	opacity: 1;
}
.banner1 .swiper-pagination-bullet-active{
	background: rgb(245, 171, 32);
}
.banner_text{
	width: 1200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text h1{
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	margin-left: 67px;
}
.banner_text p{
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	margin-left: 40px;
}
.banner_about{
	width: 1200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_about h1{
	width: 100%;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: center;
}
.banner_about p{
	width: 100%;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 20px;
}
.jiance{
	width: 680px;
	overflow: hidden;
	margin: 60px auto 280px;
}
.jiance>h1{
	text-align: center;
	color: rgb(243, 78, 30);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0px;
}
.jiance>p{
	color: rgb(243, 78, 30);
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 12px;
}
.jiance form{
	width: 100%;
	overflow: hidden;
	margin-top: 78px;
}
.jiance form label{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid rgb(255, 181, 173);
	margin-bottom: 15px;
}
.jiance form label p{
	width: 226px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    align-content: center;
    justify-content: center;
	background: rgb(243, 78, 30);
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.jiance form label input{
	display: block;
	width: calc(100% - 226px);
	height: 66px;
	background-size: inherit;
	border: none;
	padding: 0 10px;
}
.jiance form label textarea{
    display: block;
	width: calc(100% - 226px);
	height: 150px;
	background-size: inherit;
	border: none;
	padding: 10px;
	font-family: "微软雅黑";
	resize: none;
}
.jiance form .submit{
	width: 298px;
	height: 60px;
	background: rgb(243, 78, 30);
	border-radius: 8px;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	border: none;
	margin: auto;
	display: block;
	margin-top: 50px;
}
.about{
	width: 1200px;
	overflow: hidden;
	margin: 80px auto 200px;
}
.jianjei{
	width: 100%;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.jianjei_left{
	width: calc(50% - 100px);
	overflow: hidden;
}
.jianjei_left h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: left;
}
.jianjei_left p{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 50px;
}
.jianjei_img{
	width: calc(50% - 100px);
	overflow: hidden;
}
.jianjei_img img{
	width: 100%;
	height: auto;
}
.wenhua{
	width: 100%;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.wenhua h1{
	width: 100%;
	overflow: hidden;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: left;
}
.wenhua_text{
	width: calc(50% - 100px);
	overflow: hidden;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 78px;
}
.zhengshu{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	border-top: 1px solid rgb(207, 201, 196);
	border-bottom: 1px solid rgb(207, 201, 196);
	padding-top: 50px;
	padding-bottom: 25px;
}
.zhengshu h1{
	width: 100%;
	overflow: hidden;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: left;
}
.zhengshu ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.zhengshu ul li{
	width: calc(25% - 19px);
	margin-left: 25px;
	overflow: hidden;
	margin-bottom: 25px;
}
.zhengshu ul li img{
	width: 100%;
	height: auto;
}
.zhengshu ul li:nth-child(4n+1){
	margin-left: 0px;
}
.dizhi{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}
#mapDiv1{
	width: 100%;
	height: 720px;
	transition: auto;
}
#mapDiv1 div,
#mapDiv1 img{
	transition: auto;
}
.dizhi_text{
	position: absolute;
	width: 300px;
	overflow: hidden;
	right: 160px;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(255, 255, 255);
	padding: 40px;
}
.dizhi_text>h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}
.dizhi_text ul{
	width: 100%;
	overflow: hidden;
}
.dizhi_text ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid rgb(207, 201, 196);
	padding-bottom: 10px;
}
.dizhi_text ul li h1{
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
}
.dizhi_text ul li p{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
.beijing{
	width: 100%;
	overflow: hidden;
	background: rgb(249, 249, 249);
}
.xinwen{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 25px auto 200px;
}
.xinwen_left{
	width: calc(100% - 390px);
}
.xinwen_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	padding: 0 40px;
	background: #fff;
}
.xinwen_top a{
	width: max-content;
	display: block;
	line-height: 64px;
	color: rgb(103, 103, 103);
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: 400;
	margin-right: 80px;
	position: relative;
	transition: all 0.3s;
}
.xinwen_top a::after{
	content: "";
	position: absolute;
	width: 0px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90.00deg, rgba(242,69,16,1.00),rgba(248,151,49,1.00) 100%);
	border-radius: 20px;
	transition: all 0.3s;
}
.xinwen_top a.xinwen_text::after{
	width: 48px;
}
.xinwen_top a.xinwen_text{
	background: linear-gradient(90.00deg, rgba(242,70,16,1.00),rgba(248,148,48,1.00));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	text-fill-color:transparent;
	font-weight: 700;
}
.xinwen_top a:hover::after{
	width: 48px;
}
.xinwen_top a:hover{
	background: linear-gradient(90.00deg, rgba(242,70,16,1.00),rgba(248,148,48,1.00));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	text-fill-color:transparent;
	font-weight: 700;
}
.xinwen_left ul{
	width: 100%;
}
.xinwen_left ul li{
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 20px;
	background: #fff;
	margin-top: 1px;
}
.xinwen_left ul li:hover{
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.06);
	position: relative;
	z-index: 1;
}
.xinwen_left ul li a{
	width: 100%;
	overflow: hidden;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwen_left ul li img{
	width: 230px;
	height: 170px;
	object-fit: cover;
}
.xinwen_right{
	width: calc(100% - 250px);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.xinwen_right h1{
	width: 100%;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}
.xinwen_right p{
	width: 100%;
	color: rgb(152, 152, 152);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
	transform: translateY(-15px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xinwen_right span{
	width: 100%;
	display: block;
	color: rgb(152, 152, 152);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
}
.xinwen_righta{
	width: 380px;
	overflow: hidden;
}
.xinwen_right_top{
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: rgb(0, 0, 0);
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0px;
	text-align: left;
	padding: 0 20px;
}
.xinwen_righta ul{
	width: 100%;
	overflow: hidden;
}
.xinwen_righta ul li{
	width: 100%;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin-top: 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwen_righta ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwen_righta ul li h1{
	width: 70px;
	overflow: hidden;
	color: rgb(152, 152, 152);
	font-family: Microsoft YaHei;
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xinwen_righta ul li:nth-child(1) h1{
	color: rgb(242, 68, 16);
}
.xinwen_righta ul li:nth-child(2) h1{
	color: rgb(244, 98, 28);
}
.xinwen_righta ul li:nth-child(3) h1{
	color: rgb(248, 149, 48);
}
.xin{
	width: calc(100% - 70px);
	overflow: hidden;
}
.xin h2{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
}
.xin p{
	color: rgb(152, 152, 152);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 15px;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page .active,
.page .total{
    font-size: 12px;
    padding: 5px 12px;
    color: #999;
    border: 1px solid #999;
    margin: 0px 3px;
}
.page .active{
    background: linear-gradient(270.00deg, rgba(248.4,151.3,49.23,1.00),rgba(242,66,15,1.00) 100%);
    border: none;
    color: #fff;
}
.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child{
    color: #999;
    border: 1px solid #999;
    background: #fff;
}
.mianbao{
	width: 100%;
	overflow: hidden;
	background: rgb(249, 249, 249);
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.mianbao_cen{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	padding: 25px 0;
}
.mianbao_cen span{
	margin: 0 10px;
}
.mianbao_cen p{
	color: rgb(152, 152, 152);
}
.show{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto 210px;
	/* padding-right: 450px; */
}
.show>h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: left;
}
.show>p{
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 50px;
}
.show_text{
	width: 100%;
	overflow: hidden;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 50px;
}
.show_text img{
	max-width: 100%;
	height: auto;
}
.anli{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 25px auto 190px;
}
.anli_top{
	width: calc(100% - 390px);
	overflow: hidden;
	display: flex;
	padding: 0 40px;
	background: #fff;
}
.anli_top a{
	width: max-content;
	display: block;
	line-height: 64px;
	color: rgb(103, 103, 103);
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: 400;
	margin-right: 80px;
	position: relative;
	transition: all 0.3s;
}
.anli_top a::after{
	content: "";
	position: absolute;
	width: 0px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90.00deg, rgba(242,69,16,1.00),rgba(248,151,49,1.00) 100%);
	border-radius: 20px;
	transition: all 0.3s;
}
.anli_top a.xinwen_text::after{
	width: 48px;
}
.anli_top a.xinwen_text{
	background: linear-gradient(90.00deg, rgba(242,70,16,1.00),rgba(248,148,48,1.00));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	text-fill-color:transparent;
	font-weight: 700;
}
.anli_top a:hover::after{
	width: 48px;
}
.anli_top a:hover{
	background: linear-gradient(90.00deg, rgba(242,70,16,1.00),rgba(248,148,48,1.00));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	text-fill-color:transparent;
	font-weight: 700;
}
.anli ul{
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.anli ul li{
	width: 32%;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 2%;
	background: #fff;
}
.anli ul li:hover{
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}
.anli ul li:nth-child(3n+1){
	margin-left: 0%;
}
.anli ul li img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.anli ul li h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 18px;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.anli ul li p{
	color: rgb(152, 152, 152);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	padding: 0 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.ceshi{
	justify-content: center;
}
.ceshi h1{
	margin-left: 0%;
}
.pageas{
	width: 1200px;
	margin: 80px auto 200px;
}
.pageas>h1{
	text-align: center;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
}
.pageas>p{
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 90px;
}
.pageas>h2{
	margin-top: 40px;
	background: linear-gradient(90.00deg, rgba(242,70,16,1.00),rgba(248,148,48,1.00));
	-webkit-background-clip:
	text;
	-webkit-text-fill-color:
	transparent;
	background-clip:
	text;
	text-fill-color:
	transparent;
	font-family: HarmonyOS Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 12px;
	position: relative;
}
.pageas>h2::after{
	content:"";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90.00deg, rgba(242,69,16,1.00),rgba(248,151,49,1.00) 100%);
	border-radius:20px;
}
.page_text{
	width: max-content;
	max-width: 100%;
	overflow: hidden;
	margin-top: 30px;
	background: linear-gradient(0.00deg, rgba(255,255,255,1.00),rgba(249.54,247.92,246.81,1.00) 100%);
	border: 1px solid rgb(255, 255, 255);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	border-radius:4px;
	color: rgb(48, 31, 20);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	padding: 30px;
}
.page_text img{
	max-width: 100%;
	height: auto;
}
.cashi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 70px;
}
.cashi>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.cashi>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/zuo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.cashi>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/you.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.cashi ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cashi ul li{
	width: calc(50% - 20px);
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	padding-bottom: 50px;
}
.cashi_text{
	width: 100%;
	overflow: hidden;
	padding: 30px;
	background: rgb(255, 248, 247);
	padding-right: 30%;
	position: relative;
}
.cashi_text>h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}
.cashi_text>h2{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
}
.cashi_text>p{
	color: rgb(102, 102, 102);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 200;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 30px;
}
.cashi ul li img{
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: -100px;
}
.cashi ul li:hover .cashi_text{
	background: rgb(249, 149, 81);
}
.cashi ul li:hover .cashi_text>h1,
.cashi ul li:hover .cashi_text>h2,
.cashi ul li:hover .cashi_text>p{
	color: #fff;
}
.fuwu{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 70px;
	padding: 80px 0;
	background: rgb(255, 250, 246);
}
.fuwu>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.fuwu>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/zuo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.fuwu>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/you.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.fuwu_cem{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.fuwu_cem ul{
	width: 310px;
	overflow: hidden;
	background: #fff;
}
.fuwu_cem ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 35px 15px;
	cursor: pointer;
}
.fuwu_cem ul li h1{
	color: rgb(158, 161, 180);
	font-family: HuXiaoBo-NanShen;
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: left;
}
.fuwu_cem ul li p{
	color: rgb(158, 161, 180);
	font-family: Noto Sans SC;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.jiany{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.jiany i{
	width: 15px;
	overflow: hidden;
}
.jiany i img{
    width: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    filter: drop-shadow(15px 0px 0 rgb(249, 149, 81));
    position: relative;
    right: 0;
}
.fuwu_cem ul li.moi{
	background: linear-gradient(270.00deg, rgba(254,191,119,1.00),rgba(250.45,130.21,36.43,1.00) 100%);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.fuwu_cem ul li.moi h1,
.fuwu_cem ul li.moi p{
	color: #fff;
}
.fuwu_cem ul li.moi .jiany{
	background: #fff;
}
.fuwu_cem ul li.moi .jiany i img{
	right: 15px;
}
.fuwu_cem ul li:hover{
	background: linear-gradient(270.00deg, rgba(254,191,119,1.00),rgba(250.45,130.21,36.43,1.00) 100%);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.fuwu_cem ul li:hover h1,
.fuwu_cem ul li:hover p{
	color: #fff;
}
.fuwu_cem ul li:hover .jiany{
	background: #fff;
}
.fuwu_cem ul li:hover .jiany i img{
	right: 15px;
}
.fuwu_cem_l{
	width: calc(100% - 440px);
	overflow: hidden;
}
.moxum{
	width: 100%;
	overflow: hidden;
}
.moxum h1{
	color: rgb(0, 0, 0);
	font-family: Noto Sans SC;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
}
.moxum h1::after{
	content: "";
	width: 40px;
	height: 10px;
	background-image: url(../image/pol.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.moxum_text{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	color: rgb(102, 102, 102);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
}
.moxum_text img{
	width: 100%;
	height: auto;
}
.youshi{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.youshi::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(249, 149, 81,0.8);
	position: absolute;
	top: 0;
	left: 0;
}
.youshi_cen{
	width: 1200px;
	overflow: hidden;
	margin: 80px auto;
	position: relative;
	z-index: 1;
}
.youshi_cen>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.youshi_cen>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/ax.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.youshi_cen>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/ac.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.youshi_cen ul{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.youshi_cen ul li{
	width: calc(25% - 30px);
	overflow: hidden;
}
.youshi_cen ul li img{
	width: 68px;
	height: auto;
	margin: auto;
}
.youshi_cen ul li h2{
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 40px;
}
.youshi_cen ul li p{
	color: rgb(255, 248, 247);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
}

.hezuo{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
}
.hezuo>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.hezuo>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/zuo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.hezuo>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/you.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.hezuo_text{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 130px;
}
.hezuo_text img{
	width: 100%;
	height: auto;
}
.danwei{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 70px;
	padding: 80px 0;
	background: rgb(255, 250, 246);
}
.danwei>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.danwei>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/zuo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.danwei>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/you.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.danwei_cem{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.danwei_cem>ul{
	width: 160px;
	overflow: hidden;
}
.danwei_cem>ul li{
	width: 100%;
	overflow: hidden;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: right;
	margin-top: 70px;
	position: relative;
	cursor: pointer;
}
.danwei_cem>ul li::after{
	content: "";
	width: 20px;
	height: 2px;
	background: rgb(196, 196, 196);
	border-radius: 20px;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.danwei_cem>ul li.asd::after{
	background: rgb(249, 149, 81);
	width: 60px;
}
.danwei_cem>ul li.asd{
	color: rgb(249, 149, 81);
}
.danwe_r{
	width: calc(100% - 240px);
	overflow: hidden;
}
.danwe_r_text{
	width: 100%;
	overflow: hidden;
}
.danwe_r_text ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.danwe_r_text ul li{
	width: 33%;
	overflow: hidden;
	margin-bottom: 40px;
	
}
.cmisko{
    width: 100%;
    height: 200px;
    display: flex;
	flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255, 250, 246);
}
.cmisko img{
	max-width: 100%;
	max-height: 100%;
	
}
.danwe_r_text ul li h1{
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 20px;
}
.danwe_r_text ul li p{
	color: rgb(152, 152, 152);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 13px;
	display: none;
}
.danwe_r_text ul li:hover img{
	border: 1px solid rgb(249, 149, 81)
}
.xinwenk{
	width: 100%;
	overflow: hidden;
	margin: 80px auto;
}
.xinwenk>h1{
	width: max-content;
	text-align: center;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: HarmonyOS Sans;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin: auto;
	padding: 0 40px;
}
.xinwenk>h1::after{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/zuo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.xinwenk>h1::before{
	content: "";
	width: 22px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../image/you.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.xinwenk_cen{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwenk_l{
	width: 360px;
	overflow: hidden;
}
.xinwenk_l img{
	width: 100%;
	height: 230px;
	object-fit: contain;
}
.xinwenk_l h1{
	color: rgb(0, 0, 0);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.xinwenk_l:hover h1{
	color: rgb(249, 149, 81);
}
.xinwenk_l p{
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.xinwenk_l span{
	display: block;
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 40px;
}
.xinwenk_r{
	width: calc(100% - 370px);
	overflow: hidden;
	border-left: 1px solid rgb(230, 230, 230);
}
.xinwenk_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwenk_r ul li{
	width: 50%;
	overflow: hidden;
	height: 230px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.xinwenk_r ul li:nth-child(2){
	border-left: 1px solid rgb(230, 230, 230);
}
.xinwenk_r ul li h1{
	color: rgb(0, 0, 0);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.xinwenk_r ul li:hover h1{
	color: rgb(249, 149, 81);
}
.xinwenk_r ul li p{
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.xinwenk_r ul li span{
	display: block;
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 40px;
}
.okxik{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 0 20px;
}
.okxik h1{
	color: rgb(0, 0, 0);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.okxik:hover h1{
	color: rgb(249, 149, 81);
}
.okxik p{
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
}
.okxik span{
	display: block;
	color: rgb(156, 159, 171);
	font-family: Noto Sans SC;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 40px;
}
.scasq{
	width: max-content;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
	background-image: url(../image/asd.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 44px auto;
	line-height: 44px;
	padding-right: 60px;
}
.zixun{
	width: 110px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9;
}
.zixun img{
	width: 100%;
	height: auto;
}
.zoxin{
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.zoxin p{
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
}
.zoxin a{
	display: block;
	background: rgb(242, 72, 17);
	border-radius: 6px;
	width: 180px;
	line-height: 36px;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin-left: 70px;
}
.zoxin img{
	width: 360px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: -280px;
}
.footer{
	width: 100%;
	overflow: hidden;
	background: rgb(10, 29, 48);
}
.footer_cen{
	width: 1200px;
	overflow: hidden;
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.footer_left{
	width: max-content;
	overflow: hidden;
	border-right: 1px solid rgb(27, 39, 79);
	padding-right: 60px;
}
.footer_left img{
	width: 275px;
	height: auto;
}
.footer_left p{
	width: max-content;
	background: rgb(80, 115, 228);
	line-height: 46px;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: left;
	text-align: center;
	background-image: url(../image/path-3.png);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	padding: 0 20px;
	padding-left: 55px;
	margin-top: 10px;
}
.footer_cen ul{
	width: max-content;
	overflow: hidden;
}
.footer_cen ul h1{
	color: rgb(217, 217, 217);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.footer_cen ul li{
	color: rgb(169, 176, 187);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
.lianxi{
	width: max-content;
	overflow: hidden;
}
.lianxi h1{
	color: rgb(217, 217, 217);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 20px;
}
.lianxi_text{
	width: 100%;
	overflow: hidden;
	color: rgb(169, 176, 187);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.lianxi_text p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	color: rgb(169, 176, 187);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.weixin{
	width: max-content;
	overflow: hidden;
}
.weixin h1{
	color: rgb(217, 217, 217);
	font-family: HarmonyOS Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.weixin img{
	width: 90px;
	height: auto;
	background: #fff;
	padding: 5px;
}
.youxai{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	border-top: 1px solid rgb(27, 39, 79);
	border-bottom: 1px solid rgb(27, 39, 79);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.youxai h1{
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 100px;
}
.youxai a{
	color: rgb(169, 176, 187);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	padding: 0 40px;
	border-left: 1px solid rgb(27, 39, 79);
}
.banan{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
	color: rgb(169, 176, 187);
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banan p{
	margin-right: 10px;
}

/*隐藏右侧咨询栏*/

.zixun {display: none;}

/*隐藏底部咨询按钮*/
.zoxin a {display: none;}





.page li{
        font-size: 12px;
    padding: 5px 12px;
    color: #999;
    border: 1px solid #999;
    margin: 0px 3px;
}