<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
	max-width: 640px;
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
}
.hertre{
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	padding: 0;
	top: 0px;
	left: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 62px;
	overflow: hidden;
	position: relative;
	z-index: 101;
	margin-left: 15px;
}
.logo img{
	width: 100%;
	height: auto;

}
.nav{
	width: 100%;
	top: 0;
	height: 100%;
	position: fixed;
	left: 0;
	background: rgba(232, 236, 235, 1);
	display: none;
	z-index: 100;
}
.nav&gt;ul{
	width: 100%;
	overflow: hidden;
	margin-top: 130px;
}
.nav&gt;ul li{
	width: 100%;
	text-align: center;
	color: rgba(148, 148, 148, 1);
    line-height: 46px;
    font-size: 17.5px;
}
.nav&gt;ul li.nav_cen{
	color: #000;
}
.xianshang{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}
.xianshang p{
	width: 145px;
	line-height: 42px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 75, 168, 1);
}
.xianshang ul{
	width: calc(100% - 145px);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.xianshang ul li{
	width: 24px;
	height: 24px;
	margin: 0 10px;
}
.xianshang ul li img{
	width: 100%;
	height: 100%;
}


.tanchu{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 103;
	background: rgba(0, 0, 0, 1);
	display: none;
}
.zhong{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zhong img{
	width: 134px;
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: auto;
}
.zhong p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 50px;
}
.tanchu i{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 57px;
	right: 37px;
}
.tanchu i svg{
	width: 100%;
	height: 100%;
}
.an{
	width: 60px;
	height: 60px;
	display: block;
	transition: all 0.5s;
	z-index: 101;
}
.container {
  cursor: pointer;
  display: flex; 
  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;
	margin-top: 60px;
}
.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: calc(100% - 70px);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text h1{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
}
.banner_text p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
}
.lianxi{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.lianxi ul{
	width: 100%;
	overflow: hidden;
}
.lianxi ul li{
	width: 100%;
	overflow: hidden;
	padding: 20px 60px;	
}
.lianxi ul li h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}
.lianxi_text{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.lianxi_text h2{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;	
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	padding-left: 50px;
	background-image: url(../images/dianhua.png);
	background-position: left 10px center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	position: relative;
}
.lianxi_text h2::after{
	content: "";
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 75, 168, 1);
	position: absolute;
	top: 0;
	left: 0%;
	border-radius: 50%;
}
.lianxi_text h2 p{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}
.lianxi_text img{
	width: 130px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
}

.erweima{
	width: 100%;
	overflow: hidden;
	padding: 20px 30px;
	margin-top: 30px;
}
.erweima ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.erweima ul li{
	width: 32%;
	overflow: hidden;
}
.erweima ul li img{
	width: 100%;
	height: auto;
}
.erweima ul li p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}
.dizhi{
	width: calc(100% - 60px);
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
	border-top: 1px solid rgba(224, 224, 224, 1);
}
.dizhi ul{
	width: 100%;
	overflow: hidden;
}
.dizhi ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.dizhi ul li img{
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 75, 168, 1);
	border-radius: 50%;
	padding: 7px;
}
.dizhi_text{
	width: calc(100% - 50px);
	overflow: hidden;
}
.dizhi_text h1{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}
.dizhi_text p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
}
.banner_bang{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 0;
}
.banner_bang h1{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	
}
.banner_bang p{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 7px;
}
.banner_bang span{
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 7px;
}
.numCount{
	width: calc(100% - 30px);
	height: 60px;
	background: #000;
	margin: auto;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.numCount ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.numCount ul li{
	width: 33.33%;
	overflow: hidden;
	position: relative;
}
.numCount ul li::after{
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.numCount ul li:nth-child(1)::after{
	background: #000;
}
.numCountact{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.numCountact h1{
	display: inline-block;
	font-size: 17.5px;
	font-weight: 900;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.numCountact h1 span{
	font-size: 12px;
	line-height: 26px;
}
.numCount ul li p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.cp{
	width: calc(100% - 30px);
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cp h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.cp_cmax{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.cp_cmax img{
	width: 100%;
	height: auto;
}
.cp_cmax_p{
	width: max-content;
	line-height: 30px;
	background: #fff;
	padding: 0 30px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	vertical-align: top;
	position: absolute;
	top: 20px;
	left: 0;
	background-image: url(../images/jiantou.png);
	background-size: 14px 9px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	padding-left: 35px;
}
.cp_cmax_xiao{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 40px;
	left: 0;
	padding-left: 30px;
}
.cp_cmax_xiao h2{
	width: max-content;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	background-image: url(../images/jiao.png);
	background-size: 8px 4px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.cp_cmax_xiao p{
	width: max-content;
	background: #fff;
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
}
.zhengyan{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 20px;
}
.zhengyan&gt;h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.zhengyan&gt;p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.zhengyan ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.zhengyan ul li{
	width: 50%;
	overflow: hidden;
}
.zhengyan ul li img{
	width: 100%;
	height: auto;
}
.zhengyan ul li h2{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	padding-left: 30px;
	margin-top: 7px;
}
.zhengyan ul li p{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
}
.hezuo{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.hezuo img{
	width: 100%;
	height: auto;
}
.xuanze{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 25px;
}
.xuanze h1{
	font-size: 17.5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.xuanze p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration-line: underline;
	color: rgba(0, 75, 168, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}
.xuanze img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.banner_xin_max{
	width: calc(100% - 50px);
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.banner_xin_max h1{
	font-size: 17.5px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
}
.banner_xin_max p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}
.banner_xin_max span{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}
.banner_xin img{
	height: 340px;
	object-fit: cover;
}

.mou{
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.mou ul{
	width: calc(100% - 30px);
	margin: auto;
	overflow: hidden;
}
.mou ul li{
	float: left;
	width: max-content;
	padding: 0 30px;
	background: #000;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.mou ul li:first-child{
	border-top-left-radius: 10px;
}
.mou ul li:last-child{
	border-top-right-radius: 10px;
}
.mou ul li.lx_max{
	background: #fff;
	color: #000;
}
.mou ul li:hover{
	background: #fff;
	color: #000;
}
.mou_cen{
	width: calc(100% - 30px);
	margin: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	box-shadow: 0px 0px 8px 1px rgb(0,0,0,0.1);
	margin-bottom: 10px;
}
.mou_cen_max{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	display: none;
}
.mou_cen .mou_cen_max:first-child{
	display: block;
}
.juneng{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 16px 16px, 0px, 0px;
	padding: 0 15px;
	background: linear-gradient(180deg, rgba(0, 76, 168, 1) 20%, rgba(0, 75, 168, 0.01) 80%);
}
.juneng&gt;p{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 40px;
	padding: 0 20px;
}
.juneng&gt;h1{
	font-size: 17.5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
		padding: 0 20px;
}
.juneng_text{
	width: 100%;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	margin-top: 25px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.juneng_text&gt;p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	vertical-align: top;
	padding: 0 60px;
	margin-top: 30px;
}
.juneng_text&gt;img{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.juneng_text ul{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.juneng_text ul li{
	width: calc(50% - 5px);
	overflow: hidden;
}
.juneng_text ul li img{
	width: 100%;
	height: auto;
}
.jiaoshou{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 20px;
}
.jiaoshou_l{
	width: max-content;
	overflow: hidden;
}
.jiaoshou_l h1{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: bottom;
	margin-top: 40px;
}
.jiaoshou_l h1 span{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: bottom;
}
.jiaoshou_l p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
}
.jiaoshou_r{
	width: 140px;

	position: relative;
}
.jiaoshou_r img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.jiaoshou_r::after{
	content: "";
	width: 146px;
	height: 146px;
	opacity: 1;
	background: rgba(204, 204, 204, 1);
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
}
.jiao_text{
	width: 100%;
	overflow: hidden;
	border-radius: 0px 0px, 10px, 10px;
	background: rgba(0, 75, 168, 1);
	padding: 20px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
}
.zhengshu_text{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	border-radius: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    margin-top: 25px;
}
.zhengshu_text img{
	width: 100%;
	height: auto;
}
.zhengshu_text h1{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	margin-top: 20px;
}
.zhengshu_text&gt;p{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
}
.zhengshu_text h2{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}
.zhengshu_text h2 p{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
}
.zhengshu_text h2 p span{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.chengfen{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
}
.chengfen_max{
	width: calc(100% - 30px);
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.chengfen_max h1{
	font-size: 17.5px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
}
.chengfen_max p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
.chengfen_max span{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
.chengfen img{
	width: 100%;
	height: auto;
}
.ceneg{
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.ceneg ul{
	width: calc(100% - 30px);
	margin: auto;
	overflow: hidden;
}
.ceneg ul li{
	float: left;
	width: max-content;
	padding: 0 30px;
	background: #000;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.ceneg ul li:first-child{
	border-top-left-radius: 10px;
}
.ceneg ul li:last-child{
	border-top-right-radius: 10px;
}
.ceneg ul li.lx_max{
	background: #fff;
	color: #000;
}
.ceneg ul li:hover{
	background: #fff;
	color: #000;
}
.ceneg_cen{
	width: calc(100% - 30px);
	margin: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	box-shadow: 0px 0px 8px 1px rgb(0,0,0,0.1);
	margin-bottom: 10px;
}
.ceneg_cen_max{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	display: none;
}
.ceneg_cen .ceneg_cen_max:first-child{
	display: block;
}
.zhenxi{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 25px;
}
.zhenxi&gt;h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.zhenxi ul{
	width: 100%;
	overflow: hidden;
	margin-top: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zhenxi ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	margin-top: 20px;
}
.zhenxi ul li img{
	width: 100%;
	height: auto;
}
.zhenxi ul li p{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.shengshui{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 90px;
}
.shengshui h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.shengshui p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	line-height: 26px;
	margin-top: 10px;
}
.shengshui img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.shengshui a{
	width: 150px;
	line-height: 44px;
	background: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.shengshui img.shui{
	margin-top: 30px;
	margin-bottom: 15px;
}
.shengshui ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shengshui ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	margin-top: 15px;
}
.shengshui ul li img{
	width: 100%;
	height: auto;
}
.shengshui ul li h2{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.shengshui ul li p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	margin-top: 7px;
}
.gushi{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 90px;
	overflow: hidden;
}
.gushi&gt;p{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	text-transform: uppercase;
}
.gushi&gt;h1{
	font-size: 17.5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
}
.gushi_text{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.gushi_text img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.jieshao{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.jieshao img{
	width: 100%;
	height: 670px;
	object-fit: cover;
}
.jieshao_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.jieshao_text h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.jieshao_text span{
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 7px;
}
.jieshao_text img{
	width: 8px !important;
	height: auto !important;
	margin: auto;
	margin-top: 10px;
}
.jian_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 70px;
	right: 0;
	padding-right: 30px;
}
.jian_text h1{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: right;
	vertical-align: top;
}
.jian_text p{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: right;
	vertical-align: top;
}
.shimin{
	width: calc(100% - 15px);
	overflow: hidden;
	margin: auto;
	margin-top: 25px;
}
.shimin&gt;h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.shimin&gt;p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.shimin ul{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.shimin ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: -30px;
}
.shimin ul li:nth-child(1){
	margin-top: 0px;
}
.shimin ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.shimin_img{
	width: 50%;
	overflow: hidden;
	position: relative;
}
.shimin_img img{
	width: 100%;
	height: auto;
}
.shiu_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.shiu_text p{
	width: 36px;
	height: 36px;
	opacity: 1;
	border: 0.5px solid rgba(255, 255, 255, 1);          
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
}
.shimin_r{
	width: 50%;
	height: 100%;
	position: relative;
}
.shimin_r p{
	width: max-content;
	overflow: hidden;
	margin: auto;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	background-image: url(../images/sanjiao.png);
	background-size: 8px 8px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.shimin ul li:nth-child(1) .shimin_r p{
    margin-top: -30px;
}
.shimin ul li:nth-child(3) .shimin_r p{
    margin-top: 30px;
}
.copo{
	margin-top: 40px;
}
.jieshaoa{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.jieshaoa img{
	width: 100%;
	height: auto;
}
.jieshaoa_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.jieshaoa_text h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.jieshaoa_text p{
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
}
.gongyi{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.gongyi img{
	width: 100%;
	height: auto;
}

.img{
	width: 200px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.img img{
	width: 100%;
	height: auto;
}
.pinp{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
}
.pinp img{
	width: 100%;
	height: auto;
}
.pinp h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	margin-top: 15px;
}
.pinp p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	line-height: 24px;
	margin-top: 7px;
}

.pinp a{
	width: 150px;
	line-height: 44px;
	background: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.fenzi{
	width: calc(100% - 30px);
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
}
.fenzi_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.fenzi_top img{
	width: 254px;
	height: auto;
}
.fenzi_r{
	width: calc(100% - 254px);
	overflow: hidden;
	background: rgba(0, 75, 168, 1);
	background-image: url(../images/dizhi.png);
	background-size: 15px auto;
	background-position: top 35px center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	padding: 60px 0;
}
.fenzi h1{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
}
.fenzi_text{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	vertical-align: top;
	line-height: 26px;
	margin-top: 7px;
}

.fenzi a{
	width: 150px;
	line-height: 44px;
	background: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.lunzheng{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.lunzheng img{
	width: 100%;
	height: auto;
}
.lunzheng_text{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%,0%);
}
.lunzheng_text h1{
	font-size: 17.5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.lunzheng_text p{
	font-size: 17.5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}
.mingxing{
	width: 280px;
	overflow: hidden;
	margin: auto;
	margin-top: -130px;
	position: relative;
	z-index: 2;
}
.mingxing img{
	width: 100%;
	height: auto;
}
.mingxing a{
	width: 150px;
	line-height: 44px;
	background: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 30px;
}






</pre></body></html>