@charset "utf-8";
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.header {
  width: 100%;
}
.logo {
  float: left;
}
.logo img {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}
.nav {
  float: right;
}
.nav li {
  float: left;
  width: 150px;
  margin-left: -50px;
  color: #000;
}
.nav li a {
  float: left;
  width: 100%;
  font-style: 18px;
  line-height: 120px;
}
.nav li a:hover {
  background-image: url(../images/nav.png);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  background-size: 90%;
}
.nav_bg {
  background-image: url(../images/nav.png);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  background-size: 90%;
}
.flash {
  width: 100%;
  float: left;
}
#owl-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#owl-demo .item {
  display: block;
}
#owl-demo img {
  display: block;
  width: 100%;
}
.main {
  width: 100%;
  float: left;
  background-image: url(../images/about.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.bt {
  width: 100%;
  background-image: url(../images/fg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 110px;
  margin-top: 35px;
  float: left;
}

.title {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.title_i {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-top: 25px;
}
.body {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.body_l {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.body_r {
  float: right;
  width: 45%;
}
.body_r img {
  width: 100%;
}
.more {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.more a {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold;
  color: #333;
  border: solid 1px #333;
  box-sizing: border-box;
}
.more a:hover {
  color: #fff;
  background-color: #836824;
  border: solid 1px #836824;
}
.video {
  width: 100%;
  float: left;
  margin-top: 80px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.video video {
  width: 100%;
  float: left;
  border-radius: 30px;
  overflow: hidden;
}
.about {
  width: 100%;
  float: left;
}
.jg {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.jg_img {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.jg_img li {
  float: left;
  width: 21%;
  margin: 2%;
  margin-top: 0px;
  margin-bottom: 3%;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.jg_img li img {
  width: 100%;
  float: left;
  height: 200px;
}
.ha {
  text-align: center;
}
.hd a {
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer {
  float: left;
  width: 100%;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.foot {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.foot_l {
  width: 16%;
  float: left;
}
.foot li {
  width: 100%;
  float: left;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  color: #fff;
}
.foot li a {
  font-size: 14px;
  color: #fff;
}
.foot li a:hover {
  color: #836824;
}
.foot_w {
  width: 28%;
  float: left;
  text-align: left;
}
.foot_b {
  width: 100%;
  float: left;
  background-color: rgba(44, 44, 44, 0.8);
  line-height: 80px;
  font-size: 14px;
  color: #999999;
}
.wap_w {
  display: none;
}

.black_overlaya {
  display: none;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 999999;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=44);
}
.white_contenta {
  display: none;
  position: absolute;
  top: 60px;
  left: 0%;
  margin-left: 0%;
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: white;
  z-index: 1000000;
  overflow: auto;
}
.new-01 {
  width: 100%;
  float: left;
  background-image: url(../images/new-01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bt-01 {
  width: 100%;
  background-image: url(../images/fg-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  margin-top: 35px;
  float: left;
}
.new-bt {
  margin-top: -40px;
  line-height: 40px;
}
.tpl {
  width: 48%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tpl img {
  width: 100%;
  float: left;
}
.tpw {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tpr {
  width: 48%;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tpr img {
  width: 100%;
  float: left;
}
.qk {
  width: 100%;
  float: left;
}
.new-bti {
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
.new_bg {
  width: 100%;
  float: left;
  margin-top: 40px;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
  font-size: 18px;
  line-height: 36px;
}
.hd {
  text-align: center;
}
.new-02 {
  width: 100%;
  float: left;
  background-image: url(../images/new-02.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.new-03 {
  width: 100%;
  float: left;
  background-image: url(../images/new-03.png);
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.main-a {
  width: 100%;
  float: left;
  background-image: url(../images/03.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.jg_img-a {
  width: 100%;
  float: left;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
}
.jg_img-a li {
  width: 18%;
  margin: 1%;
  position: relative;
  float: left;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.jg_img-a li span {
  position: absolute;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-style: 24px;
  color: #fff;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(131, 104, 36, 0.5);
}
.jg_img-a li:hover span {
  display: block;
}
.jg_img-a li img {
  width: 100%;
  float: left;
}
.gmlv {
  width: 100%;
  float: left;
  background-image: url(../images/04.png);
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 40px;
}
.hshs {
  width: 100%;
  float: left;
  background-image: url(../images/new-01.png);
  background-position: center center;
}
.as {
  margin-top: 0px;
  margin-bottom: 20px;
}
.gmlv_t {
  float: left;
  width: 454px;
  height: 105px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 105px;
  margin-top: 20px;
}
.glv {
  width: 100%;
  float: left;
}
.hsss {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  float: left;
  background-image: url(../images/ll.png);
  line-height: 128px;
  margin-top: 50px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 400px top;
}
.glv li {
  width: 30%;
  margin: 1.533%;
  float: left;
  background-color: #aa9970;
  position: relative;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  height: 148px;
  line-height: 148px;
}
.glv li span {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -25px;
}
.ass {
  padding-left: 1.5%;
  box-sizing: border-box;
}
.hhs {
  width: 100%;
  float: left;
}
.hhs span {
  width: 50%;
  float: left;
  line-height: 40px;
  font-size: 20px;
  text-align: left;
}

.hf img {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.line {
  width: 100%;
  float: left;
}
.line li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.line li img {
  width: 240px;
  float: left;
  border-radius: 5px;
}
.gew {
  width: 900px;
  float: right;
  text-align: left;
}
.gew_t {
  width: 100%;
  font-size: 24px;
  height: 40px;
  margin-top: 10px;
}
.gew li {
  width: 100%;
  float: left;
}
.gew_i {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.zw {
  width: 100%;
  float: left;
  margin-top: 30px;
  line-height: 40px;
  font-size: 18px;
}
.zwlb {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
.zwlb li {
  width: 100%;
  background-color: #f9f9f9;
  line-height: 30px;
  text-align: left;
  border-bottom: solid 1px #ccc;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
.zwlb_t {
  width: 20%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.zwlb_i {
  width: 55%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.zwlb_w {
  width: 20%;
  margin-left: 5%;
  color: #d8a381;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.rwm {
  width: 100%;
  float: left;
}
.rwm li {
  width: 24%;
  float: left;
  margin: 1.5% 4.5%;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
}
.rwm li img {
  width: 100%;
  float: left;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.hshs_t {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: #ccc 0px 0px 20px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 80px;
}
.hshs_t li {
  width: 33.33%;
  float: left;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.hss-r {
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .glv li {
    width: 97%;
    margin-bottom: 40px;
  }
  .hshs_t li {
    width: 100%;
  }
  .rwm li {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 18px;
    line-height: 40px;
  }
  .rwm li span {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .gmlv_t {
    width: 100%;
    line-height: 80px;
  }
  .zwlb_i {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zwlb_t {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zwlb_w {
    width: 100%;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tpl {
    width: 100%;
  }
  .gew {
    width: 100%;
  }
  .line li img {
    width: 100%;
    margin-bottom: 20px;
  }
  .tpr {
    width: 100%;
    margin-top: 0px;
  }
  .hsss {
    background-position: 10px top;
    text-align: center;
    text-indent: 50px;
    line-height: 128px;
    margin-top: 40px;
    font-size: 24px;
  }
  .glv li {
    height: 94px;
    line-height: 94px;
  }
  .gmlv {
    background-size: auto 800px;
  }
  .hhs span {
    width: 100%;
  }
  .hhs span {
    font-size: 16px;
    line-height: 32px;
  }
  .new-bt {
    margin-top: -25px;
  }
  .w1200 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .nav {
    display: none;
  }
  .jg_img-a li {
    width: 46%;
    margin: 2%;
    margin-bottom: 20px;
  }
  .jg_img-a {
    padding-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .more {
    text-align: center;
  }
  .more a {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .body_r {
    width: 100%;
    margin-top: 20px;
  }
  .video {
    margin-top: 20px;
    border-radius: 5px;
  }

  .video video {
    border-radius: 5px;
  }
  .jg_img {
    margin-top: 20px;
  }
  .jg_img li {
    width: 46%;
    margin-bottom: 20px;
  }
  .jg_img li img {
    height: 130px;
  }
  .jg {
    margin-bottom: 40px;
  }
  .foot_l {
    width: 100%;
  }
  .foot_l li {
    width: 50%;
  }
  .foot li {
    text-align: center;
  }
  .foot_b {
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .foot_w {
    width: 100%;
  }
  .logo img {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .wap_w {
    display: block;
    margin-top: 15px;
    margin-right: 0px;
    float: right;
    width: 30px;
  }

  .wap_w img {
    width: 100%;
  }

  .wap_nav {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
  }

  .wap_nav a {
    font-size: 16px;
    line-height: 50px;
    float: left;
    width: 100%;
  }
  .nav_bg {
    background-size: 40% 50px;
  }
  .bt {
    background-size: auto 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .title {
    font-size: 20px;
  }
  .title_i {
    font-size: 14px;
    margin-top: 15px;
  }
  .body {
    margin-top: 20px;
  }
  .body_l {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .bt-01 {
    height: 100px;
    background-size: auto 100px;
  }
  .title_i {
    font-size: 16px;
  }
  .new-03 {
    padding-bottom: 30px;
  }
  .new_bg {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*滚动条整体样式*/
.sv-bar::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 10px;
  height: 1px;
}

/*滚动条里面小方块*/
.sv-bar::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 30px;
}

/*滚动条里面轨道*/
.sv-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* border-radius: 10px; */
  background: #f8f8f8;
}
