<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-family: "microsoft yahei";
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #515151;
}

a:hover {
	color: #31a5e7;
}

img {
	border: none;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}


/*top-bar*/


/*nav*/


/*Homebanner*/

.Homebanner {
	width: 100%; margin-bottom:40px; 
}

.Homebanner .gallery-top {
	width: 100%;
	/***height: 400px; ***/ height:300px;
}

.Homebanner .gallery-top .swiper-slide {
	/***height: 400px;***/height:300px;
	display: block;
}
/********
.Homebanner .gallery-top .swiper-slide:nth-child(1) {
	background: url("../images/b1.png") no-repeat center top;
}

.Homebanner .gallery-top .swiper-slide:nth-child(2) {
	background: url(../images/b2.png) no-repeat center top;
}

.Homebanner .gallery-top .swiper-slide:nth-child(3) {
	background: url(../images/b3.png) no-repeat center top;
}

.Homebanner .gallery-top .swiper-slide:nth-child(4) {
	background: url(../images/b1.png) no-repeat center top;
}

.Homebanner .gallery-top .swiper-slide:nth-child(5) {
	background: url(../images/b2.png) no-repeat center top;
}

.Homebanner .gallery-top .swiper-slide:nth-child(6) {
	background: url(../images/b3.png) no-repeat center top;
}
*****/
.Homebanner .gallery-left {
	width: 250px;
	height: 400px;
	background: rgba(0, 0, 0, 0.5);
	top: -400px;
	z-index: 999;
	left: 0;
}

.Homebanner .gallery-left h3 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 12px;
	padding-left: 40px;
}

.Homebanner .gallery-left .swiper-pagination {
	width: 250px;
	height: 330px;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet {
	width: 250px;
	height: 55px;
	line-height: 52px;
	border-radius: 0;
	background: none;
	color: #fff;
	opacity: 1;
	text-align: left;
	text-indent: 100px;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
	background-image: url(../image/icon1.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../image/icon2.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../image/icon3.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
	background-image: url(../image/icon6.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
	background-image: url(../image/icon4.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
	background-image: url(../image/icon5.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.Homebanner .gallery-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(225, 225, 225, 0.2);
}

.Homebanner .swiper-button-next {
	right: 10px;
}</pre></body></html>