<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
::-webkit-input-placeholder { /* WebKit browsers */
  color: #333;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #333;
}  
html {
-moz-user-select: none; /*火狐*/

-webkit-user-select: none; /*webkit浏览器*/

-ms-user-select: none; /*IE10*/

-khtml-user-select: none; /*早期浏览器*/

user-select: none;
}
body {
	color:#c2b3a5;
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	line-height:24px;
	padding:0;
	margin:0;
	background: url(../images/back.jpg) ;
}
ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	color:#c2b3a5;
	text-decoration:none;
	transition: all 0.3s;
}
a:hover {color:#a93a13;margin-left: 10px;}
img {
	border: none;
}
/*区域*/

.fengye {
	line-height:50px;
}
.nav-wrap {
	width: 100%;
	/* transition: all 0.6s; */
	/* background: url(navback.png) repeat-x; */
	/* background-position: 0px -150px; */
	position: absolute;
	top: 0;
	z-index: 200;
}
.nav-wrap:hover {
	/* background-position: 0px -50px; */
}
.nav {
	width: 1220px;
	margin: 0px auto;
	font-size: 18px;
	padding: 45px 0px;
	color: #e0d3c3;
	display: flex;
	justify-content: space-between;
}
.nav .text{
	width: 60%;
}
.nav a{
	color: #513329;
	transition: all 0.3s;
}
.nav a:hover {	
	color:#a93a13;
}
.nav ul {
	display: flex;
	justify-content: space-between;
}
.nav li {
	text-align: center;
}
.nav img{
	transition: all 0.6s;
	transform:translateY(-10px);
}
.nav img:hover {
	transform:translateY(0px);
	filter: brightness(2) blur(2px);
}
.nav .en {
	font-size: 9px;
	display: block;
}
#HEAD {
	width:100%;
	margin:0px auto -150px auto;
	height:850px;
	text-align:center;
	background: url(../images/headback.jpg) top center no-repeat ;
}
#layer-l1m2r1 {
	width:1240px;
	margin:15px auto 0px auto;
	display: flex;
	justify-content: space-between;
	z-index: 200;
	position: relative;
}
	#layer-l1m2r1 .zone-l {
		float:left;
		width:260px;
		color:#959595;
	}
	#layer-l1m2r1 .zone-m {
		width:650px;
		float:left;
		margin:0px 10px;
	}
	#layer-l1m2r1 .zone-r {
		float:right;
		width:300px;
	}
#layer-l3r1 {
	width:1240px;
	margin:15px auto 0px auto;
	display: flex;
	justify-content: space-between;
	z-index: 200;
	position: relative;
}
	#layer-l3r1 .zone-l {
		width:925px;
	}
	#layer-l3r1 .zone-r {
		width:300px;
	}
#layer-l1r1 {
	width:1240px;
	margin:15px auto 0px auto;
	display: flex;
	justify-content: space-between;
}
	#layer-l1r1 .zone-l {
		width:610px;
	}
	#layer-l1r1 .zone-r {
		width:610px;
	}
#layer-m {
	width:1241px;
	margin:0px auto;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.iZfeng {clear:both; height:0px;}
#FOOT {
	width:100%;
	padding: 30px 0px;
	text-align:center;
	color:#717171;
}
	#FOOT .tip {
		padding:10px;
	}
	#FOOT .tip b {
		font-size: 18px;
	}
/*模块*/
.box-news {
	background: url("../images/newsback.png") no-repeat center top;
}
.box-news2 {
	background: url("../images/news2back.png") no-repeat left top;
	width: 455px;
	min-height: 530px;
}
.box-news2 img{
	margin-bottom: 10px;
}
.title {
	display: flex;
	padding: 0px 30px;
	line-height: 50px;
	justify-content: space-between;
	
}
.title b {
	color: #f3d5a5;
	font-size: 20px;
	margin-right: 20px;
	
}
.title span {
	color: #8f7b70;
	font-size: 16px;
	line-height: 36px;
	padding: 0px 15px;
	margin: 0px 5px;
	display: inline-block;
	cursor: pointer;
	
}
.title span:hover, .title .hover {
	color: #FFF;
	border-bottom:3px #e66d17 solid;
}
.title en{
	font-size: 14px;
	font-weight: bold;
	color: #332722;
	text-transform: uppercase;
	line-height: 30px;
}
.box-news .ncontent {
	display: none;
	padding: 20px 30px;
	height: 270px;
	line-height: 27px;
}
.box-news .content {
	display: none;
	padding: 20px 30px;
	height: 270px;
	line-height: 27px;
}
.box-news2 .content {
	display: none;
	padding: 20px 30px;
	line-height: 27px;
}
.box-login {
	height: 380px;
}
.box-login-cls {
	padding:0px 0px 10px 0px;
	text-align: center;
	background:url("../images/bb.jpg") ;
}
.box-login .content {
	padding:20px 30px;
	text-align: center;
}
.box-login input {
	padding:10px;
	background: #998c7a;
	border: none;
	width: 190px;
	margin: 5px auto;
}
.box-login .btn {
	padding:10px;
	border: 1px #d9b766 solid;
	margin: 10px auto;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #d9b766;
	
}
.box-quick {
	height: 370px;
}
.box-quick img {
	vertical-align: bottom;
}
.box-quick .title{
	padding: 0;
}
.box-quick .content img{
	vertical-align: bottom;
	margin-top: 19px;
}
.box-style-1 .title{
	padding: 0;
}
.box-style-1 img {
	vertical-align: bottom;
}
.box-style-1 .content {
	background:url("../images/bb.jpg") ;
	padding: 10px 20px;
}
.box-inf {
	background:url(../images/infback.jpg) right top no-repeat;
	min-height:530px;
	width: 100%;
}
.box-inf .content {
	padding: 0;
	width: 55%;
}
.box-inf .content img {
	margin: 10px 0px;
}
.box-inf .content .t {
	padding: 2px 10px;
	background: #9b3f20;
	color: #FFF;
	border-radius: 2px;
	display: inline-block;
}
.box-inf .content .l span {
	display: inline-block;
	padding: 0px 6px;
	border-right: 1px #463c36 solid;
}
.box-inf .content .l span:last-child {
	border: none;
}
.box-inf .content .l {
	padding: 3px 0px 10px 0px;
	display: inline-block;
	clear: right;
}
.box-pic {
	width: 100%;
}
.box-pic .title{
	padding: 0;
	line-height: 60px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.box-pic .ncontent{
	display: none;
}
.box-pic .title img{
	vertical-align:middle;
	margin-right: 30px;
}
.box-pic .content {
	display: flex;
	width:100%;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 30px;
	padding: 20px 0px;
}
.box-pic .content img{
	transition: all 0.3s;
}
.box-pic  .content img:hover {
	transform: scale(1.1);
}
.box-hd .hdtitle {
	display: flex;
	justify-content: space-between;
}
.box-hd .hdtitle li {
	display: inline-block;
	background: #726242;
	width: 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
}
.box-hd .hdtitle .hover {
	background: #9b3f20;
	width: 45px;
	border-radius: 50px;
}
.box-hd .hdlist {
	display: none;
	height: 230px;
	padding: 10px 0px;
	line-height: 30px;
}
.box-hd .hdlist span{
	padding-right: 10px;
	color: #e3ccac;
}
.box-hd .hdlist li {	
	border-bottom: 1px #332722 dashed;
}
.box-newsbody {
	background: #33271f;
}
.box-newsbody .location {
	background: #0d0a09;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
	padding: 8px 20px;
}
.box-newsbody .content {
	padding: 30px 20px;box-shadow: 0px 10px 20px rgba(0,0,0,0.6);border-radius:0px 0px 10px 10px;
}
.box-newsbody .ncontent {
	font-size:16px;
	padding: 10px 20px;
	line-height: 40px;
}
.box-newsbody .ncontent .ctitle{
	font-size:20px;
	color: #e66d17;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 40px;
	text-align: right;
}
.box-newsbody .ncontent li{
	border-bottom: 1px #332722 dashed;
}
.ntitle {
	font-size: 24px;
	line-height: 40px;
	color: #e66d17;
}
.ndate {
	line-height: 40px;
}
.ntext {
	color: #998c7a;
}</pre></body></html>