@charset "UTF-8";
@import url("./rem.css");
@import url("./lib.css");
@import url("./transform.css");
@import url(//at.alicdn.com/t/c/font_4171318_l72a0fnnvqp.css);
@import url("./animate.min.css");
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2222;
  transition:ease .3s;
}

.header .logo img {
  height: 2.8rem;
  overflow: hidden;
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .menu ul {
  display: flex;
}

.header .menu ul li {
  margin-right: 5rem;
  position: relative;
}

.header .menu ul li .iconJt {
  display: none;
}

.header .menu ul li .v1 {
  display: block;
  height: 8rem;
  line-height: 8rem;
  color: #fff;
  position: relative;
}

.header .menu ul li .v1::before {
  content: "";
  width: 0;
  height: 3px;
  background: linear-gradient(0deg, #42e884 0%, #33dee9 100%);
  position: absolute;
  bottom: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
  border-radius: 2px;
}

.header .menu ul li .submenu {
  position: absolute;
  width: 14rem;
  left: 50%;
  padding-top: 0.5rem;
  margin-left: -7rem;
  top: 8rem;
  background: #fff;
  font-size: 1.6rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 0;
  transform: translateX(-50%);
  transform: scaleY(0);
  transform-origin: top;
}

.header .menu ul li .submenu li {
  margin-right: 0;
  line-height: 4.5rem;
  padding: 0 1.4rem;
  position: relative;
}

.header .menu ul li .submenu li::after {
  content: "";
  width: 0;
  height: 100%;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, #42e884 0%, #33dee9 100%);
}

.header .menu ul li .submenu li a {
  position: relative;
  z-index: 1;
}

.header .menu ul li .submenu li:hover::after {
  width: 100%;
}

.header .menu ul li .submenu li:hover a {
  color: #fff;
}

.header .menu ul li:hover .v1,.header .menu ul li.on .v1{
  color: #59d18d;
}

.header .menu ul li:hover .v1::before,.header .menu ul li.on  .v1::before{
  width: 100%;
}

.header .menu ul li:hover .submenu {
  display: block;
  height: auto;
  transition: all ease 0.3s;
  transform: scaleY(1);
}

.header .menu ul li.lang {
  padding-left: 5.5rem;
}

.header .menu ul li.lang::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .menu ul li.lang .submenu {
  margin-left: -4rem;
}

.header .login {
  width: 14.6rem;
  text-align: center;
  background: linear-gradient(90deg, #42e884, #33dee9);
  border-radius: 0.4rem;
  justify-content: center;
  transition:ease .3s;
}

.header .login span {
  width: 100%;
  height: 3.7rem;
  line-height: 3.7rem;
  margin: 1px;
  border-radius: 0.4rem;
  display: block;
color:#fff;
}

.header .login:hover {
  color: #fff;
}

.header .login:hover span {
  background: none;
}

.header.fix,.header:hover{
    background:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}
.header.fix .menu ul li .v1 ,.header:hover .menu ul li .v1{
    color:#333;
}
/* 手机菜单 */
.menuBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
}

.menuBtn b {
  display: block;
  height: 3px;
  background: #42e884;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* apply */
.apply {
  margin-bottom: -13rem;
  position: relative;
  z-index: 1;
}

.apply .apply_wrap {
  padding: 8.7rem 6.7rem;
  background: url(/skin/img/bg_apply.jpg) no-repeat;
  border-radius: 6px;
  background-size: 100% 100%;
  color: #fff;
  overflow: hidden;
}

.apply .apply_wrap .desc {
  margin-top: 1rem;
}

.apply .btns a {
  width: 17.9rem;
  height: 6.9rem;
  border-radius: 0.4rem;
  border: 1px solid #fff;
  color: #fff;
  justify-content: center;
}

.apply .btns a:hover {
  transition: ease 0.3s;
  background: rgba(255, 255, 255, 0.88);
  color: #42e884;
}

.footer {
  background: #232526;
  color: #fff;
  padding: 20.3rem 0 5.8rem;
}

.footer .footer_logo {
  margin-bottom: 3.4rem;
}

.footer .footer_logo img {
  height:2.8rem;
}

.footer .qrcode {
  text-align: center;
  width: 14.58rem;
  font-size: 1.2rem;
}

.footer .qrcode .ewm {
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .qrcode .ewm img {
  width: 100%;
}

.footer a {
  color: #fff;
}

.footer .menu li .v1 {
  padding-bottom: 1.2rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .menu li .v1::after {
  content: "";
  width: 3.1rem;
  height: 1px;
  background: #42e783;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer .menu li .v1:hover .v1 {
  color: rgba(255, 255, 255, 0.88);
}

.footer .menu li i {
  display: none;
}

.footer .menu li .submenu {
  max-width: 28.5rem;
  margin-top: 3.5rem;
}

.footer .menu li .submenu li {
  height: 3.8rem;
  line-height: 3.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .menu li .submenu li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .lxfs {
  line-height: 3.8rem;
}

.bottom {
  background: #000;
  padding: 1.9rem 0;
  color: #999;
}

.bottom a {
  color: #999;
}

.bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.en .header .menu ul li .submenu {
    width:22rem;
      margin-left: -11rem;
}
.en .header .menu ul li:last-child .submenu{
    width:18rem;
    margin-left:-6rem;
}
@media (max-width:1480px) {
  .apply .apply_wrap{
      padding:4rem 6rem;
  }  
  .footer{
          padding:19rem 0 4rem;
  }
}
@media (max-width: 980px) {
  .menuBtn {
    display: block;
  }
  .header {
    padding: 15px 0;
  }
  
  .header .menu,
  .header .login {
    display: none;
  }
  .mtop .login{
        display: block!important;
        margin:2rem 0 0 2rem;
       width:18rem;
    }
   .mtop .login span{
         height:5rem;
        line-height:5rem;
    }
  .header.fix .mlang,.header:hover .mlang{
      color:#333;
  }
  .mlang {
    position: absolute;
    right: 65px;
    top: 50%;
    color:#fff;
    font-size: 2.4rem;
    transform: translateY(-50%);
  }
  .wapMenu {
    display: block !important;
    position: fixed;
    left: 110%;
    top: 53px;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border-top:1px solid #f3efef;
    height: calc(100% - 52px);
    transition: all 0.3s ease-out;
  }
  .wapMenu.fold {
    left: 0;
    display: block !important;
  }
  .wapMenu ul {
    padding: 0 15px;
  }
  .wapMenu li {
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .wapMenu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    width: calc(100% - 5rem);
  }
  .wapMenu li .iconJt {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -5px;
    z-index: 22;
    font-size: 2rem;
    text-align: center;
    transition: all ease 0.3s;
    top: 15px;
  }
  .wapMenu li .iconJt.on {
    transform: rotate(90deg);
  }
  .wapMenu li ul li:last-child {
    border-bottom: 0;
  }
  .wapMenu li ul {
    display: none;
  }
  .wapMenu li ul li a {
    width: 100%;
  }
  .apply .apply_wrap {
    padding: 2.5rem;
  }
  .apply .btns {
    margin-top: 25px;
  }
  .apply .btns a {
    height: 6.2rem;
  }
  /* footer */
  .footer {
    padding-bottom: 3.5rem;
  }
  .footer .qrcode {
    width: 16rem;
  }
  .footer .menu {
    margin-top: 20px;
  }
  .footer .menu li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .menu li .v1 {
    display: block;
    font-weight: bold;
    width: calc(100% - 40px);
    height: 45px;
    border-bottom: 0;
    line-height: 45px;
  }
  .footer .menu li .v1::after {
    display: none;
  }
  .footer .menu li i {
    position: absolute;
    right: -15px;
    top: 15px;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    transition: all ease 0.3s;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .menu li .submenu {
    max-width: 100%;
    margin: 0 0 15px 0;
    display: none;
  }
  .footer .menu li .submenu li {
    border: 0;
  }
  .footer .menu li .submenu li a {
    width: 100%;
  }
  .footer .menu li .lxfs {
    display: block !important;
    margin-top: 5px;
    line-height: 25px;
  }
  .footer .menu li:last-child {
    border-bottom: 0;
  }
  .bottom .flexB {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.8;
    justify-content: center;
    text-align: center;
  }
}
