  /* 公共导航栏样式 */
  .header_container {
      height: 90px;
      /* line-height: 100px; */
      /* background-color: aquamarine; */
  }

  .header_container .left_header {
      float: left;
      height: 100%;
      width: 45%;
      padding-top: 20px;
      overflow: hidden;
      /* background-color: pink; */
  }

  .header_container .left_header a img {
      width: 100%;
      /* height: 70%; */
      /* width: 100%; */

  }

  .header_container .right_header {
      float: right;
      width: 50%;
      margin-top: 20px;
      /* background-color: purple; */
  }

  .header_container .right_header ul li {
      float: left;
      /* width: 12.5%; */
      width: 20%;
      height: 60px;
      /* margin-right: 1%; */
  }

  .header_container .right_header ul li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px 2px 2px 2px;
      color: #116C35;
  }

  .header_container .right_header ul li a:hover {
      border-bottom: 1px;
      color: #42B141;
      border-bottom: 2px solid #42B141;
  }

  .header_container .right_header ul li a span {
      display: block;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .header_container .right_header ul li a span:first-child {
      font-size: 16px;
      /* font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif; */
      font-weight: 700;
  }

  .header_container .right_header ul li a span:last-child {
      display: block;
      text-align: center;
      line-height: normal;
      font-size: 12px;
      margin-top: 10px;

  }

  /* banner轮播图样式 */
  .carousel_banner {
      position: relative;
      /* height: 800px; */
      width: 90%;
      /* background-color: aqua; */
      overflow: hidden;
      margin: 0 auto;
  }

  .carousel_banner .txt {
      position: absolute;
      width: 80%;
      height: 30%;
      top: 35%;
      left: 10%;
      /* background-color: pink; */
  }

  .carousel_banner .ch_txt {

      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 48px;
      color: #FFFFFF;
      /* background-color: #116C35; */
  }

  .carousel_banner .en_txt {

      width: 100%;
      text-align: center;
      padding: 0 12%;
      font-size: 32px;
      margin-top: 1%;
      color: #FFFFFF;
      /* background-color: #116C35; */
  }

  .carousel_banner .inner_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 500%;
      height: 100%;
      transition: all 1s;
      /* background-color: #42B141; */
  }

  .carousel_banner .inner_box img {
      float: left;
      width: 20%;

  }

  .carousel_banner .dots {
      position: absolute;
      bottom: 2%;
      left: 46%;
      width: 8%;
      /* background-color: antiquewhite; */
  }

  .carousel_banner .dots li {
      float: left;
      width: 46%;
      height: 13px;
      background-color: #3CB141;
      margin-right: 8%;
      border-radius: 13px;
      cursor: pointer;
  }

  .current_dot {
      background-color: #FFB736;
  }

  .carousel_banner .dots li:last-child {
      margin-right: 0px;
  }

  /* 轮播图下首页标题about以及文本 */


  .about_header,
  .theme {
      height: auto;
      width: 100%;
      padding-top: 100px;
      /* background-color: aqua; */
      text-align: center;
      margin-bottom: 50px;
  }

  .about_header .entitle,
  .theme .entitle {
      font-size: 35px;
      font-weight: 700;
      color: #3CB141;
      margin-top: 20px;
      font-weight: 400;
  }

  .about_header .detail,
  .theme .detail {
      font-size: 40px;
      font-weight: 700;
      /* font-family: '微软雅黑', sans-serif; */
  }

  .module .title .ch_btn {
      cursor: pointer;
      font-size: 18px;
      color: #333;
      margin-left: 20px;
  }

  .module .title .en_btn {
      font-size: 18px;
      color: #333;
      cursor: pointer;

  }

  .module .title .line {
      padding: 0 10px;
      font-size: 10px;
      color: #999;
  }

  .about_bottom {
      width: 100%;
      /* height: 500px; */
  }

  .about_bottom .left_about,
  .about_bottom .right_about {
      float: left;
      margin: 0 auto;
      width: 49%;
      height: 100%;
      margin-right: 2%;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      padding: 0 15px;
      padding-bottom: 15px;
  }

  .bottom_about {

      margin: 20px auto;
      width: 100%;
      /* height: 500px; */
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      padding: 15px;
  }

  .about_bottom .right_about {
      margin-right: 0;
      /* margin-top: 20px; */
  }

  .about_bottom .box_header {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #ccc;
      /* background-color: #3CB141; */
      padding: 20px 0 15px 0;
  }

  .about_bottom .box_header .box_title {
      font-size: 22px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .about_bottom .box_header .en_title {
      font-size: 18px;
      color: #999;
      margin-top: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .about_bottom .box_content {
      padding-top: 10px;
      height: 350px;
      overflow: auto;
      text-overflow: ellipsis;
      /* background-color: red; */
  }

  .bottom_about .box_content {
      height: auto;
  }

  .about_bottom .box_content p {
      font-size: 16px;
      line-height: 32px;
      text-indent: 32px;
      color: #333;
  }

  .about_bottom .box_change {
      padding-top: 10px;
  }

  .about_bottom .box_change span {
      margin-left: 1%;
      cursor: pointer;
  }

  .about_bottom .box_change span:nth-child(2) {
      color: #ccc;
      cursor: auto;
  }





  /* 组织结构区域 */

  .organization_container>div:nth-child(2n) {
      position: relative;
      width: 300px;
      height: 50px;
      border: 2px solid #ccc;
      margin: 40px auto;

  }



  .organization_container>div:nth-child(2n) div {
      position: absolute;

      background-color: #FFFFFF;

  }

  .organization_container>div:nth-child(2n) div:first-child {

      width: 100%;
      font-size: 26px;
      color: #3CB141;
      top: -18px;
      left: 0;
      text-align: center;
      background-color: transparent;
      z-index: 999
  }

  .organization_container>div:nth-child(2n) div span {
      background-color: #FFFFFF;
  }

  .organization_container>div:nth-child(2n) div:last-child {
      width: 100%;
      font-size: 26px;
      bottom: -13px;
      left: 0px;
      text-align: center;
      background-color: transparent;
  }

  .organization_container .companys {
      width: 100%;
      height: 80px;
      margin: 0 auto;
      margin-bottom: 70px;
      /* background-color: #116C35; */
  }





  .organization_container .undertaker span {
      position: absolute;

      background-color: #FFFFFF;

  }

  .organization_container .undertaker span:first-child {
      font-size: 26px;
      color: #3CB141;
      top: -18px;
      left: 92px;
  }

  .organization_container .undertaker span:last-child {
      font-size: 26px;
      bottom: -13px;
      left: 125px;
  }

  /* 图片单位 */
  .organization_container .company {
      width: 550px;
      height: 60px;
      margin: 0 auto;
      margin-bottom: 100px;
      /* background-color: pink; */
  }

  .organization_container .company img {
      display: block;
      margin: 0 auto;
      width: 70%;
  }





  /* 文字单位 */

  .organization_container .unit {
      margin: 0 auto;
      font-size: 26px;
      text-align: center;
  }


  /* 底部 */
  .footer {
      width: 100%;
      height: 225px;
      overflow: hidden;
      text-align: center;
      background-color: #116C35;
      margin-top: 100px;
      padding: 0 20px ;
  }

  .footer img {
      display: block;
      width: 90px;
      margin: 25px auto;
  }

  .footer p {
      font-size: 16px;
      margin-top: 10px;
      color: #FFFFFF;
  }


  /* 邮箱弹窗 */
  .email_containner {
      display: none;
      position: fixed;
      width: 700px;
      height: 0px;
      background-color: #fff;
      top: 10%;
      left: 50%;
      margin-left: -350px;
      z-index: 999;
      border-radius: 20px;
      padding-bottom: 15px;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
      transition: all 0.5s;
      overflow: hidden;

  }

  .email_containner .email_header {
      height: 50px;
      line-height: 50px;
      background-color: #F2F2F2;
      padding: 0 15px;
  }

  .email_containner .email_header div {
      height: 100%;
      font-size: 16px;
  }

  .email_containner .email_header div img {
      height: 70%;
  }

  .email_containner .email_header .left_hea {
      float: left;
  }

  .email_containner .email_header .right_hea {
      float: right;
  }

  .email_containner .email_header .right_hea img {
      height: 50%;
      cursor: pointer;
  }

  .email_containner .email_title {
      height: 20px;
      width: 100%;
      line-height: 20px;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      margin: 20px auto;
  }

  .email_containner ul li {
      width: 70%;
      height: 80px;
      margin: 10px auto;
      /* background-color: #3CB141; */
      border: 2px solid green;
      overflow: hidden;
      transition: all 0.5s;

  }

  .email_containner ul li img {
      display: block;
      height: 60%;
      ;
      margin: 20px auto;
      transition: all 0.5s;
  }

  .email_containner ul li:hover img {
      transform: scale(1.2);
  }



  /* 返回官网 */
  .back_btn {
      position: absolute;
      top: 20px;
      right: 5%;
      width: 94px;
      /* height: 55px; */
      /* background-color: #3CB141; */
      background-image: linear-gradient(to right top, #3cb141, #38b740, #34be3e, #2ec43d, #27cb3b, #06cd5c, #00ce77, #00ce8d, #00c5b1, #00bacc, #00abd9, #1c9bd7);
      /* border-radius: 50%; */
      border-radius: 5px;
      box-shadow: inset 10px 10px 10px rgba(0, 0, 0, .1), 15px 25px 10px rgba(255, 255, 255, .05), 15px 20px 20px rgba(0, 0, 0, .05), inset -10px -10px 15px rgba(255, 255, 255, .9);
      /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
      padding: 8px;
      text-align: center;
      padding-top: 10px;
      font-weight: 700;
      font-size: 15px;
      animation: droMove 2s ease infinite normal;
      transition: all 0.5s;
      font-weight: 600;
      height: 60px;
      
  }

  .back_btn:hover {
      /* animation: none; */
      background-image: linear-gradient(to right top, #5ae660, #54dc5a, #4ed254, #49c84f, #43be49, #40be46, #3dbd43, #3abd40, #38c63f, #36d03d, #34d93b, #31e339);
      color: white;
  }

  /* @keyframes droMove {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
} */

  /* .back_btn a {
    z-index: 999;
    color: #fff;
} */

  /* .back_btn::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.back_btn::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
} */


/* 移动端下拉菜单，正常不显示 */
  .menu {
      display: none;
      
  }

  .botom_menu {
      /* display: none; */
      position: relative;
      width: 100%;
      height: 0;
      /* background-color: pink;     */
      overflow: hidden;
      transition: all 0.5s;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

  }

  .botom_menu ul li {
      display: flex;
      justify-content: start;
      padding: 0 20px;
      line-height: 40px;
      /* border-bottom: 2px solid #00ce8d; */

  }

  .botom_menu ul li span:first-child {
      font-size: 15px;
      color: #00c5b1;
  }

  .botom_menu ul li span:last-child {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 30px;
      font-size: 12px;
      text-align: left;

  }

  .now_page {
      border-bottom: 2px solid #00ce77;
  }

  .botom_menu  #back_btn .back_btn {
    display: block;
      position: absolute;
      right: 10px !important;
      top: auto !important;
      bottom:  10px !important;
      width: 20% !important;
  }
  .backTop {
    position: fixed;
   display: none;
    bottom: 30px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: rgba(69, 215, 36, 0.6);
    
    line-height: 44px;
    text-align: center;
    font-weight: 700;
    /* border-radius: 50%; */
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #D9F1B5;
    font-size: 40px;
    cursor: pointer;
  }
  .backTop:hover {
    background-color: rgba(127, 220, 106, 0.6);
    
  }
  