@charset "UTF-8";
.m1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.mt95 {
  margin-top: 95px;
}

.m1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.right-nav-box {
  padding-left: 10px;
  position: fixed;
  top: calc(50% - 200px);
  right: 0px;
  z-index: 100;
}

.right-nav-box .right-nav {
  width: 50px;
  height: 160px;
  background-color: #2d91fa;
  border-radius: 8px;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.right-nav-box .right-nav img {
  width: 32px;
}

.right-nav-box .right-nav span {
  width: 16px;
  display: inline-block;
}

.right-nav-box .right-nav-new {
  width: 160px;
  background-color: #2d91fa;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -160px;
  display: none;
}

.right-nav-box .right-nav-new .tel-box {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.right-nav-box .right-nav-new .tel-box span {
  margin-left: 10px;
}

.right-nav-box .right-nav-new .code {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #fff;
}

.right-nav-box .right-nav-new .code img {
  width: 100%;
}

.right-nav01-box {
  width: 220px;
  position: fixed;
  right: 0;
  top: calc(50% - 220px);
  z-index: 100000;
}

.right-nav01-box .tops-box {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
}

.right-nav01-box .tops-box .tops {
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #2d91fa;
  padding-left: 10px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.right-nav01-box .tops-box .tops .close-icon {
  width: 40px;
  height: 100%;
  background-image: url('../img/kefu-close.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  right: 0px;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.right-nav01-box .tops-box .item-box {
  padding: 25px 20px 20px;
}

.right-nav01-box .tops-box .item-box .item {
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
}

.right-nav01-box .tops-box .item-box .item:hover .phone-box {
  display: block;
}

.right-nav01-box .tops-box .item-box .item:last-of-type {
  margin-bottom: 0;
}

.right-nav01-box .tops-box .item-box .item .tt {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-image: url('../img/kefu001.png');
  background-position: left center;
  width: 88px;
  filter: brightness(53%) invert(0);
}

.right-nav01-box .tops-box .item-box .item .code {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/weixin001.png');
  cursor: pointer;
  margin-left: 25px;
}

.right-nav01-box .tops-box .item-box .item .qq-link {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('../img/qq001.png');
  background-position: center;
  background-size: 18px 20px;
  margin-left: 20px;
}

.right-nav01-box .tops-box .item-box .item .phone-box {
  padding-right: 45px;
  position: absolute;
  left: -140px;
  top: -5px;
  display: none;
}

.right-nav01-box .tops-box .item-box .item .phone-box > a {
  padding: 5px 10px;
  background-color: #2d91fa;
  color: #fff;
  display: block;
  position: relative;
  border-radius: 4px;
}

.right-nav01-box .tops-box .item-box .item .phone-box > a:after {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #2d91fa;
  right: -6px;
  top: 9px;
}

.right-nav01-box .code-box {
  padding: 20px;
  background-color: #fff;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
}

.right-nav01-box .code-box p {
  font-size: 14px;
  color: #333;
}

.right-nav01-box .code-box .img-box {
  width: 100%;
  height: 180px;
  margin-top: 25px;
}

.right-nav01-box .code-box .img-box img {
  width: 100%;
  height: 100%;
}

.right-nav01-box .code-box .close01-icon {
  width: 40px;
  height: 40px;
  background-image: url('../img/213.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  right: 0px;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.search0948 {
  margin-top: 3%;
}

.search0948 .search-input {
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}

.search0948 .search-input .input {
  padding: 0 2%;
  border: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  width: 450px;
  border-radius: 40px 0px 0px 40px;
  background-color: #fff;
}

.search0948 .search-input .search-but {
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d91fa;
  color: #fff;
  border-radius: 0px 40px 40px 0px;
  border: 0;
}

.m-header {
  display: none;
  position: fixed;
  z-index: 70;
  width: 100%;
  height: 100%;
  top: 0;
}

.m-header .icon {
  width: 0.88rem;
  height: 0.88rem;
  background-size: 0.64rem 0.64rem;
  right: 10px;
  top: 7px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/cha.png);
}

.m-header > .link-box {
  padding-top: 3rem;
  color: #fff;
}

.m-header > .link-box .items {
  height: 1.2rem;
  line-height: 1.2rem;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.34rem;
}

.gray {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
  z-index: 50;
  display: block;
  /* filter:brightness(0.5) */
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  background: url('../img/2.png') no-repeat;
  background-size: cover;
}

header .sublogo {
  display: block;
  height: 46px;
  margin-left: 57px;
}

header .daohang-new {
  position: absolute;
  left: 0;
  top: 125px;
  flex: 1;
  height: 50%;
  background-color: #35b37b;
  width: 100%;
  justify-content: flex-end;
}

header .daohang-new .r-items {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  text-align: end;
  display: flex;
  align-items: center;
}

header .daohang-new .r-items .it {
  font-size: 18px;
  width: 15%;
  font-weight: 500;
  letter-spacing: 0em;
  position: relative;
  /* 20灰 */
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header .daohang-new .r-items .it:hover {
  background-color: #46a470;
  color: #fff;
}

header .daohang-new .r-items .it::after {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: calc(50% - 7.5px);
  left: 0;
  content: '';
  display: block;
  z-index: 1;
}

header .daohang-new .r-items .it:last-child::before {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: calc(50% - 7.5px);
  right: 0;
  content: '';
  display: block;
  z-index: 1;
}

header .daohang-new .r-items .active {
  position: relative;
  color: #fff !important;
  background-color: #46a470;
}

header .daohang-new .r-items .active::after {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: calc(50% - 7.5px);
  left: 0;
  content: '';
  display: block;
  z-index: 1;
}

header .m1400 {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

header .shanlan-box {
  display: none;
}

header .h-right {
  flex: 1;
  height: 100%;
  justify-content: flex-end;
}

header .h-right .top-input-pho {
  width: 350px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 50px;
  position: relative;
}

header .h-right .top-input-pho > input {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 0 20px;
  background-color: transparent;
  margin-top: 2px;
}

header .h-right .top-input-pho > input::placeholder {
  font-size: 16px;
}

header .h-right .top-input-pho .top-input-pho-btn {
  position: absolute;
  display: block;
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

header .h-right .phone,
header .h-right .search {
  display: block;
  margin-left: 4%;
  font-size: 18px;
  font-weight: bold;
}

header .h-right .phone {
  font-family: D-DIN;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0em;
  /* 20灰 */
  color: #333333;
}

.page-boxs-s45 .items-list7 {
  display: flex;
  justify-content: center;
}

.page-boxs-s45 .items-list7 > div:hover,
.page-boxs-s45 .items-list7 a:hover {
  background-color: #35b37b;
  color: #fff;
}

.page-boxs-s45 .items-list7 .prev:hover .img1,
.page-boxs-s45 .items-list7 .next:hover .img1 {
  filter: brightness(0) invert(1);
}

.page-boxs-s45 .items-list7 .prev {
  width: 52px;
  height: 52px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}

.page-boxs-s45 .items-list7 .prev a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.page-boxs-s45 .items-list7 .yemazi {
  width: 52px;
  height: 52px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  margin-right: 20px;
}

.page-boxs-s45 .items-list7 .next {
  width: 52px;
  height: 52px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
}

.page-boxs-s45 .items-list7 .next a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

footer {
  background-color: #052040;
  color: #9e9e9e;
  font-size: 18px;
}

footer .f-top {
  padding: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: #383838;
}

footer .f-top .f-left {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #5e5f63;
}

footer .f-top .f-right {
  width: 100%;
  padding: 50px 0 20px 0;
}

footer .f-top .f-right .uls1 {
  width: 100%;
  justify-content: space-between;
}

footer .f-top .f-right .uls1 li {
  min-width: 150px;
}

footer .f-top .f-right .uls1 li .bot-title1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

footer .f-top .f-right .uls1 li .bot-lanmu {
  margin-left: 0;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
}

footer .f-top .f-right .uls1 li .bot-lanmu a {
  color: #848587;
  font-size: 16px;
}

footer .f-top .f-right .uls1 li .bot-lanmu a:hover {
  color: #fff;
}

footer .f-top .f-right .uls1 li:first-child {
  min-width: 110px;
  text-align: left;
}

footer .f-bottom {
  background-color: #2f2f2f;
}

footer .f-bottom .b-bot .acti-col {
  display: flex;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  color: #9e9e9e;
  justify-content: flex-start;
}

footer .f-bottom .b-bot .acti-col img {
  width: 15px;
  height: 16px;
}

footer .f-bottom .b-bot .acti-col:nth-child(2) {
  width: 40%;
  justify-content: flex-end;
}

.endfooter a {
  line-height: 80px;
}

.flex {
  display: flex;
}

.m-flex {
  display: flex;
  align-items: center;
}

.plb-tops-mubp .hhh {
  justify-content: space-between;
}

.plb-tops-mubp .right-box {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
}

.plb-tops-mubp .right-box .miaoshu {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}

.plb-tops-mubp .right-box .img1 {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(80%) invert(50%);
  margin-left: 12px;
}

.plb-tops-mubp .right-box:hover {
  background-color: #4cb379;
}

.plb-tops-mubp .right-box:hover .miaoshu {
  color: #fff;
}

.plb-tops-mubp .right-box:hover .img1 {
  filter: brightness(0) invert(1);
}

.plb-tops-mubp .left-box .title {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}

.plb-tops-mubp .left-box .en-title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #35b37b;
}

.navigor-lines14 {
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navigor-lines14 .m1400 {
  height: 100%;
  max-width: 1400px;
  align-items: center;
  justify-content: space-between;
}

.navigor-lines14 .m1400 .left5 .b-title {
  color: #999999;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.navigor-lines14 .m1400 .left5 .active {
  color: #999999;
}

.navigor-lines14 .m1400 .left5 .youjian {
  width: 5px;
  filter: brightness(50%);
  margin: 0 4px;
}

.navigor-lines14 .m1400 .right5 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navigor-lines14 .m1400 .right5 .chird-boxs {
  color: #333;
  margin-left: 5%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  display: inline-block;
}

.navigor-lines14 .m1400 .right5 .chird-boxs:hover {
  color: #35b37b;
}

.navigor-lines14 .m1400 .right5 .active {
  color: #35b37b;
  position: relative;
}

.navigor-lines14 .m1400 .right5 .active::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 4px;
  border-radius: 3px;
  background-color: #35b37b;
  bottom: -27px;
  left: calc(50% - 25%);
}

.inner-boxs-public {
  margin-top: 188px;
  height: 500px;
  position: relative;
}

.inner-boxs-public .navigor-banner {
  width: 100%;
  height: 100%;
}

.inner-boxs-public .pages-titles4-u4 {
  position: absolute;
  bottom: 16%;
  width: 100%;
  left: 0;
}

.inner-boxs-public .pages-titles4-u4 .mains78s4s .p1 {
  font-family: PingFangSC-Semibold;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}

.inner-boxs-public .pages-titles4-u4 .mains78s4s .p2 {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #35b37b;
}

.siteswitch {
  position: relative;
  cursor: pointer;
  opacity: 0;
}

.siteswitch-block {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 3px 0;
  box-shadow: 3px 3px 10px #d9d9d9;
}

.siteswitch:hover .siteswitch-block {
  display: block;
}

@keyframes colors {
  0% {
    background: linear-gradient(258deg, #2d91fa 35%, #53c0fa 67%);
  }
  50% {
    background: linear-gradient(258deg, #2d91fa 20%, #53c0fa 80%);
  }
  100% {
    background: linear-gradient(258deg, #53c0fa 15%, #2d91fa 87%);
  }
}

@media screen and (max-width: 1400px) {
  .m1400 {
    max-width: 90%;
    margin: 0 auto;
  }
  header .logo {
    height: 40px;
  }
  header .logo img {
    display: block;
    height: 100%;
  }
  header .sublogo {
    height: 40px;
    margin-left: 30px;
  }
  header .sublogo img {
    display: block;
    height: 100%;
  }
  header .h-right .top-input-pho {
    width: 300px;
    height: 46px;
  }
}

@media screen and (max-width: 1300px) {
  header .h-right .r-items .it {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1250px) {
  header .h-right .r-items .it {
    padding: 0 1.4%;
  }
  header .sublogo img {
    height: 30px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1230px) {
  footer .f-bottom .b-bot .acti-col {
    flex: none;
  }
  header .h-right .r-items .it {
    padding: 0 1.1%;
  }
  footer .f-top .f-right .uls1 li:first-child {
    min-width: auto;
  }
  footer .f-top .f-right .uls1 li {
    min-width: auto;
  }
}

@media screen and (max-width: 1000px) {
  header {
    display: none;
  }
  .m-header {
    display: block;
    background-color: #fff;
    height: 60px;
    z-index: 10;
  }
  .m-header .mains {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
  }
  .m-header .mains .logo {
    width: 150px;
  }
  .m-header .mains .idf4d5f4 {
    max-width: 25px;
  }
  .m-header .m-header-down {
    background-color: #f8f8f8;
    display: none;
    padding-top: 60px;
  }
  .m-header .m-header-down::after {
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    left: 0;
    z-index: -1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .m-header .m-header-down .ss-01 .ss-it01 {
    padding: 0 14px;
    height: 45px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .p1 {
    font-size: 16px;
    color: #333;
    flex: 1;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .jiahao {
    position: relative;
    color: #35b37b;
    padding: 18px;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .jiahao::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '+';
    font-size: 24px;
    font-weight: bold;
  }
  .m-header .m-header-down .ss-01 .ss-it02 {
    display: none;
    padding: 0 14px;
  }
  .m-header .m-header-down .ss-01 .ss-it02 .span1 {
    padding: 0 20px;
    height: 45px;
    border-bottom: 1px solid #eee;
    line-height: 45px;
    display: flex;
  }
  .inner-boxs-public {
    margin-top: 95px;
  }
  .navigor-lines14 {
    display: none;
  }
  .m-header {
    height: 95px;
    display: block;
  }
  .m-header .mains {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
  }
  .f-bottom > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .endfooter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .endfooter a {
    line-height: 30px;
  }
  footer .f-bottom .b-bot .acti-col:nth-child(2) {
    width: auto;
  }
  footer .f-bottom .b-bot .acti-col {
    height: 30px;
    line-height: 30px;
  }
}
