.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:1024px) {
    .hm-header {
      position: static;
    }

    body {
      padding-top: 0;
    }

    .logo {
      padding: 15px 0 0;
    }

    .logo img {
      height: 50px;
    }

    .nav {
      float: left;
      width: 82%;
      padding: 0 142px 0 2%;
      display: block;
      position: static;
      border-top: 0;
    }

    .nav ul li {
      float: left;
      border-bottom: 0;
      padding: 0 .5%;
    }

    .nav ul li h4 a {
      padding: 0 5px;
      height: 86px;
      line-height: 86px;
    }

    .nav ul li h4 a:hover,.nav ul li h4 a.cur {
      color: #00b050;
      border-bottom: 4px solid #00b050;
    }

    .header-right {
      border-left: 1px solid #E6E6E6;
      position: absolute;
      right: 15px;
      padding-top: 0;
    }

    .search-btn {
      width: 50px;
    }

    .search-btn,.sitebtn {
      height: 90px;
      line-height: 90px;
    }

    .sitebtn {
      padding-right: 15px;
    }

    .sitebtn:after {
      top: 41px;
    }

    .headeritem {
      position: absolute;
      right: 0;
      top: 86px;
    }

    .siteweb {
      box-shadow: 0 5px 10px rgba(0,0,0,.1);
      padding: 10px 20px;
      border-top: 0;
    }

    .siteweb a {
      padding: 3px 0;
      display: block;
    }

    .siteweb a:hover {
      color: #00b050;
    }

    .headeritem {
      position: absolute;
      top: 80px;
      width: 200px;
      right: -80px;
    }

    .sub-nav {
      position: absolute;
      top: 86px;
      left: 50%;
      transform: translateX(-50%);
      width: 120px;
      padding: 0;
      box-shadow: 0px 5px 10px rgba(0,0,0,.1);
      z-index: 99;
      background: #fff;
    }

    .sub-nav a {
      padding: 10px 5px;
      text-align: center;
      border-bottom: 1px solid #dddddd;
    }

    .sub-nav a:hover {
      background: #00b050;
      color: #ffffff;
    }

    .header-right a.mobnav-btn {
      display: none;
    }

    .arrorright-btn {
      display: none;
    }

    .headeritem {
      position: absolute;
      top: 86px;
      width: 200px;
      right: -50px;
    }

    .search {
      width: 240px;
    }
  }

  @media (min-width:1200px) {
    .logo img {
      height: 58px;
    }

    .nav ul li {
      padding: 0 1.4%;
    }
  }

  @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: #59825a;
    }

    .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;
    }
  }

  .newscont11 {
    padding: 36px 0;
    background-color: #ffffff;
    background-image: url(/style/images/homecp905.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .newsdetail11 {
    padding: 26px 15px;
    background-color: #ffffff;
  }

  .detailtitle11 h1 {
    font-size: 17px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 10px;
  }

  .detaildate11 {
    font-size: 16px;
    color: #8e8e8e;
    font-family: Arial;
  }

  .detailtext11 {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    line-height: 32px;
    color: #333333;
  }

  .detailtext11 img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }

  .detailpage11 {
    padding-top: 30px;
    color: #666666;
    line-height: 28px;
  }

  .detailpage11 dd a {
    color: #666666;
  }

  .detailback11 {
    display: block;
    margin-top: 15px;
    width: 144px;
    height: 49px;
    background-color: #59825a;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
  }

  .detailback11:hover {
    color: #ffffff;
    background-color: #59825a;
  }

  .Share11 {
    display: none;
    position: absolute;
    left: 0px;
    top: 710px;
    width: 73px;
    z-index: 50;
    padding-top: 60px;
  }

  .newsshare11 a {
    display: block;
    width: 73px !important;
    height: 73px !important;
    margin: 0 0 1px 0 !important;
  }

  .weibolink {
    background-image: url(/style/images/news11xw02.jpg) !important;
  }

  .tenngxunlink {
    background-image: url(/style/images/news11xw03.jpg) !important;
  }

  .qqlink {
    background-image: url(/style/images/news11xw04.jpg) !important;
  }

  .weixinlink {
    background-image: url(/style/images/news11xw05.jpg) !important;
  }

  .baidulink {
    background-image: url(/style/images/news11xw06.jpg) !important;
  }

  .taolink {
    background-image: url(/style/images/news11xw07.jpg) !important;
  }

  .weibolink:hover {
    background-image: url(/style/images/news11xw08.jpg) !important;
  }

  .tenngxunlink:hover {
    background-image: url(/style/images/news11xw09.jpg) !important;
  }

  .qqlink:hover {
    background-image: url(/style/images/news11xw10.jpg) !important;
  }

  .weixinlink:hover {
    background-image: url(/style/images/news11xw11.jpg) !important;
  }

  .baidulink:hover {
    background-image: url(/style/images/news11xw12.jpg) !important;
  }

  .taolink:hover {
    background-image: url(/style/images/news11xw13.jpg) !important;
  }

  @media (min-width: 768px) {
    .newsdetail11 {
      padding: 26px 32px;
    }

    .detailtext11 {
      padding: 50px 12%;
      min-height: 510px;
      margin-top: 50px;
      font-size: 16px;
    }

    .Share11 {
      display: block;
    }

    .detailpage11 {
      padding-top: 50px;
    }
  }

  @media (min-width: 992px) {
    .detailtitle11 {
      padding-right: 133px;
    }

    .detailtitle11 h1 {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 35px;
    }

    .detaildate11 {
      font-size: 24px;
    }

    .detailpage11 dd {
      float: left;
    }

    .detailpage11 dt {
      float: right;
    }

    .detailback11 {
      margin: 0;
    }
  }

  @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%;
    }
  }   