.banner {
  width: 100%;
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/icon_01.jpg);
  background-repeat: no-repeat;
  padding-top: 347px;
  text-align: center; }
  .banner .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 37px; }
  .banner p {
    text-align: center;
    font-size: 32px;
    color: #333333;
    line-height: 1; }
  .banner .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    position: relative; }
    .banner .button .code {
      overflow: hidden;
      width: 160px;
      background: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      padding: 10px;
      position: absolute;
      right: -190px;
      top: -12px;
      border-radius: 10px; }
      .banner .button .code img {
        display: block;
        width: 100%; }
    .banner .button .div {
      overflow: hidden;
      width: 200px;
      height: 60px;
      margin: 0 10px;
      background: #fff;
      border-radius: 40px; }
      .banner .button .div.ios a div {
        background-image: url(../images/down_07.jpg); }
      .banner .button .div.ios:hover {
        background: #3dac4a; }
        .banner .button .div.ios:hover a span {
          color: #fff; }
        .banner .button .div.ios:hover a div {
          background-image: url(../images/pg.png); }
      .banner .button .div.ad:hover {
        background: #3dac4a; }
        .banner .button .div.ad:hover a span {
          color: #fff; }
        .banner .button .div.ad:hover a div {
          background-image: url(../images/ad.png); }
      .banner .button .div.ad a div {
        background-image: url(../images/down_072.jpg); }
      .banner .button .div:hover {
        opacity: 0.8; }
      .banner .button .div a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .banner .button .div a div {
          width: 30px;
          height: 36px;
          background-size: 100% 100%; }
        .banner .button .div a span {
          font-size: 18px;
          color: #333333;
          margin-left: 26px; }

.main_box {
  overflow: hidden;
  width: 100%;
  height: 2777px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .main_box .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 260px; }
    .main_box .m .down {
      overflow: hidden;
      width: 100%; }
      .main_box .m .down .title {
        display: block;
        margin: 0 auto;
        margin-bottom: 49px; }
      .main_box .m .down .box {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main_box .m .down .box .button {
          overflow: hidden;
          width: 230px; }
          .main_box .m .down .box .button .div {
            overflow: hidden;
            width: 100%;
            height: 60px;
            background: #fff;
            margin-bottom: 28px;
            border-radius: 40px; }
            .main_box .m .down .box .button .div:hover {
              opacity: 0.9; }
            .main_box .m .down .box .button .div.ios a div {
              background-image: url(../images/down_07.jpg); }
            .main_box .m .down .box .button .div.ios:hover {
              background: #3dac4a; }
              .main_box .m .down .box .button .div.ios:hover a span {
                color: #fff; }
              .main_box .m .down .box .button .div.ios:hover a div {
                background-image: url(../images/pg.png); }
            .main_box .m .down .box .button .div.ad:hover {
              background: #3dac4a; }
              .main_box .m .down .box .button .div.ad:hover a span {
                color: #fff; }
              .main_box .m .down .box .button .div.ad:hover a div {
                background-image: url(../images/ad.png); }
            .main_box .m .down .box .button .div.ad a div {
              background-image: url(../images/down_072.jpg); }
            .main_box .m .down .box .button .div:last-child {
              margin-bottom: 0; }
            .main_box .m .down .box .button .div a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .main_box .m .down .box .button .div a div {
                width: 30px;
                height: 36px;
                background-size: 100% 100%; }
              .main_box .m .down .box .button .div a span {
                font-size: 18px;
                color: #333333;
                margin-left: 26px; }
        .main_box .m .down .box .code {
          width: 160px;
          height: 160px;
          background: #fff;
          margin-left: 31px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          border-radius: 6px; }
          .main_box .m .down .box .code img {
            display: block;
            width: 100%; }
            




.main_box .m .label1 {
      overflow: hidden;
      margin-bottom: 536px; }
.main_box .m .label2 {
      overflow: hidden;
      margin-bottom: 536px; }
.main_box .m .label3 {
      overflow: hidden;
      margin-bottom: 486px; }


.main_box .m .label1 div {
    overflow: hidden;
    width: 745px;
    float: left;}
.main_box .m .label2 div {
    overflow: hidden;
    width: 745px;
    float: right;}
.main_box .m .label3 div {
    overflow: hidden;
    width: 745px;
    float: left;}
      
     
.main_box .m .label1 div p {
    text-align: left;
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;}
.main_box .m .label2 div p {
    text-align: left;
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;}
.main_box .m .label3 div p {
    text-align: left;
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;}


.main_box .m .label1 div span {
    display: block;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    text-align: left;}
.main_box .m .label2 div span {
    display: block;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    text-align: left;}
.main_box .m .label3 div span {
    display: block;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    text-align: left;}



#img1{
    position: absolute;
    margin-left: 730px;
    margin-top: -135px;
}

#img2{
    position: absolute;
    margin-left: 860px;
    margin-top: -168px;
    z-index: 100;
}

#img3{
    position: absolute;
    margin-left: 335px;
    margin-top: 535px;
}

#img4{
    position: absolute;
    margin-left: 694px;
    margin-top: 1249px;
}

#img5{
    position: absolute;
    margin-left: 860px;
    margin-top: 1314px;
    z-index: 100;
}

















.footer {
  overflow: hidden;
  background: #f5f5f5;
  width: 100%;
  padding: 23px 0; }
  .footer ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer ul li {
      font-size: 14px;
      padding: 0 11px;
      position: relative;
      color: #666666; }
      .footer ul li a {
        color: #666666; }
      .footer ul li::after {
        content: '';
        width: 1px;
        height: 16px;
        background: #dddddd;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .footer ul li:last-child::after {
        display: none; }
  .footer p {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: #666666; }

.header {
  width: 100%;
  position: absolute;
  height: 100px; }
  .header.on {
    background: #fff;
    position: static; }
  .header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .m h1 {
      display: block; }
    .header .m ul {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .m ul li {
        margin-left: 40px;
        font-size: 18px;
        position: relative;
        color: #333333; }
        .header .m ul li.on::after {
          content: '';
          width: 20px;
          height: 3px;
          background: #3dac4a;
          position: absolute;
          left: 50%;
          margin-left: -10px;
          bottom: -4px; }
        .header .m ul li.land a {
          background: #3DAC4A;
          color: #fff; }
        .header .m ul li a {
          height: 38px;
          display: inline-flex;
          align-items: center;
          padding: 0 27px;
          border-radius: 40px;
          font-size: 18px;
          color: #333; }

.des_banner {
  width: 100%;
  height: 528px;
  background-image: url(../images/banner_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 175px; }
  .des_banner .font {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 10px; }
    .des_banner .font p {
      width: 100%;
      line-height: 1;
      text-align: center;
      position: relative;
      z-index: 999;
      font-size: 50px;
      color: #fff;
      font-weight: bold;
      letter-spacing: 10px;
      padding-left: 5px; }
    .des_banner .font::after {
      content: '';
      width: 238px;
      height: 12px;
      background: #209344;
      border-radius: 40px;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }

.main_about {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 65px;
  position: relative;
  margin-top: -134px; }
  .main_about .contact {
    overflow: hidden;
    padding: 40px 0 45px 55px;
    display: flex;
    align-items: flex-start; }
    .main_about .contact .fl {
      overflow: hidden; }
      .main_about .contact .fl h4 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        position: relative;
        margin-bottom: 43px; }
        .main_about .contact .fl h4::after {
          content: '';
          width: 28px;
          height: 4px;
          background: #3dac4a;
          position: absolute;
          left: 0;
          bottom: -17px; }
      .main_about .contact .fl ul {
        overflow: hidden; }
        .main_about .contact .fl ul li {
          overflow: hidden;
          margin-bottom: 15px;
          display: flex;
          align-items: flex-start; }
          .main_about .contact .fl ul li img {
            margin-top: 3px; }
          .main_about .contact .fl ul li p {
            color: #333333;
            width: 222px;
            line-height: 20px;
            margin-left: 13px;
            font-size: 16px; }
    .main_about .contact .fr {
      overflow: hidden;
      display: flex;
      margin-left: 215px; }
      .main_about .contact .fr .item {
        overflow: hidden;
        width: 180px;
        margin-right: 30px; }
        .main_about .contact .fr .item div {
          overflow: hidden;
          width: 100%;
          background: #f7f7f7;
          padding: 9px;
          border-radius: 6px;
          margin-bottom: 18px; }
          .main_about .contact .fr .item div img {
            display: block;
            width: 100%; }
        .main_about .contact .fr .item p {
          text-align: center;
          font-size: 14px;
          color: #666666; }
  .main_about .main_boxs {
    overflow: hidden;
    border-bottom: 1px dashed #f2f2f2;
    padding: 83px 53px 46px 53px; }
    .main_about .main_boxs .label {
      overflow: hidden;
      margin-top: 45px; }
      .main_about .main_boxs .label p {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 18px; }
      .main_about .main_boxs .label span {
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 26px; }
      .main_about .main_boxs .label ul {
        overflow: hidden; }
        .main_about .main_boxs .label ul li {
          overflow: hidden;
          width: 351px;
          float: left;
          margin-right: 20px;
          margin-top: 20px; }
          .main_about .main_boxs .label ul li:nth-child(3n) {
            margin-right: 0; }
          .main_about .main_boxs .label ul li img {
            display: block;
            width: 100%; }
    .main_about .main_boxs .title {
      overflow: hidden;
      margin-bottom: 20px; }
      .main_about .main_boxs .title p {
        text-align: center;
        font-size: 30px;
        color: #333333;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 18px; }
      .main_about .main_boxs .title span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #999999; }

.main_list {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 40px 97px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 65px;
  position: relative;
  margin-top: -134px; }
  .main_list .page {
    overflow: hidden;
    display: flex;
    margin-top: 28px;
    width: 100%; }
    .main_list .page ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main_list .page ul li {
        overflow: hidden;
        border: 1px solid #ebebeb;
        width: 48px;
        margin: 0 5px;
        transition: all .1s;
        height: 48px; }
        .main_list .page ul li:hover {
          background: #209344;
          border: 1px solid #209344; }
          .main_list .page ul li:hover a {
            color: #fff; }
        .main_list .page ul li:first-child:hover {
          background: #FFFFFF;
          border: 1px solid #ebebeb; }
        .main_list .page ul li:last-child:hover {
          background: #FFFFFF;
          border: 1px solid #ebebeb; }
        .main_list .page ul li.on {
          background: #209344;
          border: 1px solid #209344; }
          .main_list .page ul li.on a {
            color: #fff; }
        .main_list .page ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #999999; }
  .main_list > ul {
    overflow: hidden;
    width: 100%; }
    .main_list > ul li {
      overflow: hidden;
      border-bottom: 1px solid #eeeeee; }
      .main_list > ul li:last-child {
        border: none; }
      .main_list > ul li:hover a .pic img {
        transform: scale(1.1); }
      .main_list > ul li a {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 40px 0;
        overflow: hidden; }
        .main_list > ul li a .pic {
          overflow: hidden;
          width: 260px; }
          .main_list > ul li a .pic img {
            display: block;
            transition: all .6s;
            width: 100%; }
        .main_list > ul li a .grow {
          overflow: hidden;
          width: 595px;
          margin-left: 40px; }
          .main_list > ul li a .grow p {
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            margin-bottom: 25px; }
          .main_list > ul li a .grow span {
            display: block;
            font-size: 14px;
            color: #666666;
            line-height: 30px; }
        .main_list > ul li a .date {
          overflow: hidden;
          width: 125px;
          position: absolute;
          right: 0;
          top: 50px; }
          .main_list > ul li a .date p {
            font-size: 68px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            margin-bottom: 20px;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 3px #333333; }
          .main_list > ul li a .date span {
            display: block;
            text-align: center;
            font-size: 18px;
            color: #333333; }

/*# sourceMappingURL=css.css.map */





.main_list .page ul a{
    border: 1px solid #ebebeb;
    width: 48px;
    margin: 0 5px;
    transition: all .1s;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
    padding: 0 5px;
}


.main_list .page ul .current {
    background: #209344;
    border: 1px solid #209344;
    width: 48px;
    margin: 0 5px;
    padding: 14px 5px;

    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}








