* {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

img {
  display: block; }

.w {
  width: 1150px;
  margin: 0 auto; }

body {
  font-family: 'Microsoft YaHei'; 
  position: relative; }
.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .bg .bg0 {
    height: 1102px;
    background: url("../images/bg0.jpg") no-repeat center; }
  .bg .bg1 {
    height: 900px;
    background: url("../images/bg1.jpg") no-repeat center; }
  .bg .bg2 { 
    height: 1000px;
    background: url("../images/bg2.jpg") no-repeat center; }
  .bg .bg3 { 
    height: 999px;
    background: url("../images/bg3.jpg") no-repeat center; }
  .bg .bg4 {
    height: 1000px;
    background: url("../images/bg4.jpg") no-repeat center; }
  .bg .bg5 { 
    height: 906px;
    background: url("../images/bg5.jpg") no-repeat center bottom; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  border-bottom: 1px solid #c1b8b4;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99; }
  .header .w {
    position: relative; }
  .header > div {
    height: 100%; }
  .header .logo {
    display: block;
    margin-top: 26px;
    float: left;
    margin-right: 20px; }
  .header .bgMusic {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 23px;
    right: -105px;
    width: 93px;
    height: 31px;
    background: url("../images/music.png") no-repeat left center; }
    .header .bgMusic.on {
      background: url("../images/music_on.png") no-repeat left center; }
  .header .nav {
    float: right;
    overflow: hidden;
    height: 80px; }
    .header .nav .item {
      padding: 0 25px;
      line-height: 80px;
      font-size: 15px;
      color: #010101;
      float: left;
      cursor: pointer; }
      .header .nav .item.active, .header .nav .item:hover {
        background: #d8e791; }

.part0 {
  position: relative;
  overflow: hidden; }
  .part0 .ele0 {
    margin: 120px auto 0; }
  .part0 .ele1 {
    margin: 25px auto 0;
    animation-delay: 1s; }
  .part0 .ele2 {
    animation-delay: 2s;
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -300px; }
  .part0 p {
    animation-delay: 3s; font-family:Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    opacity: 0; }

.part1 {
  overflow: hidden; }
  .part1 .ele0 {
    margin: 40px auto 0; }
  .part1 .ele1 {
    width: 1060px;
    height: 700px;
    margin: 2px auto 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dadada;
    position: relative; }
    .part1 .ele1 .banner_prev {
      cursor: pointer;
      width: 80px;
      height: 700px;
      background: url("../images/part1/prev_on.png") no-repeat center;
      position: absolute;
      top: 0;
      left: 25px; }
      .part1 .ele1 .banner_prev.dis {
        background: url("../images/part1/prev.png") no-repeat center; }
    .part1 .ele1 .banner_next {
      cursor: pointer;
      width: 80px;
      height: 700px;
      top: 0;
      right: 25px;
      position: absolute;
      background: url("../images/part1/next_on.png") no-repeat center; }
      .part1 .ele1 .banner_next.dis {
        background: url("../images/part1/next.png") no-repeat center; }
  .part1 .banner {
    width: 830px;
    height: 680px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .part1 .banner .banner_box {
      position: relative;
      width: 99999px;
      height: 680px; }
    .part1 .banner .banner_item {
      float: left;
      width: 830px; }
      .part1 .banner .banner_item .title {
        margin-top: 30px;
        font-size: 24px;
        color: #9c1010;
        text-align: center; }
      .part1 .banner .banner_item .info {
        font-size: 15px;
        color: #333;
        margin-top: 20px;
        text-align: center; }
      .part1 .banner .banner_item img {
        margin-top: 20px; }
      .part1 .banner .banner_item > .desc {
        margin-top: 20px !important; }
      .part1 .banner .banner_item .desc {
        margin-top: 20px;
        font-size: 15px;
        color: #222;
        max-height: 130px; }
        .part1 .banner .banner_item .desc.scrollbar-inner {
          margin-top: 0;
          padding-right: 25px; }
      .part1 .banner .banner_item p {
        line-height: 1.5;
        text-indent: 2em; }

.part2 {
  overflow: hidden; }
  .part2 .ele0 {
    margin: 35px auto 0; }
  .part2 .container {
    margin: 7px auto 0;
    width: 1060px;
    height: 565px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dadada; }
    .part2 .container > div {
      width: 965px;
      padding-right: 30px !important;
      max-height: 530px;
      margin: 12px 0 0 45px; }
  .part2 .ele1 {
    margin-top: 40px; }
  .part2 .ele2 {
    margin-top: 15px;
    margin-bottom: 10px; }
  .part2 p {
    line-height: 1.5;
    font-size: 15px;
    color: #222;
    text-indent: 2em; }
  .part2 .title {
    font-size: 18px;
    color: #9c2020;
    position: relative;
    left: -6px; }

.part3 {
  overflow: hidden; }
  .part3 .ele0 {
    margin: 50px auto 0; }
  .part3 .ele1 {
    overflow: hidden;
    margin: 30px auto 0;
    width: 1005px;
    height: 289px;
    background: url("../images/part3/ele1.png") no-repeat center/cover; }
    .part3 .ele1 .p1 {
      margin-top: 60px;
      margin-left: 160px; }
    .part3 .ele1 .p2 {
      margin-top: 20px;
      margin-left: 160px;
      color: #315b0c; }
    .part3 .ele1 p {
      text-indent: 2em;
      font-size: 18px;
      color: #222; }
  .part3 .btns {
    margin: 0 auto;
    height: 50px;
    width: 370px;
    position: relative;
    top: -25px; }
    .part3 .btns .btn0 {
      background: #148c88;
      margin-right: 30px; }
    .part3 .btns .btn1 {
      background: #dc490f; }
    .part3 .btns a {
      display: block;
      width: 170px;
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      border-radius: 30px;
      color: #fff;
      text-align: center;
      float: left;
      position: relative; }
      .part3 .btns a:hover {
        animation-name: jello;
        transform-origin: center;
        animation-duration: 1s;
        animation-fill-mode: both; }
  .part3 .container {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .part3 .container .ele2 {
      margin: 35px auto 0; }
    .part3 .container .ele4 {
      margin: 125px auto 0; }
    .part3 .container .ele6 {
      margin: 85px auto 0; }
    .part3 .container p {
      text-indent: 2em;
      line-height: 1.5;
      color: #333;
      font-size: 15px; }
    .part3 .container .text0 {
      margin-left: 35px;
      margin-top: 30px; }
    .part3 .container .text1 {
      margin-left: 455px; }
      .part3 .container .text1 .title {
        color: #931212;
        font-size: 18px;
        margin-top: 35px;
        text-indent: 0; }
      .part3 .container .text1 a {
        color: #067cad; }
    .part3 .container .ele5 {
      position: absolute;
      left: -40px;
      top: 120px;
      z-index: -1; }
    .part3 .container .ele3 {
      position: absolute;
      right: -80px;
      top: 60px;
      z-index: -1; }
    .part3 .container .goods {
      width: 1005px;
      margin: 30px auto 0; }
      .part3 .container .goods a {
        cursor: none !important; }
      .part3 .container .goods > div {
        float: left;
        margin-right: 18px; }
        .part3 .container .goods > div.last {
          margin-right: 0; }
      .part3 .container .goods .one {
        width: 399px;
        height: 484px;
        position: relative; }
        .part3 .container .goods .one img {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: -1; }
        .part3 .container .goods .one .goods-name {
          margin-left: 35px;
          margin-top: 60px;
          font-size: 38px;
          color: #333;
          z-index: 2; }
        .part3 .container .goods .one .desc {
          font-size: 36px;
          color: #333;
          margin-left: 190px; }
          .part3 .container .goods .one .desc strong {
            font-size: 64px;
            color: #991a1a;
            font-weight: normal; }
      .part3 .container .goods .two a {
        margin-bottom: 16px;
        display: block; }
      .part3 .container .goods .two .desc {
        background: #fff;
        height: 52px;
        line-height: 52px;
        width: 253px;
        border: 1px solid #c6c6c6;
        padding: 0 15px;
        overflow: hidden;
        color: #333;
        font-size: 16px;
        border-top: 0; }
        .part3 .container .goods .two .desc .name {
          float: left; }
        .part3 .container .goods .two .desc .price {
          float: right; }
          .part3 .container .goods .two .desc .price strong {
            font-size: 27px;
            color: #e84c0f;
            font-weight: normal; }

.part4 {
  overflow: hidden; }
  .part4 .ele0 {
    margin: 30px auto 0; }
  .part4 .items {
    width: 1060px;
    margin: 25px auto 0; }
    .part4 .items .item {
      display: block;
      height: 50px;
      line-height: 50px;
      width: 943px;
      padding: 0 80px;
      border: 1px solid #c7c7c7;
      margin: 0 auto 5px;
      color: #333;
      position: relative; }
      .part4 .items .item .title {
        float: left; }
      .part4 .items .item .date {
        float: right; }
      .part4 .items .item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 551.5px;
        left: 551.5px;
        content: '';
        display: block;
        background: rgba(250, 200, 128, 0.3);
        transition: all ease-out .3s; }
      .part4 .items .item:hover:after {
        left: 0px;
        right: 0px; }

.part5 {
  overflow: hidden; }
  .part5 .ele0 {
    margin: 45px auto 0; }
  .part5 .items {
    width: 1079px;
    overflow: hidden;
    margin: 40px auto 260px;
    height: 410px; }
    .part5 .items .item {
      display: block;
      color: #333;
      margin-right: 7px;
      float: left; }
      .part5 .items .item.last {
        margin-right: 0; }
      .part5 .items .item.even {
        margin-top: 60px; }
		
      .part5 .items .item:nth-child(2) {
        animation-delay: .5s; }
      .part5 .items .item:nth-child(3) {
        animation-delay: 1s; }
      .part5 .items .item:nth-child(4) {
        animation-delay: 1.5s; }
      .part5 .items .item:nth-child(5) {
        animation-delay: 2s; }
      .part5 .items .item:nth-child(6) {
        animation-delay: 2.5s; }
		
      .part5 .items .item .img-box {
        width: 174px;
        height: 314px;
        position: relative; }
        .part5 .items .item .img-box .hover-box {
          position: absolute;
          top: 3px;
          bottom: 7px;
          left: 3px;
          right: 7px;
          overflow: hidden; }
          .part5 .items .item .img-box .hover-box:hover .h {
            transform: scale(1, 1);
            opacity: 1; }
          .part5 .items .item .img-box .hover-box .h {
            border-radius: 100%;
            position: absolute;
            left: -118px;
            top: -48px;
            width: 400px;
            height: 400px;
            background: url("../images/part5/ele1.png") no-repeat center;
            background-color: rgba(0, 0, 0, 0.7);
            opacity: 0;
            transition: all ease-in .3s;
            transform: scale(0, 0); }
            .part5 .items .item .img-box .hover-box .h > div {
              width: 94px;
              height: 94px;
              font-size: 16px;
              color: #fff;
              text-align: center;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -47px;
              margin-left: -47px;
              overflow: hidden; }
              .part5 .items .item .img-box .hover-box .h > div .name {
                margin-top: 30px; }
        .part5 .items .item .img-box img {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
      .part5 .items .item .name {
        margin-top: 15px;
        text-align: center;
        font-size: 16px; }

.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: 16px; }

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

.scrollbar-inner > .scroll-element .scroll-bar {
  background: url("../images/part2/ele3.png") no-repeat center/cover;
  height: 35px !important;
  width: 16px !important; }

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

.footer {
  overflow: hidden;
  background: #1b1718; }

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

.footer .footer_box .footer_text {
  float: left;
  margin-top: 55px; }

.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; }
  
  
  
.gm{clear:both; width:440px; margin:0px auto; font-size:14px; }  
.gm img{ }
.gma{ text-align:center; padding:150px 0px 40px 0px; float:left;background:url(../images/gm2.png) no-repeat center top; color:#313134; width:220px;}
.gmb{ text-align:center; padding:150px 0px 40px 0px; float:left;background:url(../images/gm1.png) no-repeat center top; color:#313134; width:220px;}






