.nav {
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 99;
  background:url(../images/nav/nav01.png) no-repeat center top; padding-top:89px;
}
.nav span{ display:block; padding:0px; height:89px;}


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 31px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 12px;
  top: 0;
  width: 30px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  /*overflow: hidden;*/
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            filter: alpha(opacity=40);
            opacity: 0.4;*/
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #876a4e;
  position: relative;
  left: 14px;
  width: 1px;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background:url(../images/star.png) no-repeat center top;
  border-radius: 0 !important;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

a {
  text-decoration: none;
  color: #ecd0b7;
}

* {
  margin: 0;
  padding: 0;
}

image {
  display: block;
}

ul,
li {
  list-style: none;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: "Microsoft YaHei";
  color: #000;
  min-width: 1150px;
  -moz-user-select: none;
  color: #fade9a;
  -webkit-user-select: none;
}

.tabs {
  width: 1150px;
  height: 45px; margin-top:20px;
  text-align: ;
}

.tab {
  display: inline-block;
  margin: 0 6px;
  width: 174px;
  height: 45px;
  background: url("../images/tab.png") no-repeat center;
  background-position: 0 0;
  cursor: pointer;
}

.tab {
  display: inline-block;
  margin: 0 6px;
  width: 174px;
  height: 45px;
  background: url("../images/tab.png") no-repeat center;
  background-position: 0 -53px;
  line-height: 45px;
  color: #dfbf97;
  font-size: 17px;
  text-align: center;
  /*transition: all .3s;*/
}

.tab:hover,
.tab.active {
  background-position: 0 0;
  color: #ffffff;
}

.scrollbar-inner {
  margin-top: 10px;
  text-indent: 2em;
  line-height: 2;
  font-size: 14px;
  color: #000;
  padding-right: 20px !important;
}

.order {
  font-size: 16px;
  padding-top: 6px;
  display: block; text-align:center;
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #fade9a;
}

.logo {
  width:187px;
  height:105px;
  display: block;
  background:url("../images/nav/logo.png") center no-repeat;
}

.nav_item {
  width: 187px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: url(../images/nav/nav_off.png) no-repeat left top;;
  display: block;
}

.nav_item:hover {
	color:#fff;
  background: url("../images/nav/nav_on.png") center no-repeat;
}

.nav_item.active {color:#fff;
  background: url("../images/nav/nav_on.png") center no-repeat;
}

.QCode {
  width: 187px;
  height: 120px;
  background: url("../images/nav/QCode.png") center no-repeat;
  background-color: #4c2608;
}

.w1150 {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.w1040 {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}

.part1 {
  background: url("../images/part1/bg.jpg") no-repeat center;
  height: 900px;
}

.part1 .w1150 {
  height: 1002px;
}

.part1 img {
  display: none;
}

.part1 .img_0 {
  position: absolute;
  left: 315px;
  top: 125px;
}

.part1 .img_1 {
  position: absolute;
  right: -40px;
  top: 30px;
}

.part1 .img_2 {
  position: absolute;
  left: 95px;
  top: 530px;
}

.part1 .img_3 {
  position: absolute;
  right: 25px;
  bottom: 85px;
  width: 457px;
  height: 308px;
  transition: transform .5s ease;
}

.part1 .img_3:hover {
  transform: scale(1.1);
}



.part2 .w1150 {

  overflow: hidden;
}

.part2 .img_0 {
  margin-top: 25px;
  margin-right: 15px;
  float: left;
}

.part2 .text_0 {
  margin-top: 30px;
  color: #fade9a;
  font-size: 15px;
  text-indent: 2em;
  line-height: 2;
}



.part3 .w1150 {
 
  overflow: hidden;
}

.part3 .tabs {
  margin: 25px 0;
}

.part5 .tabContainer {
  height: 578px;
  position: relative;
}

.part5 .banner {
  width: 756px;
  height: 524px;
}

.part5 .banner .banner_item {
  width:756px;
  height:524px;
}

.part4 .banner .banner_item .text {
  text-align: center;
}
.zyzc02{
  height: 290px!important;
}
.part3 .scrollbar-inner {
  max-height: 115px;
}
.part2 .scrollbar-inner {
  max-height: 515px;
}

.banner {
  margin: 0 auto; margin-top:63px;
  overflow: hidden;
}

.banner .banner_box {
  position: relative;
  width: 99999px;
}

.banner .banner_item {
  float: left;
}

.banner_prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 90px;
  background: url("../images/arrow/bt_left_on.png") no-repeat;
  width: 49px;
  height: 73px;
  margin-top: -70px;
}

.banner_prev:hover {
  background: url("../images/arrow/bt_left_over.png") no-repeat;
}

.banner_prev.dis {
  background: url("../images/arrow/bt_left_off.png") no-repeat;
}

.banner_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 90px;
  background: url("../images/arrow/bt_right_on.png") no-repeat;
  width: 49px;
  height: 73px;
  margin-top: -70px;
}

.banner_next:hover {
  background: url("../images/arrow/bt_right_over.png") no-repeat;
}

.banner_next.dis {
  background: url("../images/arrow/bt_right_off.png") no-repeat;
}


.part4 .title_box {
  position: relative;
}



.part4 .w1150 {

  overflow: hidden;
}

.part4 .tabs {
  margin: 40px 0;
}

.part4 .tabContainer {
  height: 222px;
  position: relative;
}

.part4 .banner_item {
  margin-right: 10px;
}

.part4 .zyzc03 p {
  text-align: center;
}

.part4 .zyzc03 .banner_item {
  margin-right: 20px;
}

.part5 {
  background: url("../images/part5/bg.png") no-repeat center 290px;
  height: 852px;
}

.part5 .w1150 {background: url("../images/part5/bg.jpg") no-repeat center bottom;
  height: 852px;
  overflow: hidden;
}

.part5 .tabs {
  margin: 35px 0;
}

.part5 .scrollbar-inner {
  max-height: 450px;
}

.part5 strong {
  color: #f8b820;
  font-size: 20px;
  font-weight: normal;
  display: block;
}

.w_1058 {
  width: 1058px;
  margin: 0 auto;
}

.footer {
  overflow: hidden;
  height: 270px;
  width: 100%;
  background: #1b1718;
}

.footer .footer_box {
  position: relative;
  width: 1089px;
  margin: 35px auto 0;
}

.footer .footer_box .footer_text {
  float: left; padding-left:50px;
}

.footer .footer_box .footer_text .weibo {
  display: block;
  padding-left: 110px;
  height: 29px;
  line-height: 33px;
  margin-bottom: 10px;
  background: url("../images/weibo.png") no-repeat left center;
  background-color: #1b1718;
  color: #fff;
  font-size: 16px;
}

.footer .footer_box .footer_text .wx {
  display: block;
  padding-left: 43px;
  height: 29px;
  line-height: 33px;
  margin-bottom: 10px;
  background: url("../images/wx.png") no-repeat left center;
  background-color: #1b1718;
  color: #fff;
  font-size: 16px;
}

.footer .footer_box .footer_text .footer_qcode {
  color: #fff;
  font-size: 16px;
}

.footer .footer_box .footer_text .footer_qcode img {
  float: left;
}

.footer .footer_box .footer_text .footer_qcode .footer_qcode_text {
  float: left;
  margin-left: 15px;
  margin-top: 43px;
}

.footer_img {
  display: block;
  float: right;
}

.goTop {
  background: url("../images/gotop.png") no-repeat center;
  width: 58px;
  height: 58px;
  position: fixed;
  right: 15px;
  top: 80%;
  cursor: pointer;
  display: none;
}

.goTop:hover {
  background: url("../images/gotop_on.png") no-repeat center;
}

.part6 {
  background: url("../images/part6/bg.png") no-repeat center 140px;
  height:1253px; width:1150px; margin:0px auto;
}

.part6 .w1150 {
  height:1253px; padding-left:30px;
  overflow: hidden;
}

.part6 .tabs {
  margin: 20px 0;
}

.part6 .playList {
  width:1010px;
  margin: 0 auto; margin-top:60px;
}

.part6 .playList .item {
  cursor: pointer;
  height: 115px;
  padding: 0;
border-bottom:dashed 1px #826544; padding-bottom:15px; padding-top:15px;
  overflow: hidden;
  transition: all .3s;
}

.part6 .playList .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.part6 .playList .item.pause .playBtn {
  background: url("../images/part6/pause.png") no-repeat center bottom;
}

.part6 .playList .item .textCon {
  width: 920px;
  padding-left:0px; 
  line-height: 1.5;
  float: left;
}

.part6 .playList .item .textCon .title {
  color: #9e1414; font-size:16px; font-weight:bold;
  margin-bottom:10px;
}

.part6 .playList .item .textCon p {
line-height: 1.5; font-size:14px; color:#000; text-indent:2em;
}

.part6 .playList .item .playBtn {
  margin-right: 15px;
  float: left;
  width: 71px;
  margin-top: 5px;
  height: 71px;
  background: url("../images/part6/play.png") no-repeat center bottom;
}
.sx{border-bottom:dashed 1px #826544; padding-bottom:15px; padding-top:15px;}
.sx strong{color: #9e1414; font-size:16px; font-weight:bold; margin-bottom:10px; display:block;}
.sx p{line-height: 1.5; font-size:14px; color:#000; text-indent:2em;}

.part7 {
  background: url("../images/part7/bg.jpg") no-repeat center;
  height: 1247px;
}

.part7 .w1150 {
  height: 1247px;
  overflow: hidden;
}

.part7 .links {
  width: 875px;
  margin: 30px auto 0;
}

.part7 .link {
  display: block;
  font-size: 15px;
  color: #eed59f;
  text-decoration: none;
  width: 877px;
  height: 54px;
  overflow: hidden;
  background: url("../images/part7/arrow.png") no-repeat left center;
  transition: all .3s;
}

.part7 .link:hover {
  transform: scale(1.03); border:solid 1px #cfb57c;background: url("../images/part7/arrow.png") no-repeat 5px center;
}

.part7 .link>div {
  float: left;
  height: 54px;
  line-height: 54px;
}

.part7 .link .category {
  padding-left: 35px;
  width: 130px;
}

.part7 .link .content {
  padding-left: 8px;
  width: 590px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bgMusic_box {
  position: fixed;
  top: 0;
  z-index: 99;
}

.bgMusic_box .bgMusic {
  position: absolute;
  margin-top: -25px;
  right: 35px;
  cursor: pointer;
}

.textCon .scrollbar-inner {
  background: #;
  line-height: 1.8;
  padding-right: 0px;
  margin-right: 0px;
}


.xbga{ background:url(../images/bg/bg_01.jpg) no-repeat center top; width:100%;}
.xbgb{ background:url(../images/bg/bg_02.jpg) no-repeat center 1300px; width:100%;}
.xbgc{ background:url(../images/bg/bg_03.jpg) no-repeat center 2600px; width:100%;}
.xbgd{ background:url(../images/bg/bg_04.jpg) no-repeat center 3900px; width:100%;}
.xbge{ background:url(../images/bg/bg_05.jpg) no-repeat center 5200px; width:100%; height:6811px;}
.title_h{ clear:both; width:100%; text-align:center;}
.abg{ width:1020px; height:550px; padding-left:130px; padding-top:103px; background:url(../images/part2/bg.png) no-repeat center top; margin-top:-65px;}
.bbg{ width:1020px; height:550px; padding-left:130px; padding-top:40px; background:url(../images/part3/bg.png) no-repeat center top; margin-top:-10px;}
.cbg{ width:1020px; height:550px; padding-left:130px; padding-top:103px; background:url(../images/part4/bg.png) no-repeat center top; margin-top:-105px;}

.part2pic{ float:left; padding-left:0px; text-indent:0; padding-right:15px;}
.part2pic img{ border:solid 1px #debf97; width:490px;}
.zc{ width:1043px; height:544px; background:url(../images/part3/zc.png) no-repeat left top; float:left;}
.zca,.zcb,.zcc{ float:left;}
.zca li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:152px;}
.zcb{padding-left:100px;}
.zcc{padding-left:0px;}
.zcb li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:144px;}
.zcc li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:142px;}

.zy{ width:1043px; height:544px; background:url(../images/part3/zy.png) no-repeat left top; float:left;}
.zya,.zyb,.zyc{ float:left;}
.zya li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:152px;}
.zyb{padding-left:100px;}
.zyc{padding-left:200px;}
.zyb li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:144px;}
.zyc li{ float:left; width:186px; text-align:center; font-size:15px; color:#dac99c; margin-right:2px; padding-top:142px;}
.formore{ position:absolute; right:20px; display:block; width:px; height:32px; line-height:32px; background:url(../images/part3/formore.png) no-repeat right top;
top:220px; color:#d1ac88; padding-right:20px;
}
.formore:hover{ background:url(../images/part3/formore2.png) no-repeat right top;color:#ebd1b7;}

.jm_bt{ display:block; text-indent:0; font-size:18px; color:#9e1414;}
.scrollbar-inner h2{ display:block; font-size:26px; color:#850e0e; text-indent:0;}
.pf_pic{ float:right; margin-top:-80px;}
.pf_picb{ float:left; margin-top:0px; text-indent:0;}
.cfgw{}
.cfgw li{ float:left; margin:12px 0px;}
.cfgw li img{ float:left; width:372px;}
.cfgw li p{ float:right; width:575px; }
.cfgw li span{ float:right;  }
.h_name{ text-indent:0;padding-bottom:20px; display:block;}






