<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,p,span,ul,li,dl,dt,dd,ol,i,em,a,img,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}

img{
	display:block;
}

a{
	text-decoration:none;
}


.banner{
	width:100%;
	height:500px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.fangwei{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}

.fwbox{
	width:300px;
	box-sizing:border-box;
	border-right:1px solid #DDD;
	margin:30px 0 20px 0;
}

.fwbox:nth-child(4){
	border-right:none;
}


.fwbox dl{
	text-align:center;
	font-family:Helvetica;
	display:flex;
	justify-content:center;
}

.fwbox dl dt{
	font-size:44px;
	font-weight:bold;
}

.fwbox p{
	text-align:center;
	line-height:30px;
}


.jianjie{
	width:100%;
	background:#F5F5F5;
	box-shadow:-5px 0 12px #FFF,
                       0 -5px 12px #FFF,
                       0 5px 6px #999,
                       5px 0 12px #FFF;
	margin-bottom:60px;
	overflow:hidden;
}


.jjcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	text-justify:space-between;
	padding-bottom:50px;
}


.jjtext{
	width:490px;
	height:auto;
	margin-top:120px;
}

.jjtext h3{
	font-family:Arial;
	color:#E5E5E5;
	font-size:46px;
	text-align:right;
	position:relative;
}

.jjtext h3 span{
	position:absolute;
	left:0;
	top:-6px;
	color:#000;
}

.jjtext p{
	width:460px;
	margin-top:30px;
	font-size:18px;
	color:#444444;
	line-height:30px;
}


.jjmovie{
	margin-top:90px;
}



.bigtitle{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
}

.bigtitle h3{
	font-size:46px;
	color:#333333;
}

.bigtitle p{
	font-size:22px;
	color:#737373;
	margin-top:15px;
}

.licheng{
	width:96%;
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
}


.licheng-box{
	width:1200px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
}

.licheng-box #prev{
	width:70px;
	height:32px;
	background:#F0F0F0;
	position:absolute;
	left:-100px;
	top:50%;
}
.licheng-box #next{
	width:70px;
	height:32px;
	background:#F0F0F0;
	position:absolute;
	right:-100px;
	top:50%;
}
.swiper-button-next:after{
	content:"";
}

.swiper-button-prev:after{
	content:"";
}

:root {
    --swiper-navigation-size:font-size:20px!important;
}
:root {
    --swiper-theme-color: #555555!important;
}

.swiper {
	width:100%;
	height: 550px;
}


.swiper-wrapper{
	width:1200px;
	margin:0 auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.schools{
	width:100%;
	height:600px;
	background:#F5F5F5;
	overflow:hidden;
}


.schools ul{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.schools ul li{
	width:585px;
}

.schools ul li img{
	width:100%;
	display:block;
}


.schools ul li h3{
	width:100%;
	line-height:100px;
	text-align:center;
	font-size:28px;
	color:#E3393A;
}


.textcontent{
	width:150px;
	height:490px;
	border-right:1px solid #CCC;
	display:flex;
	justify-content:center;
	align-content:flex-start;
	flex-wrap:wrap;
}

.textcontent h3{
	width:100%;
	font-size:18px;
	text-align:center;
	margin-top:30px;
	margin-right:20px;
}

.textcontent h4{
	width:100%;
	height:4px;
	margin-top:30px;
}

.textcontent h4 span{
	width:20px;
	height:4px;
	display:block;
	background:#DC2E2F;
	margin-left:50px;
}

.textcontent p{
	width:auto;
	height:360px;
	writing-mode:tb-rl;
	text-align:left;
	line-height:30px;
	margin-top:30px;
	padding-right:25px;
}



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

.xiaoqu h3{
	width:100%;
	height:68px;
	background:#FD8002;
	display:flex;
	justify-content:space-between;
	font-size:32px;
	color:#FFF;
	text-align:center;
}

.xiaoqu h3 span{
	width:33.3%;
	border-right:1px solid #FFF;
	margin:8px 0;
	line-height:54px;
}

.xiaoqu h3 span:nth-child(3){
	border-right:none;
}

.xiaoqu ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}

.xiaoqu ul li{
	position:relative;
	overflow:hidden;
}

.xiaoqu ul li p{
	width:96%;
	height:40px;
	background:rgba(255,255,255,.5);
	line-height:40px;
	color:#000;
	position:absolute;                                                                                                                                                                                                                                                       
	left:2%;
	bottom:-40px;
	text-indent:10px;
	transition:.5s;
}

.xiaoqu ul li:hover p{
	bottom:10px;
	background:rgba(255,255,255,.9);
}



.Colorful_life{
	width:100%;
	margin-top:50px;
}


.Colorful_life ul{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.Colorful_life ul li{
	width:23%;
	margin:.8%;
}

.Colorful_life ul li img{
	width:100%;
	display:block;
}



#rongyu{
	width:100%;
	height:260px;
	margin-top:60px;
}

#rongyu .swiper-slide{
	width:390px;
}

#rongyu .swiper-slide img{
	width:390px;
}


.guanhuai{
	width:100%;
	height:490px;
	background:#F5F5F5;
	overflow:hidden;
	margin-top:70px;
}


.ghcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}

.ghtitle{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	font-size:18px;
	line-height:30px;
}

.ghtitle p{
	width:276px;
}

.hzdw{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}


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

.hzdwlogo ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.hzdwlogo ul li{
	width:240px;
	height:105px;
	box-sizing:border-box;
	border-right:1px solid #EEEEEE;
	margin-bottom:30px;
	margin-top:30px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}


.hzdwlogo ul li:nth-child(5n){
	border-right:0;
}

.hzdwlogo ul li span{
	width:150px;
	height:3px;
	border-bottom:1px solid #EEEEEE;
	position:absolute;
	left:45px;
	bottom:-30px;
	transition:ease-out .5s;
}

.hzdwlogo ul li img{
   transition:ease-out .1s;
}

.hzdwlogo ul li:hover img{
	width:154px;
	height:66px;
}


.hzdwlogo ul li:hover span{
	bottom:1px;
}


/*¹«¹²×¨Òµ*/


.lovezy{
	width:100%;
	background:#F5F5F5;
	overflow:hidden;
}


.abzhuanye{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:65px;
	margin-bottom:60px;
}


.abzhuanye dl{
	width:290px;
	background:#FFF;
	margin-bottom:20px;
	transition:.5s;
}

.abzhuanye dl:hover{
	box-shadow:0 0 12px #999999;
}

.abzhuanye dl b{
	width:100%;
	height:60px;
	display:block;
	line-height:60px;
	text-align:center;
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
}

.abzhuanye dl dd{
	width:234px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.abzhuanye dl dd a{
	width:108px;
	height:36px;
	display:block;
	text-align:center;
	border-radius:18px;
	margin-bottom:20px;
}

.abzhuanye dl dd a:nth-child(1){
	border:2px solid #FF0318;
	color:#FF0318;
	box-sizing:border-box;
	line-height:32px;
}

.abzhuanye dl dd a:nth-child(1):hover{
	background:#FF0318;
	color:#FFF;
}

.abzhuanye dl dd a:nth-child(2){
	background:#FF0318;
	color:#FFF;
	line-height:36px;
}

.abzhuanye dl dd a:nth-child(2):hover{
	background:#FF8000;
}












</pre></body></html>