.language {
    position: relative;
    display: flex;
}
.language .language_list{
    top: 24px;
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.language_list a{
    display: block;
    transition: all 0.5s;
    background: #fff;
    padding: 10px;
    justify-content: center;
}
.language_list a:hover{
    color: #fff !important;
    background: #6ba23e;
}
.home_nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
}
.world{
    display: flex;
    
    justify-content: center;
    align-items: flex-start !important;
}
.world svg{
    margin-right: 0 !important;
}
.home_nav .logo_c {
    display: none;
}
.home_nav a{
    color: #fff;
    transition: all 0.5s;
}
.home_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.home_r{
    display: flex;
    align-items: center;
}
.home_r div svg{
    margin-right: 18px;
}
.home_r>div{
    display: flex;
    align-items: center;
}
.home_r>div:first-child{
    margin-right: 40px;
}
.world{
    margin-left: 50px;
}
.home_btm{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.navigation{
    display: flex; 
}
.navigation .nav1{
    display: flex;
    align-items: center;
    height: 90px;
    position: relative;
}
.navigation .nav1:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content:'';
    display: block;
    width: 0;
    height: 2px;
    background: #6ba23e;
    transition: all 0.5s;
}
.navigation .nav1:hover:before{
    width: 100%;
}
.navigation .nav2{
    display: none;
}
.home_btm{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.navigation>div{
    margin-right: 58px;
}
.navigation>div:last-child{
    margin-right: 0px;
}
.home_search{
    display: flex;
    align-items: center;
}
.home_search svg{
    cursor: pointer;
}
.home_search input{
    color: white;
    border: none;
    background: none;
    margin-left: 20px;
}
.home_search input::placeholder {
    color: #ffffff; /* 例如，将占位符文本颜色设置为红色 */
    opacity:1
}
.navigation .nav2 {
  display: none;
  position: fixed;
  left: 0;
  top: auto;
  width: 100vw;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.navigation .nav2 a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation .nav2 a:hover {
  color: #6ba23e;
}
.navigation .nav2_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: auto;
  padding: 66px 0;
}
.navigation .nav2_l {
  width: 47%;
}
.navigation .nav2_r {
  width: 42%;
}
.navigation .nav2_summary {
  line-height: 1.875;
  margin-top: 7px;
}
.navigation .nav2_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation .nav2_flx a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation .nav2_link {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation .nav2_link svg{
    margin-right: 14px;
}
.navigation .nav2_link div {
  width: calc((100% - 28px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 40px;
}
.navigation .nav2_link div:nth-child(n+3) {
  margin-top: 10px;
}
.navigation .nav2_link div::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #6ba23e;
  bottom: 0;
}
.navigation .nav2_link div:hover a {
  color: #6ba23e;
}
.navigation .nav2_link div:hover::after {
  width: 100%;
}
.navigation .nav2_link div:hover svg path {
  fill: #6ba23e;
}



























.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1600px;
  margin: auto;
}
.header .logo_c {
  display: none;
}
.header .navge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navge > div {
  margin-right: 58px;
  position: relative;
}
.header .navge > div:last-child {
  margin-right: 0;
}
.header .nav1 {
  font-family: "fontR";
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .nav1:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content:'';
    display: block;
    width: 0;
    height: 2px;
    background: #6ba23e;
    transition: all 0.5s;
}
.header .nav1:hover:before{
    width: 100%;
}
.header .nav1 a {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav1 a:hover {
  color: #6ba23e;
}
.header .nav2 {
  display: none;
  position: fixed;
  left: 0;
  top: auto;
  width: 100vw;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .nav2 a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav2 a:hover {
  color: #6ba23e;
}
.header .nav2_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: auto;
  padding: 66px 0;
}
.header .nav2_l {
  width: 47%;
}
.header .nav2_r {
  width: 42%;
}
.header .nav2_r .img{
    position: relative;
            height: 0;
            padding-bottom: 57%;
            overflow: hidden;
            display:block;
}
.header .nav2_r .img img{
    position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s;
            object-fit: cover;
}
.header .nav2_summary {
  line-height: 1.875;
  margin-top: 7px;
}
.header .nav2_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav2_flx a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav2_link {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav2_link div {
  width: calc((100% - 28px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 40px;
}
.header .nav2_link div:nth-child(n+3) {
  margin-top: 10px;
}
.header .nav2_link div::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #6ba23e;
  bottom: 0;
}
.header .nav2_link div:hover a {
  color: #6ba23e;
}
.header .nav2_link div:hover::after {
  width: 100%;
}
.header .nav2_link div:hover svg path {
  fill: #6ba23e;
}
.header svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 42px;
  cursor: pointer;
}
.header .header_other a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_other svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header_other:hover svg path {
  fill: #6ba23e;
}
.header .header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_search {
  margin-right: 32px;
}



.home_nav.home_nav_active {
  background: white;
}
.home_nav.home_nav_active .home_btm{
    border-color: rgba(0,0,0,0.1);
}
.home_nav.home_nav_active .home_search input{
    color: #333;
}
.home_nav.home_nav_active .home_search input::placeholder{
    color: #979797;
}
.home_nav.home_nav_active .logo_w {
  display: none;
}
.home_nav.home_nav_active .logo_c {
  display: block;
}
.home_nav.home_nav_active a {
  color: #333;
}
.home_nav.home_nav_active svg path {
  fill: #979797;
}
.home_nav.home_nav_active svg:hover path {
  fill: #6ba23e;
}


.header.header_active {
  background: white;
}
.header.header_active .logo_w {
  display: none;
}
.header.header_active .logo_c {
  display: block;
}
.header.header_active a {
  color: #333;
}
.header.header_active .header_other svg path {
  fill: #979797;
}
.header.header_active .header_other svg:hover path {
  fill: #6ba23e;
}

.phone_menu {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.phone_menu span {
  background: #333;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
    top: 0;      
}
.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  top: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(9px) rotate(135deg);
      -ms-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg);
}
.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_act {
  top: -190px;
}
.header_act {
  top: -90px;
}

.footer {
  background-size: cover;
  background-image: url(/static/en/img/foot_bg.jpg);
  color: #fff;
}
.footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 37px 0 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer a {
  color: #fff;
}
.footer .footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_contact a {
  color: #fff;
}
.footer .footer_contact div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_contact div:first-child {
  margin-right: 56px;
}
.footer .footer_contact div img {
  margin-right: 20px;
}
.footer .footer_nav {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_nav .footer_nav2 {
  margin-top: 16px;
}
.footer .footer_nav .footer_nav2 div {
  line-height: 2.4375;
}
.footer .footer_nav .footer_nav2 a {
  color: #717e69;
}
.footer .footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #717e69;
  margin-top: 187px;
  padding-bottom: 30px;
}
.footer .footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_share a {
  position: relative;
  margin-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_share a svg path{
    transition: all 0.5s;
}
.footer .footer_share a:hover svg path{
    fill: #fff;
}
.footer .footer_share a:last-child {
  margin-right: 0;
}
.footer .footer_share a .img {
  width: 120px;
  position: absolute;
  left: 50%;
  top: -140px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  border:2px solid #fff;
  border-radius: 10px;
  background: #fff;
}
.footer .footer_share a .img:after{
    width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}
.footer .footer_share a .img img{
    max-width: 100%;
    border-radius: 10px;
}
.footer .beian span {
  margin-left: 36px;
}

.form_task{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.task_flx{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.task_flx .task_close{
    margin-top: 25px;
    cursor: pointer;
}
.form_task form{
    border-radius: 10px;
    background: white;
    width: 600px;
    padding: 30px;
}
.form_task form .tit {
    font-family: "fontM";
    margin-bottom: 5px;
}
.form_task form .flx2 > input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    padding: 0 20px;
}
.form_task .flx2:nth-child(n+2){
    margin-top: 20px;
}
.form_task form .tit::after {
    content: "*";
    color: rgb(231, 0, 0);
}
.form_task form .pull_box {
    position: relative;
}
.form_task form .pull_box svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
}
.form_task form .pull_box input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    padding: 0 20px;
    cursor: pointer;
}
.form_task form .choose_list {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    height: 160px;
    overflow: auto;

}
.form_task form textarea {
    height: 100px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    padding: 20px;
    width: 100%;
    display: block;
    font-family: inherit;
}
.form_task form .submit {
    width: 180px;
    height: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: none;
    margin-left: auto;
    margin-top: 20px;
}
.form_task form .submit span{
    position: relative;
    z-index: 2;
}
.form_task form .submit:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
    background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.form_task form .submit:hover:after{
    width: 200%;
}
.form_task form .choose_list::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.form_task form .choose_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.form_task form .choose_list::-webkit-scrollbar-thumb {
  background: #6BA23E;
  /* 滚动色 */
  border-radius: 6px;
}
.form_task form .choose_list div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 40px;
  cursor: pointer;
  padding: 0 32px;
}
.form_task form .choose_list div:hover {
  background: #6BA23E;
  color: #fff;
  padding-left: 40px;
}
@media screen and (max-width: 1600px) {
    .home_act {
    top: -121px;
}
    .home_top{
        height: 60px;
    }
    .navigation .nav1{
        height: 60px;
    }
    .navigation>div {
        margin-right: 30px;
    }
    .home_top .home_l img{
        width: 200px;
    }
  .header .header_flx {
    width: 80%;
  }
  .header .navge > div {
    margin-right: 30px;
  }
  .logo img{
      width: 200px;
  }
  .header .header_other{
      margin-left: 25px;
  }
  .header .header_search {
    margin-right: 25px;
   }
   .footer .footer_btm{
       margin-top: 12.98%;
   }
   .footer_logo{
       width: 200px;
   }
   .footer .footer_top{
       padding: 30px 0;
   }
   .footer .footer_nav {
    margin-top: 35px;
   }
   .footer .footer_nav .footer_nav2 {
    margin-top: 10px;
   }
   .task_flx .flx{
       display: flex;
       flex-wrap:wrap;
       justify-content: space-between;
   }
   .task_flx .flx .flx2{
       width: 48%;
   }
   .task_flx .flx .flx2:nth-child(2){
       margin-top: 0;
   }
   .task_flx .flx .flx2:nth-child(n+5){
       width: 100%;
   }
}
@media screen and (max-width: 1200px) {
  
  .header .nav1 {
    height: 60px;
  }
  .header .header_flx {
    width: 90%;
  }
  .footer2{
      display: block;
  }
  .form_task form .flx2 > input{
      height: 40px;
  }
  .form_task .flx2:nth-child(n+3) {
    margin-top: 12px;
}
.form_task form .pull_box input{
    height: 40px;
}
}
@media screen and (max-width:1150px) {
  .home_nav{
      display: none;
  }
  
  .logo img {
    width: 130px;
  }
  .header .navge > div {
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .navge {
    position: fixed;
    top: 61px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    background: white;
    display: none;
    padding: 10px 20px 0;
  }
  .phone_menu {
    display: flex;
    align-items: center;
  }
  .header .nav1 {
    height: 50px;
  }
  .xuan:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header_flx {
    height: 60px;
  }
  .header .nav1 a {
    color: #333;
  }
  .header {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_search svg path {
    fill: #333333;
  }
  .header .nav2 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;        
  }
  .header .nav2_flx{
      width: 100%;
      padding:0 10px 20px;
  }
  .header .nav2_link{
      margin-top: 0;
  }
  .header .nav2_l {
    width: 100%;
}
.header .nav2_r {
    display: none;
}
.nav2_title{
    display: none;
}
.nav2_summary{

    display: none;
}
.footer .footer_nav{
    display: none;
}
.footer .footer_btm{
            margin-top: 40px;
    flex-direction: column;
}
.footer .footer_share{
    margin-top: 20px;
}
.footer .footer_top{
    flex-direction: column;
}
.footer .footer_contact{
    margin-top: 20px;
}
}
@media screen and (max-width:768px){
    .footer .footer_contact{
        flex-direction: column;
    }
    .footer .footer_contact div:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
}
.beian{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.footer .footer_share a{
    margin-right: 20px;
}
    .footer .footer_btm {
        margin-top: 20px;
        
    }
        .task_flx .flx .flx2 {
        width: 100%;
    }
    .form_task form{
        width: 90%;
    }
        .task_flx .flx .flx2:nth-child(2) {
        margin-top: 12px;
    }
    .form_task form .submit{
        width: 140px;
    }
}
