.header {
  width: 100%;
  height: 1rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.header .main {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .main a {
  width: auto;
  display: block;
  height: auto;
}

.header .main a span {
  font-size: 0.36rem;
  color: #333333;
  display: none;
}

.header .main a img {
  width: 3.86rem;
}

.header .main .actives span {
  display: block;
}

.header .main .actives img {
  display: none;
}
.header .main .language{
  padding-right: 0.3rem;
  height: 0.45rem;
  border-right: 2px solid #094d9c;
  margin-left: 1rem;
}
.header .main .language a{
  width: 0.7rem;
  height: 0.45rem;
  line-height: 0.45rem;
  background-color: #ffffff;
  border-radius: 0.03rem;
  border: solid 0.03rem #094d9c;
  display: inline-block;
  color: #094d9c;
  text-align: center;
  font-weight: bold;
}
.header .main .fold {
  width: 0.6rem;
  height: 0.32rem;
}

.header .main .unfold {
  height: 0.32rem;
  display: none;
}

.header .navs {
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
}

.header .navs .pli {
  width: 100%;
  height: 1rem;
  overflow: hidden;
}

.header .navs .pli .first {
  width: 100%;
  height: 1rem;
  padding: 0 0.3rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.header .navs .pli .first span {
  font-size: 0.36rem;
  color: #666666;
}

.header .navs .pli .first .jia {
  height: 0.44rem;
  width: 0.44rem;
}

.header .navs .pli .first .jian {
  width: 0.44rem;
  display: none;
  height: 0.04rem;
}

.header .navs .pli .second {
  width: 100%;
}

.header .navs .pli .second a {
  width: 100%;
  height: 1rem;
  font-size: 0.28rem;
  padding: 0 0.48rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.header .navs .pli .second a img {
  width: 0.23rem;
  height: 0.41rem;
}

.header .navs .active {
  height: auto;
}

.header .navs .active .first {
  background: #1aa1e5;
}

.header .navs .active .first span {
  color: #ffffff;
}

.header .navs .active .first .jia {
  display: none;
}

.header .navs .active .first .jian {
  display: block;
}

.main {
  width: 6.9rem;
  height: auto;
  margin: auto;
}

.kong {
  width: 100%;
  height: 1rem;
}

.banner {
  width: 100%;
  height: auto;
}

.banner > img {
  height: 4rem;
}

.banner .swiper-slide {
  width: 100%;
  height: 9rem;
  display: block;
}

.banner .swiper-slide img {
  width: 100%;
  height: 9rem;
}

.banner .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.02rem;
  background: #ffffff;
  opacity: 1;
  outline: none;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: all ease .5s;
  outline: none;
}

.banner .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.02rem;
  background: #1aa1e5;
  transition: all ease .5s;
  outline: none;
}

.h1 {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h1 h1 {
  font-size: 0.48rem;
  color: #000232;
}

.h1 span {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.1rem;
  display: block;
}

.video-layer {
  background-color: #000 !important;
}

.video-layer .layui-layer-content {
  width: 6rem !important;
  height: 3.375rem !important;
  overflow: hidden !important;
}

.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

.pullnav {
  width: 100%;
  height: 0.8rem;
  position: relative;
  z-index: 8;
}

.pullnav .parent {
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  background: #1aa1e5;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.3rem;
}

.pullnav .parent img {
  height: 0.28rem;
}

.pullnav .ul {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: none;
}

.pullnav .ul .li {
  width: 100%;
  display: block;
  height: 0.8rem;
  padding: 0 0.3rem;
  line-height: 0.8rem;
  color: #666666;
  font-weight: bold;
  background: #ffffff;
  font-size: 0.3rem;
  border-bottom: 1px solid #f2f2f2;
}

.pullnav .ul .li:last-child {
  border-bottom: none;
}

.pullnav .ul .active {
  color: #1aa1e5;
}

.remark {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.fenye {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fenye a {
  min-width: 0.6rem;
  height: 0.6rem;
  padding: 0.2rem 0.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.04rem;
  background: #ffffff;
  color: #666666;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}

.fenye a:last-child {
  margin-right: 0;
}

.fenye .active {
  background: #1aa1e5;
  color: #ffffff;
}

.join-form {
  width: 6rem;
  height: auto;
  background-color: #fff;
  padding: 0.4rem;
}

.join-form .line {
  width: 100%;
  height: 0.36rem;
  display: inline-block;
}

.join-form .line .label {
  height: 0.36rem;
  display: inline-block;
  float: left;
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 4.38rem;
  height: 0.36rem;
  background-color: #fff;
  border: none;
  border-bottom: 0.01rem solid #f1f5fd;
  padding: 0 0.1rem;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  border: 0.01rem solid #f1f5fd;
  padding: 0.1rem;
  resize: none;
}

.join-form .line .load {
  width: 4.38rem;
  height: 0.25rem;
  background-color: #fff;
  border: none;
  margin-top: 0.06rem;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.8rem;
  height: 0.34rem;
}

.join-form .line button {
  width: 1.20rem;
  height: 0.38rem;
  border-radius: 0.04rem;
  background-color: #032a6e;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  border: none;
  float: right;
}

.join-form .heightauto {
  height: auto;
}
