<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '瀵邦喛钂嬮梿鍛寸拨', '姒涙垳缍�','鐎瑰缍�';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header{
	overflow: hidden;
}
#header&gt;img{
	float: left;
}
#header&gt;ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header&gt;ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}

.h{
	width: 1100px;
	margin: 25px auto;
	color: #0D091F;
	text-align: center;
	font-size: 35px;
}
#img img{
	width: 100%;
}
#img&gt;p{
	position: absolute;
	font-size: 40px;
    font-weight: bold;
    text-shadow: 5px 2px 6px #fff;
    letter-spacing: 5px;
    width: 900px;
    left: 6%;
    top: 20%;
    line-height: 75px;
    margin: 0;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt&gt;p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt&gt;p a{
	color:black;
	font-size:32px;
}
.tt&gt;p:hover{
	background: #0D091F;
}
.tt&gt;p:hover a{
	color: white;
}




#top{
	width: 1100px;
	margin:25px auto;
	overflow: hidden;
}
#top&gt;.left{
	float: left;
	width: 70%
}
#top&gt;.left .you{
	line-height: 50px;
	text-align: center;
	background: #ccc;
	transition:all 0.4s;
	font-size: 18px;
}
#top&gt;.left .you:hover{
	background: white;
	border: 1px solid #C4BAEC;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	color: #C4BAEC;
}



.left h1{
	border-bottom: 3px solid #0D091F;
    margin: 0;
    color: #0D091F
}
.left h1 img{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
}
.left h1 span{
	float: right;
	font-size: 20px;
	margin-top: 2%;
}
.left h1 span a{
	color: #0D091F
}



#mt{
    width:100%;
}
#mt li{
    border-bottom:#ccc solid 1px;
    margin-bottom:20px;
    transition:all 0.5s;
}
#mt li a{
	width: 570px;
    color:black;
    line-height:40px;
    transition:all 0.5s;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
#mt span{
    float:right;
    line-height:40px;
    color:#555;
}
#mt li:hover{
    border-bottom:#C4BAEC solid 1px;
    background: #C4BAEC
}
#mt li:hover a{
    color:black;
}
#mt li:hover span{
	color: black
}



input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:100%;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn input{
	width:25%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background:#C4BAEC;
}
.btn .current{
	background-color: #0D091F;
	color: white
}
.tu{
	width:100%;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}


.swiper-container{
    width: 100%;
    margin: 15px 0;
    height: 455px
}
.swiper-container img{
	width: 100%;
	height: 455px;
}
.swiper-container .btn{
	opacity: 0;
	transition: all 0.5s;
}
.swiper-container:hover .btn {
    opacity: 1;
}


.right{
	float: right;
	width: 25%;
}
.right&gt;p{
	border-bottom: 3px solid #0D091F;
	margin: 0;
	line-height: 36px;
	color: #0D091F
}
.right&gt;p&gt;img{
	width: 25px;
	height: 25px;
	padding-top: 5px;
	float: left;
	margin-right: 5px;
}
.right&gt;p a{
	font-weight: bold;
	font-size: 18px;
	color: #0D091F
}
.right&gt;p span{
	float: right;
}
.right ul{
	list-style: none;
	margin:5px 5px;
	padding: 0;
}
.right ul li{
	margin: 5px;
	padding: 2px;
	float: left;
	border: 2px solid #ccc;
	width: 26.5%;
	text-align: center;
}



.right b{
	font-size: 18px;
}
.right h1{
	margin: 0;
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 34px;
	font-size: 20px;
}
.right h1 a{
	font-weight: bold;
	font-size: 20px;
}
.right h1 a:hover{
	color: black;
}
.right h1 span{
	float: right;
}


.right #hy{
	width: 100%;
}
.right #hy img{
	width: 100%;
}


.lx{
	width: 1100px;
	margin: auto;
}
.lx img{;
	width: 553px;
	height: 70px;
	display: block;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		#img&gt;p{
			width: 690px;
			top: 7%;
			font-size: 29px;
			line-height: 55px;
		}
	}</pre></body></html>