<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*公用*/
body {
	margin:0;
	padding:0;
	font-family:Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
	overflow-x:hidden ;
}
img {
	border:0;
	margin:0 auto;
	display:block
}
.head_box,.end_box {
	width:100%
}
.head_box {
	height:176px
}
ul,div {
	margin:auto
}
li {
	list-style:none;
	float:left;
	position:relative
}
.clear{
  clear: both;
}
a,ins,area {
	outline:none;
	text-decoration:none
}
span{
	position: absolute;
}
/*头部*/
.comment {
	background:center 0 scroll no-repeat
}
.banner {
	background-image:url(../img/banner.png);
	height:390px
}
  
/*主体*/
.main {
	/*background:url(../img/bg.jpg) no-repeat center;*/
	/*height:4157px;*/
}
.yct{
	width: 1200px;
	margin:50px auto;
	overflow: hidden;
}
.yct ul{
	width: 1230px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.yct ul li{
	float: left;
	width: 230px;
	height: 296px;
	padding: 0;
	margin-bottom: 17px;
	margin-right: 12px;
}
.yct ul li a{
	display: block;
	width: 230px;
	height: 296px;
	position: relative;
	
}
.yct ul li a span{
	position: absolute;
	font-size:26px;
	color: #ea2424;
	bottom: 12px;
	left: 30px;
}
.yct ul li a img{
	display: block;
	width: 100%;
	height: 100%;
}
/**/

/*侧导航*/
.sidebar {
	position:fixed;
	width:167px;
	height:290px;
	right:0;
	top:0;
/*	display:none;*/
	z-index:15;
	outline:none
}
@media screen and (min-width:1440px) {
	.sidebar {
	left:50%;
	top:0;
	margin-left:600px;
}
}</pre></body></html>