﻿@charset 'utf-8';

body{
	min-width: 1200px;
}

.b-bg{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 74px;
	padding-bottom: 60px;
	background: url(../images/bg3.png);
}
.b-bg .bg-btn{
	position: absolute;
	left: 50%;
	margin-left: -730px;
}
.b-bg .bg-btn.bg-top{
	top: 14px;
}
.b-bg .bg-btn.bg-bottom{
	bottom: 0;
}
.wrap-bg{
	padding: 0 42px;
	background: url(../images/bg2.png) top center repeat-y;
}
.header{
	overflow: hidden;
	height: 163px;
	background: url(../images/bg4.png) top center no-repeat;
}
.header .search{
	width: 368px;
	height: 49px;
	line-height: 49px;
	margin-top: 55px;
	margin-right: 20px;
	background: url(../images/bg5.png) center no-repeat;
}
.header .search input{
	padding: 0 16px;
	color: #979797;
	font-size: 14px;
	width: 272px;
	height: 49px;
	line-height: 49px;
}
.header .search button{
	width: 61px;
	height: 45px;
	background: url(../images/ic1.png) no-repeat;
	margin-top: 2px;
}
.nav{
	background: #f4eee2;
	height: 64px;
	line-height: 64px;
	padding-left: 22px;
	margin-bottom: 10px;
}
.nav a{
	display: inline-block;
	color: #834a40;
	font-size: 18px;
	font-weight: bold;
	font-family: 'simsun';
	line-height: 45px;
	vertical-align: middle;
	padding: 0 28px;
}
.nav a.cur,.nav a:hover{
	color: #fff;
	background: url(../images/bg6.png) center no-repeat;
	background-size: 100% 100%;
}
.nav img{
	margin: 0 5px;
}
/* 底部 */
.f-link{
	height: 44px;
	margin-top: 10px;
	margin-bottom: 12px;
}
.f-drop:first-child{
	margin-left: 0;
}
.f-drop{
	width: 284px;
	height: 36px;
	float: left;
	margin-left: 10px;
	background: #f4eee2;
	position: relative;
	border: 4px solid #e4d4ad;
}
.f-drop .tag{
	cursor: pointer;
	line-height: 36px;
	color: #333333;
	font-size: 16px;
	padding: 0 16px;
	background: url(../images/ic7.png) 264px center no-repeat;
}
.f-drop .list{
	background: #f4eee2;
	border: 4px solid #e4d4ad;
	position: absolute;
	left: -4px;
	bottom: 36px;
	width: 100%;
	max-height: 100px;
	overflow: auto;
	display: none;
}
.f-drop .list li{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}
.f-drop .list li a{
	color: #333333;
	font-size: 14px;
}
.f-drop .list li a:hover{
	font-weight: bold;
}
.footer{
	padding-top: 30px;
	height: 120px;
	background: #834a40;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.footer img{
	margin-right: 2px;
}

.main{
	border: 4px solid #e4d4ad;
	background: #f4eee2 url(../images/bg7.png) center 2px no-repeat;
	padding: 25px 16px 0;
}
.local{
	height: 34px;
	background: #f7f3ea;
	padding: 0 12px;
	line-height: 34px;
	margin-bottom: 26px;
}
.local img{
	margin-right: 8px;
}
.local a,.local span{
	color: #333333;
	font-size: 14px;
	display: inline-block;
}
.local .arrow{
	margin: 0 6px;
}
.local .cur{
	color: #4d201a;
}
.local a:hover{
	font-weight: bold;
}

/* 概览 */
.gl-nav{
	width: 198px;
	padding-bottom: 80px;
	position: relative;
}
.gl-nav-bg{
	position: absolute;
	bottom: 0;
	left: 0;
}
.gl-nav-t{
	height: 66px;
	line-height: 66px;
	text-align: center;
	padding-top: 28px;
	background: url(../images/bg8.png) top center no-repeat #834a40;
}
.gl-nav-t .tit{
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 6px;
}
.gl-nav-l{
	padding: 0 6px;
	background: #834a40;
}
.gl-nav-l li:first-child{
	border-top: 1px dashed #936157;
}
.gl-nav-l li{
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-bottom: 1px dashed #936157;
	position: relative;
}
.gl-nav-l li a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.gl-nav-l li a.cur,.gl-nav-l li a:hover{
	font-weight: bold;
	text-decoration: underline;
}
.gl-con{
	width: 920px;
	margin-right: 20px;
	padding-bottom: 40px;
}
.gl-con .gl-list{
	padding: 22px 0 20px;
	border-bottom: 1px dashed #c3beb5;
}
.gl-list li{
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	background: url(../images/ic6.png) left center no-repeat;
}
.gl-list li a{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gl-list li a:hover{
	color: #834a40;
}
.gl-list li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
/* 页码 */
.page{
	text-align: center;
	margin-top: 50px;
}
.page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	margin: 0 6px;
	border-radius: 2px;
}
.page .fe{
	width: 60px;
}
.page .fe.f{
	border: 1px solid #dcdcdc;
}
.page input{
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
.page button{
	height: 30px;
	line-height: 30px;
	background: #e8e3d9;
	color: #666666;
	font-size: 14px;
	width: 60px;
}
.page a:hover,.page a.cur,.page button:hover{
	background: #834a40;
	color: #fff;
}

/* 细览 */
.xl-box{
	background: #ebe5d8;
	padding: 28px 72px 24px;
}
.xl-title{
	color: #333;
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}
.xl-bar{
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 28px;
}
.xl-bar span,.xl-bar a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.xl-bar .line{
	margin: 0 14px;
}
.xl-bar .ly{
	margin-right: 28px;
}
.xl-bar .font{
	margin-right: 8px;
	cursor: pointer;
}
.xl-bar span img{
	margin-right: 4px;
}
.xl-con{
	padding: 30px 16px 80px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.xl-con .img{
	text-align: center;
	margin: 30px 0;
}
.xl-con .img img{
	max-width: 100%;
	margin-bottom: 20px;
}
.xl-con .ewm{
	text-align: center;
	color: #666666;
	font-size: 12px;
	margin-top: 110px;
}
.xl-con .ewm img{
	margin-top: 10px;
}

/* 首页 */
.index-bor{
	border: 4px solid #e4d4ad;
	background: #f4eee2;
}
.index-headline{
	position: relative;
	height: 121px;
	overflow: hidden;
	background: url(../images/bg10.png) center no-repeat;
}
.index-headline-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 121px;
	box-sizing: border-box;
	text-align: center;
}
.index-headline-item h1 a{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #834a40;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.index-headline-item p{
	margin-top: 14px;
}
.index-headline-item p a,.index-headline-item p span{
	display: inline-block;
	color: #834a40;
	font-size: 16px;
}
.index-headline-item p a{
	max-width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-headline-item p a:hover{
	text-decoration: underline;
}
.index-headline-item p span{
	margin: 0 8px;
}
.index-wrap1{
	margin-top: 10px;
}
.index-wrap1-c1 {
  width: 620px;
  height: 377px;
  position: relative;
  overflow: hidden;
}
.index-wrap1-c1 .index-pictt a:hover {
  text-decoration: underline;
}
.index-wrap1-c1:hover .index-pictt a{
	font-weight: bold;
}
.index-newspic {
  width: 100%;
  height: 100%;
}
.index-newspic li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-newspic li img {
  width: 100%;
  height: 100%;
}
.index-newspic li img:hover{
	opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.index-pictt {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 38px;
  bottom: 0;
  background: url(../images/bg11.png);
}
.index-pictt li {
  width: 100%;
  height: 100%;
}
.index-pictt li a {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
  max-width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 22px;
}
.index-picpg {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.index-picpg li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  cursor: pointer;
  background: url(../images/ic8.png) no-repeat;
}
.index-picpg li.cur {
  background: url(../images/ic9.png) no-repeat;
}
.index-wrap1-c2{
	width: 528px;
	height: 357px;
	padding: 20px 16px 0;
}
.index-wrap1-c2 .index-tit1 .tit{
	width: 175px;
}
.index-tit1{
	height: 36px;
	line-height: 36px;
	background: #ebe2d0;
}
.index-tit1 .tit:first-child{
	border-left: none;
}
.index-tit1 .tit{
	text-align: center;
	color: #864c41;
	font-size: 20px;
	display: inline-block;
	border-left: 1px solid #f4eee2;
}
.index-tit1 .tit.cur{
	background: #834a40;
	color: #fff;
	font-weight: bold;
}
.index-list1{
	padding-top: 18px;
}
.index-list1 li{
	height: 38px;
	line-height: 38px;
	padding-left: 14px;
	background: url(../images/ic10.png) left center no-repeat;
}
.index-list1 li a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-list1 li a:hover{
	color: #834a40;
}
.index-list1 li span{
	float: right;
	color: #999999;
	font-size: 16px;
}
.index-bar1{
	margin: 10px 0;
	width: 100%;
	height: 109px;
	position: relative;
	overflow: hidden;
}
.index-bar1-pic{
	position: relative;
	width: 100%;
	height: 100%;
}
.index-bar1-pic li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-bar1-pic li img{
	width: 100%;
	height: 100%;
}
.index-bar1-pic li img:hover{
	opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.index-bar1-n{
	position: absolute;
	right: 18px;
	bottom: 9px;
}
.index-bar1-n li{
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-left: 5px;
	background: url(../images/bg13.png) no-repeat;
}
.index-bar1-n li.cur{
	color: #864c41;
	background: url(../images/bg14.png) no-repeat;
}
.index-wrap2{
	width: 358px;
}
.index-wrap2-c1{
	padding: 24px 16px 10px;
}
.index-wrap2-c1 a{
	display: inline-block;
	text-align: center;
	height: 62px;
	line-height: 62px;
	color: #834a40;
	font-size: 18px;
	background: #ebe2d0;
	width: 152px;
	margin-bottom: 16px;
}
.index-wrap2-c1 .a3{
	width: 100%;
}
.index-wrap2-c1 a:hover{
	color: #fff;
	background: url(../images/bg12.png) center no-repeat;
}
.index-wrap2-c1 a i{
	height: 100%;
	width: 30px;
	vertical-align: top;
	display: inline-block;
	margin-right: 6px;
	background-position: center;
	background-repeat: no-repeat;
}
.index-wrap2-c1 .a1 i{
	background-image: url(../images/ic11.png);
}
.index-wrap2-c1 .a1:hover i{
	background-image: url(../images/ic11o.png);
}
.index-wrap2-c1 .a2 i{
	background-image: url(../images/ic12.png);
}
.index-wrap2-c1 .a2:hover i{
	background-image: url(../images/ic12o.png);
}
.index-wrap2-c1 .a3 i{
	background-image: url(../images/ic16.png);
}
.index-wrap2-c1 .a3:hover i{
	background-image: url(../images/ic16o.png);
}
.index-wrap2-c2{
	padding: 19px 16px 5px;
}
.index-wrap2-c2 a{
	display: inline-block;
	width: 152px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #8b5a29;
	font-size: 20px;
	font-family: 'simsun';
	font-weight: bold;
	margin-bottom: 16px;
}
.index-wrap2-c2 a.lf{
	background: url(../images/bg15.png) center no-repeat;
}
.index-wrap2-c2 a.rt{
	background: url(../images/bg16.png) center no-repeat;
}
.index-wrap2-c2 a.a1{
	width: 100%;
	background: url(../images/bg17.png) center no-repeat;
}
.index-wrap2-c3{
	padding: 24px 16px 0;
	height: 337px;
}
.index-wrap2-c3 .index-tit1 .tit{
	width: 154px;
}
.index-wrap3{
	width: 832px;
}
.index-wrap3-c1{
	padding: 24px 16px 0;
	height: 390px;
}
.index-wrap3-c1 .index-tit1 .tit{
	width: 197px;
}
.index-wrap3-c1.index-wrap3-c2 .index-tit1 .tit{
	width: 131px;
}
.index-bar2{
	height: 79px;
	padding: 15px 0 15px 20px;
	background: url(../images/bg18.png) center no-repeat;
}
.index-bar2 a{
	display: inline-block;
	margin-right: 13px;
}
.index-bar2 a:hover{
	opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.index-wrap4{
	padding: 24px 16px 0;
	height: 300px;
}
.index-tit2{
	height: 30px;
	line-height: 30px;
	background: url(../images/bg19.png) 124px center no-repeat;
}
.index-tit2 .tit{
	display: inline-block;
	color: #b4978d;
	font-size: 20px;
	font-weight: bold;
}
.index-tit2 span{
	display: inline-block;
	color: #ae978e;
	font-size: 20px;
	margin: 0 12px;
}
.index-tit2 .tit.cur{
	color: #834a40;
}
.index-tit2 .more{
	float: right;
}
.index-wrap4-c{
	margin-top: 16px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 240px;
}
.index-wrap4-c ul{
	width: 100%;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
}
.index-wrap4-c ul li{
	float: left;
	width: 280px;
	height: 240px;
	margin-right: 13px;
	position: relative;
}
.index-wrap4-c ul li i{
	display: inline-block;
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/roll-paly-icon.png) center no-repeat;
	top: 60px;
	left: 50%;
	margin-left: -19px;
}
.index-wrap4-c ul li a:hover{
	opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
  font-weight: bold;
}
.index-wrap4-c ul li img{
	width: 280px;
	height: 160px;
}
.index-wrap4-c ul li p{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.index-wrap4-c .btn{
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 66px;
}
.index-wrap4-c .btn.prev{
	left: 0;
}
.index-wrap4-c .btn.next{
	right: 0;
}