@font-face {
  font-family: SourceHanSansCN;
  src: url('SourceHanSansCN.ttf');
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
}

img {
  object-fit: cover;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

header {
  border-bottom: solid 2px #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: .6s;
}

header.active {
  background: #fff;
  border-bottom: solid 2px #9f9f9f;
  position: sticky;
}

.had {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.logo {
  display: block;
  width: 180px;
}

.logo img {
  display: block;
  width: 100%;
}

.hadUl {
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.hadUl li>a {
  font-size: 17px;
  color: #fff;
  font-family: SourceHanSansCN;
  text-align: center;
}

.active .hadUl li>a {
  color: #a4a3a3;
}

.hadUl li>a:hover,
.hadUl .action,
.active .hadUl .action,
.sugProt a:hover p {
  color: #3397A7;
}

.hadUl li>a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: transparent;
  margin: 3px auto;
}

.hadUl .action::after {
  background: #3397A7;
}

.suggest {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
}

.suggest>div {
  background: #fff;
  border-top: 2px solid #9f9f9f;
  padding: 50px 0;
}

.sugProt {
  display: flex;
  justify-content: center;
}

.sugProt a {
  display: block;
  width: 22%;
  margin: 0 1%;
}

.sugProt.active a {
  width: 19%;
}

.sugMg {
  box-sizing: border-box;
  border: solid 1px #878787;
  width: 100%;
  height: calc(100% - 30px);
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.sugMg img {
  display: block;
  max-width: 98%;
}

.sugProt p {
  text-align: center;
  font-size: 18px;
  color: #5e5e5e;
  margin-top: 10px;
  border-bottom: 2px solid transparent;
}

.sugProt p:hover {
  border-color: #1d8c9d;
}

.know {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  background-image: linear-gradient(90deg, #1d8c9d 0%, #26c6df 100%);
  border-radius: 6px;
  margin: 30px auto 0;
  font-size: 18px;
  color: #fff;
}

footer {
  background: url('/skin/images/footer.jpg') center no-repeat;
  background-size: cover;
  padding: 90px 0 100px;
}

.fotLogo {
  display: block;
  width: 200px;
}

.fotLogo img {
  display: block;
  width: 100%;
}

.fotTle p {
  color: #fff;
  font-size: 20px;
  margin: 15px 0;
}

.fotBox {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.fotLeft>div {
  margin: 0 0 15px;
}

.fotBox h5 {
  font-family: SourceHanSansCN;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.link {
  display: flex;
  margin: 10px 0;
}

.link a,
.fotRight h6,
.fotRight p {
  display: block;
  color: #898c90;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.link a {
  margin-right: 40px;
}

.link a:last-child {
  margin: 0;
}

.link a:hover,
.link .active {
  color: #3397A7;
  border-bottom: 1px solid #3397A7;
}

.code {
  display: grid;
  grid-template-columns: repeat(2, 60px);
  justify-content: space-between;
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 2.3%;
}

.code p {
  padding: 0;
}

.code img {
  display: block;
  width: 100%;
}

.code p {
  font-size: 13px;
  text-align: center;
  font-family: SourceHanSansCN;
  padding: 3px 0 0 !important;
}

.fotRight {
  display: flex;
}

.fotRight>div {
  margin-left: 10px;
  position: relative;
  padding: 0 0 20px;
}

.fotRight h6 {
  width: 80px;
}

.fotInfo {
  display: flex;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

.banSwiper .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}

.banSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1d8c9d;
}

.banner>img {
  display: block;
  width: 100%;
}

.banInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  align-items: center;
}

.banTxt img {
  display: block;
  width: 300px;
}

.banTxt h1 {
  font-family: SourceHanSansCN;
  font-size: 40px;
  letter-spacing: 0px;
  color: #1d8c9d;
  margin: 10px 0;
  animation-delay: .5s;
}

.banTxt h4 {
  font-family: SourceHanSansCN;
  font-size: 24px;
  font-weight: normal;
  animation-delay: 1s;
}

.banTxt h4 span {
  color: #1d8c9d;
}

.box {
  padding: 100px 0;
}

.title {
  position: relative;
}

.title h2 {
  font-family: SourceHanSansCN;
  font-size: 150px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f3f3f3;
  padding-left: 20px;
  line-height: 160px;
  width: 50%;
  text-align: center;
  white-space: nowrap;
}

.title h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.titBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titBox h3 {
  font-family: SourceHanSansCN;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.titBox h4 {
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
}

.titBox h4::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 3px solid #1d8c9d;
  border-radius: 50%;
  margin-right: 10px;
}

.latBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -60px;
}

.latxt {
  text-indent: 2em;
  width: 58%;
  padding-top: 70px;
  font-size: 17px;
  line-height: 30px;
  font-family: SourceHanSansCN;
}

.latMg {
  width: 40%;
  box-sizing: border-box;
  border: solid 1px #000000;
}

.latMg img {
  display: block;
  width: 100%;
}

.newList {
  margin: 100px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
  position: relative;
}

.newList::before,
.newList::after {
  content: '';
  width: 1px;
  height: 70%;
  background: #a4a3a3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.newList::before {
  left: 32%;
}

.newList::after {
  right: 33%;
}

.newList li {
  margin: 0 0 40px;
}

.newTime h4 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #a4a3a3;
}

.newTime h5 {
  color: #a4a3a3;
  font-size: 16px;
}

.newList h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  margin: 15px 0;
}

.newInfo p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #a4a3a3;
  font-size: 15px;
  line-height: 25px;
}

.soultion {
  background: #f8f8f8;
}

.soultion.box {
  padding-bottom: 0;
}

.soulBox {
  position: relative;
}

.soulMg {
  width: 96%;
  max-width: 1600px;
  margin: 50px auto 0;
  /* background: url('/skin/images/solution.jpg') center no-repeat;
  background-size: cover; */
}

.souSwiper .swiper-slide {
  background-size: cover !important;
  border-top: 55px solid #f8f8f8;
  border-bottom: 35px solid #f8f8f8;
}

.souCont,
.souBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.souWidget {
  display: flex;
  justify-content: flex-end;
}

.souCont h3,
.souCont h4 {
  color: #1d8c9d;
  font-weight: normal;
  font-family: SourceHanSansCN;
}

.souCont h3 {
  font-size: 36px;
}

.souCont h4 {
  font-size: 26px;
}

.souRight {
  position: relative;
  max-width: 500px;
}

.souControl div {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 0;
}

.souControl,
.cut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.souControl {
  margin: -160px 0 60px;
  position: relative;
}

.module {
  display: flex;
  align-items: flex-start;
}

.module .active {
  font-size: 50px;
  color: #000;
  font-weight: 600;
}

.total {
  color: #c4cdd0;
  font-weight: 600;
  font-size: 28px;
  padding: 5px 0 0;
}

.cut .swiper-button-next:after,
.cut .swiper-button-prev:after {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.souControl .swiper-pagination {
  width: 100%;
}

.souControl .swiper-pagination-progressbar-fill {
  background: #1d8c9d;
}

.point {
  margin-top: -55px;
  margin-bottom: -20px;
}

.point li {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  color: #a4a3a3;
  margin: 0 0 20px;
  box-shadow: 0px 6px 25px 5px rgba(0, 0, 0, 0.05);
}

.point li:last-child {
  margin: 0;
}

.point h5 {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin: 0 0 5px;
}

.point h5::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #1d8c9d;
  margin-right: 5px;
}

.point p {
  font-size: 15px;
  padding-left: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}


.proBox {
  width: 100%;
  position: relative;
  padding: 130px 0 0;
}

.proCont {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

.proLeft {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.proLeft img {
  display: block;
  max-width: 90%;
}

.toLook {
  width: 100%;
  background: #3397A7;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 50px 10px;
  box-sizing: border-box;
}

.toInfo h4 {
  color: #fff;
  font-size: 40px;
}

.toInfo p {
  color: #fff;
  font-size: 18px;
}

.toLook a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #fff;
  width: 180px;
  height: 60px;
  border-radius: 7px;
  box-sizing: border-box;
  border: solid 3px #ffffff;
}

.toLook a .iconfont {
  font-size: 30px;
  margin-left: 15px;
}

.proRight {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.proRight li {
  width: 12%;
  transition: .6s;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  max-height: 750px;
}

.proRight .active {
  width: 50%;
}

.proRight img {
  display: block;
  height: 100%;
}

.proRight .active img {
  min-width: 100%;
}

.proInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width:768px) {

  .active .proInfo {
    color: #fff !important;
    background: #3397A7;
    justify-content: space-around;
    padding: 60px 15px;
    text-align: left;
  }

}

.proInfo div {
  width: 100%;
}

.active .proInfo div {
  width: auto;
}

.proInfo h5 {
  font-size: 28px;
  margin: 0 0 5px;
}

.proInfo p {
  font-size: 14px;
}

.lokDeta {
  border-radius: 7px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  padding: 10px 20px;
  display: none;
}

.active .lokDeta {
  display: flex;
}

.lokDeta .iconfont {
  display: block;
  font-size: 30px;
  margin-left: 10px;
}

.case {
  background: #F8F8F8;
}

.caseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin: 50px 0 0;
}

.caseMg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.caseMg img {
  display: block;
  width: 100%;
  transition: .6s;
}

a:hover .caseMg img {
  transform: scale(1.1);
}

.caseMg p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  transition: .6s;
}

a:hover .caseMg p {
  opacity: 0;
}

.more {
  font-family: SourceHanSansCN;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-image: linear-gradient(90deg, #1d8c9d 0%, #26c6df 100%);
  border-radius: 7px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 60px auto 0;
  font-size: 18px;
}

.caseDeta {
  margin: 100px 0;
}

.caseDeta img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.newNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.newNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 130px; */
  box-sizing: border-box;
  padding: 5px 15px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #434343;
  transition: .6s;
  margin: 0 8px;
}

.newNav .active {
  border-color: #1d8c9d;
  background: #1d8c9d;
  color: #fff;
}

.newNav a:hover,
.newNav .active,
.paging a:hover,
.paging .active a {
  background: #1d8c9d;
  border-color: #1d8c9d;
  color: #fff;
}

.sechFom {
  width: 90%;
  margin: 50px auto 10px;
  max-width: 500px;
  height: 50px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #989898;
  justify-content: space-between;
}

.sechFom:hover {
  border-color: #1d8c9d;
}

.sechFom input {
  border: none;
  width: calc(100% - 90px);
  box-sizing: border-box;
  background: none;
  padding: 10px;
}

.sechFom button {
  border: none;
  background: #1d8c9d;
  width: 80px;
}

.sechFom button .iconfont {
  font-size: 24px;
  color: #fff;
}

.newUl {
  margin: 30px 0;
}

.newUl li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.newUl li,
.newDeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newDeta {
  width: calc(100% - 100px);
}

.newMg {
  width: 300px;
  padding: 0 20px;
  overflow: hidden;
}

.newMg img {
  display: block;
  width: 100%;
  transition: .6s;
}

.newMg a:hover img {
  transform: scale(1.1);
}

.newTxt {
  width: calc(100% - 330px);
}

.newTxt h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.newTxt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0;
  color: #878787;
}

.newTxt h6 {
  font-size: 16px;
  font-weight: normal;
  color: #1d8c9d;
}

.newDay {
  text-align: center;
  color: #1d8c9d;
}

.newDay h4 {
  font-size: 40px;
}

.newDay h5 {
  border-top: 1px solid #1d8c9d;
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
}

.paging {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging a {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border: 1px solid #eee;
  color: #434343;
  margin: 0 3px;
  box-sizing: border-box;
}

.nav {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.nav .iconfont,
.nav a,
.nav span {
  font-size: 14px;
  color: #0f0f0f;
  padding: 0 2px;
}

.nav a:hover {
  color: #26c6df;
}

.detalis {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 3px #989898;
  padding: 30px;
  border-radius: 4px;
  margin: 50px 0;
}

.detalis h4 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #0f0f0f;
}

.detalis h6 {
  margin: 25px 0;
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 300;
  text-align: center;
}

.detalis p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 25px;
}

.detalis img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.other {
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other a {
  font-size: 15px;
  color: #0f0f0f;
}

.other a:hover span {
  color: #26c6df;
}



@media screen and (max-width:1300px) {

  .wrap {
    width: 1100px;
  }

  .latxt {
    text-indent: 2em;
    width: 60%;
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
  }

  .newInfo p {
    font-size: 15px;
    line-height: 22px;
  }

  .newList h6 {
    font-size: 17px;
    margin: 10px 0;
  }

  .toLook {
    padding: 30px 10px;
  }

  .toLook a {
    font-size: 15px;
    width: 150px;
    height: 50px;
    border: solid 2px #ffffff;
  }

  .toInfo h4 {
    font-size: 30px;
  }

  .toInfo p {
    font-size: 15px;
  }

  .title h2 {
    font-size: 100px;
    text-align: left;
    line-height: 100px;
  }

  .proInfo {
    padding: 10px;
  }

  .proInfo h5 {
    font-size: 17px;
    margin: 0 0 5px;
  }

  .proInfo p {
    font-size: 12px;
  }


}


@media screen and (max-width:1200px) {

  .wrap {
    width: 90%;
  }

  .latxt {
    text-indent: 2em;
    width: 57%;
    padding-top: 40px;
    font-size: 14px;
    line-height: 25px;
  }

  .latMg {
    width: 42%;
  }

  .newTime h4 {
    font-size: 28px;
  }

  .newTime h5 {
    font-size: 14px;
  }

  .newList h6 {
    font-size: 16px;
    margin: 10px 0;
  }

  .newInfo p {
    font-size: 14px;
    line-height: 22px;
  }

  .newList li {
    margin: 0 0 20px;
  }

  .toLook a {
    font-size: 5px;
    width: 120px;
    height: 40px;
    border: solid 2px #ffffff;
  }

  .toLook a .iconfont {
    font-size: 22px;
    margin-left: 5px;
  }

  .toInfo p {
    font-size: 13px;
  }

  .toInfo h4 {
    font-size: 26px;
  }

  .link a {
    margin-right: 20px;
  }

  .link a,
  .fotRight h6,
  .fotRight p {
    font-size: 12px;
  }

  .banTxt img {
    display: block;
    width: 200px;
  }

  .banTxt h1 {
    font-size: 26px;
  }

  .banTxt h4 {
    font-size: 20px;
  }

  .box {
    padding: 60px 0;
  }

  .title h2 {
    font-size: 82px;
    line-height: 90px;
  }

  .titBox h3 {
    font-size: 24px;
  }

  .titBox h4 {
    font-size: 16px;
  }

  .latBox {
    margin-top: -30px;
  }

  .souControl {
    margin: -130px 0 40px;
  }

  .souRight {
    max-width: 450px;
  }

}


@media screen and (max-width:1020px) {

  .logo {
    width: 150px;
  }

  .hadUl {
    width: 55%;
  }

  .hadUl li>a {
    font-size: 16px;
  }

  .latBox,
  .fotBox {
    flex-wrap: wrap;
  }

  .latxt,
  .latMg {
    width: 100%;
  }

  .latxt {
    text-indent: 2em;
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .latMg {
    margin: 30px 0 0;
  }

  .newList {
    margin: 30px 0 0;
    grid-template-columns: repeat(3, 32%);
  }

  .newList::before {
    left: 33%;
  }

  .fotRight>div {
    padding: 0 0 20px;
  }

  .newMg {
    width: 200px;
    padding: 0 20px;
  }

  .newTxt {
    width: calc(100% - 230px);
  }

  .newDay h4 {
    font-size: 30px;
  }

  .newDay h5 {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
  }

  .newDeta {
    width: calc(100% - 70px);
  }

  .latBox {
    margin-top: 10px;
  }

  .souRight {
    max-width: 100%;
  }

  .souControl {
    margin: 40px 0;
  }

  .souCont {
    flex-wrap: wrap;
  }

  .soulMg {
    margin: 30px auto 0;
    padding: 20px 0 0;
  }

  .title h2 {
    padding-left: 15px;
    width: 65%;
  }

}


.menu {
  display: none;
}

@media screen and (max-width:768px) {

  .hadUl {
    display: block;
    width: 200px;
    height: 100%;
    background: rgba(51, 151, 167, .8);
    position: fixed;
    top: 38px;
    left: -120%;
    box-sizing: border-box;
    padding: 5%;
    transition: .6s;
  }

  .hadUl.active {
    left: 0;
  }

  .had {
    padding: 10px 0;
  }

  .logo {
    width: 80px;
  }

  .had::after {
    content: '';
    width: 25px;
  }

  .menu {
    width: 25px;
    height: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .menu::before,
  .menu::after,
  .menu p {
    content: '';
    width: 100%;
    height: 3px;
    background: #3397A7;
    position: absolute;
    left: 0;
    transition: .5s;
  }

  .menu.menuActive::before,
  .menu.menuActive::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu.menuActive::before {
    transform: rotate(45deg);
  }

  .menu.menuActive::after {
    transform: rotate(-45deg);
  }

  .menu::before {
    top: 0;
  }

  .menu::after {
    bottom: 0;
  }

  .menu.menuActive p {
    width: 0;
  }

  .title h2 {
    padding-left: 10px;
    width: 80%;
  }

  .newList {
    margin: 30px 0 0;
    grid-template-columns: repeat(1, 100%);
  }

  .newList::before,
  .newList::after {
    display: none;
  }

  .newInfo p {
    font-size: 12px;
    line-height: 22px;
  }

  .newList h6 {
    font-size: 14px;
    margin: 6px 0;
  }

  .newTime h4 {
    font-size: 22px;
  }

  .newTime h5 {
    font-size: 12px;
  }

  .proCont {
    flex-wrap: wrap;
  }

  .proLeft {
    width: 100%;
    padding: 20px 0;
  }

  .proRight {
    flex-wrap: wrap;
  }

  .proRight li,
  .proRight .active {
    width: 49%;
    margin: 0 0 3px;
  }

  .proRight li:first-child .proInfo,
  .proRight li:first-child .lokDeta,
  .proRight li:nth-child(2) .lokDeta {
    color: #9f9f9f;
  }

  .proRight li:first-child .lokDeta,
  .proRight li:nth-child(2) .lokDeta {
    border-color: #9f9f9f;
  }

  .lokDeta {
    display: flex;
    border-radius: 4px;
    border: solid 2px #ffffff;
    font-size: 15px;
    letter-spacing: 0;
    padding: 3px 5px;
    width: 120px;
    margin: 5px auto 0;
  }

  .lokDeta .iconfont {
    font-size: 20px;
    margin-left: 5px;
  }

  .proRight img {
    width: 100%;
    height: 100%;
  }

  .proInfo {
    background: transparent;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
    display: block;
  }

  .toLook a {
    width: 100px;
  }

  .toInfo h4 {
    font-size: 22px;
  }

  .toInfo p {
    font-size: 12px;
  }

  .caseList {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .more {
    width: 150px;
    height: 35px;
    margin: 20px auto 0;
    font-size: 15px;
  }

  .fotLogo {
    width: 120px;
  }

  .fotTle p {
    font-size: 15px;
    margin: 10px 0;
  }

  .fotBox {
    margin: 20px 0 0;
  }

  .link {
    display: flex;
    margin: 0;
  }

  .fotRight {
    flex-wrap: wrap;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav .iconfont,
  .nav a,
  .nav span {
    font-size: 12px;
    line-height: 20px;
  }

  .detalis {
    padding: 15px;
    margin: 20px 0;
  }

  .detalis h4 {
    font-size: 18px;
  }

  .detalis h6 {
    margin: 10px 0;
    font-size: 14px;
  }

  .detalis p {
    font-size: 14px;
    line-height: 25px;
  }

  .other a {
    font-size: 12px;
    color: #0f0f0f;
  }

  .newNav a {
    width: auto;
    height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 5px;
  }

  .newNav {
    margin: 15px 0;
  }

  .newUl {
    margin: 10px 0;
  }

  .newDeta {
    width: 100%;
  }

  .newUl li,
  .newDeta {
    flex-wrap: wrap;
  }

  .newUl li {
    padding: 10px 0;
  }

  .newMg {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .newTxt {
    width: 100%;
    margin: 10px 0;
  }

  .newDay {
    display: none;
  }

  .newTxt p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
  }

  .caseDeta {
    margin: 30px 0;
  }

  .banTxt img {
    width: 100px;
  }

  .banTxt h1 {
    font-size: 18px;
    margin: 5px 0;
  }

  .banTxt h4 {
    font-size: 12px;
  }

  .box {
    padding: 30px 0;
  }

  .title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .titBox h3 {
    font-size: 18px;
  }

  .titBox h4 {
    font-size: 12px;
  }

  .titBox h4::before {
    width: 12px;
    height: 12px;
    border: 2px solid #1d8c9d;
    border-radius: 50%;
    margin-right: 5px;
  }

  .hadUl li>a:hover,
  .hadUl .action,
  .active .hadUl .action,
  .sugProt a:hover p {
    color: #fff;
  }

  .souCont h3 {
    font-size: 20px;
  }

  .souCont h4 {
    font-size: 16px;
  }

  .souRight {
    max-width: 100%;
    margin: 10px 0 0;
  }

  .souSwiper .swiper-slide {
    border-top: 0 solid #f8f8f8;
    padding: 20px 0 0;
  }

  .point li {
    padding: 10px;
    margin: 0 0 10px;
  }

  .point h5::before {
    width: 10px;
    height: 10px;
  }

  .point h5 {
    font-size: 16px;
  }

  .point p {
    font-size: 12px;
    padding-left: 15px;
    height: 45px;
  }

  .souControl {
    margin: 0 0 20px;
  }

  .module .active {
    font-size: 24px;
  }

  .total {
    font-size: 18px;
  }

  .cut .swiper-button-next:after,
  .cut .swiper-button-prev:after {
    font-size: 20px;
  }

  .soulMg {
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .active .hadUl li>a {
    display: flex;
    align-items: center;
  }

  .hadUl .action::after {
    background-color: #fff;
  }

  .active .hadUl li>a {
    color: #fff;
  }

  .sechFom {
    margin: 20px auto 10px;
    height: 40px;
  }

  .sechFom input {
    width: calc(100% - 50px);
    padding: 5px 10px;
  }

  .sechFom button {
    width: 45px;
  }

  .sechFom button .iconfont {
    font-size: 20px;
  }

  .fotRight>div {
    padding: 0;
  }

  .code {
    grid-template-columns: repeat(2, 50px);
    width: 110px;
  }

}