@charset "UTF-8";
html, body {
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文黑体", arial, sans-serif, STHeiti, sans-serif;
  font-size: 14px;
  color: #000;
  background: #EFEFEF; }

@font-face {
  font-family: fangzheng;
  src: url("fangzheng.ttf"); }

header {
  width: 100%;
  height: 120px;
  background: #EFEFEF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  header .header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative; }
    header .header .top-logo {
      width: auto;
      height: auto;
      overflow: hidden;
      float: left; }
      header .header .top-logo a {
        color: #2c7f08;
        font-size: 20px; }
        header .header .top-logo img{
          height: 80px;
          margin-top: 20px;
        }
    header .header .nav-item:hover .nav-item-lis {
      display: block; }
    header .header .nav-item .nav-item-lis {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: absolute;
      left: 0;
      z-index: 999;
      display: none; }
      header .header .nav-item .nav-item-lis li {
        width: 109px;
        height: 44px;
        line-height: 44px;
        background: #efefef;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        box-sizing: border-box; }
        header .header .nav-item .nav-item-lis li a {
          display: block;
          text-align: center;
          line-height: 40px;
          color: #000;
          font-size: 14px; }
        header .header .nav-item .nav-item-lis li:hover a {
          color: #0d5e10; }
    header .header .nav {
      width: auto;
      height: 100%;
      float: right; }
      header .header .nav li {
        width: 120px;
        height: 100%;
        float: left; }
        header .header .nav li a {
          display: block;
          width: 100%;
          height: 100%; }
          header .header .nav li a p {
            text-align: center; }
          header .header .nav li a .p1 {
            padding-top: 35px;
            color: #000;
            font-size: 18px; }
          header .header .nav li a .p2 {
            color: #999;
            font-size: 14px; }
          header .header .nav li a:hover .p1 {
            color: #0d5e10; }
          header .header .nav li a:hover .p2 {
            color: #0d5e10;
            font-weight: bold; }
      header .header .nav li:nth-child(3) {
        position: relative; }
        header .header .nav li:nth-child(3) ul {
          width: 600%; }
header .header .nav li:nth-child(6) .nav-item-lis{
  left: 800px !important;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 120px; }
  .banner ul {
    width: 1000%;
    height: 100%; }
    .banner ul .swiper-slide {
      max-width: 1920px;
      float: left; }
      .banner ul .swiper-slide img {
        width: 100%;
        vertical-align: middle; }
  .banner .pr {
    font-size: 0;
    width: 52px;
    height: 96px;
    background: url("../images/b-left.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -48px;
    z-index: 111;
    cursor: pointer; }
  .banner .ne {
    font-size: 0;
    width: 52px;
    height: 96px;
    background: url("../images/b-right.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -48px;
    z-index: 111;
    cursor: pointer; }

.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  background: url("../images/about-bj.jpg") no-repeat center;
  background-size: cover; }
  .about .row {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto; }
    .about .row .A-title {
      width: 100%;
      height: auto;
      padding: 50px 0; }
      .about .row .A-title a {
        display: block;
        width: 142px;
        height: 63px;
        background: url("../images/about.png") no-repeat;
        background-size: cover;
        margin: 0 auto;
        cursor: text; }
    .about .row .A-bot {
      width: 100%;
      height: auto;
      overflow: hidden; }
    .about .row .more {
      display: block;
      width: 150px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin: 20px auto;
      font-size: 18px;
      color: #000;
      float: right; }
    .about .row .A-left {
      width: 100%;
      height: auto;
      float: left;
      overflow: hidden; }
      .about .row .A-left h5 {
        color: #b6b6b6;
        line-height: 50px;
        font-size: 24px;
        font-weight: 100; }
      .about .row .A-left h2 {
        font-size: 36px;
        color: #000;
        font-weight: 100;
        line-height: 100px; }
      .about .row .A-left p {
        font-size: 18px;
        color: #000;
        line-height: 40px; }
    .about .row .A-right {
      width: 100%;
      height: auto;
      overflow: hidden;
      float: right;
      text-align: center; }
      .about .row .A-right ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .about .row .A-right ul li {
          width: 145px;
          height: 145px;
          float: left;
          margin-top: 50px;
          margin-bottom: 10px;
          overflow: hidden; }
          .about .row .A-right ul li a {
            display: block;
            width: 145px;
            height: 95px;
            border: 5px solid #484848;
            border-radius: 5px;
            box-sizing: border-box;
            overflow: hidden; }
            .about .row .A-right ul li a img {
              width: 100%;
              height: 100%;
              transition: all 1s; }
          .about .row .A-right ul li p {
            color: #000;
            font-size: 18px;
            font-weight: bold;
            line-height: 50px;
            cursor: pointer; }
          .about .row .A-right ul li:hover img {
            transform: scale(1.2); }
.ab{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 120px;
  text-align: center;
  background: #fff;
  padding: 50px 0;
}
.anli {
  width: 100%;
  height: auto;
  background: #494949;
  padding-bottom: 80px;
  position: relative; }
  .anli .row {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    .anli .row .A-title {
      width: 100%;
      height: auto;
      padding: 50px 0; }
      .anli .row .A-title a {
        display: block;
        width: 195px;
        height: 68px;
        background: url("../images/anli.png") no-repeat;
        background-size: cover;
        margin: 0 auto;
        cursor: text; }
    .anli .row .ne {
      width: 31px;
      height: 59px;
      background: url("../images/right.png") no-repeat;
      background-size: cover;
      position: absolute;
      right: 10px;
      top: 50%; }
    .anli .row .pr {
      width: 31px;
      height: 59px;
      background: url("../images/left.png") no-repeat;
      background-size: cover;
      position: absolute;
      left: 10px;
      top: 50%; }
    .anli .row .uls {
      width: 1200px;
      height: 500px;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .anli .row .uls ul {
        width: 1000%;
        height: 500px;
        overflow: hidden;
        margin: 40px 0;
        position: absolute; }
        .anli .row .uls ul li {
          width: 280px;
          height: 400px;
          margin-right: 25px;
          float: left;
          background: #fff; }
          .anli .row .uls ul li .tu {
            width: 100%;
            height: 240px;
            overflow: hidden;
            display: block; }
            .anli .row .uls ul li .tu img {
              width: 100%;
              height: 100%; }
          .anli .row .uls ul li .tit {
            width: 100%;
            height: 100px;
            border-bottom: 2px solid #cecece;
            box-sizing: border-box; }
            .anli .row .uls ul li .tit p {
              font-size: 16px;
              color: #666;
              padding-left: 20px;
              padding-top: 12px; }
            .anli .row .uls ul li .tit h2 {
              line-height: 55px;
              text-align: center;
              font-size: 24px;
              color: #000;
              font-weight: 100; }
              .anli .row .uls ul li .tit h2 a {
                color: #000; }
          .anli .row .uls ul li .time {
            width: 100%;
            height: 60px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center; }
            .anli .row .uls ul li .time a {
              width: 21px;
              height: 23px;
              background: url("../images/time.png") no-repeat;
              background-size: cover;
              display: block;
              margin-right: 10px; }
            .anli .row .uls ul li .time span {
              color: #999;
              font-size: 18px; }
    .anli .row .more {
      display: block;
      width: 150px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin: 0px auto;
      font-size: 18px;
      color: #fffefe; }
  .anli .click {
    width: 134px;
    height: 146px;
    background: url("../images/click.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    bottom: -73px; }

.index-cp {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 120px 0;
  position: relative; }
.index-cp .row {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.index-cp .row .uls {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
.index-cp .row .uls ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 40px 0;  }
.index-cp .row .uls .ulss li {
  width: 250px;
  height: 400px;
  margin-right: 50px;
  margin-bottom: 65px;
  float: left;
  background: #eee; }
.index-cp .row .uls .ulss li .tu {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block; }
.index-cp .row .uls .ulss li .tu img {
  width: 100%;
  height: 100%; }
.index-cp .row .uls .ulss li .tit {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #cecece;
  box-sizing: border-box; }
.index-cp .row .uls .ulss li .tit p {
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  padding-top: 12px; }
.index-cp .row .uls .ulss li .tit h2 {
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 100; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.index-cp .row .uls .ulss li .tit h2 a {
  color: #000;
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;}
.index-cp .row .uls .ulss li .tit h2 a:hover{
  color: #0d5e10;
}
.index-cp .row .uls .ulss li .time {
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
.index-cp .row .uls .ulss li .time a {
  width: 17px;
  height: 19px;
  background: url("../images/time.png") no-repeat;
  background-size: cover;
  display: block;
  margin-right: 5px; }
.index-cp .row .uls .ulss li .time span {
  color: #999;
  font-size: 14px;
  margin-right: 5px;}
.index-cp .row .uls .ulss li .time .lei{
  width: 130px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin: 0;
}
.row .pagelist{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row .pagelist li{
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #333;
  float: left;
  background: #eee;
  box-sizing: border-box;
  padding:0 5px;
}
.row .pagelist li a{
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.row .pagelist li:hover{
  border: 1px solid #0d5e10;
}
.row .pagelist .thisclass{
  color: #fff;
  background: #0d5e10;
}

.index-cp .row .anli-cp{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index-cp .row .anli-cp ul{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}
.index-cp .row .anli-cp ul li{
  width: 195px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  background: #eee;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.index-cp .row .anli-cp ul li:hover a{
  color: #1E9D24;
}
.index-cp .row .anli-cp ul li a{
  display: block;
  color: #000;
  font-size: 14px;
}
.index-zl{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.index-zl .row{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index-zl .row .con-bod{
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.index-zl .row .con-bod h1{
  font-size: 32px;
  color: #333;
  font-weight: inherit;
}
.index-zl .row .con-bod p{
  font-size: 14px;
  color: #666;
  line-height: 34px;
}
.index-zl .row .con-bod span{
  color: #666;
  line-height: 50px;
}
.index-zl .row .con-bod .bod-bod{
  text-align: center;
  margin: 30px 0;
  padding-bottom: 50px;
  min-height: 400px;
}
.index-zl .row .con-bod .bod-bod img{
  max-width: 100%;
}
.index-zl .row .zl-ul{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.index-zl .row .zl-ul li{
  width: 24%;
  float: left;
  display: inline;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.index-zl .row .zl-ul li img{
}
.index-zl .row .zl-ul li h2{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  opacity: 0.7;
}
.index-zl .row .zl-ul li h2 a{
  color: #FFF;
  text-align: center;
}

.index-news{
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: #fff;
}
.index-news .row{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index-news .row .news-ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-news .row .news-ul li{
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #666;
  overflow: hidden;
}
.index-news .row .news-ul li div{
  width: 100%;
  overflow: hidden;
}
.index-news .row .news-ul li a{
  font-size: 18px;
  color: #333;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.index-news .row .news-ul li:hover a{
  color: #0d5e10;
}
.index-news .row .news-ul li p{
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.index-news .row .news-ul li .ti{
  float: right;
  font-size: 14px;
  color: #333;
}
.row .pagelist{
  margin: 30px 0;
}
.index-news .row .pagelist li{
  text-align: center;
}

.anliCon {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff; }
  .anliCon .row {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto; }
    .anliCon .row ul {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-top: 80px;
      padding: 50px 0; }
      .anliCon .row ul li {
        width: 120px;
        height: 600px;
        margin-right: 50px;
        float: left;
        transition: all 1s;
        position: relative; }
        .anliCon .row ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          .anliCon .row ul li a span {
            width: 30px;
            height: auto;
            color: #fff;
            font-size: 30px;
            display: block;
            text-shadow: #000 3px 0px 8px;
            font-family: fangzheng;
            line-height: 45px; }
        .anliCon .row ul li p {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background: #000;
          opacity: 0.3; }
        .anliCon .row ul li:hover {
          transform: scale(1.1); }
          .anliCon .row ul li:hover p {
            opacity: 0; }
      .anliCon .row ul li:nth-child(1) {
        background: url("../images/pic1.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(2) {
        background: url("../images/pic2.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(3) {
        background: url("../images/pic3.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(4) {
        background: url("../images/pic4.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(5) {
        background: url("../images/pic5.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(6) {
        background: url("../images/pic6.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(7) {
        background: url("../images/pic7.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(8) {
        background: url("../images/pic8.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(9) {
        background: url("../images/pic9.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(10) {
        background: url("../images/pic10.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(11) {
        background: url("../images/pic11.jpg") no-repeat;
        background-size: cover; }
      .anliCon .row ul li:nth-child(odd) {
        margin-top: 20px; }
      .anliCon .row ul li:nth-child(even) {
        margin-top: 80px; }

.cp {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding-bottom: 50px; }
  .cp .row {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    .cp .row .A-title {
      width: 100%;
      height: auto;
      padding: 50px 0; }
      .cp .row .A-title a {
        display: block;
        width: 149px;
        height: 63px;
        background: url("../images/cp.png") no-repeat;
        background-size: cover;
        margin: 0 auto;
        cursor: text; }
    .cp .row .uls {
      width: 1200px;
      height: 450px;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .cp .row .uls ul {
        width: 1000%;
        height: 450px;
        overflow: hidden;
        margin: 40px 0;
        position: absolute; }
        .cp .row .uls ul li {
          width: 280px;
          height: 400px;
          margin-right: 25px;
          float: left;
          background: #fff; }
          .cp .row .uls ul li .tu {
            width: 100%;
            height: 240px;
            overflow: hidden;
            display: block; }
            .cp .row .uls ul li .tu img {
              width: 100%;
              height: 100%; }
          .cp .row .uls ul li .tit {
            width: 100%;
            height: 150px; }
            .cp .row .uls ul li .tit p {
              font-size: 18px;
              color: #666;
              text-align: center;
              line-height: 34px; }
              .cp .row .uls ul li .tit p a {
                color: #666; }
            .cp .row .uls ul li .tit h2 {
              line-height: 70px;
              text-align: center;
              font-size: 24px;
              color: #000;
              font-weight: 100; }
              .cp .row .uls ul li .tit h2 a {
                color: #000; }
    .cp .row .ne {
      width: 31px;
      height: 59px;
      background: url("../images/right1.png") no-repeat;
      background-size: cover;
      position: absolute;
      right: 10px;
      top: 50%; }
    .cp .row .pr {
      width: 31px;
      height: 59px;
      background: url("../images/left1.png") no-repeat;
      background-size: cover;
      position: absolute;
      left: 10px;
      top: 50%; }
    .cp .row .more {
      display: block;
      width: 210px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border: 1px solid #000;
      border-radius: 50px;
      font-size: 18px;
      color: #000;
      margin: 20px auto; }
      .cp .row .more:hover {
        background: #1E9D24;
        color: #fff;
        border: 1px solid #fff; }

.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
  background: #595959; }
  .news .row {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto; }
    .news .row .A-title {
      width: 100%;
      height: auto;
      padding: 50px 0; }
      .news .row .A-title a {
        display: block;
        width: 96px;
        height: 63px;
        background: url("../images/news.png") no-repeat;
        background-size: cover;
        margin: 0 auto;
        cursor: text; }
    .news .row ul {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .news .row ul li {
        width: 47%;
        height: 90px;
        float: left;
        padding: 20px 0; }
        .news .row ul li .time {
          width: 80px;
          height: 90px;
          float: left; }
          .news .row ul li .time a {
            display: block;
            width: 100%;
            height: 54px;
            line-height: 54px;
            text-align: center;
            font-size: 36px;
            color: #fff;
            font-weight: bold;
            background: #17921D; }
            .news .row ul li .time a span {
              color: #fff; }
          .news .row ul li .time p {
            display: block;
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 36px;
            width: 100%;
            height: 36px;
            background: #252525; }
        .news .row ul li .text {
          width: 460px;
          height: 90px;
          overflow: hidden;
          float: right; }
          .news .row ul li .text h2 {
            width: 380px;
            color: #fff;
            font-weight: 100;
            line-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .news .row ul li .text h2 a {
              color: #fff; }
          .news .row ul li .text p {
            color: #d7d7d7;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
      .news .row ul li:nth-child(even) {
        float: right !important; }
    .news .row .more {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      margin-top: 30px;
      overflow: hidden;
      display: block;
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .news .row .more i {
        width: 65px;
        height: 59px;
        background: url("../images/more.png") no-repeat;
        background-size: cover;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; }
      .news .row .more span {
        display: block;
        color: #fffefe;
        font-size: 18px;
        text-align: center; }

.ly {
  width: 100%;
  height: 660px;
  background: url("../images/bj_02.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ly .l-box {
    width: 700px;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 10px; }
    .ly .l-box .l-title {
      padding: 40px 0;
      text-align: center; }
      .ly .l-box .l-title h2 {
        font-size: 34px;
        color: #000; }
      .ly .l-box .l-title p {
        font-size: 16px;
        color: #666; }
    .ly .l-box .inp {
      width: 620px;
      height: auto;
      margin: 30px auto;
      margin-top: 0;
      overflow: hidden; }
      .ly .l-box .inp label {
        width: 90px;
        height: 100%;
        display: block;
        float: left;
        font-size: 18px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-right: 10px;
        margin-left: 40px; }
        .ly .l-box .inp label i {
          display: block; }
        .ly .l-box .inp label .na {
          width: 25px;
          height: 37px;
          background: url("../images/na.png") no-repeat;
          background-size: cover; }
        .ly .l-box .inp label .te {
          width: 23px;
          height: 37px;
          background: url("../images/te.png") no-repeat;
          background-size: cover; }
        .ly .l-box .inp label .de {
          width: 40px;
          height: 36px;
          background: url("../images/de.png") no-repeat;
          background-size: cover; }
      .ly .l-box .inp input {
        width: 390px;
        height: 50px;
        padding-left: 20px;
        color: #999;
        font-size: 18px;
        line-height: 50px;
        border-radius: 50px;
        border: 1px solid #000;
        outline: none; }
      .ly .l-box .inp textarea {
        width: 370px;
        height: 100px;
        padding-left: 30px;
        color: #999;
        font-size: 18px;
        line-height: 50px;
        border-radius: 25px;
        border: 1px solid #000;
        outline: none; }
    .ly .l-box .coolbg {
      width: 156px;
      height: 50px;
      background: #17921d;
      margin: 20px auto;
      color: #fff;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      display: block;
      cursor: pointer; }

.partner {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .partner .row {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto; }
    .partner .row .A-title {
      width: 100%;
      height: auto;
      padding: 50px 0;
      margin-left: 6px; }
      .partner .row .A-title a {
        display: block;
        width: 234px;
        height: 63px;
        background: url("../images/partner.png") no-repeat;
        background-size: cover;
        margin: 0 auto;
        cursor: text; }
    .partner .row ul {
      width: 100%;
      height: auto;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 60px; }
      .partner .row ul li {
        width: 200px;
        height: 100px;
        border: 1px solid #000;
        box-sizing: border-box;
        float: left;
        line-height: 100px;
        text-align: center; }
        .partner .row ul li img {
          vertical-align: middle; }

        .about{
          width: 100%;
          height: auto;
          overflow: hidden;
          padding-top: 100px;
        }
.about-con {
  width: 100%;
  min-height: 500px;
  padding: 50px 0;
  background: #fff;
}
.about-con .a-con{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.abt{
  width: 100%;
  height: auto;
  padding-top: 100px;
}
footer {
  width: 100%;
  height: auto;
  background: #000; }
  footer .footer {
    width: 100%;
    height: 175px;
    background: #282828; }
    footer .footer .row {
      width: 1000px;
      height: 100%;
      margin: 0 auto; }
      footer .footer .row .le {
        width: 50%;
        height: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        footer .footer .row .le p {
          color: #fffefe;
          font-size: 14px;
          text-align: left;
          line-height: 40px; }
          footer .footer .row .le p i {
            display: block;
            float: left;
            margin-right: 10px;
            margin-top: 8px; }
          footer .footer .row .le p .dz {
            width: 24px;
            height: 24px;
            background: url("../images/dz.png") no-repeat;
            background-size: cover; }
          footer .footer .row .le p .dh {
            width: 19px;
            height: 21px;
            background: url("../images/dh1.png") no-repeat;
            background-size: cover; }
          footer .footer .row .le p .sj {
            width: 16px;
            height: 23px;
            background: url("../images/sj.png") no-repeat;
            background-size: cover; }
      footer .footer .row .ri {
        width: 50%;
        height: 100%;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .footer .row .ri img {
          width: 95px;
          margin-right: 20px; }
        footer .footer .row .ri p {
          color: #fff;
          font-size: 18px; }
  footer .foot {
    line-height: 48px;
    color: #999;
    text-align: center;
    font-size: 14px; }
    footer .foot a{
      color: #999;
    }
.prenext{width:100%;margin:30px 0;text-align:center;overflow: hidden;}
.prenext p{font-weight:bold;}
.prenext a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;color: #333;}
.prenext a span{font-size:18px;margin-right:10px;}
.prenext a em{font-style:normal;font-size:18px;}
.prenext a:hover{background:#2384D5;border-color:#2384D5;color:#fff;}
.prenext a:hover span{color:#fff;}
.prenext .pre{float: left;}
.prenext .next{float: right;}