<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.content {
	max-width: 1244px;
	width: 96%;
	margin: 0 auto;
}

.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-box .header-left {
	width: 36px;
	height: 36px;
}

.header-box .header-left&gt;img {
	width: 36px;
	height: 36px;
}

.header-right .nav-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.nav-list li {
	padding: 8px 20px;
	box-sizing: border-box;
}


/* footer */

.footer-div {
	padding: 60px 0;
	box-sizing: border-box;
	background-color: #F5F5F7;
}

.footer-box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	box-sizing: border-box;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

.footer-box1-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}

.footer-box1-left-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-box1-left-item-title {
	font-size: 14px;
	color: #6E6E73;
}

.footer-box1-left-item ul {
	margin-top: 20px;
}

.footer-box1-left-item ul li a {
	font-size: 20px;
	color: #1D1D1F;
	font-weight: bolder;
	margin-bottom: 15px;
	display: inline-block;
}

.footer-box1-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	color: #6E6E73;
}

.footer-box1-right img {
	width: 136px;
	height: 136px;
	margin-top: 16px;
}

.footer-box2 {
	padding: 38px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-box2-left {
	font-size: 14px;
	color: #6E6E73;
	margin-right: 40px;
margin-top: 20px;}

.footer-box2-right {
	font-size: 14px;
	color: #6E6E73;
margin-top: 20px;}

.fenye-div ul{
	display: flex;
	align-items: center;
}
.pagelist{
	display: flex;
	align-items: center;
}

.fenye-div div{
	width: auto !important;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0) !important;
	flex-wrap: wrap !important;
}
.pagelist a{
	margin: 0 10px;
	padding: 5px 8px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	color: #313133;
	margin-bottom: 10px;
}
.mnav-btn{
	display: none;
	width: 36px;
	height: 36px;
}
.mnav-btn img{
	width: 100%;
	height: 100%;
}
.mnav-box{
	display: none;
}

.mnav-box .mnav-box-left{
	width: 80%; margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.mnav-box .mnav-box-left&gt;img{
	width: 36px;
	height: 36px;

	margin-top: 2rem;
    right: 10%;
    /* margin-right: -0.3rem; */
}
.xuanfu-phone{
	display: none;
}

.mnav-box{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: #fff; align-items: center; justify-content: center;}
        .mnav-box .mnav-list{ width: 80%; margin: 0 auto;}
        .mnav-box .mnav-list li{ margin: 2.0rem 0; border-bottom: 1px solid #e5e5e5; padding-bottom: 1.4rem;}
        .mnav-box nav ul li a{ display: flex; align-items: center; justify-content: space-between;}
        /* .nav_more nav ul li i{ font-size: .8rem; color: #999;} */
        /* .nav_more_icon{ position: absolute; top: 2.0rem; right: 10%; width: 2.0rem; margin-right: -.3rem;} */
        /* .nav_more_icon img{ width: 100%;} */

@media screen and (max-width:750px) {
	.footer-box1 {
		flex-direction: column;
		align-items: flex-start;
	padding-left: 8%;	/* padding-left: 20%; */
	}

	.footer-box1-left {
		/* flex-direction: column; */
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.footer-box1-left-item{
		width: 48%;
	}
	.footer-box1-left-item ul li a{
		font-size: 14px;
	}
	.footer-box1-left-item3{
		width: 100%;
	}
	.footer-box1-right{
		margin-top: 20px;
		    width: 100%;
    align-items: flex-end;
    margin-top: -113px;
    padding-right: 5%;
    box-sizing: border-box;
	}
	.footer-box1-right&gt;div{
	    margin-right: 63px;
	}
	.xuanfu-phone{
		position: fixed;
		bottom: 5px;
		left: 50%;
		transform: translate(-50%);
		width: 90%;
		
		border-radius: 30px;
		overflow: hidden;
		background-color: #0071E3;
		
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.xuanfu-phone&gt;a{
		width: 100%;
		height: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
	}
}

@media screen and (max-width:750px) {
	.swiper-item img {
		max-width: 100%;
	}

	.swiper-item {
		height: 140px !important;
	}
	.header-right .nav-list{
		display: none;
	}
	.mnav-btn{
		display: block;
	}
	.header {
		padding: 20px 0;
	}
}

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