.hm-header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }

  body {
    padding-top: 60px;
  }

  .header-web {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
  }

  .logo {
    float: left;
    padding: 10px 0;
    width: 18%;
  }

  .logo img {
    height: 34px;
  }

  .nav {
    position: fixed;
    height: 100%;
    background: #ffffff;
    top: 60px;
    left: 0;
    width: 100%;
    border-top: 1px solid #cccccc;
    display: none;
    z-index: 99;
  }

  .nav.show {
    display: block;
  }

  .nav ul li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }

  .nav ul li h4 {
    font-size: 14px;
  }

  .nav ul li h4 a {
    padding: 10px 30px;
    display: block;
    color: #333333;
  }

  .header-right {
    position: absolute;
    right: 15px;
    padding-top: 13px;
  }

  .header-right a {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
  }

  .search-btn {
    display: inline-block;
    width: 30px;
    background-image: url(/style/images/winco01.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .search-btn,.sitebtn {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  }

  .sitebtn {
    padding-right: 15px;
    position: relative;
  }

  .sitebtn:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .headeritem {
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    z-index: 9;
    display: none;
  }

  .search {
    border: 1px solid #dddddd;
  }

  .search .search-text {
    width: 100%;
    padding: 11px;
    color: ##666666;
  }

  .search .sreach-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: @searcimage;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }

  .siteweb {
    border-top: 1px solid #dddddd;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding: 10px 20px;
  }

  .siteweb a {
    padding: 3px 0;
    color: #333333;
    display: block;
  }

  .sub-nav {
    padding: 0 0 10px;
    display: none;
    background: #ffffff;
  }

  .sub-nav a {
    padding: 10px 40px;
    display: block;
    text-align: left;
  }

  .mobnav-btn {
    width: 35px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }

  .mobnav-btn span {
    top: 50%;
    margin-top: -2px;
  }

  .mobnav-btn span:first-child {
    content: "";
    top: 6px;
    left: 0;
  }

  .mobnav-btn span:last-child {
    content: "";
    top: auto;
    bottom: 5px;
    left: 0;
  }

  .mobnav-btn span,.mobnav-btn span:first-child,.mobnav-btn span:last-child {
    left: 5px;
    position: absolute;
    background: #666666;
    -webkit-transition: all 0.5s ease;
    width: 27px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
  }

  .mobnav-btn.g_close span {
    opacity: 0;
  }

  .mobnav-btn.g_close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 17px;
    opacity: 1;
  }

  .mobnav-btn.g_close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 17px;
    opacity: 1;
  }

  .arrorright-btn {
    position: absolute;
    width: 175px;
    right: 0;
    top: 0;
    height: 43px;
  }

  .nav ul li.cur .arrorright-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
  }

  .arrorright-btn:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .arrorright-btn.show:after {
    opacity: 0;
  }



  @media (min-width:1360px) {
    .nav ul li h4 a {
      padding: 0 16px;
    }

    .nav {
      padding-left: 1%;
    }

    .header-web {
      padding: 0;
    }

    .nav ul li {
      padding: 0 .6%;
    }
  }

  .innerbanner {
    width: 100%;
    position: relative;
  }

  .innerbanner img {
    display: block;
    width: 100%;
  }

  .subnavlistcont02 {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ffffff;
    position: relative;
  }

  .subnavlist02 {
    background-color: #f2f2f2;
  }

  .subnavlist02 .commonweb {
    display: none;
  }

  .subnavlist02 ul li {
    font-size: 16px;
    text-align: center;
  }

  .subnavlist02 ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 22px 0;
    text-align: center;
    line-height: 18px;
    position: relative;
  }

  .subnavlist02 ul li a:hover {
    background: #59825a;
    color: #ffffff;
    font-weight: bold;
  }

  .subnavlist02 ul li a.cur {
    background-color: #59825a;
    color: #ffffff;
    font-weight: bold;
  }

  .zsannavbtn02 {
    padding: 15px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
  }

  .zsannavbtn02 a:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 0 0 3px 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .subnavscroll02 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .subscrollleft02,.subscrollright02 {
    display: none;
  }

  @media (min-width: 768px) {
    .zsannavbtn02 {
      display: none;
    }

    .subnavlist02 .commonweb {
      display: block;
      position: relative;
    }

    .subnavlist02 {
      display: block;
      background: none;
    }

    .subnavscroll02 {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #59825a;
    }

    .subnavlist02 .commonweb ul {
      width: 100%;
      font-size: 0;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      -ms-transition-property: -ms-transform;
      transition-property: transform;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
    }

    .subnavlist02 ul li {
      display: inline-block;
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      flex-shrink: 0;
      height: 100%;
      display: -ms-flexbox;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
    }

    .subnavlist02 ul li a {
      width: auto;
      padding: 22px 40px;
      margin: 0;
      color: #ffffff;
    }

    .subnavlist02 ul li a:hover:after {
      display: inline-block;
      content: "";
      border-left: 6px solid #f2f2f2;
      border-bottom: 6px solid #f2f2f2;
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      position: absolute;
      left: 50%;
      bottom: -6px;
      margin-left: -6px;
    }

    .subnavlist02 ul li a.cur:after {
      display: inline-block;
      content: "";
      border-left: 6px solid #f2f2f2;
      border-bottom: 6px solid #f2f2f2;
      border-top: 6px solid transparent;
      border-right: 6px solid transparent;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      position: absolute;
      left: 50%;
      bottom: -6px;
      margin-left: -6px;
    }

    .subscrollleft02,.subscrollright02 {
      width: 34px;
      height: 62px;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      z-index: 10;
      background-color: #0c339a;
    }

    .subscrollleft02 {
      left: 0;
    }

    .subscrollright02 {
      right: 0;
    }

    .subscrollleft02::before,.subscrollright02::before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      border-left: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
    }

    .subscrollleft02::before {
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      margin: 22px 0 0 12px;
    }

    .subscrollright02::before {
      transform: rotate(135deg);
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      margin: 20px 0 0 1px;
    }
  }

  @media (min-width: 992px) {
  }

  @media (min-width:1024px) {
  }

  @media (min-width: 1199px) {
  }

  @media (max-width:319px) {
    body {
      width: 320px;
    }
  }

  .remorebtn03 a {
    display: block;
    font-size: 16px !important;
    height: 45px !important;
    background-color: #59825a !important;
    margin: 20px 0 10px !important;
    text-align: center !important;
    line-height: 45px !important;
    color: #ffffff !important;
  }

  .remorebtn03:hover {
    color: #ffffff !important;
  }

  .newscont407 {
    padding: 36px 15px;
    background-color: #ffffff;
    background-image: url(/style/images/homecp905.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .newslist407 dl {
    margin-bottom: 30px;
    color: #666666;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }

  .newslist407 dt {
    overflow: hidden;
    padding: 0;
  }

  .newslist407 dt img {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .newslist407 dl:hover dt img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }

  .newsmore407 {
    display: inline-block;
    width: 82px;
    height: 32px;
    border: 1px solid #b3b3b3;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    color: #666666;
    background-color: #ffffff;
  }

  .newslist407 dl:hover a.newsmore407 {
    background: #59825a;
    color: #ffffff;
    border: 1px solid #59825a;
  }

  .newslist407 dd h4 {
    font-size: 20px;
    margin-top: 30px;
  }

  .newslist407 dd h4 a {
    display: block;
    height: 24px;
    overflow: hidden;
    color: #333333;
  }

  .newsdate407 {
    display: block;
    margin: 10px 0 14px 0;
    font-family: Arial;
    padding-left: 28px;
    background-image: url(/style/images/xw407-01.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #666666;
  }

  .newslist407 dd p {
    height: 72px;
    overflow: hidden;
    margin-bottom: 42px;
  }

  .newslist407 dl:hover h4 a {
    color: #59825a;
  }

  @media (min-width: 768px) {
    .newslist407 dt {
      float: right;
      text-align: center;
    }

    .newslist407 dt a {
      display: inline-block;
      overflow: hidden;
    }

    .newslist407 dt img {
      width: 446px;
      height: 251px;
    }

    .newslist407 dd {
      padding: 0 30px 0 0;
    }

    .newslist407 dd h4 {
      font-size: 24px;
      margin: 0;
    }

    .newslist407 dd p {
      margin-bottom: 65px;
    }
  }

  @media (min-width: 992px) {
  }

  @media (min-width:1024px) {
  }

  @media (min-width: 1199px) {
  }

  @media (max-width:319px) {
    body {
      width: 320px;
    }
  }
.fangancont401 {
  padding: 36px 0;
  background-color: #ffffff;
  background-image: url(/style/images/homecp905.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fanganlist401 dl {
  border: 1px solid #d9d9d9;
  margin-bottom: 2%;
}

.fanganlist401 dt {
  padding: 0;
  overflow: hidden;
}

.fanganlist401 dt img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.fanganlist401 dd {
  padding: 20px;
}

.fanganlist401 dd h4 {
  font-size: 18px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
}

.fanganlist401 dd h4 a {
  color: #333333;
}

.fanganbtn401 {
  display: inline-block;
  padding: 4px 12px;
  color: #ffffff;
  background-color: #59825a;
}

.fangantext401 {
  margin: 12px 0 18px 0;
  font-size: 13px;
  height: 72px;
  overflow: hidden;
  color: #666666;
}

.fanganlist401 dl:hover h4 a {
  color: #ffffff;
}

.fanganlist401 dl:hover .fangantext401 {
  color: #ffffff;
}

.fanganlist401 dl:hover {
  background-color: #59825a;
}

.fanganlist401 dl:hover .fanganbtn401 {
  color: #59825a;
  background-color: #ffffff;
  border: 1px solid @mousexqbtn;
}

.fanganlist401 dl:hover dt img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

@media (min-width: 768px) {
  .fanganlist401 dt img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .fanganlist401 dd h4 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
}

@media (min-width:1024px) {
}

@media (min-width: 1199px) {
}

@media (max-width:319px) {
  body {
    width: 320px;
  }
}
  .footer-top {
    background: #333333;
    padding: 20px 0;
  }

  .footerweb {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .footer-top ul li {
  }

  .footer-top ul li.li1 h3 {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  .footer-top ul li.li1 h3 a {
    font-size: 16px;
    color: #ffffff;
  }

  .footer-sub {
    padding-bottom: 5px;
    display: none;
  }

  .footer-sub a {
    display: block;
    color: #999999;
    font-size: 13px;
    padding: 5px 0;
  }

  .footer-top ul li.li2 {
    padding-top: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }

  .footer-top ul li.li2 h3 {
    margin-bottom: 20px;
  }

  .footer-top ul li.li2 img {
    max-width: 100%;
  }

  .footer-top ul li.li2 .telnum {
    padding-top: 14px;
  }

  .footer-top ul li.li2 .telnum em {
    color: #c82126;
    font-size: 22px;
    vertical-align: middle;
  }

  .plus.icon {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #ffffff;
    position: absolute;
    margin-left: 3px;
    margin-top: 10px;
  }

  .plus.icon:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
  }

  .plus.icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .footer-top ul li h3.cur .plus.icon:after {
    opacity: 0;
  }

  .footer-bottom {
    padding: 20px 0;
    background: #1F1F1F;
    font-size: 13px;
    color: #999999;
    text-align: center;
  }

  .footer-bottom a {
    color: #999999;
  }

  .share-box,.footerline {
    display: inline-block;
    vertical-align: top;
  }

  .footerline a {
    padding: 0 2px;
  }

  .share-box a {
    width: 26px !important;
    height: 26px !important;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px !important;
    float: none !important;
    padding: 0 !important;
  }

  .share-box a.xweibo {
    background-image: url(/style/images/xweibo.png);
  }

  .share-box a.tweibo {
    background-image: url(/style/images/tweibo.png);
  }

  .share-box a.weixin {
    background-image: url(/style/images/weixin.png);
  }

  .footer-left {
    padding-bottom: 10px;
  }

  .zdsbacktop {
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 10%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    display: none;
    background-color: #000000;
  }

  .zdsbacktop:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 2px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(135deg);
  }

  @media (min-width:1024px) {
    .footer-top {
      padding: 25px 0 35px;
    }

    .footer-top ul li {
      padding-right: 3.7%;
      float: left;
    }

    .footer-top ul li.li1 h3 {
      border-bottom: 0;
      padding-top: 0;
    }

    .footer-sub {
      padding-bottom: 0;
      display: block;
    }

    .footer-sub a {
      padding-top: 0;
    }

    .footer-sub a:hover {
      color: #C61B2B;
    }

    .footer-top ul li.li2 {
      border-left: 1px solid #6A6A6A;
      padding: 0 0 0 2.2%;
    }

    .plus.icon:after,.plus.icon:before {
      opacity: 0;
    }

    .footer-bottom {
      padding: 10px 0;
      text-align: left;
    }

    .footer-left {
      float: left;
      padding-bottom: 0;
    }

    .footer-right {
      float: right;
    }
  }

  @media (min-width:1180px) {
    .footer-top ul li {
      padding-right: 4.8%;
    }

    .footerweb {
      padding: 0 30px;
    }

    .zdsbacktop {
      width: 50px;
      height: 50px;
    }
  }

  @media (min-width:1360px) {
    .footerweb {
      padding: 0;
    }

    .footer-top ul li {
      padding-right: 6.1%;
    }
  }   

    .backnewslist404 {
                display: block;
                width: 98px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                color: #ffffff;
                margin: 40px auto;
                background-color: @curcolor;
            }

            .backnewslist404:hover {
                color: #ffffff;
            }
.Detailedfoot404 {
  padding-bottom: 45px;
}

.Detailedfoot404 dl {
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  font-size: 13px;
  padding: 13px 0px;
}

.Detailedfoot404 dl span {
  display: inline-block;
  float: left;
  background-color: #f2f2f2;
  color: #1a1a1a;
  line-height: 27px;
  padding: 0px 10px;
  margin-right: 15px;
}

.Detailedfoot404 dl dd {
  float: none;
  margin-bottom: 15px;
}

.Detailedfoot404 dl dt {
  float: none;
}

.Detailedfoot404 dl dd a {
  width: 70%;
  display: block;
  height: 24px;
  overflow: hidden;
  float: left;
  color: #666666;
}

.Detailedfoot404 dl dt a {
  width: 70%;
  display: block;
  height: 24px;
  overflow: hidden;
  float: left;
  color: #666666;
}

@media (min-width: 768px) {
  .newsdetailtext404 {
    font-size: 16px;
  }

  .Detailedfoot404 dl dd {
    float: none;
    margin-bottom: 15px;
  }

  .Detailedfoot404 dl dt {
    float: none;
  }

  .newsdttitle404 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 992px) {
  .Detailedfoot404 dl dd {
    float: left;
    margin-bottom: 0;
  }

  .Detailedfoot404 dl dt {
    float: right;
  }

  .Detailedfoot404 dl dd a {
    width: auto;
  }

  .Detailedfoot404 dl dt a {
    width: auto;
  }
}

@media (min-width:1024px) {
}

@media (min-width: 1199px) {
}

@media (max-width:319px) {
  body {
    width: 320px;
  }
}
.newscont404 {
                padding: 20px 15px;
                background-color: #ffffff;
                background-image: url(/res/webimages/homecp905.png);
                background-repeat: no-repeat;
                background-position: center top;
                background-size: cover;
            }

            .newsdttop404 {
                color: #666666;
                padding-bottom: 20px;
                border-bottom: 1px solid #cccccc;
                margin-bottom: 20px;
                text-align: center;
                font-size: 13px;
            }

            .newsdttitle404 {
                font-size: 1.4rem;
                line-height: 2rem;
                color: #333333;
                margin-bottom: ;
            }

            .newsdetailtext404 {
                color: #333333;
            }

            .newsdetailtext404 img {
                display: block;
                max-width: 100%;
                height: auto !important;
                margin: 0 auto;
            }

            .backnewslist404 {
                display: block;
                width: 98px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                color: #ffffff;
                margin: 40px auto;
                background-color: @curcolor;
            }

            .backnewslist404:hover {
                color: #ffffff;
            }
