<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
	width: 1400px;
	margin: 0px auto;
}

.cleardiv {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.banner {
	height: 420px;
	 /*  background: url(/images/me_banner_0209.jpg) center bottom no-repeat #f2f1f0;*/
   background: url(/images/home-banner.svg) center bottom no-repeat #f2f1f0; 
	text-align: center;
	position: relative;
	padding: 18px 0;
	background-size: 100%;
}

.banner h1 {
	margin-top: 20px;
}

.banner p a {
	color: white;
	background: #E04B3A;
	padding: 10px 35px;
	border-radius: 4px;
}

.banner p a:hover {
	background: #dc1802;
	transition: .5s;
}

.lb-box {
	width: 100%;
	height: 300px;
	margin: 15px auto;
	position: relative;
	overflow: hidden;
}

.lb-box-1-p {
	margin-top: 70px;
}

.lb-box-1 span {
	font-size: 26px;
	font-weight: bold;
}

.lb-box-1 p {
	font-size: 36px;
	line-height: 36px;
	font-weight: lighter;
}

.lb-box-1 a {
	font-size: 16px;
	padding: 10px 20px;
	background: #E04B3A;
	line-height: 56px;
	color: #fff;
	border-radius: 4px;
}

.lb-box-1 a:hover {
	background: #dc1802;
	transition: .5s;
}

.lb-box-1-img img {
	width: 300px;
	margin-top: 50px;
}


/*鐩掑瓙2*/

.lb-box-2-p {
	margin-top: 80px;
}

.lb-box-2 span {
	font-size: 26px;
	font-weight: bold;
}

.lb-box-2 p {
	font-size: 36px;
	line-height: 36px;
	font-weight: lighter;
}

.lb-box-2 a {
	font-size: 16px;
	padding: 10px 20px;
	background: #E04B3A;
	line-height: 56px;
	color: #fff;
	border-radius: 4px;
}

.lb-box-2 a:hover {
	background: #dc1802;
	transition: .5s;
}

.lb-box-2-img img {
	width: 160px;
	margin-top: 50px;
}


/*鐩掑瓙3*/

.lb-box-3-p {
	margin-top: 80px;
}

.lb-box-3 span {
	font-size: 26px;
	font-weight: bold;
}

.lb-box-3 p {
	font-size: 36px;
	line-height: 36px;
	font-weight: lighter;
}

.lb-box-3 a {
	font-size: 16px;
	padding: 10px 20px;
	background: #E04B3A;
	line-height: 56px;
	color: #fff;
	border-radius: 4px;
}

.lb-box-3 a:hover {
	background: #dc1802;
	transition: .5s;
}

.lb-box-3-img img {
	width: 225px;
	margin-top: 50px;
}


/*鐩掑瓙4*/

.lb-box-4-p {
	margin-top: 80px;
}

.lb-box-4 span {
	font-size: 26px;
	font-weight: bold;
}

.lb-box-4 p {
	font-size: 36px;
	line-height: 36px;
	font-weight: lighter;
}

.lb-box-4 a {
	font-size: 16px;
	padding: 10px 20px;
	background: #E04B3A;
	line-height: 56px;
	color: #fff;
	border-radius: 4px;
}

.lb-box-4 a:hover {
	background: #dc1802;
	transition: .5s;
}

.lb-box-4-img img {
	width: 250px;
	margin-top: 50px;
}

.lb-content {
	width: 100%;
	height: 100%;
}

.lb-item {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

.lb-item&gt;a {
	width: 100%;
	height: 100%;
	display: block;
}

.lb-item&gt;img {
	width: 100%;
	height: 100%;
}

@media (max-width:568px) {
	.lb-item&gt;span {
		padding: 10px;
	}
}

.lb-item.active {
	display: block;
	left: 0%;
}

.lb-item.active.left {
	left: -100%;
}

.lb-item.active.right {
	left: 100%;
}


/*  */

.lb-item.next,
.lb-item.prev {
	display: block;
	position: absolute;
	top: 0px;
}

.lb-item.next {
	left: 100%;
}

.lb-item.prev {
	left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
	left: 0%;
}

.lb-sign {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px 3px;
	border-radius: 6px;
	list-style: none;
	user-select: none;
}

.lb-sign li {
	width: 22px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	float: left;
	color: #aaa;
	margin: auto 4px;
	border-radius: 3px;
	cursor: pointer;
	background: rgba(255, 255, 255, .5);
}

.lb-sign li:hover {
	background: rgba(255, 255, 255, .8);
}

.lb-sign li.active {
	color: #333;
	background-color: white;
}

.lb-ctrl {
	position: absolute;
	top: 50%;
	font-size: 20px;
	user-select: none;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.1s linear;
	padding: 10px;
}

@media (max-width:568px) {
	.lb-ctrl {
		font-size: 30px;
	}
}

.lb-ctrl.left {
	left: -50px;
}

.lb-ctrl.right {
	right: -50px;
}

.lb-box:hover .lb-ctrl.left {
	left: 10px;
}

.lb-box:hover .lb-ctrl.right {
	right: 10px;
}

.lb-ctrl:hover {
	background-color: #000;
}

.con3 {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.con3_title p {
	font-size: 26px;
	text-align: center;
}

.con3_title p span {
	font-weight: bold;
	font-size: 36px;
}

.con3 ul li {
	width: 32%;
	height: 238px;
	background: rgba(255, 255, 255, .6);
	margin-left: 2%;
	margin-top: 2%;
}

.con3 ul li:hover {
	background: rgba(255, 255, 255, .9);
	transition: .5s;
}

.con3 ul li a {
	width: 80%;
	margin-top: 40px;
}

.con3 ul li a img {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

.con3 ul li a p {
	text-align: center;
	margin-top: 24px;
	color: #333333;
}

.con4 {
	margin-top: 50px;
}

.con4_title {
	font-size: 20px;
	text-align: center;
}

.con4_img {
	overflow: hidden;
	margin-top: 10px;
}

.con5 {
	width: 100%;
	height: 470px;
	background: #ddf4f8;
	margin-top: 100px;
}

.con5_title p {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	line-height: 40px;
}

.con5_title p span {
	font-size: 18px;
	font-weight: lighter;
}

.con5 ul li {
	width: 22.6%;
	margin-left: 3%;
	height: 200px;
	background: rgba(255, 255, 255, .5);
	margin-top: 25px;
}

.con5 ul li:hover {
	background: rgba(255, 255, 255, .9);
	transition: .5s;
}

.con5 ul li a img {
	display: block;
	margin: 50px auto;
}

.con5 ul li a p {
	font-size: 16px;
	text-align: center;
	margin-top: -20px;
}

.con5_bottom a {
	width: 100%;
	text-align: center;
	display: block;
	margin: 25px auto;
	color: #333333;
	margin-top: 25px;
}

.con6_bottom {
	width: 100%;
	background: #333333;
margin-bottom:-15px;
}

.con6_bottom p {
	width: 100%;
	font-size: 14px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
}

.con6_bottom p a {
	color: #e04b3a;
}

@media screen and (max-width: 760px) {

	.home-banner{
	display:none;
	}

	.center {
		width: 90%;
		margin: 0 auto;
	}
	.lb-box {
		height: 560px;
	}
	.lb-box-1-p {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 24%;
		transform: translate(-50%, -50%);
	}
	.lb-box-1-img {
		position: absolute;
		left: 50%;
		top: 74%;
		transform: translate(-50%, -50%);
	}
	.lb-box-4-p {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 14%;
		transform: translate(-50%, -50%);
	}
	.lb-box-4-img {
		position: absolute;
		left: 50%;
		top: 74%;
		transform: translate(-50%, -50%);
	}
	.lb-box-2-p {
		text-align: center;
	}
	.lb-box-2-img {
		position: absolute;
		left: 50%;
		top: 74%;
		transform: translate(-50%, -50%);
	}
	.lb-box-3-img {
		position: absolute;
		left: 50%;
		top: 74%;
		transform: translate(-50%, -50%);
	}
	.lb-box-3-p {
		text-align: center;
		line-height: 30px;
	}
	.banner h1 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.banner {
		height: 230px;
		background: url(/images/home-banner.svg) center bottom no-repeat #f2f1f0;
		text-align: center;
		position: relative;
		padding: 20px 0;
		background-size: 120%;
	}
	.con3{
		margin-top: 50px;
	}
	.con3_title p {
		font-size: 20px;
		text-align: center;
		line-height: 41px;
	}
	.con3 ul li{
		width: 100%;
		margin-top:5%;
		margin-left: 0px;
	}
.con4 {
    width: 100%;
    overflow: hidden;
}

	.con4_title{
		line-height: 36px;
	}
	.con4_img img{
		width: 560px;
	}
	.con5{
		height: auto;
		margin-top: 50px;
	}
	.con5 ul li{
		width: 100%;
		margin-left: 0px;
		margin-top: 5%;
	}
	.con5_bottom a{
		margin: 0px;
		line-height: 100px;
	}
	
}</pre></body></html>