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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0
}

body {
  background: #fff;
  color: #666;
  font: 14px/1.7 'Microsoft YaHei',Verdana,Arial,Helvetica,sans-serif;
  font-family: 'Microsoft YaHei';
  margin: 0;
  padding: 0
}

a {
  color: #666;
  outline: none;
  text-decoration: none
}

  a:link, a:visited {
      color: #333
  }

  a:hover, a:active {
      text-decoration: underline
  }

.hidden {
  display: none
}

ol, ul {
  list-style: none
}

img {
  border: 0
}
.w100{
  width: 100%;
}.h100{
  height: 100%;
}
.left {
  float: left
}

.right {
  float: right
}

.clearfix {
  zoom: 1
}

  .clearfix:after {
      content: ".";
      clear: both;
      display: block;
      height: 0;
      visibility: hidden;
      overflow: hidden
  }

.text-elli {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.mt20 {
  margin-top: 20px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt10 {
  margin-top: 10px !important
}

.w1400 {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0
}

.header-wrapper {
  position: relative;
  width: 100%;
  background: url(/Content/web/top_bg.jpg) no-repeat top
}

  .header-wrapper .top {
      height: 115px;
      background-size: 100%;
      background: url(../public/header_bg.png);
      background-size: 100%;
  }

      .header-wrapper .top .logo {
          position: absolute;
          top: 20px;
          left: 0;
          width: 310px;
      }

      .header-wrapper .top .search {
          position: absolute;
          top: 50px;
          right: 0;
          display: flex;
          align-items: center;
      }

          .header-wrapper .top .search a {
              font-weight: bold;
              color: #fff;
              font-size: 16px;
          }

          .header-wrapper .top .search i {
              width: 1px;
              height: 20px;
              background: #c6c6c7;
              margin: 0 20px;
          }

          .header-wrapper .top .search .fbox {
              overflow: hidden;
              height: 22px;
              border: 1px solid #a3a3a4;
              border-radius: 5px;
              background: #fff;
          }

              .header-wrapper .top .search .fbox .button {
                  background: url(../public/ss.png) no-repeat center;
                  background-size: 18px;
                  width: 30px;
                  border: 0;
                  float: left;
                  height: 100%;
                  outline: none;
              }

              .header-wrapper .top .search .fbox .input {
                  border: 0;
                  float: left;
                  background: none;
                  height: 100%;
                  outline: none;
                  padding: 0 5px;
                  width: 120px;
              }

  .header-wrapper .banner {
      position: relative;
      display: flex;
      justify-content: center;
  }

      .header-wrapper .banner .xcwz {
          position: absolute;
          top: 115px;
          left: 115px;
          z-index: 5;
      }

      .header-wrapper .banner .zyjs {
          position: absolute;
          bottom: 115px;
          right: 115px;
          z-index: 5;
      }

      .header-wrapper .banner .bd {
          height: 550px;
          width: 100%;
          overflow: hidden;
      }

      .header-wrapper .banner .bd  img{
          height: 550px;
          width: 100%;
        object-fit:cover;
      }

      .header-wrapper .banner .hd {
          position: absolute;
          bottom: 10px;
          left: 50%;
      }

          .header-wrapper .banner .hd li {
              display: inline-block;
              width: 30px;
              height: 30px;
              background: #fff;
              border-radius: 50%;
              margin: 0 5px;
              box-shadow: -1px 1px 4px 0px #999;
              color: #271290;
              font-weight: bold;
              font-size: 16px;
              cursor: pointer;
              opacity: 0.9;
          }

              .header-wrapper .banner .hd li.on {
                  background: #271290;
                  color: #fff;
              }

  .header-wrapper .nav {
      height: 50px;
      /* margin-top: 10px; */
      width: 100%;
      background: #95ce40;
  }

      .header-wrapper .nav > ul {
          text-align: center;
      }

          .header-wrapper .nav > ul > li {
              display: inline-block;
              line-height: 50px;
              height: 50px;
              font-size: 18px;
              padding: 0 40px;
              position: relative;
          }

              .header-wrapper .nav > ul > li:after {
                  content: "";
                  width: 1px;
                  height: 30px;
                  background: #fff;
                  opacity: 0.3;
                  display: inline-block;
                  position: absolute;
                  right: 0;
                  top: 10px;
              }

              .header-wrapper .nav > ul > li:last-child:after {
                  display: none;
              }

              .header-wrapper .nav > ul > li > a {
                  color: white;
                  font-weight: bold;
                  text-decoration: none;
                  display: block;
              }

              .header-wrapper .nav > ul > li.active {
                  background-color: #fff
              }

                  .header-wrapper .nav > ul > li.active > a {
                      color: #271290;
                      font-weight: bold;
                      text-decoration: none
                  }

              .header-wrapper .nav > ul > li:hover .sub_menu {
                  display: block;
              }

              .header-wrapper .nav > ul > li .sub_menu {
                  position: absolute;
                  line-height: 50px;
                  left: 0;
                  display: none;
                  top: 50px;
                  width: 100%;
                  background: #95ce40;
                  z-index: 99;
              }

              .header-wrapper .nav > ul > li ul.sub_menu li {
              }

                  .header-wrapper .nav > ul > li ul.sub_menu li a {
                      color: #fff;
                      font-weight: 400;
                  }

              .header-wrapper .nav > ul > li.active ul.sub_menu {
                  display: block
              }

.content-wrapper {
  width: 1400px;
  margin: 30px auto
}

.footer-wrapper {
  color: #333;
  /* width: 100vw; */
  /* margin-top: 25px; */
  font-size: 13px;
  background: url(../public/foot_bg.png);
  /* border-top: 5px solid #fdd100; */
  background-size: 100% 100%;
}

  .footer-wrapper .w1400 {
      display: flex;
      justify-content: flex-end;
      height: 129px;
      align-items: center;
  }

  .footer-wrapper .logo {
      width: 200px;
  }

  .footer-wrapper i {
      width: 1px;
      height: 50px;
      background: #fff;
      margin: 0 20px;
  }

  .footer-wrapper .txt {
      color: #fff;
  }

  .footer-wrapper .wx img {
      width: 50px;
  }


.ft_tubiao {
  overflow: hidden;
  margin-bottom: 10px
}

  .ft_tubiao .xq {
      float: left
  }

.pager {
  clear: both;
  text-align: center;
  margin-top: 30px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px
}

  .pagination > li {
      display: inline
  }

      .pagination > li > a, .pagination > li > span {
          position: relative;
          float: left;
          padding: 6px 12px;
          margin-left: -1px;
          line-height: 1.42857143;
          color: #271291;
          text-decoration: none;
          background-color: #fff;
          border: 1px solid #ddd
      }

      .pagination > li:first-child > a, .pagination > li:first-child > span {
          margin-left: 0;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px
      }

      .pagination > li:last-child > a, .pagination > li:last-child > span {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px
      }

      .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
          color: #23527c;
          background-color: #eee;
          border-color: #ddd
      }

  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
      z-index: 2;
      color: #fff;
      cursor: default;
      background-color: #271291;
      border-color: #271291
  }

  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd
  }

.a-p-t {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

  .a-p-t img {
      width: 100%;
      height: 100%;
      z-index: 1
  }

  .a-p-t b {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 32px;
      background: #000;
      opacity: .5;
      filter: alpha(opacity=50);
      z-index: 2
  }

  .a-p-t p {
      position: absolute;
      text-align: center;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 32px;
      line-height: 32px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #fff;
      z-index: 3
  }

.page-navigation {
  background: #fff;
  color: #333;
  padding: 5px 0;
  text-indent: 10px;
  box-shadow: 0px 0px 7px 7px #eee;
  margin-bottom: 25px;
}

  .page-navigation strong {
      font-weight: 400
  }

  .page-navigation a {
      color: #333
  }

  .page-navigation em {
      color: red;
      font-style: normal;
      margin: 0 2px
  }

.validation-summary-errors {
  color: red
}

  .validation-summary-errors ul {
      padding-left: 18px
  }

  .validation-summary-errors li {
      font-size: 12px;
      font-family: 'Microsoft YaHei'
  }

.validation-summary-valid {
  display: none
}

.documentViewer {
  clear: both
}

  .documentViewer .viewer {
      width: 1000px;
      height: 600px;
      margin: 20px auto 10px auto
  }

  .documentViewer .loading {
      background: url(/Content/web/loading.gif) no-repeat 20px 50%;
      height: 40px;
      line-height: 38px;
      color: #222;
      text-indent: 30px;
      width: 200px;
      margin: 25px auto 0 auto;
      font-size: 15px;
      border: 1px solid #dfdfdf;
      border-radius: 4px;
      padding: 0 15px
  }

  .documentViewer .download {
      text-align: center
  }

      .documentViewer .download a {
          color: blue;
          font-size: 16px
      }

          .documentViewer .download a:hover {
              color: #ff6a00;
              text-decoration: underline
          }

.error500 {
  width: 800px;
  margin: 100px auto 92px auto;
  position: relative;
  background: #fff;
  font-family: 'Microsoft YaHei'
}

  .error500 .content {
      padding: 30px 30px 30px 240px;
      background: #fff url(/Content/errors/500_icon.png) no-repeat 30px 20px;
      border: 1px solid #cdcdcd;
      min-height: 190px;
      _height: 190px;
      z-index: 10;
      position: relative
  }

  .error500 h1 {
      font-size: 16px;
      background: #f2f2f2;
      width: 190px;
      height: 45px;
      line-height: 45px;
      color: #2b2b2b;
      text-align: center
  }

  .error500 p {
      margin: 15px 0 0 0;
      word-break: break-all;
      word-wrap: break-word
  }

      .error500 p.info {
          color: red
      }

  .error500 .border {
      border: 1px solid #cdcdcd;
      position: absolute;
      height: 40px;
      background: #fff
  }

  .error500 .border1 {
      width: 788px;
      left: 5px;
      bottom: -5px;
      z-index: 10
  }

  .error500 .border2 {
      width: 778px;
      left: 10px;
      bottom: -10px;
      z-index: 5
  }

.imgerror {
  background: #f6f6f6 url(/Content/web/dummy.png) no-repeat 50% 50%
}

.thread-img {
  max-width: 800px
}

ul.dropdown {
  position: relative
}

  ul.dropdown li {
      position: relative
  }

  ul.dropdown ul {
      display: none;
      position: absolute;
      top: 0;
      left: -15px;
      width: 111px;
      z-index: 1000;
      border: 3px solid #a48353;
      border-top: 0
  }

      ul.dropdown ul li {
          float: none !important;
          margin-left: 0 !important;
          height: 36px !important;
          line-height: 36px !important
      }

          ul.dropdown ul li a {
              display: block;
              color: #666 !important;
              background: #fcfcfc !important;
              text-indent: 28px
          }

              ul.dropdown ul li a:hover {
                  display: block;
                  background: #a48353 !important;
                  color: #fff !important;
                  text-decoration: none
              }

.ul-news a.highlight {
  color: red
}

.text-box {
  border: 1px solid #f9a942;
  color: #d27600;
  padding: 10px 15px;
  margin-top: 10px;
  background: #fff9f1
}

  .text-box p {
      text-indent: 28px
  }