<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* top å¼€å§‹ */
.container{
	width: 1200px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 80px;
	background: #F2F2F3;
	overflow: hidden;
	animation: fadeInUp 2s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 555;
	overflow: visible;
}

header .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.head-logo {
	margin: 5px 0;
}

.head-nav ul li {
	display: inline-block;
	line-height: 80px;
	margin-right: 27px;
}

.head-nav ul li a {
	font-size: 18px;
	color: #404059;
	transition: all 0.5s ease;
}
.head-nav ul li a:hover{
	color: #F2699D;
}
.head-tel p {
	font-size: 14px;
	color: #404059;
}

.head-tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.navbar-toggle{
	display: none;
}

/* banner å¼€å§‹ */
.banner{
	width: 100%;
	height: 516px;
	margin-top: 100px;
	animation: fadeInUp 2s;
}
.banner img{
	width: 100%;
	height: 516px;
	background-position: center;
	background-size: cover;
}

/* picture å¼€å§‹ */
.picture{
	width: 995px;
	height: 941px;
	margin: 0 auto;
	margin-top: 6px;
	animation: fadeInUp 2s;
}
.picture h1{
	text-align: center;
	font-size: 70px;
	color: #F2699D;
	padding-top: 30px;
	padding-bottom: 25px;
}

.picture  p{
	text-align: center;
	font-size: 48px;
	color: #333;
}
.picture .img{
	width: 100%;
	height: 520px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.picture .img ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	justify-items: center;
}
.picture .img ul li{
	width: 164px;
	height: 241px;
	background: #F4f5f9;
	box-shadow: 0px 10px 20px 0px rgba(64, 64, 89, 0.2);
	margin-left: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.picture .img ul li:hover{
	animation: pulse 1s;
}
.picture .img ul li img{
	width: 163px;
	height: 184px;
	background-position: center;
	background-size: cover;
}
.picture .img ul li span{
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;

}
/* picture ç»“æŸ */

/* view å¼€å§‹ */
.view{
	width: 1062px;
	height: 1069px;
	margin: 0 auto;
	animation: fadeInUp 2s;
}
.view img{
	width: 1062px;
	height: 1069px;
	background-position: center;
	background-size: cover;
}
/* view ç»“æŸ */

/* è„±æ¯›ä¸ºä»€ä¹ˆé€‰ç²‰çº¢è±¹ å¼€å§‹ */
.boundary{
	padding-top: 35px;
	padding-bottom: 35px;
	background: #F4F5F9;
	animation: fadeInUp 2s;
}
.boundary h1{
	text-align: center;
	font-size: 70px;
	color: #F2699D;
}
/* è„±æ¯›ä¸ºä»€ä¹ˆé€‰ç²‰çº¢è±¹ ç»“æŸ */

/* course å¼€å§‹ */
.course{
	width: 920px;
	height: 748px;
	margin: 0 auto;
	margin-top: 40px;
	animation: fadeInUp 2s;
}
.course h2{
	text-align: center;
	font-size: 48px;
	color: #F2699D;
	padding-bottom: 15px;
}
.course p{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.course h3{
	text-align: center;
	font-size: 30px;
	color: #F2699D;
	padding-top: 15px;
	padding-bottom: 10px;
}
.course span{
	text-align: center;
	display: block;
	font-size: 24px;
	color: #333;
	padding-bottom: 25px;
}
.course .period{
	width: 100%;
	height: 509px;
}
.course .period img{
	width: 100%;
	height: 509px;
	background-position: center;
	background-size: cover;
}
/* course ç»“æŸ */

/* instrument å¼€å§‹ */
.instrument{
	margin: 0 auto;
	width: 949px;
	height: 605px;
	margin-top: 40px;
	position: relative;
	animation: fadeInUp 2s;
}
.instrument img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 555;
	width: 288px;
	height: 605px;
}
.instrument h4{
	text-align: center;
	font-size: 45px;
	color: #F2699D;
	padding-top: 65px;
}
.instrument ul{
	float: right;
	width: 591px;
	height: 347px;
	margin-top: 45px;
	padding-left: 25px;
}
.instrument ul li{
	font-size: 24px;
	color: #333;
	padding-bottom: 42px;
	position: relative;
}
.instrument ul li:nth-child(4){
	padding: 0;
}
.instrument ul li::before{
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(../img/dian.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: -18px;
}
/* instrument ç»“æŸ */

/* means å¼€å§‹ */
.means{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f4f5f9;
	animation: fadeInUp 2s;
}
.means h5{
	text-align: center;
	font-size: 48px;
	color: #F2699D;
}
.means p{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.means span {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #F2699D;
}
/* means ç»“æŸ */

/* result å¼€å§‹ */
.result{
	width: 919px;
	height: 623px;
	margin: 0 auto;
	margin-top: 28px;
	animation: fadeInUp 2s;
}
.result img{
	width: 919px;
	height: 623px;
	background-position: center;
	background-size: cover;
}
/* result ç»“æŸ */

/* two å¼€å§‹ */
.two{
	width: 674px;
	height: 293px;
	margin: 0 auto;
	margin-top: 97px;
	animation: fadeInUp 2s;
}
.two .four{
	text-align: center;
	font-size: 60px;
	color: #F2699D;
}
.two .three{
	text-align: center;
	font-size: 30px;
	color: #333;
	padding-top: 40px;
}
.two .three span{
	color: #F2699D;
}
.two .anne{
	text-align: center;
	font-size: 70px;
	color: #F2699D;
	padding-top: 30px;
}
.two .anne .fter{
	font-size: 44px;
	color: #333;
}
/* two ç»“æŸ */

/* models å¼€å§‹ */
.models{
	width: 998px;
	height: 405px;
	margin: 0 auto;
	animation: fadeInUp 2s;
}
.models img{
	width: 998px;
	height: 405px;
	background-position: center;
	background-size: cover;
}
/* models ç»“æŸ */

/* pollens å¼€å§‹ */
.pollens{
	width: 920px;
	height: 368px;
	margin: 0 auto;
	margin-top: 12px;
	background: #f4f5f9;
	animation: fadeInUp 2s;
}
.pollens .allergic{
	font-size: 30px;
	color: #F2699D;
	text-align: center;
	padding-top: 47px;
}
.pollens .medium{
	text-align: center;
	font-size: 72px;
	color: #333;
	padding-top: 30PX;
}
.pollens .allerg{
	text-align: center;
	font-size: 20px;
	color: #333;
	padding-top: 22px;
}
.pollens .gict{
	text-align: center;
	font-size: 30px;
	color: #F2699D;
	padding-top: 22px;
}
.pollens .neer{
	text-align: center;
	font-size: 20px;
	color: #333;
	padding-top: 15px;
	
}
.pollens .neer span{
	color: #F2699D;
}

/* pollens ç»“æŸ */

/* frame å¼€å§‹ */
.frame{
	width: 1221px;
	height: 835px;
	margin: 0 auto;
	margin-top: 71px;
	animation: fadeInUp 2s;
}
.frame img{
	width: 1221px;
	height: 835px;
	background-position: center;
	background-size: cover;
}
/* frame ç»“æŸ */

/* åœ°å›¾ å¼€å§‹ */
.map{
	width: 826px;
	height: 809px;
	margin: 0 auto;
	margin-top: 155px;
	animation: fadeInUp 2s;
}
.map h5{
	text-align: center;
	font-size: 60px;
	color: #F2699D;
	padding-bottom: 18px;
}
.map p{
	text-align: center;
	font-size: 22px;
	color: #333;
}
.map img{
	width: 826px;
	height: 679px;
	background-position: center;
	background-size: cover;
}
/* åœ°å›¾ ç»“æŸ */

/* footer å¼€å§‹ */
.footer{
	width: 100%;
	background-color: #fff;
	margin-top: 98px;
	animation: fadeInUp 2s;
}
.footer .line{
	padding: 16px 0 21px 0;
	background: #F2699D;
}
.footer .line h2{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.footer .line p{
	text-align: center;
	font-size: 60px;
	color: #fff;
}
.footer .bottom{
	padding: 51px 77px;
	background-color: #fff;
}
.footer .bottom h3{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.footer .bottom P{
	text-align: center;
	font-size: 20px;
	color: #C2C2C2;
}
/* footer ç»“æŸ */



@media screen and (max-width: 768px) {
	header{
		height: auto;
	}
	html,body{
		min-width: 100%;
	}
	header .container{
		justify-content: start;
	}
	.container{
		width: 100%;
	}
	.head-logo{
		margin: 7px 0 0 0;
		position: absolute;
		left: 15px;
	}
	.head-logo img{
		width: 40px;
	}
	.head-nav{
		display: none;
		position: absolute;
		background-color: #fff;
		width: 100%;
		margin-top: 54px;
		z-index: 999;
		left: 0;
	}
	.head-nav ul li{
		display: block;
		line-height: 40px;
		text-align: center;
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	.head-tel{
		margin: 7px auto;
	}
	.navbar-toggle{
		display: block;
		position: absolute;
		right: 15px;
		top: 7px;
		border: 1px solid transparent;
		border-radius: 4px;
		height: 40px;
		width: 40px;
		background: #fff;
	}
	.navbar-toggle .icon-bar{
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #888;
		margin: 6px auto;
	}
	.banner{
		height: auto;
		margin-top: 55px;
	}
	.banner img{
		height: auto;
		
	}
	.picture{
		width: 100%;
		height: auto;
		margin-top: 6px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.picture h1{
		font-size: 35px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.picture  p{
		font-size: 24px;
	}
	.picture .img{
		height: auto;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.picture .img ul li{
		width: 130px;
		height: 180px;
		margin-left: 20px;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	.picture .img ul li img{
		width: 130px;
		height: 140px;
	}
	.picture .img ul li span{
		font-size: 18px;
		margin-top: 5px;
	}
	.view{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.view img{
		width: 100%;
		height: auto;
	}
	.boundary{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.boundary h1{
		font-size: 30px;
	}
	.course{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.course h2{
		font-size: 25px;
		padding-bottom: 8px;
	}
	.course p{
		font-size: 18px;
	}
	.course h3{
		font-size: 25px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.course span{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.course .period{
		height: auto;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.course .period img{
		width: 100%;
		height: auto;
	}
	.instrument{
		width: 100%;
		height: 405px;
		margin-top: 20px;
	}
	.instrument img{
		width: 30%;
		height: auto;
	}
	.instrument h4{
		font-size: 30px;
		padding-top: 25px;
	}
	.instrument ul{
		width: 60%;
		height: auto;
		margin-top: 25px;
		padding-left: 15px;
	}
	.instrument ul li{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.instrument ul li::before{
		content: "";
		width: 8px;
		height: 8px;
		position: absolute;
		top: 10px;
		left: -15px;
	}
	.means{
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.means h5{
		font-size: 30px;
	}
	.means p{
		font-size: 18px;
	}
	.means span {
		font-size: 16px;
	}
	.result{
		width: 100%;
		height: auto;
		margin-top: 14px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.result img{
		width: 100%;
		height: auto;
	}
	.two{
		width: 100%;
		height: 200px;
		margin-top: 50px;
	}
	.two .four{
		font-size: 30px;
	}
	.two .three{
		font-size: 18px;
		padding-top: 20px;
	}
	.two .anne{
		font-size: 30px;
		padding-top: 15px;
	}
	.two .anne .fter{
		font-size: 18px;
	}
	.models{
		width: 100%;
		height: auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.models img{
		width: 100%;
		height: auto;
	}
	.pollens{
		width: 100%;
		height: 245px;
		margin-top: 10px;
	}
	.pollens .allergic{
		font-size: 18px;
		padding-top: 22px;
	}
	.pollens .medium{
		font-size: 35px;
		padding-top: 15PX;
	}
	.pollens .allerg{
		font-size: 16px;
		padding-top: 15px;
	}
	.pollens .gict{
		font-size: 18px;
		padding-top: 11px;
	}
	.pollens .neer{
		font-size: 14px;
		padding-top: 10px;
	}
	.frame{
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 35px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.frame img{
		width: 100%;
		height: auto;
	}
	.map{
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 40px;
	}
	.map h5{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.map p{
		font-size: 16px;
	}
	.map img{
		width: 100%;
		height: auto;
	}
	.footer{
		margin-top: 10px;
	}
	.footer .line{
		padding: 10px 0 14px 0;
	}
	.footer .line h2{
		font-size: 20px;
	}
	.footer .line p{
		font-size: 30px;
	}
	.footer .bottom{
		padding: 25px 35px;
	}
	.footer .bottom h3{
		font-size: 20px;
	}
	.footer .bottom P{
		font-size: 16px;
	}
}</pre></body></html>