.hertre{
	width: 100%;
	height: 170px;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 169px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: 65%;
	height: auto;
}
.nav ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav ul li{
	width: 19%;
	line-height: 32px;
	font-size: 18px;
	color: #e60012;
	border: 1px solid #f38890;
	border-radius: 5px;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
.nav ul li:hover{
    background: #e60012;
    color: #fff;
}
.nav ul li a{
	display: block;
}

.an{
	width: 70px;
	height: 70px;
	display: none;
	position: absolute;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container1 {
  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;
}
.swiper-button-next,
.swiper-button-prev{
    width: 50px !important;
    height: 50px !important;
    background: #999 !important;
    border-radius: 50% !important;
    opacity: 0 !important;
    transition: all 0.3s;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    color: #fff;
    font-size: 20px !important;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev{
    opacity: 1 !important;
}
.women{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
}
.women>p{
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #e60012;
	text-transform: uppercase;
	font-weight: 600;
}
.women h1{
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 50px;
}
.women img{
	width: 20px;
	height: auto;
	margin: 25px auto 20px;
}
.women_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	text-align: center;
}
.jieshao{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.jieshao_l{
	width: calc(100% - 700px);
	overflow: hidden;
}
.jianjie_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.jianjie_top h1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
}
.jianjie_top p{
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	font-weight: 500;
	border-top: 5px solid #e60012;
	padding-left: 20px;
	line-height: 18px;
	padding-top: 10px;
	margin-top: 20px;
	margin-left: 20px;
}
.jieshao_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
}
.jieshao_text::after{
	content: "";
	width: 135px;
	height: 7px;
	background: #d0d0d0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.jieshao_r{
	width: 670px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
.jieshao_r::after{
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 30px);
	position: absolute;
	right: 0;
	bottom: 0;
	border: 5px solid #c8c8c8;
	z-index: -1;
}
.jieshao_img{
	width: calc(100% - 20px);
	height: auto;
	overflow: hidden;
}
.jieshao_r img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.jieshao_r:hover img{
	transform: scale(1.2);
}


.itemContent h2{
	text-align: center;
	font-size: 30px;
	color: #fefefe;
	font-weight: 600;
}
.shenme{
	border-top: 2px solid #999999;
	padding-top: 80px;
}
.shenme_text{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.opxo h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fefefe;
	font-weight: 600;
}
.opxo img{
	width: 80px;
	height: auto;
	margin-top: 20px;

}

.container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.container .boxItem {
    width: calc(33.33333% - 5px);
    height: 300px;
    position: relative;
    margin-bottom: 5px;
}

.container .boxItem>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.container .boxItem>a:first-of-type:hover,
.container .boxItem>a:nth-child(2):hover,
.container .boxItem>a:nth-child(3):hover,
.container .boxItem>a:last-of-type:hover {
    z-index: 11;
    -moz-clip-path: none;
    -webkit-clip-path: none;
    clip-path: none;
    clip: auto;
}

.container .boxItem>a:first-of-type {
    -moz-clip-path: polygon(0 0, 100% 0, 50% 50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%);

}

.container .boxItem>a:first-of-type:hover~.itemContentBox>.opxo {
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.container .boxItem>a:first-of-type:hover~.itemContentBox .itemContent:first-of-type {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.container .boxItem>a:nth-child(2) {
    -moz-clip-path: polygon(100% 0, 50% 50%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 50% 50%, 100% 100%);
    clip-path: polygon(100% 0, 50% 50%, 100% 100%);

}

.container .boxItem>a:nth-child(2):hover~.itemContentBox>.opxo {
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.container .boxItem>a:nth-child(2):hover~.itemContentBox .itemContent:nth-of-type(2) {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.container .boxItem>a:nth-child(3) {
    -moz-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);

}

.container .boxItem>a:nth-child(3):hover~.itemContentBox>.opxo {
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.container .boxItem>a:nth-child(3):hover~.itemContentBox .itemContent:nth-of-type(3) {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.container .boxItem>a:last-of-type {
    -moz-clip-path: polygon(0 0, 50% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
    clip-path: polygon(0 0, 50% 50%, 0 100%);

}

.container .boxItem>a:last-of-type:hover~.itemContentBox>.opxo {
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.container .boxItem>a:last-of-type:hover~.itemContentBox .itemContent:last-of-type {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.container .boxItem .itemContentBox {
    width: 100%;
    height: 100%;
    position: absolute;
}

.container .boxItem .itemContentBox>.opxo {
    width: 100%;
    height: 100%;
    background: #e60000;
    position: absolute;
    z-index: 2;
    /*transform-style: preserve-3d;*/
    transition: all 0.3s linear;
    transform-origin: center center -150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.container .boxItem .itemContentBox .itemContent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #B40404;
    text-align: center;
    transform-style: preserve-3d;
    transform-origin: center center -150px;
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.container .boxItem:nth-child(2n) .itemContentBox>.opxo,
.container .boxItem:nth-child(2n) .itemContentBox>.itemContent {
    background-color: #f48a21;
}
 .container .boxItem:nth-child(2n) .itemContentBox>.itemContent{
     background-color: #B45F04;
 }
.container .boxItem .itemContentBox .itemContent:first-of-type {
    transform: rotateX(90deg);
}

.container .boxItem .itemContentBox .itemContent:nth-of-type(2) {
    transform: rotateY(90deg);
}

.container .boxItem .itemContentBox .itemContent:nth-of-type(3) {
    transform: rotateX(-90deg);
}

.container .boxItem .itemContentBox .itemContent:last-of-type {
    transform: rotateY(-90deg);
}



.lianxi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	position: relative;
}
.lianxi::after{
    content: "";
    width: 280px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lianxi::before{
    content: "";
    width: 280px;
    height: 1px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pinpai{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}
.pinpai>ul{
	width: 100%;
	overflow: hidden;
}
.pinpai>ul>li{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #999999;
	padding-top: 50px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pinpai_l{
	width: 270px;
	overflow: hidden;
}
.pinpai_r{
	width: calc(100% - 300px);
	overflow: hidden;
}
.pinpai_l_img{
	width: 100%;
	height: auto;
}
.pinpai_l_img img{
	width: 100%;
	height: auto;
}
.pinpai_l h1{
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 50px;
}
.pinpai_l ul{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.pinpai_l ul li{
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
	border: 1px solid #e60012;
	font-size: 16px;
	color: #e60012;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	transition: all 0.1s;
}
.pinpai_l ul li:hover{
	background: #e60012;
	color: #fff;
}
.pinpai_r>h1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	margin-top: 30px;
}
.pinpai_r>p{
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	margin-top: 30px;
}
.pinpai_r>h2{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 100px;
}
.pinpai_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.pinpai_r ul li{
	width: 32%;
	overflow: hidden;
	border: 1px solid #b9b9b9;
}
.arta{
	width: 100%;
	overflow: hidden;
}
.arta img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.arta:hover img{
	transform: scale(1.2);
}
.arta video{
    display: block
    max-height: 100%;
    max-width: 100%;
}
.arta_text{
	width: 100%;
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.hezuo{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.hezuo h1{
	text-align: center;
	font-size: 50px;
	color: #e60012;
	font-weight: 500;
	position: relative;
	line-height: 50px;
}
.hezuo h1::after{
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hezuo h1::before{
    content: "";
   width: calc(50% - 150px);
    height: 1px;
    background: #e60012;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hezuo>p{
	text-align: center;
	font-size: 30px;
	color: #e60012;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 20px;
}
.hezuo ul{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hezuo ul li{
	width: calc(25% - 20px);
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-content: center;
    min-height: 200px;
    transition: all 0.3s;
}
.hezuo ul li:hover{
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1) inset;
}
.hezuo ul li img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}
.hezuo ul li:hover img{
	transform: scale(1.2);
}
.hezuo_a p{
	font-size: 30px;
	color: #000000;
}
.hezuo_a img{
	width: 39px;
	height: auto;
	margin: auto;
	margin-top: 10px;
}
.fenlei{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}
.fenlei ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fenlei ul li{
	width: 33%;
	overflow: hidden;
	border-top: 5px #bbbbbb solid;
	padding-top: 30px;
}
.fenlei ul li h1{
	text-align: center;
	font-size: 20px;
	color: #e60012;
	font-weight: 500;
	line-height: 20px;
}
.fenlei ul li p{
	text-align: center;
	font-size: 20px;
	color: #e60012;
	font-weight: 500;
	margin-top: 15px;
}
.fenlei ul li.fenlei_up{
	border-top: 5px #e60012 solid;
}
.fenlei ul li:hover{
	border-top: 5px #e60012 solid;
}
.anli{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.anli h1{
	text-align: center;
	font-size: 30px;
	color: #e60012;
	font-weight: 500;
	text-transform: uppercase;
}
.anli p{
	text-align: center;
	font-size: 30px;
	color: #e60012;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
	padding-bottom: 20px;
}
.anli p::after{
	content: "";
	width: 50px;
	height: 3px;
	background: #e60012;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.anli ul{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.anli ul li{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.anli ul li img{
	width: 100%;
	height: auto;
}


.jq22{
	width: 1200px; 
	overflow: hidden;
	margin: auto;
	margin-top: 70px;
}
.list{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.list li{
	width: 32%;
	overflow: hidden;
	margin-left: 2%;
	margin-top: 30px;
	transition: all 0.3s;
}

.list li:nth-child(3n+1){
	margin-left: 0%;
}
.hidden_img{
	width: 100%;
	overflow: hidden;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 300px;
    transition: all 0.3s;
}
.list li:hover .hidden_img{
    box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1) inset;
}
.hidden_img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}
.hidden_img:hover img{
	transform: scale(1.2);
}
.hidden_img video{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.list li h1{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 15px;
}
.list li p{
	font-size: 16px;
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 20px;
}
.inxo{
	width: 100%;
	height: 2px;
	background: #b7b7b7;
	margin-top: 50px;
}
.more{
	overflow: hidden;
	width: max-content;
	text-align: center;
	margin: auto;
	border: 2px solid #b7b7b7;
	font-size: 16px;
	padding: 10px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: none;
	font-weight: 600;
}
.more a{
	color:#b7b7b7;
}
.more p{
	color:#b7b7b7;

}

@-webkit-keyframes rota2 {
	0% {
		transform:rotate3d(0,0,1,0deg);
	}
	100% {
		transform:rotate3d(0,0,1,360deg);
	}
}
.box2 {
	width:25px;
	height:25px;
	margin-left: 10px;
	display: none;
}
.box2 svg {
	width:100%;
	height:100%;
	animation:rota2 1s steps(12,end) infinite;
}
.fanmfte{
	width: 100%;
	overflow: hidden;
}
.fanmfte img{
	width: 100%;
	height: auto;
}
.bottoma{
	margin-bottom: 100px;
}
.di{
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	
}
.di_cen{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_l{
	width: calc(50% - 50px);
	overflow: hidden;
}
.di_l>h1{
	font-size: 24px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: 500;
	border-bottom: 1px solid #000000;
}
.di_l>h2{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 25px;
}
.di_l>p{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}
.di_r{
	width: calc(50% - 50px);
	overflow: hidden;
}
.di_r>h1{
	font-size: 24px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: 500;
	border-bottom: 1px solid #000000;
}
.di_r_top{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_imh{
	width: 160px;
	overflow: hidden;
}
.di_imh img{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: auto;
}
.di_imh p{
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.di_imh_r{
	width: calc(100% - 190px);
	overflow: hidden;
}
.di_imh_r ul{
	width: 100%;
	overflow: hidden;
}
.di_imh_r ul li{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	margin: 10px 0;
}
.di_imh_r ul li:nth-child(2){
	background-image: url(../images/asc_17.jpg);
	background-size: 23px 23px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px; 
}
.noxuo{
	border-top: 2px solid #999999;
    padding-top: 50px;
}
.lunbo{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.lunbo img{
	width: 100%;
	height: auto;
}
.lunbo .swiper-slide {
	width: max-content;
}
.lunbo .swiper-button-next,
.lunbo .swiper-button-prev{
	display: none;
}

.lunbo:hover .swiper-button-next,
.lunbo:hover .swiper-button-prev{
	display: block;
}

.dianhua{
	width: max-content;
	overflow: hidden;
	background-image: url(../images/800.gif);
	background-size: 50px auto ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.dianhua h1,
.dianhua p{
	font-size: 14px;
	color: #e60012;
}
.xuanfuo{
	width: 150px;
	overflow: hidden;
	position: fixed;
	bottom: 300px;
	right: 50px;
	z-index: 99;
}
.xuanfuo img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.xuanfuo_l{
	width: 200px;
	overflow: hidden;
	position: fixed;
	top: 200px;
	left: 50px;
	z-index: 99;
}
.xu_logo{
	width: 100%;
	overflow: hidden;
	background: #e60000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.xu_logo img{
	width: 100%;
	height: auto;
	padding: 20px;
}
.xuanfuo_l ul{
	width: 100%;
	overflow: hidden;
}
.xuanfuo_l ul li{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #dfdfdf;
	line-height: 50px;
	font-size: 16px;
}
.xuanfuo_l ul li:nth-child(2n){
	background: #eeeeee;
}
.mpio{
	width: 100%;
	overflow: hidden;
	background: #e60000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.xu_bootom{
	width: max-content;
	background-image: url(../images/jaksc_15.jpg);
	background-size: 53px 45px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px;
	padding-left: 60px;
	
}
.xu_bootom h1,
.xu_bootom p{
	font-size: 14px;
	color: #fff;
}
.pdosp{
        width: 200px;
    overflow: hidden;
    position: fixed;
    bottom: 100px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
}
.pdosp img{
    width: 100%;
    height: auto;
}

