.cm-w {
  width: 1280px;
  margin: auto;
}
.header {
  background: #009944;
  min-width: 1280px;
}
.hd-in {
  width: 1280px;

  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .logo {
  float: left;
}
.header a,
.header a:visited {
  color: #ffffff;
}
.header .hd-rcon {
  float: right;
  padding-top: 7px;
}
.hd-rcon dl {
  float: left;
  margin-left: 36px;
  color: #ffffff;
}
.hd-rcon dl dt {
  float: left;
  font-size: 14px;
  padding-top: 10px;
}
.hd-rcon dl dd {
  float: left;
  border-left: solid 1px #ffffff;
  padding-left: 12px;
  margin-left: 12px;
}
.header .logo img {
  height: 50px;
  width: auto;
}

.navblk {
  width: 100%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.navbox {
  width: 1280px;
  margin: auto;
  position: relative;
  z-index: 99;
}
.navbox .navlist {
  clear: both;
}
.navlist li {
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
  z-index: 99999;
}
.navlist li a,
.navlist li a:visited {
  display: block;
  line-height: 20px;
  padding: 22px 22px 22px 22px;
  border-left: solid 1px #efefef;
}
.navlist li a:last-child {
  border-right: solid 1px #efefef;
}

.navlist li .sub-nav {
  width: 100%;
  position: absolute; 
  z-index: 99999; 
  top: 64px;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  display: none;
}

.navlist li .sub-nav a,
.navlist li .sub-nav a:visited {
  padding: 12px 15px 12px 15px;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1280px;
}

.banner .swiper-slide a {
  display: block;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .swiper-pagination {
  bottom: 20px;
}
.swiper-pagination-bullet-active {
  background: #01b378 !important;
}
.h-a-box {
  clear: both;
  width: 100%;
  min-width: 1280px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../img/b1.jpg") no-repeat center top;
}
.h-a-box .a-con-l {
  float: left;
  width: 640px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.a-con-l .conbox {
  padding: 54px;
}
.a-con-l .conbox .tit {
  font-size: 30px;
  font-weight: bold;
}
.a-con-l .conbox .tit strong {
  color: #009944;
}
.a-con-l .conbox .tit em {
  color: #ffc333;
  font-weight: bold;
}
.a-con-l .conbox .tline {
  display: block;
  width: 76px;
  height: 2px;
  background: url("../img/colorLine.png") repeat-y center center;
  background-size: contain;
}
.a-con-l .conbox .text-body {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  min-height: 165px;
}
.a-con-l .conbox .text-body p {
  margin-bottom: 15px;
}
.btn-more {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.btn-more a,
.btn-more a:visited {
  display: block;
  background: #009944;
  color: #ffffff;
  padding: 6px 14px 6px 14px;
  /* text-decoration: underline; */
}

.h-a-box .a-con-r {
  float: right;
  width: 527px;
  position: relative;
}
.h-a-box .a-con-r .rconbox {
  position: absolute;
  right: 0;
  top: -60px;
}
.h-a-box .a-con-r .rconbox img {
  width: 520px;
  height: auto;
}

.h-b-box {
  clear: both;
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../img/cpBg.jpg") no-repeat center top;
}

.h-b-box .b-l-box {
  float: left;
  width: 850px;
}

.tit-blk {
  width: 100%;
  line-height: 30px;
}
.tit-blk .tit {
  font-size: 30px;
  font-weight: bold;
  color: #009944;
}
.tit-blk .more {
  float: right;
  font-size: 13px;
}
.tit-blk .more a,
.tit-blk .more a:visited {
  border: solid 1px #009944;
  padding: 4px 14px 4px 14px;
  color: #009944;
  border-radius: 24px;
}
.tab-tit-blk {
  width: 100%;
  clear: both;  
}
.tab-tit-blk .tab-item {
  float: left;
  text-align: center;
  /* width:auto!important; */
}
.tab-tit-blk .tab-item a,
.tab-tit-blk .tab-item a:visited {
  display: block;
  padding: 7px 15px 7px 15px;
}
.tab-tit-blk .tab-item.on a,
.tab-tit-blk .tab-item.on a:visited {
  background: #009944;
  color: #ffffff;
}
.tab-con-container {
  width: 100%;
  overflow: hidden;
}
.tab-con-body {
  width:100%;
  overflow:hidden;
}
.tab-con-body .cp-ul {
  margin-left: 0;
  width:100%;
  /* overflow:hidden; */
}
.tab-con-body .cp-ul li {
  background: #ffffff;
  float: left;
  width: 262px;
  /* margin-left: 31px; */
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}

.tab-con-body .cp-ul li .pic {
  width: 100%;
  height: 262px;
  overflow: hidden;
}
.tab-con-body .cp-ul li .pic img {
  width: 100%;
  height: auto;
}
.tab-con-body .cp-ul li .con {
  padding: 15px;
  text-align: center;
}
.tab-con-body .cp-ul li .con .tit {
  font-size: 17px;
}
.tab-con-body .cp-ul li .con .des {
  font-size: 14px;
  color: #888888;
  margin-top: 6px;
}

.h-b-box .b-r-box {
  float: right;
  width: 305px;
  padding-left: 60px;
  position: relative;
}
.h-b-box .b-r-box .rbk {
  position: absolute;
  left: 0;
  top: -90px;
  width: 698px;
  height: 642px;
  background: url("../img/cpys.jpg") no-repeat center top;
  background-size: cover;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.h-b-box .b-r-box .br-con {
  position: relative;
  z-index: 99;
}
.tit-rcl {
  font-size: 22px;
  color: #ffffff;
}
.ys-box .con p {
  margin-top: 6px;
  font-size: 14px;
  color: #ffffff;
}

.b-r-box .zz-box {
  width: 100%;
  clear: both;
}
.b-r-box .zz-box .zz-ul {
  margin-left: -36px;
}
.b-r-box .zz-box .zz-ul li {
  float: left;
  width: 114px;
  height: 158px;
  background: #ffffff;
  padding: 8px;
  float: left;
  margin-left: 36px;
}
.b-r-box .zz-box .zz-ul li img {
  width: 114px;
  height: 158px;
}

.h-c-box {
  width: 100%;
  min-width: 1280px;
  padding-top: 90px;
  background: url("../img/b3.jpg") no-repeat center bottom;
  background-size: cover;
}
.h-c-box .c-l-con {
  width: 640px;
  float: left;
}
.h-c-box .c-l-con .tit {
  font-size: 30px;
  color: #009944;
  line-height: 1.6;
  font-weight: bold;
}
.h-c-box .c-l-con p {
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
}

.h-c-box .c-r-box {
  float: right;
  width: 526px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: -60px;
}

.h-c-box .c-r-box .inner {
  padding: 48px;
}
.h-c-box .c-r-box .lc-ul {
  border-left: solid 1px #009944;
  padding-left: 15px;
  margin-left: 6px;
}

.scroll-box {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.h-c-box .c-r-box .lc-ul li {
  position: relative;
  margin-bottom: 15px;
}
.h-c-box .c-r-box .lc-ul li .tit {
  float: left;
  margin-right: 20px;
  color: #009944;
  font-weight: bold;
}
.h-c-box .c-r-box .lc-ul li p {
  overflow: hidden;
  color: #777777;
}
.h-c-box .c-r-box .lc-ul li .dot {
  position: absolute;
  z-index: 9;
  left: -22px;
  top: 4px;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon_dot.png") no-repeat center center;
}

.h-d-box {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.d-tit-blk {
  padding-top: 24px;
  clear: both;
  line-height: 30px;
  position: relative;
}
.d-tit-blk .tit {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.d-tit-blk .more {
  float: right;
  font-size: 13px;
  position: relative;
  z-index: 99;
}

.d-tit-blk .more a,
.d-tit-blk .more a:visited {
  border: solid 1px #888888;
  padding: 4px 14px 4px 14px;
  color: #666666;
  border-radius: 24px;
  background: #ffffff;
}
.d-tit-blk .bline {
  display: block;
  width: 100%;
  height: 2px;
  background: #ebf4ef;
  position: absolute;
  top: 0px;
  left: 0px;
}

.h-d-box .news-box {
  width: 100%;
}
.h-d-box .news-box .n-p-sld {
  float: left;
  width: 520px;
  height: 346px;
  overflow: hidden;
}
.h-d-box .news-box .n-p-sld img {
  width: 100%;
  height: auto;
}
.h-d-box .news-box .n-list-box {
  width: 698px;
  float: right;
}
.h-d-box .news-box .n-list-box .n-ul li {
  border-bottom: dashed 1px #dddddd;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.h-d-box .news-box .n-list-box .n-ul li .row-extr {
  float: left;
}
.row-extr .pbt {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  margin-right: 10px;
}
.row-extr .cat {
  width: 80px;
  display: inline-block;
  font-size: 14px;
  color: #777777;
  background: #f7f7f7;
  border: solid 1px #999999;
  text-align: center;
  padding: 2px 0px 2px 0px;
  margin-right: 15px;
}
.h-d-box .news-box .n-list-box .n-ul li .tit {
  overflow: hidden;
  line-height: 1.6;
}

.footer {
  width: 100%;
  min-width: 1280px;
  background: #f1f1f1;
}
.footer .ft-con {
  width: 1280px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer .ft-col {
  float: left;
  margin-right: 100px;
}
.ft-col .tit {
  margin-bottom: 14px;
  font-weight: bold;
}
.ft-col dd p {
  line-height: 1.8;
}
.ft-col a,
.ft-col a:visited {
  color: #777777;
}
.footer .ft-slg {
  font-size: 13px;
  color: #888888;
  line-height: 1.6;
  clear: both;
}
.footer .ft-lbox {
  float: left;
}
.footer .ft-rbox {
  width: 540px;
  float: right;
}
.ft-contact .lx-item {
  margin-bottom: 24px;
  clear: both;
  position: relative;
}
.ft-contact .lx-item dt {
  float: left;
}

.ft-contact .lx-item dd {
  overflow: hidden;
}

.ft-contact .lx-item .num {
  color: #009944;
  font-weight: bold;
}

.ft-contact .lx-item .i-loc {
  position: absolute;
  top: -8px;
  left: -43px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/ico_loc.png") repeat-y center center;
}

.ft-contact .lx-item .i-tel {
  position: absolute;
  top: -8px;
  left: -43px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/ico_tel.png") repeat-y center center;
}
.ft-contact {
  float: left;
}
.ft-code {
  float: right;
  margin-left: 30px;
  text-align:center;
}
.ft-code img {
  width: 95px;
  height: 95px;
}

.footer .ft-copyright {
  background: url("../img/ftBg.jpg") repeat-y center center;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 1280px;
}

.footer .ft-copyright a,.footer .ft-copyright a:visited {
  color:#ffffff;
}

.ft-copyright img {
  height: 30px;
  width: auto;
  float: left;
  margin-right: 10px;
}

.pro-tab {
  width:100%;
  overflow:hidden;
  border-bottom: solid 1px #009944;
}

/*移动端头部*/
.m-header {
  display: none;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #009944;
  z-index: 100;
}

.m-header a {
  display: block;
}

.m-logo {
  max-width:250px;
  height:auto;
  padding: 0 15px;
}

.m-menu-icon {
  padding: 0 15px;
  height: 20px;
}

.m-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.m-nav {
  width: 80%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 2000;
  transition: 0.5s;
}

.m-mask.on {
  display: block;
}

.m-nav.on {
  left: 0;
}

.m-nav-item {
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: bold;
}

.m-nav-item:hover,
.m-nav-item.on {
  color: #01b378;
}


/*首页自适应*/
@media screen and (max-width: 750px) {
  body {
    padding-top:50px;
  }
  .cm-w {
    width: auto;
  }
  .header {
    display: none;
  }
  .m-header {
    display: flex;
  }
  .navblk {
    display: none;
  }
  .banner {
    width: 100%;
    min-width: 100%;
  }
  .h-a-box {
    min-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .h-a-box .a-con-l {
    float: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
  }
  .a-con-l .conbox {
    padding: 25px;
  }
  .a-con-l .conbox .tit {
    font-size: 21px;
  }
  .h-a-box .a-con-r {
    float: none;
    width: auto;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin-top: 25px;
  }
  .a-con-l .conbox .text-body {
    min-height: auto;
  }
  .h-a-box .a-con-r .rconbox {
    position: relative;
    right: 0;
    top: 0px;
  }
  .h-a-box .a-con-r .rconbox img {
    width: 100%;
    height: auto;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }

  .h-b-box {
    min-width: auto;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .tit-blk .tit {
    font-size: 21px;
  }

  .h-b-box .b-l-box {
    float: none;
    width: auto;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
  }
  .h-b-box .b-r-box {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .h-b-box .b-r-box .rbk {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: none;
  }
  .h-b-box .b-r-box .br-con {
    clear: both;
    background: url("../img/cpys.jpg") repeat-y center center;
    background-size: cover;
    padding: 20px;
  }
  .tab-con-body .cp-ul {
    margin-left: 0px;
    /* display: flex; */
  }
  .tab-con-body .cp-ul li {
    width: 45%;
    margin-left: 0px;
    float: none;
    margin-right: 20px;
  }
  .tab-con-body .cp-ul li .con {
    padding: 10px;
  }
  .tab-con-body .cp-ul li .con .tit {
    font-size: 15px;
  }
  .tab-con-body .cp-ul li .pic {
    height: auto;
  }
  .tit-rcl {
    font-size: 19px;
  }
  .b-r-box .zz-box .zz-ul {
    margin-left: 0px;
    overflow: hidden;
  }
  .b-r-box .zz-box .zz-ul li {
    margin-left: 0px;
    width: 42%;
    height: auto;
    padding: 6px;
  }
  .b-r-box .zz-box .zz-ul li img {
    width: 100%;
    height: auto;
  }
  .b-r-box .zz-box .zz-ul li:nth-child(odd) {
    float: left;
  }
  .b-r-box .zz-box .zz-ul li:nth-child(even) {
    float: right;
  }
  .h-c-box {
    padding-top: 5px;
    padding-bottom: 25px;
    min-width: auto;
  }
  .h-c-box .c-l-con {
    width: auto;
    float: none;
    padding: 20px;
  }
  .h-c-box .c-l-con .tit {
    font-size: 21px;
  }
  .h-c-box .c-r-box {
    float: none;
    clear: both;
    width: auto;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .h-c-box .c-r-box .inner {
    padding: 15px;
  }
  .scroll-box {
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .h-d-box {
    width: auto;
    clear: both;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .d-tit-blk {
    padding-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .d-tit-blk .tit {
    font-size: 21px;
  }
  .d-tit-blk .bline {
    display: none;
  }
  .h-d-box .news-box .n-p-sld {
    float: none;
    clear: both;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .h-d-box .news-box .n-list-box {
    clear: both;
    width: auto;
    float: none;
    margin-top: 20px;
  }
  .h-d-box .news-box .n-list-box .n-ul li .row-extr {
    float: none;
    margin-bottom: 6px;
  }
  .h-d-box .news-box .n-list-box .n-ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .row-extr .cat {
    width: 80px;
    display: inline-block;
    font-size: 14px;
    color: #777777;
    background: #f7f7f7;
    border: none 0px;
    text-align: center;
    padding: 0px;
    margin-right: 15px;
    font-size: 13px;
  }
  .h-d-box .news-box {
    width: auto;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer {
    min-width: auto;
  }
  .footer .ft-con {
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer .ft-lbox {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer .ft-rbox {
    width: auto;
    float: none;
    clear: both;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer .ft-col {
    margin-bottom: 20px;
  }
  .ft-contact {
    float: none;
    clear: both;
    margin-left: 43px;
  }
  .ft-code {
    display: none;
  }
  .footer .ft-copyright {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    text-align: center;
  }
  .footer .ft-copyright img {
    display: block;
    clear: both;
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer .ft-copyright .fl {
    float: none;
    clear: both;
    text-align: center;
  }
  .footer .ft-copyright .fr {
    float: none;
    clear: both;
    text-align: center;
  }
}
