<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banners-pc {
	clear: both;
	height: 460px;
	display: block;
	position: relative;
	/*top: -85px;*/
}
.banners-pc .frame {
	height: 460px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-pc .frame .font {
	position: absolute;
	left: 360px;
	bottom: 60px;
}
.banners-pc .frame .font .p1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.banners-pc .frame .font .p2 {
	color: rgba(255,255,255,.6);
	padding-top: 14px;
}
.banners-mb {
	display: none;
	clear: both;
	height: 460px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb .frame .font {
	text-align: center;
	padding-top: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.banners-mb .frame .font .p1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.banners-mb .frame .font .p2 {
	color: rgba(255,255,255,.6);
	padding-top: 14px;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
 @media (max-width: 600px) {
.banners-mb .frame .font {
	padding-top: 10%;
	padding-left: 20px;
	padding-right: 20px;
}
}
.table {

	max-width: 858px;
	margin: 0 auto;
	padding-bottom: 68px;
}
.table .list {
	margin-left: -6px;
}
.table .list &gt; li {
	float: left;
	width: 20%;
	padding-left: 6px;
	padding-bottom:5px;
}
.table .list &gt; li .box {
	display: block;
	padding: 17px 0;
	background: #111111;
	color: #fff;
	text-align: center;
}
.table .list &gt; li .box:hover {
	background: #c99b46;
}
.table .list &gt; li .on {
	background: #c99b46;
}
.offset .list {
	margin-left: -14px;
	margin-bottom: -30px;
}
.offset .list &gt; li {
	float: left;
	width: 25%;
	padding-left: 14px;
	padding-bottom: 30px;
}
.offset .list &gt; li:nth-child(4n+1) {
	clear: both;
}
.offset .list &gt; li .box {
	display: block;
}
.offset .list &gt; li .box .pic img {
	max-width: 100%;
	width: 100%;
}
.offset .list &gt; li .box .pic {
	position: relative;
	height: 340px;
	overflow: hidden;
}
.offset .list &gt; li .box .pic .fdj {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 46px;
	opacity: 0;
	transition: .3s ease;
}
.offset .list &gt; li .box .pic .fdj img {
	width: 18px;
	display: inline-block;
}
.offset .list &gt; li .box .pic:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	background: rgba(201,153,71,.9);
}
.offset .list &gt; li .box:hover .pic:before {
	opacity: 1;
}
.offset .list &gt; li .box:hover .pic .fdj {
	opacity: 1;
}
.offset .list &gt; li .box .font {
	padding-top: 15px;
	line-height: 24px;
}
.offset .list &gt; li .box .font .p2 {
	color: #999;
}
.offset .list &gt; li .box .font .h1 {
	font-weight: bold;
	color: #333;
}
 @media (max-width: 1024px) {
.offset .list &gt; li {
	width: 50%;
}
.offset .list &gt; li:nth-child(2n+1) {
	clear: both;
}
.offset .list &gt; li:nth-child(4n+1) {
	clear: none;
}
.offset .list &gt; li .box .pic {
	height: auto;
}
}
 @media (max-width: 667px) {
.offset .list &gt; li {
	width: 100%;
}
}
.pages {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-top: 100px;
}
.pages &gt; ul {
	display: inline-block;
}
.pages &gt; ul &gt; li {
	float: left;
	line-height: 35px;
	margin: 0 5px;
}
.pages &gt; ul &gt; li a {
	display: block;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #E8E8E8;
}
.pages &gt; ul &gt; li a .fa {
	font-size: 17px;
	line-height: 35px;
}
.pages &gt; ul &gt; li a.dis {
	color: #ccc;
	cursor: not-allowed;
}
.pages &gt; ul &gt; li a:hover:not(.dis), .pages &gt; ul &gt; li a.on {
	background: #d69d5a;
	color: #fff;
	border: 1px solid #d69d5a;
}
 @media (max-width: 600px) {
.g_page &gt; ul .num_li {
	display: none;
}
}</pre></body></html>