<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*椤甸潰澶撮儴鍏叡鏍峰紡*/
div.header{
	height: 225px;
	box-shadow: 0px 10px 10px -3px #f7f7f7;
}
.top {
	border-radius:0 0 40px 40px;
	height: 40px;
}
.logo_search a img {
	height: 75px;
}
.logo_search .logo2 {
	top:5px;
}
.logo_search .fl-r {
	background-color: #f5f5f5;
	line-height: 48px;
	width: 280px;
	height: 50px;
	border-radius: 5px;
	margin-top: 12px;
}

.logo_search .fl-r input[type='text']{
	font-size:  18px;
	color: #878787;
	width: 153px;
	background-color: transparent;
} 
.logo_search .fl-r input[type='submit'] {
	width: 60px;
	height: 40px;
	font-size: 16px;
	color: white;
	border-radius: 5px;
	margin-top: -2px;
	transition: .2s;
} 
.logo_search .fl-r input[type='submit']:hover {
	background-color: #8c0e13;
}

/* 瀵艰埅鏉� */
div.nav &gt; ul &gt; li{
	width: 130px;
	height: 50px;
	line-height: 50px;
}
div.nav &gt; ul &gt; li:after{
	content:"/";
	position: absolute;
	right: 0;
}
div.nav &gt; ul &gt; li:last-child:after{
	content:"";
}
div.nav &gt; ul &gt; li &gt; i{
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 3px;
	transition: .3s;
}
div.nav &gt; ul &gt; li:hover &gt; i{
	margin-left:-42%;
	width: 84%;
	height: 3px;
}
div.nav &gt; ul &gt; li &gt; ol{
	top:50px;
	left:50%;
	margin-left:-42%;
	width: 84%;
	height: 0;
	transition: .5s;
}
div.nav &gt; ul &gt; li:hover &gt; ol{
	height: 300px;
}
div.nav &gt; ul &gt; li &gt; ol &gt; li{
	height: 40px;
	line-height: 40px;
	background: #fff;
}
div.nav &gt; ul &gt; li &gt; ol &gt; li:hover{
	background-color: #eee;
}


/* 椤甸潰搴曢儴鏍峰紡 */
div.footer {
	background-color: #fafafa;
}
div.footer .fter a::after{
	margin-left: 15px;
	content:"|";
}
div.footer .fter a:last-child::after{
	content:"";
}
div.footer .fter_nav {
	height: 50px;
	line-height: 50px;;
}
div.footer .fter_nav li {
	margin-right:12px;
	width: 250px;
	height: 35px;
	line-height: 35px;
}
div.footer .fter_nav li:last-child{
	float: right;
	margin-right: 0;
}
div.footer .fter_nav li i {
	top: 4px;
	right: 1px;
	padding-right: 10px;
	height: 31px;
	line-height: 31px;
	background-color: #fafafa;
	/* 璁╂坊鍔犵殑涓嬩笁瑙掔偣鍑诲け鏁� */
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

div.footer .fter_nav select {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-style: none;
	border:1px solid #ccc;
	outline: none;
	background-color: transparent;
}

.bbb {
	background:#bd0012;
	height:10px;
}

/* 鎼滅储 */
ul.serlist li{
	padding:0;
	height:45px!important;
	line-height:45px;
}</pre></body></html>