/* header {
  display: flex;
  justify-content: space-between;
  padding: 0px .6771rem;
  width: 100%;
  height: .5208rem;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}

header .left {
  width: 30%;
  height: .4844rem;
}

header .left h1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: .4844rem;

}

header .left h1 img:nth-child(1) {
  width: .6771rem;
  width: .6771rem;
  height: .4844rem;
}

header .left h1 img:nth-child(2) {
  margin-left: .1042rem;
  width: 100%;
  width: 2.0885rem;

}

header .right {
  display: flex;
  align-items: center;
  height: 100%;

}

header .right h1 {
  margin-right: .151rem;
  width: 1.0469rem;
  font-size: .0833rem;
  height: 100%;
  line-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #1A80AD;

}
header .right h1 span:nth-child(1) {
  letter-spacing:.0146rem;
}
header .right h1 span:nth-child(2) {
  font-size: .0521rem;
  margin-top: .026rem;
}

header .right nav {
  display: flex;
  width: 100%;
  margin-left: 5px;
  overflow: hidden;
  border-radius: 10px;
  height: 100px;
  font-size: 0;

  background-color: rgb(70, 69, 68);
}

header .right nav input {
  padding: .0417rem 0px .0417rem .1042rem;
  height: .2083rem;
  width: 2.9167rem;
  background-color: #F0F7F7;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: .0833rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

header .right nav button {
  width: .2083rem;
  height: .2083rem;
  line-height: .2083rem;
  background-color: #008D88;
}

header .right nav button img {
  width: .2083rem;
  height: .2083rem;

} */
 .banner {
  position: relative;
 }

.nav {
  background-image: #FFFFFF;
  margin-top: 10px;
      font-size: 13px;
      z-index: 1;
      width: 100%;
      position: absolute;
      bottom: 50px;
      height: 50px;
    background: rgba(255, 255, 255, 0.01);
      /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
      border-radius: 0px 0px 0px 0px;
      /* background-color: red; */

        box-shadow: 10px 4px 10px 0px rgba(104, 104, 104, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.2);
        opacity: 0.7;
        overflow-x: auto;
}

.nav ul {
  display: flex;
  width: 860px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;

}

.nav ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  /* background-color: saddlebrown; */
}
.nav ul li a:hover {
  padding: 10px 0;
  border-bottom: 4px solid white;
}
/* .nav ul li a:active {
  border-bottom: .0208rem solid white;
} */
.nav ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
.nav ul li:hover a {
  color: #008D88;
}
.search-container {
  justify-content: center;
  display: flex;
  position: absolute;
  left: auto;
  top: 52px;
  z-index: 9;
  padding: 0px 14px;
  width: 100%;
  height: 40px;
/* background-color: red; */
}

 .search-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* background-color: red; */
  }

  .search-form .search-icon {
    position: absolute;
    top: 11px;
      left: 12px;
      z-index: 10;
      width: 19px;
      height: 19px;
    border-radius: 0px 0px 0px 0px;
    /* background-color: red; */
    /* background-color: #dbdbdb; */

  }

  .search-input {
    width: 200px;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
  }

  .search-button:hover {
    background-color: #005E5B;
  }


.search-form input {
  padding-left: 40px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #B3B3B3;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.search-button {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-right: 4px;
  background-color: #007A76;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  width: 56px;
    height: 28px;
  background: #008D88;
  box-shadow: 0px 0px 4px 0px rgba(32, 174, 172, 0.06);
  border-radius: 20px 20px 20px 20px;
}



.subnav {
  align-items: center;
  position: absolute;
  padding: 0px 15px;
  width: 100%;
  bottom: 0px;
  height: 50px;
  background-color: #008D88;
  overflow-x: auto;
  display: flex;
}
.subnav ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}


.subnav li a {
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  padding: 2px;
  border-radius: 5px;
  width: 110px;
}

.subnav li:hover {
  cursor: pointer;
}
.subnav li {
  height: 96px;
}

.subnav li a:focus {
  background-color: white;
  color: #008D88;
}


.banner {
  position: relative;

}

.content {
  /* width: 10rem; */
  /* position: relative; */
}



.banner h1 {
  position: relative;
  /* background-color: red; */
}

.banner h1 p {
  width: 100%;
  position: absolute;

}

.banner h1 p em {
  display: inline-block;
  font-family: STXingkai, STXingkai;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 0px 4px 4px rgba(178, 178, 178, 0.1);
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #007A76;
  -webkit-text-stroke: .0052rem #FFFFFF;
}

.banner h1 p em:nth-child(1) {
  position: absolute;
  left: 15px;
  top: 99px;
  /* color: #FFFFFF; */

}

.banner h1 p em:last-child {
  position: absolute;
  left: 65px;
  top: 120px;
}

.banner .bannerbottom {
  position: relative;
  display: flex;
  justify-content: center;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  width: 100%;
  /* background-color: pink; */
}

.banner h2 {
  display: flex;
  align-items: center;
  left: center;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
  border-bottom: 6px solid #008D88;
  overflow: hidden;
  position: relative;
}

.banner .icon {
  position: absolute;
  display: inline-block;
  width: .0521rem;
  height: 10px;
  left: .0781rem;
  top: -0.0313rem;
}

.video-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 16px;
  bottom: 103px;
  width: 97px;
  height: 30px;
  background: rgba(0, 141, 136, 0.9);
  border-radius: 4px 4px 4px 4px;
  line-height: 48px;

  font-weight: 400;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.watch-video-btn {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;

}

/* .search-form {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: red;
}

.search-form .search-icon {
  position: absolute;
  top: 11px;
  left: 6px;
  z-index: 10;
  width: 16px;
  height: 16px;
  border-radius: 0px 0px 0px 0px;
  background-color: red;
}

.search-input {
  width: 200px;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-button:hover {
  background-color: #005E5B;
} */

/*

.search-container {
  justify-content: center;
  display: flex;
  position: absolute;
  left: auto;
  top: 30px;
  z-index: 9;
  width: 100%;
  height: 36px;

}

.search-form {
  display: flex;
  justify-content: space-between;
  width: 347px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

.search-form input {
  padding-left: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #B3B3B3;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.search-button {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #007A76;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;

  width: 54px;
  height: 26px;
  background: #008D88;
  box-shadow: 0px 0px 4px 0px rgba(32, 174, 172, 0.06);
  border-radius: 20px 20px 20px 20px;
} */

.banner h2 span img {
  width: 47px;
  height: 50px;
}

.banner img {
  width: 100%;
  height: 270px;
  /* border-radius: 10px; */
  overflow: hidden;
}



.banner h2 .firstspan {
  width: 40px;
  height: 50px;
  /* background: #008D88; */
  margin-left: 15px;
  border-radius: 0px 0px 0px 0px;
}

.banner h2 .scroll-container .scroll-content span {
  height: .2917rem;
  line-height: .2917rem;
}

.scroll-container {
  background-color: saddlebrown;
}

.banner h2 .secondspan {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
