              /* 统一样式 */
              
              html,
              body,
              div,
              span,
              applet,
              object,
              iframe,
              h1,
              h2,
              h3,
              h4,
              h5,
              h6,
              p,
              blockquote,
              pre,
              a,
              abbr,
              acronym,
              address,
              big,
              cite,
              code,
              del,
              dfn,
              em,
              img,
              ins,
              kbd,
              q,
              s,
              samp,
              small,
              strike,
              strong,
              sub,
              sup,
              tt,
              var,
              b,
              u,
              i,
              center,
              dl,
              dt,
              dd,
              ol,
              ul,
              li,
              fieldset,
              form,
              label,
              legend,
              table,
              caption,
              tbody,
              tfoot,
              thead,
              tr,
              th,
              td,
              article,
              canvas,
              details,
              embed,
              figure,
              figcaption,
              footer,
              hgroup,
              menu,
              nav,
              output,
              ruby,
              section,
              summary,
              time,
              mark,
              audio,
              video {
                  margin: 0;
                  padding: 0;
                  border: 0;
                  font-size: 100%;
                  font: inherit;
                  vertical-align: baseline;
              }
              
              body {
                  max-width: 1920px;
                  overflow-x: hidden;
                  border: 0;
                  margin: 0 auto;
              }
              
              * {
                  box-sizing: border-box;
              }
              
              a {
                  color: inherit;
              }
              
              img {
                  vertical-align: middle;
                  max-width: 100%;
                  height: auto;
              }
                   .da2{
      display: none
    }
              .imh {
                  transition: 1s;
              }
              
              .imh:hover {
                  transform: scale(1.1);
              }
          
              * {
                  box-sizing: border-box;
              }
              
              input,
              button {
                  outline: 0;
              }
         
              .moble2 {
                  display: none;
              }
              
              a {
                  text-decoration: none!important;
              }
              
              .header {
                  background: url(../images/headerbg.png);
                  justify-content: space-between;
                  height: 170px;
                  padding: 10px 0px;
              }
              
              .header>div {
                  width: 1600px;
                  margin: 0 auto;
                  justify-content: space-between;
              }
              
              .header>div>div:nth-child(1) {
                  display: flex;
                  justify-content: space-between;
              }
              
              .header-wz {
                  font-size: 14px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 0.49);
                  line-height: 27px;
                  text-align: right;
                  margin-top: 10px;
              }
              
              .header-wz>p {
                  margin: 0px 10px 10px 0px;
              }
              
              .header-input {
                  width: 252px;
                  height: 33px;
                  background: rgba(255, 255, 255, 1);
                  border-radius: 17px;
                  padding: 4px 10px;
                  display: flex;
                  justify-content: space-between;
              }
              
              .header-input>button {
                  background: url(../images/ss.png);
                  border: 0;
                  width: 26px;
                  height: 20px;
              }
              
              .header-input>input {
                  border: 0;
              }
              
              .header-bottom {
                  display: flex;
                  margin-top: 10px;
                  justify-content: left;
              }
              
              .header-bottom>li {
                  margin: 0;
                  width: 150px;
                  height: 44px;
                  list-style-type: none
              }
              
              .header-bottom>li a {
                  font-size: 18px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  text-align: center;
                  color: #ffe;
              }
              /* a {
            
          } */
              
              @keyframes menu1 {
                  from {
                      opacity: 0;
                      transform: translateX(30px) rotateY(90deg);
                  }
                  to {
                      opacity: 1;
                      transform: translateX(0) rotateY(0);
                  }
              }
              
              .da {
                  padding-bottom: 15px;
                  text-decoration: none;
                  color: #ffe;
                  text-transform: capitalize;
                  font-family: monospace;
                  display: block;
                  padding: 10px 15px;
                  font-size: 16px;
                  transition: background-color 0.3s ease-in-out;
                  font-family: "Raleway", sans-serif;
              }
              
              .header {
                  position: relative;
                  z-index: 100;
              }
              
              .header-bottom>li:hover .da {
                  background-color: #de8a5d;
                  color: #ffe;
              }
              
              .drop li {
                  display: none;
                  opacity: 0;
                  transform-origin: top center;
              }
              
              .drop li a {
                  background-color: rgba(23, 23, 50, 0.7);
                  padding: 10px 0;
                  text-align: center;
                  font-size: 18px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  z-index: 1000000;
                  color: rgba(255, 255, 255, 1);
                  text-decoration: none;
                  color: #ffe;
                  text-transform: capitalize;
                  font-family: monospace;
                  display: block;
                  font-size: 16px;
                  transition: background-color 0.2s ease-in-out;
                  font-family: "Raleway", sans-serif;
              }
              
              .drop li a:hover {
                  background-color: #de8a5d
              }
              
              .header-bottom>li:hover .menu1 li:first-of-type {
                  animation: menu1 0.2s ease-in-out forwards;
                  animation-delay: 0.1s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(2) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.2s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(3) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.3s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(3) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.4s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(4) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.5s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(5) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.6s;
                  display: block;
              }
              
              .header-bottom>li:hover .menu1 li:nth-of-type(6) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.7s;
                  display: block;
              }
     
      .header-bottom>li:hover .menu1 li:nth-of-type(7) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.8s;
                  display: block;
              }
      .header-bottom>li:hover .menu1 li:nth-of-type(8) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 0.9s;
                  display: block;
              }
      .header-bottom>li:hover .menu1 li:nth-of-type(9) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 1s;
                  display: block;
              }
  .header-bottom>li:hover .menu1 li:nth-of-type(10) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 1.1s;
                  display: block;
              }
              
  .header-bottom>li:hover .menu1 li:nth-of-type(11) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 1.2s;
                  display: block;
              }
           

              
  .header-bottom>li:hover .menu1 li:nth-of-type(12) {
                  animation: menu1 0.3s ease-in-out forwards;
                  animation-delay: 1.3s;
                  display: block;
              }   
              .dh-img {
                  animation: slideInLeft 1s;
                  padding-top: 10px;
              }
              
              body {
                  animation: fadeIn 1s;
              }
              
              .main-xw {
                  background: url(../images/xw-bg.png);
                  height: 960px;
                  margin-top: -100px;
                  padding: 130px 0px;
                  z-index: 100;
                  position: relative;
              }
              
              .main-dt {
                  background: url(../images/dt-bg2.png);
                  height: 815px;
                  z-index: 100;
                  padding: 80px 0px;
                  padding-bottom: 0px;
              }
              
              .main-ls-tille1>P:nth-child(1) {
                  font-size: 38px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(252, 230, 202, 1);
                  line-height: 36px;
              }
              
              .main-ls-tille1 {
                  text-align: center;
                  margin: 40px;
              }
              
              .main-ls-tille1>P:nth-child(3) {
                  font-size: 16px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(223, 188, 141, 1);
                  line-height: 36px;
              }
              
              .main-ls-jgg {
                  display: flex;
                  margin: 60px 0px;
              }
              
              .main-ls-jgg div {
                  display: flex;
                  flex-wrap: wrap;
              }
              
              .main-ls-jgg>div:nth-child(1) {
                  width: 24.5%;
                  height: 596px;
                  position: relative;
              }
              
              .main-ls-jgg div {
                  overflow: hidden;
              }
              
              .main-ls-jgg img {
                  transition: 1.5s;
              }
              
              .main-ls-jgg img {
                  width: 100%;
                  height: 100%;
              }
              
              .main-ls-jgg>div:nth-child(1):hover img {
                  transform: scale(1.1);
              }
              
              .main-ls-jgg>div:nth-child(2)>div:hover img {
                  transform: scale(1.1);
              }
              
              .main-ls-jgg>div:nth-child(2) {
                  width: 75.5%;
                  height: 596px;
              }
              
              .main-ls-jgg>div:nth-child(2) div:nth-child(1) {
                  width: 50%;
                  height: 299px;
              }
              
              .jgg-1 {
                  width: 50%;
                  height: 299px;
              }
              
              .main-ls-jgg>div:nth-child(2) div:nth-child(3) {
                  width: 29.5%;
                  height: 296px;
              }
              
              .main-ls-jgg>div:nth-child(2) div:nth-child(4) {
                  width: 35.25%;
                  height: 296px;
              }
              
              .main-ls-jgg>div:nth-child(2) div:nth-child(5) {
                  width: 35.25%;
                  height: 296px;
              }
              
              .main-xw>div {
                  width: 1600px;
                  margin: 0 auto;
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
              }
              
              .main-xw-tzgg {
                  width: 100%;
                  margin-top: 30px;
                  padding: 30px;
                  background: rgba(255, 255, 255, 0.77);
              }
              /* .lgb1 {
                  display: flex;
              } */
              
              .daoh {
                  display: none;
              }
              
              .lgb1>div>img {
                  height: 432px;
              }
              
              .slider2 {
                  height: 440px;
              }
              
              .base {
                  position: absolute;
                  background: rgba(255, 255, 255, 0.9);
                  z-index: 10000000000000000000;
                  width: 340px;
                  height: 100%;
                  /* margin-top: -370px;
                  margin-left: 500px; */
                  top: 0;
                  padding: 20px;
                  transition: 1s;
                  border: 6px solid transparent;
                  right: 0;
              }
              
              .base:hover {
                  background: rgba(254, 255, 255, 0.8);
              }
              
              .base>P:nth-child(1) {
                  font-size: 26px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(116, 50, 25, 1);
                  line-height: 36px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
              }
              
              .base>P:nth-child(2) {
                  height: 125px;
                  font-size: 14px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(102, 102, 102, 1);
                  line-height: 25px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  margin-top: 10px;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 6;
              }
              
              .base>P:nth-child(3) {
                  color: rgba(102, 102, 102, 1);
                  margin-top: 10px;
              }
              
              .base>P:nth-child(4) {
                  background: rgba(158, 32, 29, 1);
                  width: 100px;
                  text-align: center;
                  color: #fff;
                  padding: 5px 10px;
                  border-radius: 14px;
                  margin-top: 10px;
              }
              
              .main-xw-xyxw {
                  width: 59%;
                  height: 438px;
              }
              
              .main-xw-xydt {
                  width: 36%;
              }
              
              .main-xw-xydt-list {
                  padding: 10px;
                  height: 438px;
                  background: rgba(255, 255, 255, 0.77);
              }
              
              .main-xw-xydt-list-wz {
                  display: flex;
                  justify-content: space-between;
                  width: 100%;
                  height: 35px;
                  padding: 2px 0px;
                  transition: 1s;
              }
              
              .main-xw-xydt-list-wz:hover {
                  background: rgba(127, 45, 26, 1);
                  border-top-left-radius: 12px;
              }
              
              .main-xw-xydt-list-wz:hover div:nth-child(2) {
                  color: #ffe;
              }
              
              .main-xw-xydt-list-wz:hover div>P:nth-child(2) {
                  color: #ffe;
              }
              
              .main-xw-xydt-list-wz>div>P:nth-child(1) {
                     min-width: 8px;
                  min-height: 3px;
        width: 8px;
                  height: 3px;
                  background: rgba(127, 45, 26, 1);
                  margin-top: 15px;
                  margin-right: 10px;
              }
              
              .main-xw-xydt-list-wz>div {
                  display: flex;
                  width: 100%;
              }
              
              .main-xw-xydt-list-wz>div:nth-child(2) {
                  color: rgba(102, 102, 102, 1);
                  margin-top: 5px;
                  transition: 1s;
              }
              
              .main-xw-xydt-list-wz>div>P:nth-child(2) {
                  font-size: 16px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(51, 51, 51, 1);
                  line-height: 36px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
             
                  transition: 1s;
              }
              
              .main-xw-xyxw-lbt {
                  padding: 3px;
                  height: 438px;
                  background: rgba(255, 255, 255, 0.77);
              }
              
              .tille {
                  display: flex;
                  justify-content: space-between;
                  margin: 10px 0px;
              }
              
              .tille>div {
                  display: flex;
                  color: rgba(127, 44, 25, 1);
              }
              
              .tille>div>div:nth-child(2) {
                  margin-left: 20px;
              }
              
              .tille>div>div>P:nth-child(1) {
                  font-size: 26px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  line-height: 27px;
              }
              
              .tille>div>div>P:nth-child(2) {
                  font-size: 11px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  line-height: 27px;
              }
              
              .main-xw-tzgg-wz {
                  display: flex;
                  justify-content: space-between;
                  width: 27%;
                  margin: 0px 30px;
                  border-right: 5px solid transparent;
                  transition: 1s;
              }
              
              .main-xw-tzgg-wz:hover {
                  border-right: 5px solid rgba(158, 32, 29, 1);
                  ;
              }
              
              .main-xw-tzgg-wz:hover div:nth-child(1) {
                  border-top-left-radius: 50%;
                  border-bottom-left-radius: 50%;
              }
              
              .main-xw-tzgg-wz>div:nth-child(1) {
                  width: 81px;
                  height: 81px;
                  background: rgba(158, 32, 29, 1);
                  text-align: center;
                  padding-top: 20px;
                  transition: 1s;
              }
              
              .main-xw-tzgg-wz>div:nth-child(1) p:nth-child(2) {
                  font-size: 14px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
              }
              
              .main-xw-tzgg-wz>div:nth-child(1) p:nth-child(1) {
                  font-size: 33px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(255, 255, 255, 1);
                  line-height: 25px;
              }
              
              .main-xw-tzgg-wz2 {
                  width: 77%;
              }
              
              .main-xw-tzgg-wz-list {
                  display: flex;
              }
              
              .main-xw-tzgg-wz2>div {
                  font-size: 14px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  margin-top: 20px;
                  color: rgba(127, 44, 25, 1);
                  line-height: 27px;
              }
              
              .main-dt-jx {
                  background: url(../images/jxdt.png);
                  width: 476px;
                  height: 622px;
                  padding: 30px;
              }
              
              .main-dt-xs {
                  background: url(../images/xsgz.png);
                  width: 476px;
                  height: 622px;
                  padding: 30px;
              }
              
              .main-dt-jx-tille {
                  background: url(../images/dttl-bg.png);
                  width: 424px;
                  height: 74px;
                  display: flex;
                  justify-content: space-between;
                  padding: 22px 24px;
              }
              
              .main-dt-jx-tille>div {
                  font-size: 27px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
                  display: flex;
              }
              
              .main-dt-jx-tille>div>P:nth-child(1) {
                  width: 8px;
                  height: 2px;
                  background: #ffe;
                  opacity: 0.61;
                  margin-top: 20px;
                  margin-right: 10px;
              }
              
              .main-dt-jx-tille>div>P:nth-child(2) {
                  font-size: 11px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: #ffe;
                  line-height: 27px;
                  opacity: 0.61;
                  margin-top: 10px;
              }
              
              .main-dt>div {
                  width: 1600px;
                  margin: 0 auto;
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
              }
              
              .main-dt>div>div {
                  width: 476px;
              }
              
              .main-dt-jx-wz {
                  display: flex;
                  justify-content: space-between;
                  transition: 1s;
                  border: 1px solid transparent;
              }
              
              .main-dt-jx-wz:hover {
                  border-bottom: 1px solid #ffe;
              }
              
              .main-dt-jx-wz2:hover {
                  border-bottom: 1px solid #ffe;
              }
              
              .main-dt-jx-wz>div>Img {
                  width: 100%;
                  height: 100%;
              }
              
              .main-dt-jx-wz {
                  border-bottom: 1px dashed rgba(228, 217, 209, 1);
                  padding: 20px 0px;
                  margin-bottom: 20px;
                  height: 166px
              }
              
              .main-dt-jx-wz>div:nth-child(1) {
                  width: 166px;
                  height: 125px;
              }
              
              .main-dt-jx-wz>div:nth-child(2) {
                  font-size: 20px;
                  width: 55%;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(228, 217, 209, 1);
                  line-height: 28px;
              }
              
              .main-dt-jx-wz2 {
                  border-bottom: 1px dashed rgba(228, 217, 209, 1);
                  padding: 20px 0px;
                  margin-bottom: 20px;
                  height: 166px;
                  border-top: 1px solid transparent;
              }
              
              .main-dt-jx-wz2>div:nth-child(1) {
                  font-size: 24px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(255, 255, 255, 1);
                  line-height: 36px;
                  opacity: 0.79;
              }
              
              .main-dt-jx-wz2>div:nth-child(2) {
                  font-size: 14px;
                  margin-top: 15px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 0.38);
                  line-height: 22px;
              }
              
              .main-dt-jx-list>img {
                  width: 13px;
                  height: 14px;
                  margin-top: 10px;
                  margin-right: 10px;
              }
              
              .main-dt-jx-list {
                  display: flex;
                  font-size: 16px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 0.85);
                  line-height: 36px;
                  transition: 1s;
                  border-bottom: 1px solid transparent;
              }
              
              .main-dt-jx-list:hover {
                  border-right: 1px solid #ffe;
                  border-bottom: 1px solid #ffe;
              }
              
              .main-dt-dj {
                  display: flex;
                  justify-content: space-between;
                  flex-wrap: wrap;
              }
              
              .main-dt-dj>div {
                  width: 236px;
                  height: 204px;
                  text-align: center;
                  padding-top: 60px;
                  position: relative;
                  background: rgba(119, 92, 82, 1);
              }
              
              .main-dt-dj>div:nth-child(1) {
                  background: url(../images/l1.png);
              }
              
              .main-dt-dj>div:nth-child(2) {
                  background: url(../images/l2.png);
              }
              
              .main-dt-dj>div:nth-child(3) {
                  background: url(../images/l3.png);
              }
              
              .main-dt-dj>div:nth-child(4) {
                  background: url(../images/l4.png);
              }
              
              .main-dt-dj>div:nth-child(5) {
                  background: url(../images/l5.png);
              }
              
              .main-dt-dj>div:nth-child(6) {
                  background: url(../images/l6.png)
              }
              
              .main-dt-dj>div>div:nth-child(1) {
                  width: 61px;
                  height: 61px;
                  margin: 0 auto;
              }
              
              .main-dt-dj>div>P {
                  font-size: 26px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 36px;
                  margin-top: 10px;
              }
              
              .main-dt-dj>div {
                  overflow: hidden;
              }
              
              .main-dt-dj>div:hover .mengc {
                  animation: rotateInDownLeft .3s;
                  display: block;
              }
              
              .mengc {
                  background-color: rgba(0, 0, 0, 0.6);
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  display: none;
                  top: 0;
                  font-size: 14px;
                  transition: 1;
                  padding: 10px;
              }
              
              .mengc2 {
                  background-color: rgba(0, 0, 0, 0);
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  transition: 1;
                  padding: 10px;
                  display: flex;
                  padding: 24px;
                  transition: 1s;
              }
              
              .mengc2:hover .dh2 {
                  animation: rotateIn 1s;
              }
              
              .mengc2:hover {
                  background-color: rgba(0, 0, 0, 0.4);
              }
              
              .mengc2>P:nth-child(1) {
                  width: 25px;
                  height: 160px;
                  font-size: 24px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
                  -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
                  transition: 1s;
              }
              
              .mengc2>P:nth-child(2) {
                  font-size: 16px;
                  margin-left: 50px;
                  margin-top: 50px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
                  opacity: 0.48;
                  -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
              }
              
              .mengc3 {
                  background-color: rgba(0, 0, 0, .8);
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  display: none!important;
                  transition: 1s;
                  padding: 10px;
                  display: flex;
                  padding: 24px;
                  transition: 1s;
                  animation: fadeIn 1s;
              }
              
              .mengc3:hover .dh2 {
                  animation: rotateInDownLeft 1s;
              }
              
              .mengc3>P:nth-child(1) {
                  width: 25px;
                  height: 160px;
                  font-size: 24px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
                  -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
                  transition: 1s;
              }
              
              .mengc3>P:nth-child(2) {
                  font-size: 16px;
                  margin-left: 50px;
                  height: 90%;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, 1);
                  line-height: 27px;
                  opacity: 0.48;
                  -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
              }
              
              .main-ls-jgg>div>div:hover .mengc3 {
                  display: flex!important
              }
              
              .footer {
                  height: 457px;
                  padding-top: 100px;
                  background: rgba(40, 31, 29, 1);
              }
              
              .footer>div {
                  width: 1600px;
                  margin: 0 auto;
              }
              
              .footer-xz2 {
                  margin-top: 50px;
                  font-size: 14px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(255, 255, 255, .6);
                  line-height: 27px;
                  display: flex;
                  justify-content: space-between;
              }
              
              .footer-xz {
                  width: 1200px;
                  margin-top: 60px;
                  display: flex;
                  justify-content: space-between;
              }
              
              .footer-select>select {
                  width: 393px;
                  height: 52px;
                  border: 0;
                  padding: 0px 10px;
                  outline: none;
                  color: rgba(255, 255, 255, 1);
                  ;
                  background: #584b44;
              }
              
              .mengc2>div:nth-child(3) {
                  position: relative;
                  width: 39px;
                  padding-right: 7px;
                  padding-top: 10px;
                  height: 89px;
                  border: 1px solid rgba(255, 255, 255, 1);
                  font-size: 16px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  text-align: center;
                  margin-top: 450px;
                  margin-left: 150px;
                  transition: 1s;
                  color: rgba(255, 255, 255, 1);
                  -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
              }
              
              .main-ls {
                  background: url(../images/ls-bg.png);
                  height: 720px;
                  padding-top: 1px;
              }
              
              .main-ls>div {
                  width: 1600px;
                  margin: 0 auto;
              }
              
              .mengc>a>div {
                  width: 100%;
                  height: 100%;
                  text-align: center;
                  padding-top: 70px;
                  font-weight: bold;
                  font-size: 24px;
                  color: #ffe;
                  border: 4px solid rgba(255, 255, 255, .8);
              }
              /*滚动条样式*/
              
              .innerbox::-webkit-scrollbar {
                  /*滚动条整体样式*/
                  width: 6px;
                  /*高宽分别对应横竖滚动条的尺寸*/
                  height: 4px;
              }
              
              .innerbox::-webkit-scrollbar-thumb {
                  /*滚动条里面小方块*/
                  border-radius: 5px;
                  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                  background: rgba(0, 0, 0, 0.2);
              }
              
              .innerbox::-webkit-scrollbar-track {
                  /*滚动条里面轨道*/
                  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                  border-radius: 0;
                  background: rgba(0, 0, 0, 0.1);
              }
              
              .detail {
                  margin: 30px 0 15px;
              }
              
              .caption {
                  position: relative;
                  margin: 30px 0;
                  text-align: center;
              }
              
              .caption h1 {
                  color: rgba(127, 45, 26, 1);
                  ;
                  font-size: 20px;
              }
              
              .caption p {
                  margin-top: 10px;
                  color: #888;
                  font-size: 14px;
                  text-align: center;
              }
              
              .caption p span {
                  margin-right: 10px;
              }
              
              .caption .share {
                  position: absolute;
                  right: 0;
                  bottom: -5px;
                  height: 28px;
                  line-height: 28px;
                  font-size: 12px;
              }
              
              .content {
                  min-height: 300px;
                  padding-bottom: 20px;
                  border-bottom: 1px solid #CDCDCD;
              }
              
              .main-detail-tille {
                  line-height: 35px;
                  padding: 5px 0px;
                  border-bottom: 2px solid #C7C5C5;
                  overflow: hidden;
                  display: flex;
                  ;
              }
              
              .main-detail-tille p {
                  color: rgba(127, 45, 26, 1);
                  ;
                  font-size: 22px;
                  padding-left: 14px;
                  border-left: 4px solid rgba(127, 45, 26, 1);
                  ;
              }
              
              .main-detail-tille.rt a {
                  color: #666;
              }
              
              .main-detail-tille.rt a:hover {
                  color: #259479;
              }
              
              .main-detail {
                  width: 1200px;
                  margin: 0 auto;
              }
              
              .main-list-cd {
                  width: 1200px;
                  display: flex;
                  justify-content: space-between;
                  margin: 0 auto;
                  margin-top: 40px;
                  min-height: 500px;
                  margin-bottom: 40px;
              }
              
              .xzzt {
                  display: flex;
                  justify-content: space-between;
                  border-left: 8px solid rgba(11, 201, 238, 1);
              }
              
              .w10011 {
                  width: 900px;
                  margin-left: 40px;
                  line-height: 41px;
              }
              
              .w10011>div {
                  display: none;
              }
              
              .w10011>div.on {
                  display: block;
              }
              
              .main-d2 {
                  margin: 0 auto;
                  width: 1200px;
                  display: flex;
                  min-height: 700px;
                  padding-top: 40px;
                  justify-content: space-between;
              }
              
              .dyjy>div:nth-child(1) p {
                  font-size: 30px;
                  font-family: Microsoft YaHei;
                  font-weight: bold;
                  color: rgba(255, 255, 255, 1);
                  margin-top: 20px;
                  margin-left: 30px;
                  margin: 30px 30px;
                  margin-bottom: 34px;
              }
              
              .dyjy>div:nth-child(2) {
                  margin-left: 10px;
                  background-color: #fff;
              }
              
              .op1 {
                  transition: 0.6s;
              }
              
              .dyjy>div:nth-child(2) p {
                  box-sizing: border-box;
                  padding-left: 20px;
                  padding-bottom: 15px;
                  width: 100%;
                  padding-top: 16px;
                  font-size: 18px;
                  font-family: Microsoft YaHei;
                  font-weight: 400;
                  color: rgba(51, 51, 51, 1);
                  line-height: 25px;
                  border-bottom: 1px solid rgba(191, 191, 191, 1);
                  border-right: 1px solid rgba(191, 191, 191, 1);
                  ;
                  border-left: 0px;
                  transition: 1s;
              }
              
              .dyjy {
                  width: 257px;
                  height: 349px;
                  padding-top: 1px;
                  background: linear-gradient(0deg, rgba(0, 162, 241, 1), rgba(0, 102, 185, 1));
              }
              
              .main-list-tille {
                  display: flex;
                  box-sizing: border-box;
                  padding: 8px 0px;
                  border-bottom: 2px solid #C7C5C5;
              }
              
              .main-list-tille>h1 {
                  border-left: 4px solid rgba(127, 45, 26, 1);
                  ;
                  color: rgba(127, 45, 26, 1);
                  ;
                  ;
                  padding-left: 10px;
                  font-size: 22px;
              }
              
              .main-list-tille>p {
                  color: #666;
                  line-height: 34px;
                  margin-left: 10px;
              }
              
              .list-list {
                  display: flex;
                  justify-content: space-between;
                  height: 55px;
                  line-height: 55px;
                  border-bottom: 1px dashed #9A9A9A;
                  border-left: 4px solid transparent;
                  padding: 0px 4px;
                  cursor: pointer;
                  transition: 1s;
                  overflow: hidden;
              }
              
              .list-list:hover {
                  border-left: 4px solid rgba(127, 45, 26, 1);
                  ;
                  ;
                  background: #F6F6F6;
              }
              
              .list-list div {
                  display: flex;
              }
              
              .list-list>div:nth-child(2) {
                  color: #999;
                  font-size: 14px;
                  min-width: 120px;
              }
              
              .list-list span {
                  font-size: 16px;
                  font-weight: bold;
                  font-family: 宋体, sans-serif;
                  margin-right: 5px;
              }
              
              .main-list-cd>div:nth-child(1) {
                  width: 200px;
              }
              
              .xz-tille {
                  animation: flipInY 1.5s;
                  border-left: 5px solid rgba(127, 45, 26, 1)!important;
              }
              
              .main-list-cd h1 {
                  text-align: center;
                  background: #ddd;
                  color: rgba(127, 45, 26, 1);
                  padding: 10px 15px;
              }
              
              .main-list-cd>div:nth-child(2) {
                  width: 980px;
              }
              
              .pb_sys_style1 .p_no_d {
                  border: 1px solid rgba(127, 45, 26, 1);
                  color: #fff;
                  background-color: rgba(127, 45, 26, 1)
              }
              
              .p_t {
                  font-size: 14px;
              }
              
              .pb_sys_common .p_fun_d,
              .pb_sys_common .p_no_d,
              .pb_sys_common .p_no_o,
              .pb_sys_common .p_fun a,
              .pb_sys_common .p_no a {
                  border: 1px solid #ccc;
                  padding: 5px 8px;
                  font-size: 14px;
                  margin: 0px 0px 0px 5px;
                  height: 24px;
                  line-height: 12px;
                  box-sizing: border-box;
                  display: inline-block;
                  vertical-align: middle;
              }
              
              #vsb_content {
                  line-height: 30px;
                  font-family: Microsoft YaHei;
              }
              
              .v_news_content {
                  line-height: 30px;
                  font-family: Microsoft YaHei;
                  margin-top: 30px;
              }
              
              .b-tille {
                  color: rgba(127, 45, 26, 1)!important;
                  font-size: 26px;
                  margin: 10px;
              }
              
              .tiao {
                  margin-top: 20px;
                  text-align: left;
              }
              
              .tiao>a {
                  color: rgba(127, 45, 26, 1)!important;
              }
              
              .vsbcontent_img {
                  text-align: center;
              }