<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* banner */
.c-banner{
	width: 96%;
	position: relative;
	margin: 2rem auto;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
body{width: 100%; padding: 0;margin: 0 auto;background-color: #4d89f7;}
		ul,li{padding: 0;margin: 0;list-style: none;}
		a{text-decoration: none;}
		.top{width: 100%;}
		.top li{width:66%; margin:-7rem auto;  }
		.top p{font-size:1.5rem;text-align: center;color: #ffffff;margin-top:8rem;}
		.apple{width: 70.5%; margin: 0 auto;}
		.rm{width: 60%;margin:2rem auto;margin-top: 4rem;}
		.foot{width: 96.8%;margin: 0.5rem auto;margin-bottom: 6rem; background-color: #FFFFFF;}
		.foot li{width: 96%;margin: 0 auto;  padding-top: 1.5rem;}
		.dw_propt{ width: 100%;min-height: 6.4rem; background:rgba(255,255,255,0.77); position: fixed; left: 0; bottom: 0; box-shadow: 0 0 2px rgba(0,0,0,0.35);z-index: 99999;}
		.ppt_lt{ position: relative;}
		.img{ display: block; width: 6.1rem; height: 6.1rem; position: absolute; top: 0.22rem; left: 0.38rem; overflow: hidden;}
		.img img{ display: block; width: 100%; height: 100%;}
		.ppt_lt .lt_t{ padding: 0.20rem 12rem 0 7.74rem; color: #333;}
		.ppt_lt .lt_t h3{ font-size:1.3rem;}
		.ppt_lt .lt_t span{ font-size: 1.2rem; color: #545454; display: block; margin-top: 0.15rem; }
		.ppt_lt_ii .lt_in{ margin: 0 0.3rem; position: relative; }
		.ppt_lt .ppt_dw{ display: block; width: 6rem; height: 3rem; line-height:2.9rem; background: #43c117; color: #fff; text-align: center; font-size: 1.2rem; border-radius: 0.08rem; position: absolute; top: 1.7rem; right: 1.3rem;}
		.ppt_lt_ii .ppt_dw{ width: 100%; left: 0; right: 0}
		.kf {width: 17.33%;position: fixed;right: 10px; bottom:235px;z-index: 9999;}
		
		.tc{width: 96%;margin-left:2%;display: none;position: absolute;top: 0px;background-color: #FFFFFF; z-index:999;  overflow: auto; }
		.tc li{width: 10%;position: absolute;right: 1px; top:10px;z-index:10000;font-size: 3rem;}
		#cc{width: 100%;display: none;}
		#cc p{font-size: 1.2rem;margin-top:5rem;text-align: center;}</pre></body></html>