<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	font-size: initial;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	text-decoration: none;
}



.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

img {
	max-width: 100%;
	display: block;
}

.banner img {
	display: block;
}

.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.d_flex_c {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*zhaoheng all style*/


/*padding-bottom*/
.flex_n {
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.mr2n0 &gt;*,.mr3n0 &gt;*{
	float: left;
	
}
.mr_2n0 &gt;*:nth-child(2n){
	margin-right: 0px!important;
}
.mr_3n0 &gt;*:nth-child(3n){
	margin-right: 0px!important;
}
.mr_4n0 &gt;*:nth-child(4n){
	margin-right: 0px!important;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



	
.right_content h1{
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #171717;
}
	
.right_content &gt;p{
	margin-top:20px;
	font-size: 16px;
		line-height: 24px;
		color: #171717;
}
.right_content &gt;.dangyuan{
	text-align: center;
	margin-top: 30px;
}
.right_content &gt;.dangyuan a{
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
	
}
.right_content &gt;.dangyuan a p{
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}
</pre></body></html>