/* 网站页尾03 */
.pc_lxwm1 {}

.pc_lxwm1 img {
	height: 10vw;
}
.pc_lxwm1 p {
	font-size: 2vw;
	font-weight: bold;
}

.pc_lxwm2 {
	display: flex;
	background: #fbfbfb;
	padding: 4vw 13vw;
	position: relative;
}

.pc_lxwm3 {
    display: flex;
    /* padding-top: 3vw; */
    /* border-top: 1px solid #e3e3e3; */
    margin-top: 3vw;
}

.pc_lxwm4 {
	margin-right: 5vw;
}

.pc_lxwm4 img {
	height: 1.5vw;
}

.pc_lxwm4 p {
	font-size: 1.15vw;
	font-weight: bold;
}

.pc_lxwm4 span {
	font-size: 1vw;
	margin-top: 1vw;
	display: block;
}

.pc_lxwm4 ul {}

.pc_lxwm4 li {
	font-size: 1vw;
	margin-top: 1.5vw;
	line-height: 1;
}
.pc_lxwm4 li a{
	text-decoration: none;
	color: #000;
}
.pc_lxwm4 ul li:hover a{
	text-decoration: underline;
}
.pc_lxwm4:last-child{
	margin-right: 0;
}
.pc_lxwm7 {
	width: 100%;
	margin-bottom: 3vw;
}

.pc_lxwm5 {
	display: flex;
}

.pc_lxwm6 {
	margin-left: 3vw;
}

.pc_lxwm6 img {
	height: 7vw;
}

.pc_lxwm6 p {
	font-size: 1vw;
	text-align: center;
	margin: 0.5vw 0 0 0;
}

.pc_lxwm8 {
	width: 40%;
}

.pc_lxwm9 {
	display: flex;
	flex-wrap: wrap;
}
.pc_lxwm9 h3{
	font-weight: bold;
	margin: 0;
	font-size: 1.5vw;
}
.pc_lxwm10 {
	display: flex;
	flex-wrap: wrap;
	/* width: 40%; */
	align-content: flex-start;
}

.pc_lxwm11 {
	display: flex;
	/* width: auto; */
	margin-bottom: 2vw;
}

.pc_lxwm12 {
	background-color: #f0f0f0;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1vw;
}

.pc_lxwm12 img {
	height: 2vw;
}
.pc_lxwm13 {
	display: flex;
	align-items: center;
}

.pc_lxwm13 p {
	font-size: 1.1vw;
	margin-right: 0.5vw;
	font-weight: bold;
	margin-bottom: 0;
}

.pc_lxwm13 span {
	font-size: 1vw;
}
.pc_lxwm13 a {
	font-size: 1vw;
	color: #000;
}
.pc_lxwm11:hover .pc_lxwm13 a{
	/* text-decoration: underline!important; */
	color: var(--ztys--wz) !important;
}
.pc_lxwm11:hover .pc_lxwm12 img{
	transform: scale(1.1);
}
.pc_lxwm14{
	margin-top: 1vw;
	align-items: center;
	margin-bottom: 1vw;
	width: 100%;
	font-size: 1vw;
	text-indent: 2em;
}
.pc_lxwm14 p{
	margin: 1vw 0 0 0;
	line-height: 1.8;
}
.pc_lxwm15{
	position: absolute;
	bottom: 0vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.pc_lxwm15 p{
	font-size: 0.8vw;
}
/* 返回顶部样式 */
.ant-back-top {
	position: fixed;
	z-index: 100;
	cursor: pointer;
	width: 2.5vw;
	height: 2.5vw;
	background: #ffffff;
	box-shadow: 0 6px 12px 0 rgb(0 0 0 / 17%);
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	right: 2vw;
	bottom: 2vw;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/dtb304.png);
	background-size: 40%;
	transform: scale(1);
}

.ant-back-top:hover {
	background-image: url(../img/dtb305.png);
}

.ant-back-top:active {
	transform: scale(0.95);
}
.pc_lxwm16{
	width: 50%;
	padding-left: 13vw;
}