<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ---html、body100%--- */
html, body {
	width: 100%;
	body:#F9F6F5;
}
/* ---默认字体9pt--- */
div, table {
	font-size: 12px;
}
/* ---div居中、div背景--- */
* {
	padding:0;
	margin: 0 auto;
	font-family:PingFang-SC-Bold;
}

body, td, th, div, input, ul, li {
	font-family:"微软雅黑", "宋体";
	
}
body {
	
}
p {
	padding:0;
	margin:0;
}

a {
	}
a:link {
	
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
a:hover {
	
}
a:active {
	
	text-decoration: none;
}
h1 {
	
	
}
li {
	list-style:none;

}
.clear:after{
	height: 0px;
	line-height: 0px;
	display: block;
	content: "";
	clear: both;
}
#body{
	width: 100%;
    min-width: 1280px;
}
#header{
	width: 100%;
	background-color: #BA3205;
	
}
.header{
	width: 1190px;
	padding: 16px 0px 23px;
}
.header_logo{
	float: left;
	width:760px;
	height: 118px;
	background-image: url(../../images/logo.png);
	background-position: 20px 40px;
	background-size:80%;
	background-repeat: no-repeat;
}
.search{
	width: 207px;
	float: right;
	margin-right: 22px;
	border-radius: 10px;
	background-color: #C7603E;
	overflow: hidden;
	position: relative;
	margin-top: 71px;
}
.search input{
	line-height: 44px;
	height: 44px;
	background-color: #C7603E;
	border:0px;
	outline: none;
	padding-left: 16px;
	color: #fff;
}
 input::-webkit-input-placeholder {
	 color: rgba(255,255,255,0.6);
	 }
.search span{
	width: 28px;
	height: 28px;
	background-image:url(../../images/search.png);
	background-position: center;
	background-size:80%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
}
.nav{
	width: 1280px;
	padding-left: 7px;
}
.nav_info{
	float: left;
	margin-left:45px;
	padding: 10px 0px 13px;
	position: relative;
}
.nav_title{
	display: block;
	height:25px;
	font-size:18px;
	color:rgba(255,255,255,1);
	line-height:25px;
}
.nav_info_list{
	width: 120%;
	background:rgba(0,0,0,0.4);
	position: absolute;
	top:48px;
	display: none;
	z-index: 1000;
}
.nav_info_list li{
	height:22px;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:22px;
	text-align: center;
	margin:5px 0px;
}
.nav_info_list li:hover{
	color: #BA3205;
}
.nav_info_list .active{
	color: #BA3205;
}
.nav_info:hover .nav_info_list{
	display: block;
}
.swiper-container{
	width: 100%;
	height: 476px;
  	overflow: hidden;
}
.swiper-slide{
	background-image:url(../../images/分组%202.png);
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
#footer{
	width: 100%;
	background-color: #7D725B;
	padding: 23px 0px;
  
}
#footer div{
	line-height: 24px;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:22px;
	text-align: center;
}
#content{
	width: 1190px;
	margin-top: 20px;
}
.onetext{
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.fourtext{
	overflow : hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp:4; 
}

.nav_info_list li a:link{ color:#fff}
.nav_info_list li a:hover{ color:#fff}
.nav_info_list li a:active{ color:#fff}
.nav_info_list li a:visited{ color:#fff}</pre></body></html>