


/*************** 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: 8px;
  left: 0;
  width: 100%;
}

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

.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: #eb8b61;
  position: relative;
  left: 4px;
  width: 1px;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #d9561c;
  border-radius: 0 !important;
}

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

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


/* 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;
}



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

.order {
  font-size: 18px;
  padding-top: 10px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #fade9a;
}


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


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

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

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

}

.part1 .w1150 {

}

.part1 img {
  display: none;
}

.part1 .img_0 {
  position: absolute;
  left: 30%;
  top: 20px;
}

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

.part1 .img_2 {
  position: absolute;
  left: 40%;
  top: 90px;
}

.part1 .img_3 {
  position: absolute;
  left: 65%;
  top: 240px;
  width: 44px;
  height: 138px;
  transition: transform .5s ease;
}

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




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

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

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

.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;
}
.f_nav{ background:url(../images/bg0.png) repeat-x; height:85px;}
.bga{ background:url(../images/bg01.jpg) no-repeat center top;}
.bgb{ background:url(../images/bg02.jpg) no-repeat center 756px;}
.bgc{ background:url(../images/bg03.jpg) no-repeat center 1570px;}
.bgd{ background:url(../images/bg04.jpg) no-repeat center bottom; height:2716px;}
.logoa{ float:left;}
.logob{ float:left; padding:5px 0px 0px 20px;}
.logoc{ float:right; padding-top:30px;}
.logoc a{ color:#333;}
.logoc a:hover{ color:#a11212;}
.logob img{ width:120px;}
.navin{ width:72%; margin:0px auto; }
.atitle{ text-align:center; margin-top:615px;}
.btitle{ text-align:center; margin-top:45px;}

.part2{ width:970px; margin:0px auto; border:solid 1px #d1d1d1; background:#fff;margin-top:20px;}
.partbin{ background:url(../images/ico01.png) no-repeat 50px 27px; font-size:18px; padding:21px 35px 25px 195px;}
.partbin span{ display:block; color:#315b0c; padding-top:8px;}
.partbin p{ display:block; line-height:35px; color:#000;}
.partbin strong{ font-size:22px;}
.partbin strong a{ color:#0d80bb; text-decoration:underline;}
.partbin strong a:hover{text-decoration:none;}
.ctitle{ font-size:22px; color:#743838; border:solid 1px #93716c; line-height:35px;padding-top:6px; height:80px; text-align:center; width:380px; margin:0px auto; margin-top:-23px; background:#fff; z-index:999;}
.lipin{ width:774px; margin:0px auto;  margin-top:38px;}
.fbutton{ text-align:center; padding-top:25px; width:281px; margin:0px auto;}
.fbutton a{ width:281px; height:106px; background:url(../images/button.png) no-repeat center top; display:block;}
.fbutton a:hover{ background:url(../images/button2.png) no-repeat center top;}
.yc{ background:#fff;border:solid 1px #d1d1d1;width:970px; margin:0px auto; margin-top:20px;}
.yclist{ float:left; padding:0px 0px 20px 17px;}
.yclist li{ float:left; width:287px; color:#000; margin:0px 12px; padding:25px 0px 5px 0px;}
.clear{ clear:both; font-size:0px;}
.yclist li strong{ font-size:18px; font-weight:normal; line-height:27px; height:55px; display:block; margin-top:5px; margin-left:-11px; margin-bottom:6px;}
.yclist li p{ font-size:14px; color:#555; line-height:24px;}
.yclist li a{ color:#000;}
.yclist li a:hover strong{ color:#6f1414;}
.lp{ text-align:center; margin-top:45px; width:400px; height:px; background:url(../images/lp.png) no-repeat center top; margin:0px auto; padding-top:380px;}









