@charset "utf-8";
@font-face {
  font-family: "SOURCEHANSANSCN-LIGHT";
  src: url('../font/SOURCEHANSANSCN-LIGHT.OTF');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url('../font/SOURCEHANSANSCN-REGULAR.OTF');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SOURCEHANSANSCN-BOLD";
  src: url('../font/SOURCEHANSANSCN-BOLD.OTF');
  font-display: swap;
}
@font-face {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('../font/Montserrat-Regular.otf');
  font-style: normal;
  font-display: swap;
}
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SOURCEHANSANSCN-REGULAR", "Microsoft YaHei", "PingFang SC";
}
@media screen and (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "SOURCEHANSANSCN-REGULAR", "Microsoft YaHei", "PingFang SC";
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 1580px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: .28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.overflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.contain {
  max-width: 1728px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contain-s {
  width: 66.66666666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  .contain-s {
    width: 80%;
  }
}
@media screen and (max-width: 1260px) {
  .contain-s {
    width: 90%;
  }
}
.bg-color {
  background-color: #fff;
}
.pt80 {
  padding-top: 4.1667vw;
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-top: 1rem;
  }
}
.pb80 {
  padding-bottom: 4.1667vw;
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 5.208333333333333vw;
}
@media screen and (max-width: 991px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 5.208333333333333vw;
}
@media screen and (max-width: 991px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt110 {
  padding-top: 5.729166666666667vw;
}
@media screen and (max-width: 991px) {
  .pt110 {
    padding-top: 1.1rem;
  }
}
.pb110 {
  padding-bottom: 5.729166666666667vw;
}
@media screen and (max-width: 991px) {
  .pb110 {
    padding-bottom: 1.1rem;
  }
}
.pt120 {
  padding-top: 6.25vw;
}
@media screen and (max-width: 991px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 991px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt130 {
  padding-top: 6.770833333333333vw;
}
@media screen and (max-width: 991px) {
  .pt130 {
    padding-top: 1rem;
  }
}
.pb130 {
  padding-bottom: 6.770833333333333vw;
}
@media screen and (max-width: 991px) {
  .pb130 {
    padding-bottom: 1rem;
  }
}
.pb160 {
  padding-bottom: 8.333333333333333vw;
}
@media screen and (max-width: 991px) {
  .pb160 {
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .pb160 {
    padding-bottom: 1.6rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 13px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 15px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: .26rem;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .font26 {
    font-size: 18px;
  }
}
.font32 {
  font-size: 32px;
}
@media (max-width: 1580px) {
  .font32 {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .font32 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .font32 {
    font-size: 18px;
  }
}
.font34 {
  font-size: 34px;
}
@media (max-width: 1580px) {
  .font34 {
    font-size: .34rem;
  }
}
@media (max-width: 991px) {
  .font34 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .font34 {
    font-size: 18px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width: 1580px) {
  .font36 {
    font-size: .36rem;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .font36 {
    font-size: 20px;
  }
}
.font48 {
  font-size: 48px;
}
@media (max-width: 1580px) {
  .font48 {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .font48 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .font48 {
    font-size: 24px;
  }
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font80 {
    font-size: .8rem;
  }
}
@media (max-width: 991px) {
  .font80 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .font80 {
    font-size: 36px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#interval {
  height: 1rem;
}
@media screen and (max-width: 991px) {
  #interval {
    height: 60px;
  }
}
.public-btn span,
.public-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.7rem;
  height: 0.5rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  background: #00b0ec;
  padding: 0 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-btn span,
  .public-btn a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    padding: 0 0.25rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn span,
  .public-btn a {
    padding: 0 0.3rem;
    height: 0.7rem;
  }
}
.public-btn span img,
.public-btn a img {
  display: inline-block;
  margin-left: 0.15rem;
  width: 0.13rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .public-btn span img,
  .public-btn a img {
    width: 12px;
  }
}
.public-btn span:before,
.public-btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  opacity: .3;
  left: -35px;
  border-radius: 35%;
  animation-duration: 10s;
}
.public-btn span:after,
.public-btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  left: -10px;
  opacity: .5;
  border-radius: 37%;
  animation-duration: 10s;
}
.public-btn span:after:after,
.public-btn a:after:after {
  background: #FFFFFF;
  left: 128%;
}
.public-btn span:hover,
.public-btn a:hover {
  color: #ffffff;
}
.public-btn span:hover:before,
.public-btn a:hover:before {
  background: #FFFFFF;
  left: 125%;
  opacity: 1;
}
.public-btn span:hover:after,
.public-btn a:hover:after {
  background: #FFFFFF;
  left: 128%;
  opacity: 1;
}
.public-btn span:hover img,
.public-btn a:hover img {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.public-btn.grey span,
.public-btn.grey a {
  background: rgba(204, 204, 204, 0.5);
  color: #666666;
}
.public-btn.grey span img,
.public-btn.grey a img {
  opacity: 0.6;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.public-btn.grey span:hover,
.public-btn.grey a:hover {
  background: #00b0ec;
  color: #FFFFFF;
}
.public-btn.grey span:hover img,
.public-btn.grey a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.public-btn.white span,
.public-btn.white a {
  color: #00b0ec;
  background: #FFFFFF;
}
.public-btn.white span:hover:before,
.public-btn.white a:hover:before,
.public-btn.white span:hover:after,
.public-btn.white a:hover:after {
  background: rgba(0, 176, 236, 0.25);
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
}
.header .box .logo {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  margin-right: 3.5%;
}
.header .box .logo a {
  display: inline-flex;
  align-items: center;
  height: 1rem;
}
@media screen and (max-width: 991px) {
  .header .box .logo a {
    height: 60px;
  }
}
.header .box .logo a img {
  width: 1.18rem;
}
.header .box .logo a img.ic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .box .logo a img {
    width: 1.35rem;
  }
}
.header .box .nav {
  flex: 1;
}
@media screen and (max-width: 1260px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul {
  padding: 0;
	justify-content: center;
}

.header .box .nav ul li {
  position: relative;
  padding: 0 0.2rem;
  list-style: none;
}
/*@media screen and (max-width: 1580px) {
  .header .box .nav ul li {
    padding: 0 0.2rem;
  }
}*/
@media screen and (max-width: 1260px) {
  .header .box .nav ul li {
    padding: 0 0.15rem;
  }
}
.header .box .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  font-family: 'SOURCEHANSANSCN-LIGHT';
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .header .box .nav ul li > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .header .box .nav ul li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li > a {
    font-size: 14px;
  }
}
.header .box .nav ul li:hover > a {
  color: #00b0ec;
}
.header .box .nav ul li.on > a {
  color: #00b0ec;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.12rem 0;
  min-width: 1.8rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
.header .box .nav ul li .navcell a {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  padding: 0.05rem 0.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .header .box .nav ul li .navcell a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
.header .box .nav ul li .navcell a:hover {
  color: #00b0ec;
}
.header .box .nav ul li .columncell {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  display: none;
}
.header .box .nav ul li .columncell .elementor {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.3rem 0.6rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
/*.header .box .nav ul li .columncell .elementor .e-item{
	min-width: 2.5rem;
	max-width: 2.8rem;
}*/
.header .box .nav ul li .columncell .elementor .e-item .e-title {
  font-family: "SOURCEHANSANSCN-BOLD";
  font-size: 20px;
  color: #333333;
  padding-bottom: 0.15rem;
  border-bottom: #adadad solid 1px;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .header .box .nav ul li .columncell .elementor .e-item .e-title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li .columncell .elementor .e-item .e-title {
    font-size: 16px;
  }
}
.header .box .nav ul li .columncell .elementor .e-item .e-container {
  margin-top: 0.1rem;
}
.header .box .nav ul li .columncell .elementor .e-item .e-container a {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
  padding: 0.05rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
 	/*word-break: break-word;*/
}
@media (max-width: 1580px) {
  .header .box .nav ul li .columncell .elementor .e-item .e-container a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li .columncell .elementor .e-item .e-container a {
    font-size: 14px;
  }
}
.header .box .nav ul li .columncell .elementor .e-item .e-container a:hover {
  color: #00b0ec;
}
.header .box .headicon {
  display: inline-flex;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.1);
  border: rgba(204, 204, 204, 0.2) solid 1px;
}
.header .box .headicon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.34rem;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .box .headicon .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header .box .headicon .icon {
    width: 26px;
    height: 26px;
  }
}
.header .box .headicon .icon img {
  width: 42.5%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .header .box .headicon .icon img {
    width: 45%;
  }
}
.header .box .headicon .head_search {
  position: relative;
  padding: 0 0.12rem;
}
.header .box .headicon .head_search::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  background: #ffffff;
}
.header .box .headicon .head-nation {
  position: relative;
  padding: 0 0.12rem;
}
.header .box .headicon .head-nation .dropdown {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  top: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .header .box .headicon .head-nation .dropdown {
    top: 100%;
    padding: 10px 0px;
    min-width: 90px;
  }
}
.header .box .headicon .head-nation .dropdown ul {
  margin-top: 0.1rem;
  background: #FFFFFF;
  padding: 0.1rem 0px;
  text-align: left;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.header .box .headicon .head-nation .dropdown ul li {
  list-style: none;
}
.header .box .headicon .head-nation .dropdown ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 2.2;
  min-width: 1.28rem;
  text-align: center;
  padding: 0 0.2rem;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .header .box .headicon .head-nation .dropdown ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .box .headicon .head-nation .dropdown ul li a {
    font-size: 13px;
  }
}
.header .box .headicon .head-nation .dropdown ul li a:hover {
  color: #00b0ec;
}
.header .box .headicon .head-nation:hover .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header .box .head-share {
  margin-left: 0.42rem;
}
@media screen and (max-width: 480px) {
  .header .box .head-share {
    margin-left: 0.3rem;
  }
}
.header .box .head-share ul {
  column-gap: 0.1rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .header .box .head-share ul {
    column-gap: 12px;
  }
}
.header .box .head-share ul li {
  position: relative;
  list-style: none;
}
.header .box .head-share ul li:hover a img {
  opacity: 1;
}
.header .box .head-share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .header .box .head-share ul li a {
    width: 0.36rem;
    height: 0.36rem;
  }
}
@media screen and (max-width: 480px) {
  .header .box .head-share ul li a {
    width: 0.38rem;
    height: 0.38rem;
  }
}
.header .box .head-share ul li a img {
  display: block;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .box .head-share ul li .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  min-width: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .header .box .head-share ul li .qrcode {
    min-width: 5.208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .header .box .head-share ul li .qrcode {
    min-width: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .header .box .head-share ul li .qrcode {
    min-width: 1.4rem;
  }
}
.header .box .head-share ul li .qrcode::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
}
.header .box .head-share ul li .qrcode .cont {
  padding: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .header .box .head-share ul li .qrcode .cont {
    padding: 0.260416667vw;
  }
}
@media screen and (max-width: 480px) {
  .header .box .head-share ul li .qrcode .cont {
    padding: 3px;
  }
}
.header .box .head-share ul li .qrcode .img {
  display: block;
  width: 0.95rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .header .box .head-share ul li .qrcode .img {
    width: 4.947916666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .header .box .head-share ul li .qrcode .img {
    width: 90px;
  }
}
.header .box .head-share ul li .qrcode .img img {
  width: 100%;
}
.header .box .head-share ul li .qrcode .txt {
  margin-top: 0.06rem;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .header .box .head-share ul li .qrcode .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .box .head-share ul li .qrcode .txt {
    font-size: 13px;
  }
}
.header .box .head-share ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .header .search-form {
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.header .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header .search-form .form-body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  border: 1px solid #eee;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .header .search-form .form-body {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body {
    width: 90%;
  }
}
.header .search-form .form-body input {
  width: 6rem;
  height: 0.54rem;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
@media (max-width: 1580px) {
  .header .search-form .form-body input {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header .search-form .form-body input {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .header .search-form .form-body input {
    width: 31.25vw;
    height: 2.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body input {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body input {
    height: 0.7rem;
  }
}
.header .search-form .form-body .icon {
  line-height: 1;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.2rem;
}
@media screen and (min-width: 992px) {
  .header .search-form .form-body .icon {
    width: 1.04167vw;
    margin-right: 1.04167vw;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .icon {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .icon {
    width: 0.28rem;
  }
}
.header .search-form .form-body .icon img {
  max-width: 100%;
}
.header .search-form .form-body .close {
  width: 0.2rem;
  cursor: pointer;
  margin-left: 0.2rem;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .header .search-form .form-body .close {
    width: 1.04167vw;
    margin-left: 1.04167vw;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .close {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .close {
    width: 0.28rem;
  }
}
.header .search-form .form-body .close img {
  max-width: 100%;
}
.header .phone-toggle {
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1260px) {
  .header .phone-toggle {
    display: block;
  }
}
.header .phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.header .phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.header.white {
  background: rgba(255, 255, 255, 0.8);
}
.header.white .box .logo img.ic1 {
  display: none;
}
.header.white .box .logo img.ic2 {
  display: inline-block;
}
.header.white .box .nav ul li > a {
  color: #333333;
}
.header.white .box .nav ul li:hover > a {
  color: #00b0ec;
}
.header.white .box .nav ul li.on > a {
  color: #00b0ec;
}
.header.white .box .headicon {
  border-color: #dddddd;
  background: rgba(255, 255, 255, 0.6);
}
.header.white .box .headicon .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headicon .head_search::before {
  background: #dddddd;
}
.header.white .box .head-share ul li a img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.header.white .phone-toggle span {
  background-color: #333333;
}
.header.whitebg {
  background: #ffffff;
}
.header.whitebg .box .logo img.ic1 {
  display: none;
}
.header.whitebg .box .logo img.ic2 {
  display: inline-block;
}
.header.whitebg .box .nav ul li > a {
  color: #333333;
}
.header.whitebg .box .nav ul li:hover > a {
  color: #00b0ec;
}
.header.whitebg .box .nav ul li.on > a {
  color: #00b0ec;
}
.header.whitebg .box .headicon {
  border-color: #dddddd;
  background: rgba(255, 255, 255, 0.6);
}
.header.whitebg .box .headicon .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headicon .head_search::before {
  background: #dddddd;
}
.header.whitebg .box .head-share ul li a img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .phone-toggle span {
  background-color: #333333;
}
.mbox .header {
  background: #ffffff;
}
.mbox .header .box .logo img.ic1 {
  display: none;
}
.mbox .header .box .logo img.ic2 {
  display: inline-block;
}
.mbox .header .box .nav ul li > a {
  color: #333333;
}
.mbox .header .box .nav ul li:hover > a {
  color: #00b0ec;
}
.mbox .header .box .nav ul li.on > a {
  color: #00b0ec;
}
.mbox .header .box .headicon {
  border-color: #dddddd;
  background: #FFFFFF;
}
.mbox .header .box .headicon .icon img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headicon .head_search::before {
  background: #dddddd;
}
.mbox .header .box .head-share ul li a img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 991px) {
  .mbox .header .phone-toggle {
    margin-top: -6px;
  }
}
.mbox .header .phone-toggle span {
  background-color: #333333;
}
.m-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: #FFFFFF;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-nav > ul {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.m-nav > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.m-nav > ul > li a {
  display: block;
  line-height: 1.7;
  color: #333333;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  line-height: 1.7;
  color: #333333;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle a {
  display: inline-block;
  padding: 0;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon14.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #00b0ec;
}
.m-nav > ul > li .headtitle.on a {
  color: #00b0ec;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon14.png) center no-repeat;
  background-size: 8px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-nav > ul > li ul {
  display: none;
  padding-left: 20px;
  border-top: #e5e5e5 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-nav > ul > li ul.promenu {
  max-height: 36vh;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 15px;
}
.m-nav > ul > li ul.promenu li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 5%;
  text-align: center;
}
.m-nav > ul > li ul.promenu li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .m-nav > ul > li ul.promenu li {
    width: 32%;
    margin-right: 2%;
  }
  .m-nav > ul > li ul.promenu li:nth-child(4n) {
    margin-right: 2%;
  }
  .m-nav > ul > li ul.promenu li:nth-child(3n) {
    margin-right: 0;
  }
}
.m-nav > ul > li ul.promenu li .img {
  width: 100%;
  overflow: hidden;
}
.m-nav > ul > li ul.promenu li .img img {
  max-width: 100%;
}
.m-nav > ul > li ul.promenu li .text {
  margin-top: 6px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .m-nav > ul > li ul.promenu li .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .m-nav > ul > li ul.promenu li .text {
    font-size: 13px;
  }
}
.m-nav > ul > li ul li {
  list-style: none;
}
.m-nav > ul > li ul li a {
  display: block;
  font-size: 16px;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #00b0ec;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #00b0ec;
}
.mbox .header .box .logo a img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .btns {
  background: #333333;
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.mbox .phone-toggle span {
  background-color: #000000;
}
.mbox .phone-toggle span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mbox .phone-toggle span:nth-child(2) {
  display: none;
}
.mbox .phone-toggle span:nth-child(3) {
  transform: rotate(45deg);
}
@media screen and (min-width: 1261px) {
  .phone-toggle {
    display: none !important;
  }
}
.sidebar {
  position: fixed;
  bottom: 6vw;
  right: 5%;
  z-index: 12;
}
@media screen and (min-width: 992px) {
  .sidebar {
    right: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    right: 0.2rem;
  }
}
.sidebar ul {
  padding-left: 0;
}
.sidebar ul li {
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.1rem;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .sidebar ul li {
    margin-bottom: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li {
    margin-bottom: 6px;
  }
}
.sidebar ul li.istop span .img,
.sidebar ul li.istop a .img {
  background: #00b0ec;
}
.sidebar ul li span,
.sidebar ul li a {
  display: block;
}
.sidebar ul li span .img,
.sidebar ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
  background: #c8c8c8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .sidebar ul li span .img,
  .sidebar ul li a .img {
    width: 0.64rem;
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .sidebar ul li span .img,
  .sidebar ul li a .img {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.sidebar ul li span .img img,
.sidebar ul li a .img img {
  display: block;
  margin: auto;
  width: 37.5%;
}
@media screen and (max-width: 1260px) {
  .sidebar ul li span .img img,
  .sidebar ul li a .img img {
    width: 45%;
  }
}
.sidebar ul li:hover span .img,
.sidebar ul li:hover a .img {
  background: #00b0ec;
}
.sidebar ul li .secondary {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 12;
  min-width: 100%;
  white-space: nowrap;
  text-align: center;
  padding-right: 10px;
}
.sidebar ul li .secondary .box {
  position: relative;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
}
.sidebar ul li .secondary .box::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
}
.sidebar ul li .secondary .box .codeimg {
  text-align: center;
}
.sidebar ul li .secondary .box .codeimg img {
  display: block;
  margin: auto;
  max-width: inherit;
  width: 120px;
}
.sidebar ul li .secondary .txt {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.sidebar ul li .secondary .txtli {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 24px;
  color: #000000;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .sidebar ul li .secondary .txtli {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .sidebar ul li .secondary .txtli {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sidebar ul li .secondary .txtli {
    font-size: 18px;
  }
}
.footer {
  position: relative;
  margin-top: -50px;
  padding-top: 0.8rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1260px) {
  .footer {
    margin-top: -45px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box {
    flex-wrap: wrap;
  }
}
.footer .box .footer-info {
  width: 25.5%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info {
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer .box .footer-info .footer-logo {
  margin-bottom: 0.18rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info .footer-logo {
    margin-bottom: 0.4rem;
  }
}
.footer .box .footer-info .footer-logo a img {
  width: 1.47rem;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-info .footer-logo a img {
    width: 1.7rem;
  }
}
.footer .box .footer-info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.12rem;
}
.footer .box .footer-info ul li .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 16px;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info ul li .icon {
    margin-top: 0.03rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-info ul li .icon {
    margin-right: 8px;
  }
}
.footer .box .footer-info ul li .icon img {
  width: 0.16rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info ul li .icon img {
    width: 12px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-info ul li .icon img {
    width: 15px;
  }
}
.footer .box .footer-info ul li .text {
  flex: 1;
  overflow: hidden;
  line-height: 1.3;
}
.footer .box .footer-info ul li .text .sp1 {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
@media (max-width: 1580px) {
  .footer .box .footer-info ul li .text .sp1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-info ul li .text .sp1 {
    font-size: 15px;
  }
}
.footer .box .footer-info ul li .text .sp2 {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .footer .box .footer-info ul li .text .sp2 {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-info ul li .text .sp2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-info ul li .text .sp2 {
    font-size: 16px;
  }
}
.footer .box .footer-nav {
  width: 68.4%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.footer .box .footer-nav .row {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .row {
    row-gap: 12px;
    width: 100%;
    margin-bottom: 12px;
  }
}
.footer .box .footer-nav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .box .footer-nav .item .title {
  position: relative;
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .footer .box .footer-nav .item .title {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-nav .item .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-nav .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-nav .item .title {
    display: flex;
    align-items: center;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    padding-bottom: 12px;
    margin-bottom: 0px;
  }
}
.footer .box .footer-nav .item .title i {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title i {
    display: block;
  }
}
.footer .box .footer-nav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .box .footer-nav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul {
    display: none;
    padding-top: 0.3rem;
    margin-top: 0;
    margin-bottom: 0.15rem;
  }
}
.footer .box .footer-nav .item ul li {
  margin-bottom: 0.03rem;
}
.footer .box .footer-nav .item ul li a {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.7;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .footer .box .footer-nav .item ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .box .footer-nav .item ul li a {
    font-size: 15px;
  }
}
.footer .box .footer-nav .item ul li a:hover {
  color: #00b0ec;
}
.footer .footerbottom {
  margin-top: 0.4rem;
  padding: 0.24rem 0 0.35rem;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom {
    padding: 20px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border-top: none;
  }
}
.footer .footerbottom .copylink {
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  column-gap: 0.4rem;
}
@media (max-width: 1580px) {
  .footer .footerbottom .copylink {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer .footerbottom .copylink {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .copylink {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.footer .footerbottom .copylink a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .copylink a:hover {
  color: #00b0ec;
}
.footer .footerbottom .copylink .poweredBy {
  color: rgba(74 74 74);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .copylink .poweredBy {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
.footer .footerbottom .copylink .poweredBy a {
  color: rgba(74 74 74);
}
.footer .footerbottom .copylink .poweredBy:hover {
  color: #00b0ec;
}
.footer .footerbottom .copylink .poweredBy:hover a {
  color: #00b0ec;
}
.footer .footerbottom .copylink .txt {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share {
    margin-bottom: 20px;
  }
}
.footer .footerbottom .footer-share ul {
  column-gap: 0.24rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul {
    column-gap: 12px;
  }
}
.footer .footerbottom .footer-share ul li {
  position: relative;
  list-style: none;
}
.footer .footerbottom .footer-share ul li a {
  display: inline-block;
  text-align: center;
}
.footer .footerbottom .footer-share ul li a img {
  height: 0.24rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.3;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul li a img {
    height: 20px;
  }
}
.footer .footerbottom .footer-share ul li .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 1.03rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul li .qrcode {
    width: 96px;
  }
}
.footer .footerbottom .footer-share ul li .qrcode .img {
  overflow: hidden;
  background-color: #FFFFFF;
}
.footer .footerbottom .footer-share ul li .qrcode .img img {
  width: 100%;
}
.footer .footerbottom .footer-share ul li .qrcode .sjx {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #FFFFFF transparent transparent transparent;
}
.footer .footerbottom .footer-share ul li:hover a img {
  opacity: 1;
}
.footer .footerbottom .footer-share ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide {
    min-height: 100vh;
  }
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide > img {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  /*bottom: 8.49vw;*/
 	top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner.padding-no .box {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner.left {
    bottom: 4.6875vw;
  }
  .lunbotu .swiper-wrapper .swiper-slide .i-banner.left .box {
    text-align: left;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
  }
  .lunbotu .swiper-wrapper .swiper-slide .i-banner.left .box .title {
    flex: 1;
    overflow: hidden;
  }
  .lunbotu .swiper-wrapper .swiper-slide .i-banner.left .box .line {
    margin-top: 0;
    margin-left: 3%;
    padding-bottom: 3.5vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner {
    /*bottom: 1.5rem;*/
   top: 1.5rem;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
  text-align: right;
  padding-right: 12.8%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
    padding-right: 0;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_cn {
  font-family: "SOURCEHANSANSCN-BOLD";
  color: #FFFFFF;
  /*font-size: 48px;*/
 	font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_cn {
    /*font-size: .48rem;*/
   font-size: 0.56rem;
  }
}
@media (max-width: 1260px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_cn {
   font-size: 36px;
  }
}
@media (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_cn {
    /*font-size: 28px;*/
   font-size: 32px;
  }
}
@media (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_cn {
    /*font-size: 24px;*/
   font-size: 28px;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_en {
  /*margin-top: 0.15rem;
  font-family: "Montserrat-Regular";
   font-size: 32px;
   text-transform: uppercase;*/
  margin-top: 0.1rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_en {
    /*font-size: .32rem;*/
   	font-size: 0.24rem;
  }
}
@media (max-width: 1260px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_en {
   font-size: 20px;
  }
}
@media (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_en {
    /*font-size: 22px;*/
   font-size: 18px;
  }
}
@media (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title .txt_en {
    /*font-size: 18px;*/
   font-size: 16px;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .line {
  margin-top: 0.4rem;
  display: inline-block;
  width: 50.3%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .line {
    width: auto;
    max-width: 100%;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .line img {
  display: block;
  width: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .imgbox {
  position: relative;
  width: 54.42708333333333%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .imgbox {
    margin-top: 0.5rem;
    width: 90%;
    margin: auto;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .imgbox img {
  max-width: 100%;
}
.lunbotu .swiper-pagination {
  right: calc((100% - 1728px) / 2);
  bottom: 6.25vw;
  display: inline-block;
  width: auto;
  text-align: right;
}
@media screen and (max-width: 1900px) {
  .lunbotu .swiper-pagination {
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.8rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.03rem;
  margin: 0 0.05rem;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 2px;
    margin: 0 6px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.6rem;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.645833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
.lunbotu .swiper-button-next,
.lunbotu .swiper-button-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-button-next,
  .lunbotu .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-button-next,
  .lunbotu .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.lunbotu .swiper-button-prev {
  background: url(../images/icon12.png) center no-repeat;
  background-size: 30% auto;
  right: auto;
  left: 2%;
}
.lunbotu .swiper-button-next {
  background: url(../images/icon13.png) center no-repeat;
  background-size: 30% auto;
  right: 2%;
  left: auto;
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.scrollDown {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.64rem;
  height: 0.59rem;
  background: url(../images/arrowbg.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1260px) {
  .scrollDown {
    width: 180px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .scrollDown {
    width: 170px;
    height: 38px;
  }
}
.scrollDown .scrollDown__icon {
  width: 100%;
  height: 40%;
  box-sizing: border-box;
  overflow: hidden;
}
.scrollDown .scrollDown__icon img {
  position: relative;
  display: block;
  width: 0.18rem;
  margin: auto;
  animation: arrow-down 2s infinite;
}
.scrollDown .scrollDown__icon img:nth-child(1) {
  top: 3px;
  animation: arrow-up 2s infinite;
  animation-delay: -0.2s;
}
.scrollDown .scrollDown__icon img:nth-child(2) {
  top: 4px;
  animation: arrow-up1 2s infinite;
  animation-delay: -0.6s;
}
@keyframes arrow-up {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes arrow-up1 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .obanner > img {
    height: 24vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .obanner > img {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .obanner > img {
    height: 250px;
  }
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.obanner .bannerTitle .box {
  text-align: center;
}
.obanner .bannerTitle .box .headline {
  font-family: "SOURCEHANSANSCN-BOLD";
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .obanner .bannerTitle .box .headline {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .obanner .bannerTitle .box .headline {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .obanner .bannerTitle .box .headline {
    font-size: 24px;
  }
}
.i-title.center {
  text-align: center;
}
.i-title.white .headline {
  color: #ffffff;
}
.i-title.white .desc {
  color: #ffffff;
}
.i-title .headline {
  color: #333333;
  font-size: 48px;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  .i-title .headline {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .i-title .headline {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .i-title .headline {
    font-size: 24px;
  }
}
.i-title .desc {
  margin-top: 0.36rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1580px) {
  .i-title .desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .i-title .desc {
    font-size: 15px;
  }
}
.commonline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.commonline.white span::before {
  background: #FFFFFF;
}
.commonline.white span::after {
  background: #FFFFFF;
}
.commonline span {
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
.commonline span:nth-child(1) {
  top: 0;
  left: -0.1rem;
}
.commonline span:nth-child(2) {
  bottom: 0;
  left: -0.1rem;
}
.commonline span:nth-child(3) {
  top: 0;
  right: -0.1rem;
}
.commonline span:nth-child(4) {
  bottom: 0;
  right: -0.1rem;
}
@media screen and (max-width: 991px) {
  .commonline span {
    width: 15px;
    height: 15px;
  }
  .commonline span:nth-child(1) {
    left: -7px;
  }
  .commonline span:nth-child(2) {
    left: -7px;
  }
  .commonline span:nth-child(3) {
    right: -7px;
  }
  .commonline span:nth-child(4) {
    right: -7px;
  }
}
.commonline span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #999999;
}
.commonline span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #999999;
}
@media screen and (min-width: 1261px) {
  .mainContent .section {
    overflow: hidden;
  }
  .mainContent .section.active {
    z-index: 5;
  }
  .mainContent .section.fp-auto-height {
    overflow: inherit;
  }
  .mainContent .section .index_about,
  .mainContent .section .index_service,
  .mainContent .section .index_relations,
  .mainContent .section .index_news {
    padding-top: 3.125vw !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    box-sizing: border-box;
  }
  .mainContent .section .index_about .contain {
    margin-top: 2vw;
  }
  .mainContent .section .satellite-fleet {
    height: 100vh;
  }
  .mainContent .section .satellite-fleet .part {
    height: 100%;
  }
  .mainContent .section .satellite-fleet .part .coverage {
    height: 100%;
  }
  .mainContent .section .satellite-fleet .intel .intel-item .intel-section .beambox {
    margin-top: 5%;
  }
  .mainContent .section .satellite-fleet .intel .intel-item .textbox {
    margin-top: 5%;
  }
  .mainContent .section .index_service .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    padding-bottom: 0;
    height: 61.42857142857143vh;
  }
  .mainContent .section .index_news .box .swiper .swiper-wrapper .swiper-slide .item {
    padding: 1.5625vw;
  }
  .mainContent .section .index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox a {
    padding-bottom: 0;
    height: 30vh;
  }
  .mainContent .section .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    margin-top: 0.78125vw;
  }
  .mainContent .section .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .public-btn {
    margin-top: 1.25vw;
  }
  .mainContent .section .index_news .box .newsfeed ul li {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
  .mainContent .section .index_news .box .newsfeed ul li .imgbox a {
    padding-bottom: 0;
    height: 12vh;
  }
}
.index_about {
  box-sizing: border-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .index_about {
    min-height: 100vh;
  }
}
.index_about .contain {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.index_about .contain .box {
  position: relative;
}
.index_about .contain .box::before {
  content: '';
  position: absolute;
  right: -0.07rem;
  top: 0;
  width: 0.15rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #c4c8ca 1px, transparent 1px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% 10px;
}
@media screen and (max-width: 991px) {
  .index_about .contain .box::before {
    width: 11px;
    right: -5px;
  }
}
@media screen and (max-width: 991px) {
  .index_about .contain .box {
    flex-wrap: wrap;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.index_about .contain .box .textbox {
  width: 57%;
  padding-top: 2.3%;
}
@media screen and (max-width: 991px) {
  .index_about .contain .box .textbox {
    width: 100%;
  }
}
.index_about .contain .box .textbox .i-title .public-btn {
  margin-top: 0.5rem;
}
.index_about .contain .box .databox {
  width: 24%;
}
@media screen and (max-width: 991px) {
  .index_about .contain .box .databox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index_about .contain .box .databox ul {
  position: relative;
  padding-right: 16.8%;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .index_about .contain .box .databox ul {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }
}
.index_about .contain .box .databox ul li {
  margin-bottom: 2vw;
}
.index_about .contain .box .databox ul li.color1 .t1 {
  color: #00b0ec;
}
.index_about .contain .box .databox ul li.color2 .t1 {
  color: #f59d43;
}
@media screen and (max-width: 991px) {
  .index_about .contain .box .databox ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .index_about .contain .box .databox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.index_about .contain .box .databox ul li .t1 {
  line-height: 1.2;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 48px;
}
@media (max-width: 1580px) {
  .index_about .contain .box .databox ul li .t1 {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .index_about .contain .box .databox ul li .t1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .index_about .contain .box .databox ul li .t1 {
    font-size: 24px;
  }
}
.index_about .contain .box .databox ul li .t2 {
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1580px) {
  .index_about .contain .box .databox ul li .t2 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_about .contain .box .databox ul li .t2 {
    font-size: 14px;
  }
}
.satellite-fleet {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.satellite-fleet .part {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .part {
    overflow: auto;
  }
}
.satellite-fleet .part .coverage {
  position: relative;
  min-width: 1000px;
}
.satellite-fleet .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.satellite-fleet .content .line {
  position: absolute;
  left: 0;
  top: 51%;
  width: 100%;
  height: 100%;
  border-top: #00b0ec solid 1px;
}
.satellite-fleet .content .box {
  position: absolute;
  top: 47.1%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box {
    top: 45%;
  }
}
.satellite-fleet .content .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2.1vw;
  width: 100%;
  height: 1px;
  background: #00b0ec;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box::before {
    top: 30px;
  }
}
.satellite-fleet .content .box .satellite-item {
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 0;
}
.satellite-fleet .content .box .satellite-item.a1 {
  left: 27.4%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item.a1 {
    left: 27%;
  }
}
.satellite-fleet .content .box .satellite-item.a2 {
  left: 40.9%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item.a2 {
    left: 40.2%;
  }
}
.satellite-fleet .content .box .satellite-item.a2 .gather {
  display: flex;
}
.satellite-fleet .content .box .satellite-item.a2 .gather li {
  display: flex;
  min-width: 1px;
}
.satellite-fleet .content .box .satellite-item.a3 {
  left: 44.25%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item.a3 {
    left: 43.55%;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item.a3 .post {
    transform: translateX(-5px);
  }
}
.satellite-fleet .content .box .satellite-item.a4 {
  left: 46.5%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item.a4 {
    left: 45.8%;
  }
}
.satellite-fleet .content .box .satellite-item.active .post {
  color: #FFFFFF;
}
.satellite-fleet .content .box .satellite-item .post {
  position: relative;
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: #000000;
  font-size: 0.7291666666666667vw;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .post {
    font-size: 10px;
  }
}
.satellite-fleet .content .box .satellite-item .gather {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.satellite-fleet .content .box .satellite-item .gather li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .gather li {
    width: 15px;
  }
}
.satellite-fleet .content .box .satellite-item .gather li.p2 .icon::before {
  transform: rotate(36deg);
  left: 70%;
  height: 60%;
  top: -10%;
}
.satellite-fleet .content .box .satellite-item .gather li.p3 {
  margin-left: -0.625vw;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .gather li.p3 {
    margin-left: 0;
  }
}
.satellite-fleet .content .box .satellite-item .gather li.p4 {
  margin-left: -0.625vw;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .gather li.p4 {
    margin-left: 0;
  }
}
.satellite-fleet .content .box .satellite-item .gather li.p4 .icon::before {
  transform: rotate(-36deg);
  left: 28%;
  height: 60%;
  top: -10%;
}
.satellite-fleet .content .box .satellite-item .gather li.active .name {
  transform: scale(1.28571429);
  transform-origin: top center;
  color: #FFFFFF;
}
.satellite-fleet .content .box .satellite-item .gather li.active .icon img {
  opacity: 0;
}
.satellite-fleet .content .box .satellite-item .gather li.active .icon img.ic2 {
  opacity: 1;
}
.satellite-fleet .content .box .satellite-item .gather li .icon {
  position: relative;
  width: 1.770833333333333vw;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .gather li .icon {
    width: 28px;
  }
}
.satellite-fleet .content .box .satellite-item .gather li .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 50%;
  border-right: rgba(0, 0, 0, 0.3) dashed 1px;
}
.satellite-fleet .content .box .satellite-item .gather li .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 1px;
  height: 50%;
  border-right: rgba(0, 0, 0, 0.3) dashed 1px;
}
.satellite-fleet .content .box .satellite-item .gather li .icon img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}
.satellite-fleet .content .box .satellite-item .gather li .icon img.ic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.satellite-fleet .content .box .satellite-item .gather li .name {
  margin-top: 0.46875vw;
  position: relative;
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: #000000;
  font-size: 0.7291666666666667vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .content .box .satellite-item .gather li .name {
    font-size: 10px;
  }
}
.satellite-fleet .intel {
  position: absolute;
  right: 4.427083333333333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4.1rem;
  padding: 0.3rem 0.34rem;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel {
    padding: 1.8vw;
  }
}
@media screen and (max-width: 1580px) {
  .satellite-fleet .intel {
    width: 24vw;
  }
}
@media screen and (min-width: 1261px) {
  .satellite-fleet .intel {
    margin-top: 0.5rem;
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 90%;
    margin: 0.7rem auto;
    padding: 0;
  }
}
.satellite-fleet .intel .intel-item {
  display: none;
}
@media screen and (min-width: 1261px) {
  .satellite-fleet .intel .intel-item {
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
}
.satellite-fleet .intel .intel-item.active {
  display: flex;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item.active {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.satellite-fleet .intel .intel-item .subtit {
  text-align: center;
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: #333333;
  margin-bottom: 0.18rem;
  font-size: 26px;
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel .intel-item .subtit {
    font-size: 1.25vw;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .subtit {
    font-size: 20px;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .satellite-fleet .intel .intel-item .intel-section {
    width: 100%;
    margin-right: 0;
  }
}
.satellite-fleet .intel .intel-item .intel-section .imgbox {
  width: 100%;
  overflow: hidden;
}
.satellite-fleet .intel .intel-item .intel-section .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.satellite-fleet .intel .intel-item .intel-section .imgbox a > img {
  display: block;
  width: 100%;
}
.satellite-fleet .intel .intel-item .intel-section .imgbox a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: #00b0ec solid 0.06rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .imgbox a::before {
    border: #00b0ec solid 5px;
  }
}
.satellite-fleet .intel .intel-item .intel-section .imgbox a .ic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b0ec;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .imgbox a .ic {
    width: 40px;
    height: 40px;
  }
}
.satellite-fleet .intel .intel-item .intel-section .imgbox a .ic img {
  width: 40%;
}
.satellite-fleet .intel .intel-item .intel-section .beambox {
  margin-top: 8%;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox {
    margin-top: 0.5rem;
  }
}
.satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
    font-size: 16px;
  }
}
@media screen and (min-width: 1901px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
    font-size: 22px;
  }
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .subheading {
    margin-bottom: 0.12rem;
  }
}
.satellite-fleet .intel .intel-item .intel-section .beambox .beam_list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .beam_list {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .beam_list {
    gap: 10px;
  }
}
.satellite-fleet .intel .intel-item .intel-section .beambox .beam_list .beam {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc((100% - 0.24rem) / 3);
  height: 0.32rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  text-align: center;
  border: #b1c1cd solid 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .beam_list .beam {
    min-width: calc((100% - 1.25vw) / 3);
    height: 1.666666666666667vw;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .intel-section .beambox .beam_list .beam {
    font-size: 12px;
    width: auto;
    min-width: calc((100% - 20px) / 3);
    height: 32px;
    padding: 0.05rem 0.1rem;
    box-sizing: border-box;
  }
}
.satellite-fleet .intel .intel-item .intel-section .beambox .beam_list .beam:hover {
  color: #FFFFFF;
  border-color: #00b0ec;
  background: #00b0ec;
}
.satellite-fleet .intel .intel-item .intel-section .beambox .beam_list .beam.active {
  color: #FFFFFF;
  border-color: #00b0ec;
  background: #00b0ec;
}
.satellite-fleet .intel .intel-item .textbox {
  margin-top: 11%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 16px;
}
@media screen and (min-width: 1261px) {
  .satellite-fleet .intel .intel-item .textbox {
    flex: 1;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1900px) {
  .satellite-fleet .intel .intel-item .textbox {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .textbox {
    width: 48%;
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .satellite-fleet .intel .intel-item .textbox {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.satellite-fleet .intel .intel-item .textbox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}
.satellite-fleet .intel .intel-item .textbox table tr td {
  height: 2vw;
  padding: 0.520833vw 0;
  box-sizing: border-box;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.satellite-fleet .intel .intel-item .textbox table tr td:nth-child(1) {
  width: 1.2rem;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .textbox table tr td:nth-child(1) {
    width: auto;
  }
}
.satellite-fleet .intel .intel-item .textbox table tr td:nth-child(2) {
  color: #333333;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .textbox table tr td {
    height: 50px;
    padding: 10px 0;
  }
}
.satellite-fleet .intel .intel-item .public-btn {
  margin-top: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .satellite-fleet .intel .intel-item .public-btn {
    order: 3;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1261px) {
  .satellite-fleet .intel .intel-item .public-btn a {
    min-width: 1.3rem;
    height: 0.42rem;
  }
}
.satellite-fleet .intel .intel-item .public-btn a img {
  margin-left: 0.08rem;
}
.satellite-fleet .march_beam {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.satellite-fleet .march_beam .beam_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  transition: all 0.4s ease;
}
.satellite-fleet .march_beam .beam_img.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.satellite-fleet .march_beam .beam_img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.satellite-fleet .march_beam .beam_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.satellite-fleet .slider_tip_mobile {
  display: none;
  position: absolute;
  z-index: 8;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/img109.png');
  background-size: 56% auto;
  background-position: center;
  top: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .satellite-fleet .slider_tip_mobile {
    display: block;
  }
}
.index_service {
  box-sizing: border-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_service .box {
  position: relative;
  margin-top: 2.8%;
  max-width: 1728px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .index_service .box {
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .index_service .box {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.index_service .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_service .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
  width: 100%;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  padding-bottom: 157.3170731707317%;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.5rem);
  min-height: 57.5%;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    bottom: 0.35rem;
    width: calc(100% - 0.7rem);
    padding: 0.35rem;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
  position: relative;
  padding-left: 0.3rem;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    padding-left: 25px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
  flex-shrink: 0;
  margin-top: 11.5%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  min-height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 14px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
  flex: 1;
  margin-top: 9%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: 14px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text ul {
  position: relative;
  padding-left: 0.15rem;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .text ul li {
  padding: 0.06rem 0;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn {
  flex-shrink: 0;
  margin-top: 11.5%;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span,
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a {
  display: inline-flex;
  align-items: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span,
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span,
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a {
    font-size: 14px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span img,
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a img {
  display: inline-block;
  width: 0.13rem;
  margin-right: 0.15rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span img,
  .index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a img {
    width: 12px;
    margin-right: 10px;
  }
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span:hover,
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a:hover {
  color: #00b0ec;
}
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span:hover img,
.index_service .box .swiper .swiper-wrapper .swiper-slide .item .textbox .btn a:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_service .box .swiper-button-next,
.index_service .box .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper-button-next,
  .index_service .box .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.index_service .box .swiper-button-next {
  right: -0.6rem;
  background: url(../images/icon13.png) center no-repeat;
  background-size: 18.75% auto;
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper-button-next {
    right: -0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .index_service .box .swiper-button-next {
    right: -0.3rem;
  }
}
.index_service .box .swiper-button-prev {
  left: -0.6rem;
  background: url(../images/icon12.png) center no-repeat;
  background-size: 18.75% auto;
}
@media screen and (max-width: 991px) {
  .index_service .box .swiper-button-prev {
    left: -0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .index_service .box .swiper-button-prev {
    left: -0.3rem;
  }
}
.index_news {
  background: url(../images/img11.png) left bottom no-repeat;
  background-size: 100% auto;
}
.index_news .wrap .i-title {
  flex: 1;
  overflow: hidden;
}
.index_news .wrap .public-btn {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
.index_news .box {
  margin-top: 2%;
}
@media screen and (max-width: 991px) {
  .index_news .box {
    margin-top: 0.5rem;
  }
}
.index_news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  background: url(../images/img8.jpg) center no-repeat;
  background-size: cover;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item:hover .imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
    padding: 0.35rem;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 45.92%;
  margin-right: 5.08%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    width: 100%;
    margin-right: 0;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 45%;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  max-width: 655px;
  width: 49%;
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    max-width: 100%;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: .36rem;
  }
}
@media (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 20px;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title a {
  display: block;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #ffffff;
  font-size: 14px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 13px;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
  margin-top: 0.2rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    margin-top: 0.3rem;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .public-btn {
  margin-top: 0.3rem;
}
.index_news .box .swiper .swiper-pagination {
  display: none;
}
.index_news .box .newsfeed {
  margin-top: 2%;
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed {
    margin-top: 0.5rem;
  }
}
.index_news .box .newsfeed ul li {
  padding: 2% 4%;
  display: flex;
  align-items: stretch;
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
  box-sizing: border-box;
}
.index_news .box .newsfeed ul li:nth-child(1) {
  border-top: rgba(204, 204, 204, 0.5) solid 1px;
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed ul li {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.index_news .box .newsfeed ul li .imgbox {
  width: 19.6%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed ul li .imgbox {
    width: 100%;
  }
}
.index_news .box .newsfeed ul li .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 45%;
  overflow: hidden;
}
.index_news .box .newsfeed ul li .imgbox a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.index_news .box .newsfeed ul li .imgbox a:hover img {
  transform: scale(1.1);
}
.index_news .box .newsfeed ul li .topic {
  margin-left: 5.7%;
  margin-right: 5.7%;
  width: 32%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed ul li .topic {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 0.35rem;
  }
}
.index_news .box .newsfeed ul li .topic .title {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .index_news .box .newsfeed ul li .topic .title {
    font-size: .26rem;
  }
}
@media (max-width: 991px) {
  .index_news .box .newsfeed ul li .topic .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .index_news .box .newsfeed ul li .topic .title {
    font-size: 18px;
  }
}
.index_news .box .newsfeed ul li .topic .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #333333;
  transition: all 0.5s ease;
}
.index_news .box .newsfeed ul li .topic .title a:hover {
  color: #00b0ec;
}
.index_news .box .newsfeed ul li .topic .date {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 14px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .index_news .box .newsfeed ul li .topic .date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .newsfeed ul li .topic .date {
    font-size: 13px;
  }
}
.index_news .box .newsfeed ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 37%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed ul li .text {
    width: 100%;
    padding-top: 0.25rem;
  }
}
.index_news .box .newsfeed ul li .text .desc {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(102, 102, 102, 0.5);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .index_news .box .newsfeed ul li .text .desc {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .newsfeed ul li .text .desc {
    font-size: 13px;
  }
}
.index_news .box .newsfeed ul li .text .btn {
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.index_news .box .newsfeed ul li .text .btn a {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(102, 102, 102, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .index_news .box .newsfeed ul li .text .btn a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .newsfeed ul li .text .btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .newsfeed ul li .text .btn a {
    padding-bottom: 0;
  }
}
.index_news .box .newsfeed ul li .text .btn a i {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background: url(../images/icon14.png) center no-repeat;
  background-size: 100% auto;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.index_news .box .newsfeed ul li .text .btn a:hover {
  color: #00b0ec;
}
.index_news .box .newsfeed ul li .text .btn a:hover i {
  opacity: 1;
  background: url(../images/icon15.png) center no-repeat;
  background-size: 100% auto;
}
.index_relations {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_relations .contain {
  position: relative;
  padding: 3.25% 0;
}
@media screen and (max-width: 991px) {
  .index_relations .contain {
    padding: 0.5rem 0;
  }
}
.index_relations .contain .box {
  position: relative;
  padding: 0.28rem 0;
}
/* .index_relations .contain .box::before {
  content: '';
  position: absolute;
  right: -0.07rem;
  top: 0;
  width: 0.15rem;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% 10px;
} */
@media screen and (max-width: 991px) {
  .index_relations .contain .box::before {
    width: 11px;
    right: -5px;
  }
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box {
    flex-wrap: wrap;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.index_relations .contain .box .left-side {
  width: 35%;
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box .left-side {
    width: 100%;
  }
}
.index_relations .contain .box .left-side .infor {
  margin-top: 0.2rem;
}
.index_relations .contain .box .left-side .infor .stock-code {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #00b0ec;
  font-size: 24px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .index_relations .contain .box .left-side .infor .stock-code {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .left-side .infor .stock-code {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .left-side .infor .stock-code {
    font-size: 18px;
  }
}
.index_relations .contain .box .left-side .infor ul {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box .left-side .infor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}
.index_relations .contain .box .left-side .infor ul li {
  display: flex;
  align-items: flex-start;
  padding: 0.15rem 0;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .index_relations .contain .box .left-side .infor ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .left-side .infor ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box .left-side .infor ul li {
    margin-bottom: 0;
  }
}
.index_relations .contain .box .left-side .infor ul li span {
  padding: 0 0.3rem;
}
.index_relations .contain .box .left-side .infor ul li span.sp2 {
  position: relative;
}
.index_relations .contain .box .left-side .infor ul li span.sp2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.3);
}
.index_relations .contain .box .right-side {
  width: 56.7%;
  padding-right: 4.6%;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box .right-side {
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
}
.index_relations .contain .box .right-side .desc {
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .index_relations .contain .box .right-side .desc {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .right-side .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .right-side .desc {
    font-size: 18px;
  }
}
.index_relations .contain .box .right-side .subclass {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  row-gap: 10px;
}
@media screen and (max-width: 991px) {
  .index_relations .contain .box .right-side .subclass {
    justify-content: flex-start;
  }
}
.index_relations .contain .box .right-side .subclass span,
.index_relations .contain .box .right-side .subclass a {
  display: inline-block;
  position: relative;
  padding: 0 0.2rem;
  margin: 0 2px;
  color: #ffffff;
  font-size: 16px;
  border-left: #ffffff solid 1px;
  border-right: #ffffff solid 1px;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .index_relations .contain .box .right-side .subclass span,
  .index_relations .contain .box .right-side .subclass a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index_relations .contain .box .right-side .subclass span,
  .index_relations .contain .box .right-side .subclass a {
    font-size: 14px;
  }
}
.index_relations .contain .box .right-side .subclass span::before,
.index_relations .contain .box .right-side .subclass a::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.08rem;
  height: 1px;
  background: #FFFFFF;
}
.index_relations .contain .box .right-side .subclass span::after,
.index_relations .contain .box .right-side .subclass a::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.08rem;
  height: 1px;
  background: #FFFFFF;
}
.index_relations .contain .box .right-side .subclass a:hover {
  color: #00b0ec;
}
.index_relations .contain .box .right-side .public-btn {
  margin-top: 0.6rem;
}
.classify {
  width: 100%;
  border-bottom: #e5e5e5 solid 1px;
  overflow: hidden;
}
.classify.stick {
  position: sticky;
  top: 0.9rem;
  z-index: 12;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .classify.stick {
    top: 60px;
  }
}
.classify .contain ul {
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .classify .contain ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .classify .contain ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .classify .contain ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.classify .contain ul li {
  list-style: none;
  margin-right: 0.15rem;
  cursor: pointer;
}
.classify .contain ul li span,
.classify .contain ul li a {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 1.85rem;
  height: 0.7rem;
  font-family: "OPPOSans-M";
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    min-width: 1.5rem;
    padding: 0 0.2rem;
  }
}

@media screen and (min-width: 992px){
	.classify .contain.invertor ul li span,
	.classify .contain.invertor ul li a {
		min-width: 1rem;
		padding: 0 0.05rem;
	}
}
@media screen and (max-width: 1900px) and (min-width: 992px){
	.classify .contain.invertor ul li span,
	.classify .contain.invertor ul li a{
		height: 3.645833333333333vw;
  	font-size: 0.8333333333333333vw;
	}
}
@media screen and (max-width: 767px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    height: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    height: 0.9rem;
  }
}
.classify .contain ul li span::before,
.classify .contain ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0.03rem;
  background: #00b0ec;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.classify .contain ul li span:hover,
.classify .contain ul li a:hover {
  color: #00b0ec;
}
.classify .contain ul li span:hover::before,
.classify .contain ul li a:hover::before {
  width: 100%;
}
.classify .contain ul li.active span,
.classify .contain ul li.active a {
  color: #00b0ec;
}
.classify .contain ul li.active span::before,
.classify .contain ul li.active a::before {
  width: 100%;
}
.main-news {
  background: #f8f8f8;
}
.main-news .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-news .swiper .swiper-wrapper {
  align-items: stretch;
}
.main-news .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > * {
  opacity: 1;
  transform: none;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(1) {
  transition-delay: 0.3s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(2) {
  transition-delay: 0.4s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(3) {
  transition-delay: 0.5s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(4) {
  transition-delay: 0.6s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(5) {
  transition-delay: 0.7s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(6) {
  transition-delay: 0.8s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(7) {
  transition-delay: 0.9s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(8) {
  transition-delay: 1s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(9) {
  transition-delay: 1.1s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox > *:nth-child(10) {
  transition-delay: 1.2s;
}
.main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox a img {
  opacity: 1;
  transition-delay: .3s;
}
.main-news .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
  width: 43.75%;
  padding-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    order: 2;
    padding-top: 0.35rem;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
  color: #00b0ec;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 1580px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: .36rem;
  }
}
@media (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 20px;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #00b0ec;
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 14px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 13px;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
  margin-top: 0.42rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    margin-top: 0.3rem;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .public-btn {
  margin-top: 0.5rem;
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  display: flex;
  align-items: flex-end;
  width: 48.984375%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    width: 100%;
    order: 1;
  }
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all .3s;
}
.main-news .swiper .swiper-button-next,
.main-news .swiper .swiper-button-prev {
  left: auto;
  right: 48.984375%;
  top: auto;
  margin-top: 0;
  width: 0.42rem;
  height: 0.42rem;
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-button-next,
  .main-news .swiper .swiper-button-prev {
    right: 0;
    width: 0.56rem;
    height: 0.56rem;
  }
}
@media screen and (max-width: 480px) {
  .main-news .swiper .swiper-button-next,
  .main-news .swiper .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.main-news .swiper .swiper-button-prev {
  bottom: 0.43rem;
  background: #00b0ec url(../images/icon12.png) center no-repeat;
  background-size: 22% auto;
}
@media screen and (max-width: 991px) {
  .main-news .swiper .swiper-button-prev {
    bottom: 0;
    right: 0.68rem;
  }
}
@media screen and (max-width: 480px) {
  .main-news .swiper .swiper-button-prev {
    right: 0.75rem;
  }
}
.main-news .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #e1e1e1 url(../images/icon12a.png) center no-repeat;
  background-size: 22% auto;
}
.main-news .swiper .swiper-button-next {
  bottom: 0;
  background: #00b0ec url(../images/icon13.png) center no-repeat;
  background-size: 22% auto;
}
.main-news .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #e1e1e1 url(../images/icon13a.png) center no-repeat;
  background-size: 22% auto;
}
.newslist {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
.newslist .box {
  padding-bottom: 20px;
}
.newslist .box .newitem {
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 3.125%;
}
.newslist .box .newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .newslist .box .newitem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .newslist .box .newitem:nth-child(3n) {
    margin-right: 4%;
  }
  .newslist .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newslist .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.3rem;
  }
}
.newitem {
  width: 100%;
}
.newitem:hover .imgbox a img {
  transform: scale(1.1);
}
.newitem .imgbox {
  width: 100%;
  overflow: hidden;
}
.newitem .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.newitem .imgbox a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.newitem .textbox {
  padding-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .newitem .textbox {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .newitem .textbox {
    padding-top: 0.35rem;
  }
}
.newitem .textbox .title {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .newitem .textbox .title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .newitem .textbox .title {
    font-size: 16px;
  }
}
.newitem .textbox .title a {
  display: block;
  width: 100%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newitem .textbox .title a:hover {
  color: #00b0ec;
}
.newitem .textbox .date {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 16px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .newitem .textbox .date {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .newitem .textbox .date {
    font-size: 14px;
  }
}
.newitem .textbox .desc {
  margin-top: 0.2rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .newitem .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .newitem .textbox .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .textbox .desc {
    margin-top: 0.3rem;
  }
}
.newitem .textbox .commonbtn {
  margin-top: 0.2rem;
  padding: 0.15rem 0;
  border-top: #cccccc dashed 1px;
}
.commonbtn a {
  display: inline-flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .commonbtn a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .commonbtn a {
    font-size: 13px;
  }
}
.commonbtn a img {
  display: inline-block;
  width: 0.13rem;
  margin-left: 6px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .commonbtn a img {
    width: 12px;
  }
}
.commonbtn a:hover {
  color: #00b0ec;
}
.commonbtn a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  transform: rotate(48deg);
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.page .page-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  min-width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.06rem;
  margin-bottom: 0.05rem;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background-color: #f4f4f4;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .page .page-list a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page .page-list a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list a {
    min-width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
  }
}
.page .page-list a.fyprev {
  min-width: 0.98rem;
}
@media screen and (max-width: 991px) {
  .page .page-list a.fyprev {
    min-width: 1.2rem;
  }
}
.page .page-list a.fyprev i {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.05rem;
  height: 0.09rem;
  background: url(../images/icon18.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .page .page-list a.fyprev i {
    width: 4px;
    height: 7px;
  }
}
.page .page-list a.fyprev:hover i {
  background: url(../images/icon18a.png) center no-repeat;
  background-size: 100% auto;
}
.page .page-list a.fynext {
  min-width: 0.98rem;
}
.page .page-list a.fynext i {
  display: inline-block;
  margin-left: 0.08rem;
  width: 0.05rem;
  height: 0.09rem;
  background: url(../images/icon19.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .page .page-list a.fynext i {
    width: 4px;
    height: 7px;
  }
}
.page .page-list a.fynext:hover i {
  background: url(../images/icon19a.png) center no-repeat;
  background-size: 100% auto;
}
.page .page-list a:hover {
  color: #ffffff;
  background-color: #00b0ec;
}
.page .page-list a.on {
  color: #ffffff;
  background-color: #00b0ec;
}
.page .page-list .omit {
  display: flex;
  align-items: center;
  margin-left: 0.04rem;
  margin-right: 0.1rem;
  color: #999999;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .page .page-list .omit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page .page-list .omit {
    font-size: 15px;
  }
}
.page .page-list .allpage {
  color: #666666;
  font-size: 14px;
  margin-left: 0.15rem;
  margin-right: 0.25rem;
}
@media (max-width: 1580px) {
  .page .page-list .allpage {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page .page-list .allpage {
    font-size: 13px;
  }
}
.page .page-list .jump {
  display: flex;
}
.page .page-list .jump .nums {
  width: 0.6rem;
  height: 0.4rem;
  border: #f9f9f9 solid 1px;
  box-sizing: border-box;
  background: none;
  outline: none;
  text-align: center;
  margin-right: 0.06rem;
}
.page .page-list .jump .gobtn {
  width: 0.4rem;
  height: 0.4rem;
  color: #666666;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .page .page-list .jump .gobtn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page .page-list .jump .gobtn {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list .jump .gobtn {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.page .page-list .jump .gobtn:hover {
  color: #FFFFFF;
  background: #00b0ec;
}
.page .page-list .jump .exhibit {
  display: inline-block;
  vertical-align: top;
  width: 0.6rem;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0.05rem;
  margin-right: 0.06rem;
}
@media (max-width: 1580px) {
  .page .page-list .jump .exhibit {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page .page-list .jump .exhibit {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list .jump .exhibit {
    width: 0.8rem;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
  }
}
.page .page-list .jump .exhibit select {
  width: 100%;
  padding: 0px 5px;
  height: 0.4rem;
  font-size: 14px;
  color: #666666;
  text-align: center;
  text-align-last: center;
  border: none;
  outline: none;
  padding-right: 0.15rem;
  border: rgba(235, 235, 235, 0.5) solid 1px;
  background: rgba(255, 255, 255, 0.5) url(../images/icon20.png) center right 0.08rem no-repeat;
  background-size: 0.09rem auto;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 1580px) {
  .page .page-list .jump .exhibit select {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page .page-list .jump .exhibit select {
    font-size: 13px;
  }
}
.page .page-list .jump .exhibit .layui-form-select .layui-select-title {
  position: relative;
}
.page .page-list .jump .exhibit .layui-form-select .layui-select-title .layui-input {
  padding-right: 0.24rem;
  text-align: center;
  color: #666666;
  height: 0.4rem;
}
@media screen and (max-width: 991px) {
  .page .page-list .jump .exhibit .layui-form-select .layui-select-title .layui-input {
    height: 0.5rem;
  }
}
.page .page-list .jump .exhibit .layui-form-select .layui-select-title .layui-edge {
  right: 0.08rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-width: 0;
  background: url(../images/icon20.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .page .page-list .jump .exhibit .layui-form-select .layui-select-title .layui-edge {
    width: 8px;
    height: 8px;
  }
}
.page .page-list .jump .exhibit .layui-form-select dl dd {
  height: 0.32rem;
  line-height: 0.32rem;
  color: #666666;
}
.page .page-list .jump .exhibit .layui-form-select dl dd.layui-this {
  color: #ffffff;
  background: #00b0ec;
}
/*模拟下拉菜单*/
.notification {
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
.notification .box {
  display: flex;
  flex-direction: column;
  column-gap: 0.3rem;
  margin-bottom: 4.375%;
}
.notification .box .item {
  padding: 0.3rem;
  box-sizing: border-box;
  border: #e5e5e5 solid 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3rem;
}
.notification .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .notification .box .item {
    flex-wrap: wrap;
    padding: 0.35rem;
    margin-bottom: 0.4rem;
  }
}
.notification .box .item .imgbox {
  width: 45.6%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .notification .box .item .imgbox {
    width: 100%;
  }
}
.notification .box .item .imgbox a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.notification .box .item .imgbox a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification .box .item .textbox {
  width: 49.5%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .notification .box .item .textbox {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.notification .box .item .textbox .title {
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: #333333;
  font-size: 32px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
}
@media (max-width: 1580px) {
  .notification .box .item .textbox .title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .notification .box .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .notification .box .item .textbox .title {
    font-size: 18px;
  }
}
.notification .box .item .textbox .title a {
  color: #333333;
  transition: all 0.4s ease;
}
.notification .box .item .textbox .title a:hover {
  color: #00b0ec;
}
.notification .box .item .textbox .info {
  margin-top: 0.25rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .notification .box .item .textbox .info {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .notification .box .item .textbox .info {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .notification .box .item .textbox .info {
    margin-top: 0.3rem;
  }
}
.notification .box .item .textbox .info ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.12rem;
}
.notification .box .item .textbox .info ul li img {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.15rem;
}
@media screen and (max-width: 1260px) {
  .notification .box .item .textbox .info ul li img {
    width: 0.18rem;
  }
}
@media screen and (max-width: 991px) {
  .notification .box .item .textbox .info ul li img {
    width: 12px;
  }
}
.notification .box .item .textbox .info ul li .txt {
  flex: 1;
  overflow: hidden;
}
.notification .box .item .textbox .desc {
  padding-top: 0.15rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .notification .box .item .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .notification .box .item .textbox .desc {
    font-size: 14px;
  }
}
.notification .box .item .textbox .desc a {
  display: inline-block;
  color: #00b0ec;
}
.notification .box .item .textbox .commonbtn {
  margin-top: 0.25rem;
}
.media-library {
  background: url(../images/img25.png) center no-repeat;
  background-size: cover;
}
.media-library .box {
  padding-bottom: 0.35rem;
}
.media-library .box .item {
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 1.5625%;
}
.media-library .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .media-library .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .media-library .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .media-library .box .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .media-library .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.media-library .box .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 60.3%;
  overflow: hidden;
}
.media-library .box .item .imgbox > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-library .box .item .imgbox .playicon {
  position: absolute;
  left: 0.2rem;
  bottom: 0.3rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .media-library .box .item .imgbox .playicon {
    left: 0.35rem;
    bottom: 0.4rem;
  }
}
.media-library .box .item .imgbox .playicon img {
  display: block;
  max-width: 0.32rem;
}
@media screen and (max-width: 767px) {
  .media-library .box .item .imgbox .playicon img {
    max-width: 32px;
  }
}
.media-library .box .item .textbox {
  padding-top: 0.18rem;
}
@media screen and (max-width: 767px) {
  .media-library .box .item .textbox {
    padding-top: 15px;
  }
}
.media-library .box .item .textbox .title {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .media-library .box .item .textbox .title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .media-library .box .item .textbox .title {
    font-size: 16px;
  }
}
.media-library .box .item .textbox .date {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .media-library .box .item .textbox .date {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .media-library .box .item .textbox .date {
    font-size: 14px;
  }
}
.brochure {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
.brochure .box {
  padding-bottom: 0.5rem;
}
.brochure .box .item {
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 1.5625%;
}
.brochure .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .brochure .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
  }
  .brochure .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .brochure .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .brochure .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.brochure .box .item:hover .textbox .title {
  color: #00b0ec;
}
.brochure .box .item:hover .textbox .title a {
  color: #00b0ec;
}
.brochure .box .item .imgbox {
  position: relative;
  padding-bottom: 112.2%;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.brochure .box .item .imgbox a {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
}
.brochure .box .item .imgbox a img {
  max-width: 100%;
  min-width: 74%;
  max-height: 100%;
}
.brochure .box .item .textbox {
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  text-align: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
@media screen and (max-width: 767px) {
  .brochure .box .item .textbox {
    padding-top: 0.4rem;
  }
}
.brochure .box .item .textbox .title {
  color: #333333;
  font-size: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .brochure .box .item .textbox .title {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .brochure .box .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .brochure .box .item .textbox .title {
    font-size: 18px;
  }
}
.brochure .box .item .textbox .title a {
  color: #333333;
  transition: all 0.4s ease;
}
.brochure .box .item .textbox .date {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .brochure .box .item .textbox .date {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .brochure .box .item .textbox .date {
    font-size: 14px;
  }
}
.public-crumbs .contain-s {
  display: flex;
  align-items: center;
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  box-sizing: border-box;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-crumbs .contain-s {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .public-crumbs .contain-s {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain-s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.public-crumbs .contain-s span,
.public-crumbs .contain-s a {
  display: inline-flex;
  align-items: baseline;
  flex-shrink: 0;
  color: #a7a7a7;
  transition: all 0.4s ease;
}
.public-crumbs .contain-s span:hover,
.public-crumbs .contain-s a:hover {
  color: #00b0ec;
}
.public-crumbs .contain-s span:hover img,
.public-crumbs .contain-s a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.public-crumbs .contain-s span.on,
.public-crumbs .contain-s a.on {
  flex: 1;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00b0ec;
}
.public-crumbs .contain-s a img {
  display: inline-block;
  margin-right: 0.04rem;
  opacity: 0.4;
  width: 0.12rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain-s a img {
    width: 12px;
  }
}
.public-crumbs .contain-s span {
  margin: 0 4px;
}
@media screen and (min-width: 992px) {
  .public-crumbs .contain-s span {
    margin: 0 0.208333vw;
  }
}
.public-crumbs .contain-s span img {
  display: inline-block;
  width: 0.05rem;
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain-s span img {
    width: 5px;
  }
}
.newsinfo {
  background: url(../images/img25.png) center no-repeat;
  background-size: cover;
}
.newsinfo .details {
  padding-bottom: 3.125%;
}
.newsinfo .details .title {
  text-align: center;
  margin-bottom: 0.3rem;
}
.newsinfo .details .title .headline {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #00b0ec;
  font-size: 36px;
}
@media (max-width: 1580px) {
  .newsinfo .details .title .headline {
    font-size: .36rem;
  }
}
@media (max-width: 991px) {
  .newsinfo .details .title .headline {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .newsinfo .details .title .headline {
    font-size: 20px;
  }
}
.newsinfo .details .title .text {
  margin-top: 0.2rem;
  gap: 0.3rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsinfo .details .title .text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .newsinfo .details .title .text {
    font-size: 14px;
  }
}
.newsinfo .details .content {
  padding: 0.3rem 0 0.6rem;
  border-top: #eeeeee solid 0.04rem;
  border-bottom: #eeeeee solid 0.04rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .newsinfo .details .content {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .newsinfo .details .content {
    font-size: 14px;
  }
}
.newsinfo .details .labelbox {
  padding: 0.3rem 0;
  border-bottom: #eeeeee solid 0.04rem;
  gap: 0.2rem;
}
.newsinfo .details .labelbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 0.32rem;
  padding: 0 0.12rem;
  border: rgba(204, 204, 204, 0.3) solid 1px;
  background: #ffffff;
  box-sizing: border-box;
  background: #FFFFFF;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 14px;
  border-radius: 0.16rem;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .newsinfo .details .labelbox a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .newsinfo .details .labelbox a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newsinfo .details .labelbox a {
    height: 30px;
    padding: 0 12px;
    border-radius: 15px;
  }
}
.newsinfo .details .labelbox a:hover {
  background: #00b0ec;
  color: #FFFFFF;
  border-color: #00b0ec;
}
.newsinfo .details .article-operate {
  margin-top: 4.375%;
}
.article-operate .item {
  margin-bottom: 0.2rem;
}
.article-operate .item:last-child {
  margin-bottom: 0;
}
.article-operate .item a {
  display: inline-flex;
  align-items: flex-start;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .article-operate .item a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .article-operate .item a {
    font-size: 14px;
  }
}
.article-operate .item a .sp1 {
  flex-shrink: 0;
}
.article-operate .item a:hover {
  color: #00b0ec;
}
.article-operate .item a.disabled {
  pointer-events: none;
}
.related-news .headline {
  text-align: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 32px;
}
@media (max-width: 1580px) {
  .related-news .headline {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .related-news .headline {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .related-news .headline {
    font-size: 18px;
  }
}
.related-news .box {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .related-news .box {
    margin-top: 20px;
  }
}
.related-news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.related-news .box .swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .related-news .box .swiper .swiper-pagination {
    display: block;
  }
}
.related-case .headline {
  text-align: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 32px;
}
@media (max-width: 1580px) {
  .related-case .headline {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .related-case .headline {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .related-case .headline {
    font-size: 18px;
  }
}
.related-case .box {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .related-case .box {
    margin-top: 20px;
  }
}
.related-case .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.related-case .box .swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .related-case .box .swiper .swiper-pagination {
    display: block;
  }
}
.about .c-section {
  padding-top: 0.7rem;
  margin-top: -0.7rem;
}
.about .about-btn {
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.about .about-btn a {
  display: inline-flex;
  align-items: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1580px) {
  .about .about-btn a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .about .about-btn a {
    font-size: 14px;
  }
}
.about .about-btn a img {
  display: inline-block;
  width: 0.13rem;
  margin-right: 0.15rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .about .about-btn a img {
    width: 12px;
    margin-right: 10px;
  }
}
.about .about-btn a:hover {
  color: #00b0ec;
}
.about .about-btn a:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about .brief {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.about .brief .box {
  margin-top: 30px;
}
.about .brief .box .textbox {
  width: 49.0625%;
  margin-right: 1.875%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 1580px) {
  .about .brief .box .textbox {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .about .brief .box .textbox {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about .brief .box .textbox {
    width: 100%;
    margin-right: 0;
  }
}
.about .brief .box .imgbox {
  width: 48.90625%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about .brief .box .imgbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .brief .box .imgbox img {
  display: block;
  width: 100%;
}
.about .brief .box .databox {
  max-width: 760px;
  width: 100%;
  margin-top: 6.25%;
}
@media screen and (max-width: 991px) {
  .about .brief .box .databox {
    margin-top: 10%;
  }
}
.about .brief .box .databox ul {
  row-gap: 0.6rem;
}
@media screen and (max-width: 991px) {
  .about .brief .box .databox ul {
    row-gap: 0;
  }
}
.about .brief .box .databox ul li {
  width: 31%;
  margin-right: 3.5%;
}
.about .brief .box .databox ul li:nth-child(3n) {
  margin-right: 0;
}
.about .brief .box .databox ul li.color1 .t1 {
  color: #00b0ec;
}
.about .brief .box .databox ul li.color2 .t1 {
  color: #f59d43;
}
@media screen and (max-width: 991px) {
  .about .brief .box .databox ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .about .brief .box .databox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.about .brief .box .databox ul li .t1 {
  line-height: 1.2;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 48px;
}
@media (max-width: 1580px) {
  .about .brief .box .databox ul li .t1 {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .about .brief .box .databox ul li .t1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about .brief .box .databox ul li .t1 {
    font-size: 24px;
  }
}
.about .brief .box .databox ul li .t2 {
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1580px) {
  .about .brief .box .databox ul li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .brief .box .databox ul li .t2 {
    font-size: 15px;
  }
}
.about .culture .box {
  margin-top: 3.90625%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about .culture .box {
    margin-top: 0.4rem;
  }
}
.about .culture .box .culture-wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  .about .culture .box .culture-wrapper {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}
.about .culture .box .culture-wrapper .culture-slide {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .about .culture .box .culture-wrapper .culture-slide {
    width: calc((100% - 0.6rem) / 3);
  }
}
@media screen and (max-width: 991px) {
  .about .culture .box .culture-wrapper .culture-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.about .culture .box .culture-wrapper .culture-slide::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about .culture .box .culture-wrapper .culture-slide .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 146.9437652811736%;
  overflow: hidden;
}
.about .culture .box .culture-wrapper .culture-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .culture .box .culture-wrapper .culture-slide .textbox {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.4rem;
  text-align: center;
}
.about .culture .box .culture-wrapper .culture-slide .textbox .title {
  color: #FFFFFF;
  font-size: 32px;
}
@media (max-width: 1580px) {
  .about .culture .box .culture-wrapper .culture-slide .textbox .title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .about .culture .box .culture-wrapper .culture-slide .textbox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .about .culture .box .culture-wrapper .culture-slide .textbox .title {
    font-size: 18px;
  }
}
.about .culture .box .culture-wrapper .culture-slide .textbox .desc {
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .about .culture .box .culture-wrapper .culture-slide .textbox .desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .culture .box .culture-wrapper .culture-slide .textbox .desc {
    font-size: 15px;
  }
}
.about .culture .box .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .about .culture .box .swiper-pagination {
    display: block;
  }
}
.about .management {
  background: url(../images/img52.png) top no-repeat;
  background-size: 100% 100%;
}
.about .management .memberlist {
  margin-top: 4.6875%;
}
@media screen and (max-width: 991px) {
  .about .management .memberlist {
    margin-top: 0.4rem;
  }
}
.about .development {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 54.16666666666667vw;
  box-sizing: border-box;
}
.about .development .box {
  margin-top: 7.5%;
}
.about .development .box .wrap {
  position: relative;
  padding-left: 6.3%;
  padding-right: 6.3%;
  box-sizing: border-box;
}
.about .development .box .wrap .swiper-button-next,
.about .development .box .wrap .swiper-button-prev {
  position: absolute;
  top: 0.72rem;
  bottom: auto;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  border-radius: 50%;
}
.about .development .box .wrap .swiper-button-next {
  background: #FFFFFF url(../images/icon36.png) center no-repeat;
  background-size: 18% auto;
  left: auto;
  right: 0;
}
.about .development .box .wrap .swiper-button-next.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.4) url(../images/icon36a.png) center no-repeat;
  background-size: 18% auto;
  opacity: 0.5;
}
.about .development .box .wrap .swiper-button-prev {
  background: #FFFFFF url(../images/icon35.png) center no-repeat;
  background-size: 18% auto;
  right: auto;
  left: 0;
}
.about .development .box .wrap .swiper-button-prev.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.4) url(../images/icon35a.png) center no-repeat;
  background-size: 18% auto;
  opacity: 0.5;
}
.about .development .box .wrap .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .development .box .wrap .swiper.mySwiper1 {
  background: url(../images/img54.png) center bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper1 {
    background: url(../images/img54.png) left bottom no-repeat;
    background-size: 125% auto;
  }
}
@media screen and (max-width: 640px) {
  .about .development .box .wrap .swiper.mySwiper1 {
    background: url(../images/img54.png) left bottom no-repeat;
    background-size: 167% auto;
  }
}
.about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper {
  align-items: stretch;
}
.about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  cursor: pointer;
}
.about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item {
  font-family: "SOURCEHANSANSCN-BOLD";
  font-size: 36px;
}
@media (max-width: 1580px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item {
    font-size: .36rem;
  }
}
@media (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item {
    font-size: 20px;
  }
}
.about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding: 0.24rem 0;
}
@media (max-width: 1580px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .about .development .box .wrap .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    padding: 1.25vw 0;
  }
}
.about .development .box .wrap .swiper.mySwiper2 {
  margin-top: 0.6rem;
}
@media screen and (min-width: 992px) {
  .about .development .box .wrap .swiper.mySwiper2 {
    margin-top: 3.125vw;
  }
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc {
  max-width: 9rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
}
@media (max-width: 1580px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc {
    max-width: 46.875vw;
  }
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  overflow-y: auto;
  max-height: 1.35rem;
  /* 修改滚动条的整体大小 */
  /* 修改滚动条的轨道样式 */
  /* 修改滚动条的滑块样式 */
  /* 修改滑块的 hover 样式 */
}
@media screen and (min-width: 992px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    max-height: 7.03125vw;
  }
}
@media screen and (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul {
    max-height: 150px;
  }
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul::-webkit-scrollbar {
  width: 2px;
  /* 垂直滚动条的宽度 */
  height: 2px;
  /* 水平滚动条的高度 */
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  /* 轨道背景颜色 */
  border-radius: 2px;
  /* 轨道的圆角 */
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  /* 滑块背景颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
  /* 当鼠标悬停时滑块的颜色 */
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul li {
  list-style: none;
  position: relative;
  padding-left: 0.24rem;
  margin-bottom: 0.12rem;
}
@media screen and (min-width: 992px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul li {
    padding-left: 1.25vw;
    margin-bottom: 0.625vw;
  }
}
.about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .about .development .box .wrap .swiper.mySwiper2 .swiper-wrapper .swiper-slide .desc ul li::before {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}
.about .honor .box {
  margin-top: 3.90625%;
  padding-bottom: 3%;
}
@media screen and (max-width: 991px) {
  .about .honor .box {
    margin-top: 0.4rem;
  }
}
.about .honor .box .item {
  display: block;
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 1.5625%;
}
.about .honor .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .about .honor .box .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .about .honor .box .item:nth-child(4n) {
    margin-right: 3%;
  }
  .about .honor .box .item:nth-child(3n) {
    margin-right: 3%;
  }
  .about .honor .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.about .honor .box .item.hidden {
  display: none;
}
.about .honor .box .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 10px;
  background: #f4f4f4;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .about .honor .box .item .img {
    border-radius: 0.5208335vw;
  }
}
.about .honor .box .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.about .honor .box .item .text {
  text-align: center;
  padding: 0.18rem;
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .about .honor .box .item .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .honor .box .item .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .about .honor .box .item .text {
    padding: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
  .about .honor .box .item .text {
    padding: 0.24rem;
  }
}
.about .honor .loadmorebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.54rem;
  background: #f0f0f0;
  color: #00b0ec;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .about .honor .loadmorebtn {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .about .honor .loadmorebtn {
    font-size: 14px;
  }
}
.about .honor .loadmorebtn.hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .about .honor .loadmorebtn {
    height: 0.64rem;
  }
}
.about .honor .loadmorebtn img {
  display: inline-block;
  margin-right: 0.2rem;
  width: 0.26rem;
}
@media screen and (max-width: 991px) {
  .about .honor .loadmorebtn img {
    width: 18px;
  }
}
.about .manufacturing {
  background: #f8f8f8;
}
.about .manufacturing .box {
  margin-top: 3.90625%;
}
@media screen and (max-width: 991px) {
  .about .manufacturing .box {
    margin-top: 0.4rem;
  }
}
.about .manufacturing .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
  width: 100%;
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
    min-height: 400px;
  }
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.7rem;
  text-align: center;
}
.about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtit {
    font-size: 18px;
  }
}
.about .manufacturing .box .swiper .swiper-button-next,
.about .manufacturing .box .swiper .swiper-button-prev {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-button-next,
  .about .manufacturing .box .swiper .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .about .manufacturing .box .swiper .swiper-button-next,
  .about .manufacturing .box .swiper .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.about .manufacturing .box .swiper .swiper-button-next {
  background: url(../images/icon13.png) center no-repeat;
  background-size: 18% auto;
}
@media screen and (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-button-next {
    right: 0;
  }
}
.about .manufacturing .box .swiper .swiper-button-prev {
  background: url(../images/icon12.png) center no-repeat;
  background-size: 18% auto;
}
@media screen and (max-width: 991px) {
  .about .manufacturing .box .swiper .swiper-button-prev {
    left: 0;
  }
}
.about .partner .box {
  margin-top: 3.90625%;
}
@media screen and (max-width: 991px) {
  .about .partner .box {
    margin-top: 0.4rem;
  }
}
.about .partner .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.about .partner .box .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
}
.about .partner .box .swiper .swiper-wrapper .swiper-slide .item img {
  max-width: 100%;
  max-height: 100%;
}
.about-details .title {
  text-align: center;
  font-size: 48px;
  color: #000000;
}
@media (max-width: 1580px) {
  .about-details .title {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .about-details .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about-details .title {
    font-size: 24px;
  }
}
.about-details .box {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: #eeeeee solid 1px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1580px) {
  .about-details .box {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .about-details .box {
    font-size: 14px;
  }
}
.common-pagination {
  position: static;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .common-pagination {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .common-pagination {
    margin-top: 0.4rem;
  }
}
.common-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  margin: 0 5px;
  background: #000000;
  opacity: 0.1;
  border-radius: 0;
  transition: all 0.4s ease;
}
.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background: #00b0ec;
}
.memberlist ul li {
  cursor: pointer;
  border-top: #e5e5e5 solid 1px;
}
.memberlist ul li:last-child {
  border-bottom: #e5e5e5 solid 1px;
}
.memberlist ul li.active {
  border-top: #00b0ec solid 1px;
}
.memberlist ul li.active .above::before {
  opacity: 1;
}
.memberlist ul li.active .above .serial {
  color: #00b0ec;
}
.memberlist ul li.active .above .name {
  color: #00b0ec;
}
.memberlist ul li.active .above .arrow {
  background: url(../images/icon34.png) center no-repeat;
  background-size: 46.66666666666667% auto;
}
.memberlist ul li .above {
  position: relative;
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
@media screen and (max-width: 991px) {
  .memberlist ul li .above {
    flex-wrap: wrap;
  }
}
.memberlist ul li .above::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 176, 236, 0.1), rgba(0, 176, 236, 0));
  opacity: 0;
  transition: all 0.4s ease;
}
.memberlist ul li .above .serial {
  display: inline-block;
  width: 0.6rem;
  margin-right: 0.2rem;
  color: #999999;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .memberlist ul li .above .serial {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .memberlist ul li .above .serial {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .memberlist ul li .above .serial {
    order: 1;
  }
}
.memberlist ul li .above .name {
  width: 39%;
  color: #333333;
  font-size: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .memberlist ul li .above .name {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .memberlist ul li .above .name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .memberlist ul li .above .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .memberlist ul li .above .name {
    order: 2;
    width: calc(100% - 1.2rem);
  }
}
.memberlist ul li .above .status {
  flex: 1;
  overflow: hidden;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .memberlist ul li .above .status {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .memberlist ul li .above .status {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .memberlist ul li .above .status {
    order: 4;
    flex: auto;
    width: 100%;
    margin-top: 0.1rem;
    padding-left: 0.8rem;
    box-sizing: border-box;
  }
}
.memberlist ul li .above .arrow {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  background: url(../images/icon33.png) center no-repeat;
  background-size: 46.66666666666667% auto;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .memberlist ul li .above .arrow {
    order: 3;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.memberlist ul li .content {
  display: none;
  padding-left: 0.8rem;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
}
.memberlist ul li .content .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
  padding: 0.3rem;
  background: #e1f4fb;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .memberlist ul li .content .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .memberlist ul li .content .text {
    font-size: 15px;
  }
}
.memberlist ul li .content .text p {
  margin-bottom: 0.2rem;
}
.contact {
  background: url(../images/bg.png) top center;
  background-size: cover;
}
.contact .box {
  margin-top: 0.5rem;
}
.contact .box .a-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2%;
}
.contact .box .a-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .contact .box .a-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
  }
  .contact .box .a-item:nth-child(3n) {
    margin-right: 4%;
  }
  .contact .box .a-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .box .a-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.contact .box .a-item .imgbox {
	position: relative;
  width: 100%;
  padding-bottom: 51.78571428571429%;
  overflow: hidden;
}
.contact .box .a-item .imgbox img {
  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact .box .a-item .textbox {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .contact .box .a-item .textbox {
    margin-top: 0.35rem;
  }
}
.contact .box .a-item .textbox .local_name {
  color: #000000;
  font-size: 26px;
}
@media (max-width: 1580px) {
  .contact .box .a-item .textbox .local_name {
    font-size: .26rem;
  }
}
@media (max-width: 991px) {
  .contact .box .a-item .textbox .local_name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact .box .a-item .textbox .local_name {
    font-size: 18px;
  }
}
.contact .box .a-item .textbox .desc {
  margin-top: 0.1rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .contact .box .a-item .textbox .desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box .a-item .textbox .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .box .a-item .textbox .desc {
    margin-bottom: 0.25rem;
  }
}
.contact .box .a-item .textbox .infor {
  padding-top: 0.2rem;
  border-top: #eeeeee solid 1px;
}
@media screen and (max-width: 767px) {
  .contact .box .a-item .textbox .infor {
    padding-top: 0.25rem;
  }
}
.contact .box .a-item .textbox .infor ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.12rem;
}
.contact .box .a-item .textbox .infor ul li img {
  position: relative;
  top: 2px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact .box .a-item .textbox .infor ul li img {
    width: 15px;
    margin-right: 8px;
  }
}
.contact .box .a-item .textbox .infor ul li .text {
  flex: 1;
  overflow: hidden;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .contact .box .a-item .textbox .infor ul li .text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact .box .a-item .textbox .infor ul li .text {
    font-size: 14px;
  }
}
.contact .box .a-item .textbox .infor ul li .text .sp1 {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.career {
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
.career .box {
  padding-bottom: 7.8125%;
}
@media screen and (max-width: 991px) {
  .career .box {
    flex-wrap: wrap;
    padding-bottom: 10%;
  }
}
.career .box .textbox {
  width: 52.34375%;
}
@media screen and (max-width: 991px) {
  .career .box .textbox {
    width: 100%;
  }
}
.career .box .textbox .i-title {
  margin-bottom: 14%;
}
@media screen and (max-width: 991px) {
  .career .box .textbox .i-title {
    margin-bottom: 0.4rem;
  }
}
.career .box .textbox .wrap {
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .career .box .textbox .wrap {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .career .box .textbox .wrap {
    font-size: 15px;
  }
}
.career .box .textbox .wrap .subtit {
  color: #333333;
  font-size: 24px;
  padding-bottom: 0.25rem;
  border-bottom: #e5e5e5 solid 1px;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .career .box .textbox .wrap .subtit {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .career .box .textbox .wrap .subtit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .career .box .textbox .wrap .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .career .box .textbox .wrap .subtit {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.career .box .textbox .wrap .text ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 991px) {
  .career .box .textbox .wrap .text ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .career .box .textbox .wrap .text ul li {
    margin-bottom: 15px;
  }
}
.career .box .textbox .wrap .text ul li .icon {
  display: inline-flex;
  align-items: baseline;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.career .box .textbox .wrap .text ul li .txt {
  flex: 1;
  overflow: hidden;
}
.career .box .textbox .wrap .text ul li .txt .sp1 {
  color: #00b0ec;
}
.career .box .textbox .wrap .text ul li .txt .sp2 {
  color: #cccccc;
}
.career .box .imgbox {
  width: 42.5%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .career .box .imgbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.career .box .imgbox img {
  display: block;
  width: 100%;
}
.career .content {
  border-top: #cccccc solid 1px;
  padding-top: 4.375%;
}
@media screen and (max-width: 991px) {
  .career .content {
    padding-top: 7%;
  }
}
@media screen and (max-width: 480px) {
  .career .content {
    padding-top: 9%;
  }
}
.career .content .i-title {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 480px) {
  .career .content .i-title {
    margin-bottom: 0.5rem;
  }
}
.career .content .position-list .item {
  position: relative;
  background: #ffffff;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  margin-bottom: 2.34375%;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item {
    margin-bottom: 0.3rem;
  }
}
.career .content .position-list .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 1.5rem;
  max-height: 50%;
  background: linear-gradient(to bottom, rgba(0, 176, 236, 0.1), rgba(0, 176, 236, 0));
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.career .content .position-list .item:hover::before {
  opacity: 1;
}
.career .content .position-list .item:hover .subheadline {
  color: #00b0ec;
}
.career .content .position-list .item.active::before {
  opacity: 1;
}
.career .content .position-list .item.active .subheadline {
  color: #00b0ec;
}
.career .content .position-list .item.active .subheadline::before {
  opacity: 1;
}
.career .content .position-list .item .subheadline {
  position: relative;
  color: #333333;
  font-size: 18px;
  padding: 0.24rem 0.3rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .career .content .position-list .item .subheadline {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .career .content .position-list .item .subheadline {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item .subheadline {
    padding: 0.3rem 0.36rem;
  }
}
.career .content .position-list .item .subheadline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.6rem);
  height: 1px;
  background: #e5e5e5;
  opacity: 0;
  transition: all 0.4s ease;
}
.career .content .position-list .item .substance {
  display: none;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .career .content .position-list .item .substance {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .career .content .position-list .item .substance {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item .substance {
    padding: 0.28rem 0.36rem;
  }
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item .substance {
    padding: 0.36rem;
  }
}
.career .content .position-list .item .substance .text {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item .substance .text {
    margin-bottom: 0.5rem;
  }
  .career .content .position-list .item .substance .text:last-child {
    margin-bottom: 0.3rem;
  }
}
.career .content .position-list .item .substance .text .t1 {
  font-family: "SOURCEHANSANSCN-Medium";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .career .content .position-list .item .substance .text .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .career .content .position-list .item .substance .text .t1 {
    font-size: 15px;
  }
}
.career .content .position-list .item .substance .text .t2 {
  margin-top: 0.3rem;
  position: relative;
  padding: 0.25rem;
  background: #f8f8f8;
  line-height: 2.5;
}
@media screen and (max-width: 991px) {
  .career .content .position-list .item .substance .text .t2 {
    padding: 0.3rem;
  }
}
.career .content .position-list .item .substance .text .t2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.04rem;
  height: 100%;
  background: #00b0ec;
}
.cookieConsent {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  width: 100%;
  padding: 1vw 0;
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 66, 193, 0.1);
  display: none;
}
@media screen and (max-width: 1260px) {
  .cookieConsent {
    padding: 20px 0px;
  }
}
.cookieConsent .box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1580px) {
  .cookieConsent .box {
    width: 80%;
  }
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box {
    width: 90%;
    flex-wrap: wrap;
  }
}
.cookieConsent .box .text-box {
  overflow: hidden;
  width: 65%;
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box .text-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cookieConsent .box .text-box .desc {
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 1580px) {
  .cookieConsent .box .text-box .desc {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .cookieConsent .box .text-box .desc {
    font-size: 13px;
  }
}
.cookieConsent .box .text-box .desc a {
  color: #00b0ec;
  text-decoration: underline;
}
.cookieConsent .box .button-list {
  text-align: center;
  flex-shrink: 0;
  margin-left: 15px;
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box .button-list {
    width: 100%;
    margin-left: 0;
  }
}
.cookieConsent .box .button-list .public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1.28rem;
  height: 0.4rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  border-radius: 0.06rem;
  cursor: pointer;
  transition: all .5s linear;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .cookieConsent .box .button-list .public-btn {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .cookieConsent .box .button-list .public-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box .button-list .public-btn {
    min-width: 90px;
    font-size: 14px;
    height: 34px;
    padding: 0 24px;
    border-radius: 10px;
  }
}
.cookieConsent .box .button-list .public-btn.public-btn1 {
  color: #ffffff;
  background: #00b0ec;
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box .button-list .public-btn.public-btn1 {
    margin-right: 8px;
  }
}
.cookieConsent .box .button-list .public-btn.public-btn2 {
  color: #999999;
  background: #eeeeee;
}
.cookieConsent .box .button-list .public-btn:hover {
  border-radius: 0.4rem;
}
@media screen and (max-width: 1260px) {
  .cookieConsent .box .button-list .public-btn:hover {
    border-radius: 18px;
  }
}
.general-tool {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
.general-tool .filterform input,
.general-tool .filterform button,
.general-tool .filterform textarea,
.general-tool .filterform select {
  border: #ccc solid 1px;
}
.general-tool .filterform input,
.general-tool .filterform button {
  -webkit-appearance: auto;
}
.general-tool .filterform .box {
  position: relative;
}
.general-tool .filterform .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 26.953125%;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .general-tool .filterform .box::before {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .general-tool .box {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box {
    flex-wrap: wrap;
  }
}
.general-tool .box .left-side {
  position: sticky;
  top: 1.2rem;
  z-index: 12;
  width: 26.953125%;
  padding-right: 7.34375%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .general-tool .box .left-side {
    padding-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .general-tool .box .left-side {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box .left-side {
    position: static;
    width: 100%;
    padding-right: 0%;
  }
}
.general-tool .box .left-side .market-filter label {
  user-select: none;
  cursor: pointer;
  display: block;
}
.general-tool .box .left-side .market-filter label:last-child .label-text {
  border-bottom: none;
}
.general-tool .box .left-side .market-filter label input {
  display: none;
}
.general-tool .box .left-side .market-filter label input:checked + .label-text {
  color: #00b0ec;
  border-bottom-color: #00b0ec;
}
.general-tool .box .left-side .market-filter label input:checked + .label-text::after {
  background: url(../images/icon29.png) center no-repeat;
  background-size: 100% auto;
}
.general-tool .box .left-side .market-filter label .label-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  padding-right: 20px;
  font-size: 18px;
  color: #333333;
  border-bottom: #eeeeee solid 1px;
}
@media (max-width: 1580px) {
  .general-tool .box .left-side .market-filter label .label-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .left-side .market-filter label .label-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box .left-side .market-filter label .label-text {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.general-tool .box .left-side .market-filter label .label-text::after {
  position: absolute;
  right: 0;
  top: 0.08rem;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../images/icon28.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-tool .box .left-side .market-filter > a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  padding-right: 20px;
  font-size: 18px;
  color: #333333;
  border-bottom: #eeeeee solid 1px;
}
@media (max-width: 1580px) {
  .general-tool .box .left-side .market-filter > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .left-side .market-filter > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box .left-side .market-filter > a {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.general-tool .box .left-side .market-filter > a::after {
  position: absolute;
  right: 0;
  top: 0.08rem;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../images/icon28.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-tool .box .left-side .market-filter > a.on {
  color: #00b0ec;
  border-bottom-color: #00b0ec;
}
.general-tool .box .left-side .market-filter > a.on::after {
  background: url(../images/icon29.png) center no-repeat;
  background-size: 100% auto;
}
.general-tool .box .left-side .market-filter > a:last-child {
  border-bottom: none !important;
}
.general-tool .box .right-side {
  width: 73.046875%;
  padding-left: 7.34375%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .general-tool .box .right-side {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box .right-side {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.3rem;
  }
}
.general-tool .box .right-side .pointing-angle .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 0.3rem;
}
.general-tool .box .right-side .pointing-angle .wrap .c-item {
  width: 22.39%;
  margin-right: 3.48%;
}
.general-tool .box .right-side .pointing-angle .wrap .c-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .general-tool .box .right-side .pointing-angle .wrap .c-item {
    width: 48%;
    margin-right: 4%;
  }
  .general-tool .box .right-side .pointing-angle .wrap .c-item:nth-child(4n) {
    margin-right: 4%;
  }
  .general-tool .box .right-side .pointing-angle .wrap .c-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .general-tool .box .right-side .pointing-angle .wrap .c-item {
    width: 100%;
    margin-right: 0%;
  }
}
.general-tool .box .right-side .pointing-angle .btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.general-tool .box .right-side .pointing-angle .btns .submitbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  background: #00b0ec;
  border: none;
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .pointing-angle .btns .submitbtn {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .pointing-angle .btns .submitbtn {
    font-size: 14px;
  }
}
.general-tool .box .right-side .pointing-angle .btns .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.general-tool .box .right-side .pointing-angle .custom-table-1 {
  display: none;
  margin-top: 30px;
  border-top: #EEEEEE solid 1px;
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-title {
  padding: 0.28rem 0;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-title {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-title {
    padding: 24px 0;
  }
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-table {
  width: 100%;
  border: #EEEEEE solid 1px;
  border-collapse: collapse;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #666666;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-table {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-table {
    font-size: 14px;
  }
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-table td {
  width: 50%;
  height: 0.6rem;
  padding: 0 0.28rem;
  box-sizing: border-box;
  border: #EEEEEE solid 1px;
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-table td:nth-child(1) {
  color: #666666;
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-table td:nth-child(2) {
  color: #00b0ec;
}
@media screen and (max-width: 480px) {
  .general-tool .box .right-side .pointing-angle .custom-table-1 .c-table td {
    height: 0.7rem;
  }
}
.general-tool .box .right-side .pointing-angle .custom-table-1 .c-table td .result {
  color: #00bbff;
}
@media screen and (max-width: 767px) {
  .general-tool .box .right-side .position-infor .substance {
    flex-wrap: wrap;
  }
}
.general-tool .box .right-side .position-infor .substance .imgbox {
  width: 48.16%;
  box-sizing: border-box;
  border: #cccccc solid 1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .general-tool .box .right-side .position-infor .substance .imgbox {
    width: 100%;
  }
}
.general-tool .box .right-side .position-infor .substance .imgbox img {
  display: block;
  width: 100%;
}
.general-tool .box .right-side .position-infor .substance .textbox {
  width: 48.16%;
}
@media screen and (max-width: 767px) {
  .general-tool .box .right-side .position-infor .substance .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.general-tool .box .right-side .position-infor .substance .textbox .p-title {
  color: #333333;
  font-size: 32px;
  padding-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .position-infor .substance .textbox .p-title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .position-infor .substance .textbox .p-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .general-tool .box .right-side .position-infor .substance .textbox .p-title {
    font-size: 18px;
  }
}
.general-tool .box .right-side .position-infor .substance .textbox .txt {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .position-infor .substance .textbox .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .position-infor .substance .textbox .txt {
    font-size: 15px;
  }
}
.general-tool .box .right-side .position-infor .substance .textbox .txt ul li {
  display: flex;
  align-items: flex-start;
}
.general-tool .box .right-side .position-infor .substance .textbox .txt ul li:last-child .sp2 {
  border-bottom: none;
}
.general-tool .box .right-side .position-infor .substance .textbox .txt ul li .sp1 {
  display: inline-flex;
  align-items: center;
  width: 35%;
  min-height: 0.8rem;
  flex-shrink: 0;
  padding-right: 0.12rem;
  box-sizing: border-box;
}
.general-tool .box .right-side .position-infor .substance .textbox .txt ul li .sp2 {
  display: inline-flex;
  align-items: center;
  flex: 1;
  min-height: 0.8rem;
  overflow: hidden;
  border-bottom: #e5e5e5 solid 1px;
  box-sizing: border-box;
}
.general-tool .box .right-side .position-infor .satellite-table {
  margin-top: 0.6rem;
}
.general-tool .box .right-side .position-infor .satellite-table table {
  width: 100%;
  border: #EEEEEE solid 1px;
  border-collapse: collapse;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1580px) {
  .general-tool .box .right-side .position-infor .satellite-table table {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .general-tool .box .right-side .position-infor .satellite-table table {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .general-tool .box .right-side .position-infor .satellite-table table {
    font-size: 14px;
  }
}
.general-tool .box .right-side .position-infor .satellite-table table thead tr th {
  padding: 0.06rem 0.1rem;
  background: #00b0ec;
  color: #ffffff;
  height: 0.68rem;
  box-sizing: border-box;
  border: none;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .general-tool .box .right-side .position-infor .satellite-table table thead tr th {
    padding: 0.1rem 0.15rem;
  }
}
@media screen and (max-width: 480px) {
  .general-tool .box .right-side .position-infor .satellite-table table thead tr th {
    padding: 0.15rem 0.1rem;
    height: 0.75rem;
  }
}
.general-tool .box .right-side .position-infor .satellite-table table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.general-tool .box .right-side .position-infor .satellite-table table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.general-tool .box .right-side .position-infor .satellite-table table tbody tr td {
  height: 0.68rem;
  border: none;
  padding: 0.06rem 0.28rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .general-tool .box .right-side .position-infor .satellite-table table tbody tr td {
    padding: 0.1rem 0.15rem;
  }
}
@media screen and (max-width: 480px) {
  .general-tool .box .right-side .position-infor .satellite-table table tbody tr td {
    padding: 0.15rem 0.1rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .general-tool .calculate {
    flex-wrap: wrap;
  }
}
.general-tool .calculate .calculation-form {
  width: 48.828125%;
}
@media screen and (max-width: 991px) {
  .general-tool .calculate .calculation-form {
    width: 100%;
  }
}
.general-tool .calculate .calculation-form .part .c-item {
  width: 30.13333333333333%;
  margin-right: 4.8%;
  margin-bottom: 4.48%;
}
.general-tool .calculate .calculation-form .part .c-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .general-tool .calculate .calculation-form .part .c-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
  }
  .general-tool .calculate .calculation-form .part .c-item:nth-child(3n) {
    margin-right: 4%;
  }
  .general-tool .calculate .calculation-form .part .c-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .general-tool .calculate .calculation-form .part .c-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.general-tool .calculate .calculation-form .btns {
  padding-top: 4.48%;
  border-top: #e5e5e5 solid 1px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .general-tool .calculate .calculation-form .btns {
    padding-top: 6%;
  }
}
.general-tool .calculate .calculation-form .btns .sbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4.8%;
  min-width: 120px;
  height: 40px;
  border: #cccccc solid 1px;
  padding: 0 12px;
  box-sizing: border-box;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .general-tool .calculate .calculation-form .btns .sbtn {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .calculation-form .btns .sbtn {
    font-size: 14px;
  }
}
.general-tool .calculate .calculation-form .btns .sbtn.sbtn1 {
  color: #ffffff;
  background: #00b0ec;
  border-color: #00b0ec;
}
.general-tool .calculate .result-area {
  width: 47.65625%;
  padding-left: 3.5%;
  border-left: #e5e5e5 solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .general-tool .calculate .result-area {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 0.6rem;
  }
}
.general-tool .calculate .result-area .textbox .title {
  color: #333333;
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .general-tool .calculate .result-area .textbox .title {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .textbox .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .textbox .title {
    font-size: 18px;
  }
}
.general-tool .calculate .result-area .textbox .desc {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .general-tool .calculate .result-area .textbox .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .textbox .desc {
    font-size: 14px;
  }
}
.general-tool .calculate .result-area .wrap {
  margin-top: 20px;
}
.general-tool .calculate .result-area .wrap table {
  width: 100%;
  border: #e5e5e5 solid 1px;
  border-collapse: collapse;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 16px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1580px) {
  .general-tool .calculate .result-area .wrap table {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .wrap table {
    font-size: 14px;
  }
}
.general-tool .calculate .result-area .wrap table thead tr:nth-child(1) th {
  background: #d0f3ff;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #333333;
  font-size: 14px;
  height: 0.38rem;
  padding: 0.1rem 0;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .general-tool .calculate .result-area .wrap table thead tr:nth-child(1) th {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .wrap table thead tr:nth-child(1) th {
    font-size: 13px;
  }
}
.general-tool .calculate .result-area .wrap table thead tr th {
  background: #202932;
  color: #ffffff;
  font-size: 14px;
  height: 0.58rem;
  box-sizing: border-box;
  border: none;
  padding: 0.1rem 0;
}
@media (max-width: 1580px) {
  .general-tool .calculate .result-area .wrap table thead tr th {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .general-tool .calculate .result-area .wrap table thead tr th {
    font-size: 13px;
  }
}
.general-tool .calculate .result-area .wrap table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.general-tool .calculate .result-area .wrap table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.general-tool .calculate .result-area .wrap table tbody tr td {
  height: 0.68rem;
  border: none;
  padding: 0.06rem 0.28rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .general-tool .calculate .result-area .wrap table tbody tr td {
    padding: 0.1rem 0.18rem;
  }
}
.c-item .title {
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.06rem;
}
@media (max-width: 1580px) {
  .c-item .title {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .c-item .title {
    margin-bottom: 6px;
  }
}
.c-item .content {
  width: 100%;
}
.c-item .content select {
  width: 100%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 36px;
  padding-left: 12px;
  padding-right: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/icon30.png) center right 12px no-repeat;
  background-size: 8px auto;
  cursor: pointer;
  box-sizing: border-box;
  border: #ccc solid 1px;
}
@media (max-width: 1580px) {
  .c-item .content select {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content select {
    font-size: 13px;
  }
}
.c-item .content .form-input {
  width: 100%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .c-item .content .form-input {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content .form-input {
    font-size: 13px;
  }
}
.c-item .content .radiobox {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .c-item .content .radiobox {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .c-item .content .radiobox {
    gap: 0.4rem;
  }
}
.c-item .content .radiobox .radio-label {
  user-select: none;
  cursor: pointer;
  display: block;
}
.c-item .content .radiobox .radio-label input {
  display: none;
}
.c-item .content .radiobox .radio-label input:checked + .text {
  color: #00b0ec;
}
.c-item .content .radiobox .radio-label input:checked + .text::after {
  background: url(../images/icon32.png) center no-repeat;
  background-size: 100% auto;
}
.c-item .content .radiobox .radio-label .text {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 0.28rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1580px) {
  .c-item .content .radiobox .radio-label .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content .radiobox .radio-label .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .c-item .content .radiobox .radio-label .text {
    padding-left: 24px;
  }
}
.c-item .content .radiobox .radio-label .text::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon31.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-item .content .radiobox .radio-label .text::after {
    width: 14px;
    height: 14px;
  }
}
.c-item .content .c-input-box {
  display: flex;
  align-items: center;
  height: 36px;
  border: #cccccc solid 1px;
  box-sizing: border-box;
}
.c-item .content .c-input-box .c-input-div {
  flex: 1;
  overflow: hidden;
}
.c-item .content .c-input-box .c-input-div input {
  width: 100%;
  box-sizing: border-box;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #666666;
  padding: 0 12px;
}
@media (max-width: 1580px) {
  .c-item .content .c-input-box .c-input-div input {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content .c-input-box .c-input-div input {
    font-size: 13px;
  }
}
.c-item .content .c-input-box span {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .c-item .content .c-input-box span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content .c-input-box span {
    font-size: 13px;
  }
}
.c-item .content .bandradio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-item .content .bandradio {
    justify-content: flex-start;
    gap: 0.3rem;
  }
}
.c-item .content .bandradio .band-label {
  min-width: 41.2%;
  max-width: calc((100% - 0.2rem) / 2);
  user-select: none;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-item .content .bandradio .band-label {
    min-width: 30%;
  }
}
.c-item .content .bandradio .band-label input {
  display: none;
}
.c-item .content .bandradio .band-label input:checked + .text {
  color: #FFFFFF;
  background: #00b0ec;
  border-color: #00b0ec;
}
.c-item .content .bandradio .band-label .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  color: #999999;
  border: #cccccc solid 1px;
  height: 36px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
@media (max-width: 1580px) {
  .c-item .content .bandradio .band-label .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .c-item .content .bandradio .band-label .text {
    font-size: 13px;
  }
}
.services {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
.services .intro .title {
  color: #333333;
  font-size: 32px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .services .intro .title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .services .intro .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .services .intro .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .services .intro .box {
    flex-wrap: wrap;
  }
}
.services .intro .box .text {
  width: 59.375%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .services .intro .box .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services .intro .box .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .services .intro .box .text {
    width: 100%;
  }
}
.services .intro .box .card {
  position: relative;
  width: 32.1875%;
  padding: 0.3rem 0.3rem 0.65rem;
  padding-right: 1.34rem;
  background: #f5f5f5 url(../images/icon43.png) right 0.3rem bottom 0.15rem no-repeat;
  background-size: 1.04rem auto;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .services .intro .box .card {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services .intro .box .card {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .services .intro .box .card {
    display: inline-block;
    width: auto;
    min-width: 50%;
    margin-top: 0.4rem;
  }
}
.services .intro .box .card .t1 {
  color: #333333;
  margin-bottom: 0.2rem;
}
.services .intro .box .card .t2 {
  color: #00b0ec;
}
.services .content {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1260px) {
  .services .content {
    margin-bottom: 0.4rem;
  }
}
.services .content .c-section {
  padding-top: 1rem;
  margin-top: -1rem;
}
.services .content .c-section:first-child .servicesitem {
  border-top: #cccccc solid 1px;
}
.services .content .c-section .above .public-btn a {
  min-width: 1px;
  height: auto;
  padding: 0;
  background: none;
  color: #666666;
}
.services .content .c-section .above .public-btn a img {
  opacity: 0.6;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services .content .c-section .above .public-btn a::before,
.services .content .c-section .above .public-btn a::after {
  display: none;
}
.services .content .c-section .above .public-btn a:hover {
  color: #00b0ec;
}
.services .content .c-section .above .public-btn a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.services .content .c-section .casebox {
  margin-top: 0.6rem;
}
.services .content .c-section .casebox .swiper-case {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}
@media screen and (min-width: 992px) {
  .services .content .c-section .casebox .swiper-case .case-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.4rem 0.3rem;
  }
}
@media screen and (max-width: 991px) {
  .services .content .c-section .casebox .swiper-case .case-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    transition-property: transform;
    box-sizing: content-box;
  }
}
.services .content .c-section .casebox .swiper-case .case-wrapper .case-slide {
  width: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 991px) {
  .services .content .c-section .casebox .swiper-case .case-wrapper .case-slide {
    width: 100%;
    flex-shrink: 0;
  }
}
.services .content .c-section .casebox .swiper-case .swiper-pagination {
  display: none;
}
.service-title {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 32px;
}
@media (max-width: 1580px) {
  .service-title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .service-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .service-title {
    font-size: 18px;
  }
}
.service-title::before {
  content: '';
  display: inline-block;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: #00b0ec;
}
.service-title span {
  flex: 1;
  overflow: hidden;
}
.servicesitem {
  padding: 0.6rem 0;
  border-bottom: #cccccc solid 1px;
}
@media screen and (max-width: 767px) {
  .servicesitem {
    padding: 0.5rem 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .servicesitem {
    padding: 0.4rem 0;
  }
}
.servicesitem .textbox {
  width: 48.828125%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .servicesitem .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.servicesitem .textbox .text {
  margin-top: 0.27rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(102, 102, 102, 0.6);
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .servicesitem .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .servicesitem .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .servicesitem .textbox .text {
    margin-top: 0.18rem;
  }
}
.servicesitem .textbox .public-btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .servicesitem .textbox .public-btn {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .servicesitem .textbox .public-btn {
    margin-top: 0.3rem;
  }
}
.servicesitem .imgbox {
  width: 48.828125%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .servicesitem .imgbox {
    width: 100%;
  }
}
.servicesitem .imgbox img {
  display: block;
  width: 100%;
}
.caseitem {
  width: 100%;
  overflow: hidden;
}
.caseitem:hover .imgbox img {
  transform: scale(1.1);
}
.caseitem:hover .textbox .subheadline {
  color: #00b0ec;
}
.caseitem .imgbox {
  width: 100%;
  overflow: hidden;
}
.caseitem .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.caseitem .textbox {
  padding-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .caseitem .textbox {
    padding-top: 0.35rem;
  }
}
.caseitem .textbox .subheadline {
  font-size: 24px;
  color: #333333;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .caseitem .textbox .subheadline {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .caseitem .textbox .subheadline {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .caseitem .textbox .subheadline {
    font-size: 18px;
  }
}
.caseitem .textbox .text {
  margin-top: 0.1rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .caseitem .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .caseitem .textbox .text {
    font-size: 15px;
  }
}
.case .box {
  padding-bottom: 0.8rem;
  gap: 0.4rem 0.3rem;
}
@media screen and (max-width: 767px) {
  .case .box {
    gap: 0.4rem;
  }
}
.case .box .caseitem {
  width: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 767px) {
  .case .box .caseitem {
    width: 100%;
  }
}
.services-info {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .services-info > div:last-child {
    margin-bottom: 0.4rem;
  }
}
.services-info .substance .box{
	margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .services-info .substance .box {
    flex-wrap: wrap;
  }
}
.services-info .substance .box .textbox {
  width: 46.875%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .services-info .substance .box .textbox {
    width: 100%;
  }
}
.services-info .substance .box .textbox .i-title .desc{
	margin-top: 0;
}
.services-info .substance .box .imgbox {
  position: relative;
  width: 48.828125%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.1rem 0.14rem;
}
@media screen and (max-width: 991px) {
  .services-info .substance .box .imgbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.services-info .substance .box .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #00b0ec;
}
.services-info .substance .box .imgbox img {
  display: block;
  width: 100%;
}
.services-info .substance .content {
  margin-top: 0.7rem;
}
/*@media screen and (max-width: 1900px) {
  .services-info .substance .content {
    margin-top: 9.375%;
  }
}*/
.services-info .substance .content .title {
  color: #333333;
  font-size: 32px;
  padding-bottom: 0.2rem;
  border-bottom: #cccccc solid 1px;
}
@media (max-width: 1580px) {
  .services-info .substance .content .title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .services-info .substance .content .title {
    font-size: 18px;
  }
}
.services-info .substance .content .textbox {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1900px) {
  .services-info .substance .content .textbox {
    margin-top: 4.59375%;
  }
}
@media screen and (max-width: 991px) {
  .services-info .substance .content .textbox {
    flex-wrap: wrap;
  }
}
.services-info .substance .content .textbox .subtit {
  width: 46.875%;
  color: #00b0ec;
  font-size: 32px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .services-info .substance .content .textbox .subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .textbox .subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .services-info .substance .content .textbox .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .services-info .substance .content .textbox .subtit {
    width: 100%;
  }
}
.services-info .substance .content .textbox .text {
  width: 48.828125%;
  overflow: hidden;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .services-info .substance .content .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .services-info .substance .content .textbox .text {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.services-info .substance .content .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services-info .substance .content .imgbox > img {
  display: block;
  width: 100%;
}
.services-info .substance .content .imgbox .card {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  display: inline-block;
  min-width: 32.1875%;
  padding: 0.3rem 0.3rem 0.65rem;
  padding-right: 1.34rem;
  background: #f5f5f5 url(../images/icon43.png) right 0.3rem bottom 0.15rem no-repeat;
  background-size: 1.04rem auto;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .services-info .substance .content .imgbox .card {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .imgbox .card {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .services-info .substance .content .imgbox .card {
    position: static;
    margin-top: 0.4rem;
  }
}
.services-info .substance .content .imgbox .card .t1 {
  color: #333333;
  margin-bottom: 0.2rem;
}
.services-info .substance .content .imgbox .card .t2 {
  color: #00b0ec;
}
.services-info .substance .content .feature {
  margin-top: 0.6rem;
  column-gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .services-info .substance .content .feature {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
}
.services-info .substance .content .feature .item {
	flex: 1;
  /*width: 48.828125%;
  margin-right: 2.34375%;*/
  margin-bottom: 2.34375%;
  padding: 0.56rem 0.4rem;
  background: rgba(0, 176, 236, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 991px){
	.services-info .substance .content .feature .item{
		flex: auto;
		width: 100%;
		margin-bottom: 0.4rem;
	}
}
/*.services-info .substance .content .feature .item:nth-child(2n) {
  margin-right: 0;
}*/
.services-info .substance .content .feature .item.item1 {
  background: rgba(0, 60, 131, 0.1);
}
.services-info .substance .content .feature .item.item2 {
  background: rgba(0, 176, 236, 0.1);
}
@media screen and (max-width: 767px) {
  .services-info .substance .content .feature .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.services-info .substance .content .feature .item .subtit {
  font-family: "SOURCEHANSANSCN-BOLD";
  color: #333333;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .services-info .substance .content .feature .item .subtit {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .feature .item .subtit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .feature .item .subtit {
    font-size: 18px;
  }
}
.services-info .substance .content .feature .item .text {
  margin-top: 0.3rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .services-info .substance .content .feature .item .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services-info .substance .content .feature .item .text {
    font-size: 15px;
  }
}
.services-info .substance .content .feature .item .text ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 0.2rem 0;
  border-bottom: #cccccc solid 1px;
  padding-left: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .services-info .substance .content .feature .item .text ul li {
    padding-left: 0.35rem;
  }
}
.services-info .substance .content .feature .item .text ul li:first-child {
  border-top: #cccccc solid 1px;
}
.services-info .substance .content .feature .item .text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/icon44.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1260px) {
  .services-info .substance .content .feature .item .text ul li::before {
    top: 0.3rem;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .services-info .substance .content .feature .item .text ul li::before {
    top: 0.27rem;
    width: 12px;
    height: 12px;
  }
}
.services-info .other-services {
  margin-top: 5.2%;
}
.services-info .other-services .i-title .headline {
  padding-bottom: 0.5rem;
  border-bottom: #CCCCCC solid 1px;
}
@media screen and (max-width: 767px) {
  .services-info .other-services .i-title .headline {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .services-info .other-services .i-title .headline {
    padding-bottom: 0.3rem;
  }
}
.services-info .other-services .box .servicesitem:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .services-info .other-services .btn {
    margin-top: 0.3rem;
  }
}
.resource {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .resource .content {
    flex-wrap: wrap;
  }
}
.resource .content .textbox {
  width: 48.828125%;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .resource .content .textbox {
    width: 100%;
  }
}
.resource .content .textbox .i-title .headline {
  color: #00b0ec;
}
.resource .content .imgbox {
  width: 48.828125%;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .resource .content .imgbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.resource .content .imgbox img {
  display: block;
  width: 100%;
}
.resource .box {
  margin-top: 7.8125%;
  background: #FFFFFF;
}
@media screen and (max-width: 1260px) {
  .resource .box {
    margin-bottom: 0.4rem;
  }
}
.resource .box .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  padding: 0.3rem;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: #CCCCCC solid 1px;
}
@media screen and (min-width: 768px) {
  .resource .box .item:nth-child(1) {
    border-top: #CCCCCC solid 1px;
  }
  .resource .box .item:nth-child(2) {
    border-top: #CCCCCC solid 1px;
  }
  .resource .box .item:nth-child(odd)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #CCCCCC;
  }
}
@media screen and (max-width: 480px) {
  .resource .box .item {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .resource .box .item {
    width: 100%;
  }
}
.resource .box .item:hover .imgbox img {
  filter: none;
  opacity: 1;
}
.resource .box .item:hover .textbox .subtit {
  color: #00b0ec;
}
.resource .box .item:hover .textbox .public-btn span,
.resource .box .item:hover .textbox .public-btn a {
  color: #FFFFFF;
  background: #00b0ec;
}
.resource .box .item:hover .textbox .public-btn span img,
.resource .box .item:hover .textbox .public-btn a img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.resource .box .item .imgbox {
  position: relative;
  width: 31%;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .resource .box .item .imgbox {
    width: 38%;
  }
}
.resource .box .item .imgbox img {
  display: block;
  width: 100%;
  filter: grayscale(100%) invert(100%) contrast(200%) brightness(70%) saturate(50%);
  opacity: 0.3;
  transition: all 0.4s ease;
}
.resource .box .item .imgbox img.im2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.resource .box .item .textbox {
  width: 58%;
  overflow: hidden;
}
.resource .box .item .textbox .subtit {
  color: #333333;
  font-size: 32px;
  transition: all 0.4s ease;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .resource .box .item .textbox .subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .resource .box .item .textbox .subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .resource .box .item .textbox .subtit {
    font-size: 18px;
  }
}
.resource .box .item .textbox .info {
  color: #333333;
  font-size: 18px;
  margin-bottom: 0.06rem;
}
@media (max-width: 1580px) {
  .resource .box .item .textbox .info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resource .box .item .textbox .info {
    font-size: 15px;
  }
}
.resource .box .item .textbox .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .resource .box .item .textbox .text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .resource .box .item .textbox .text {
    font-size: 14px;
  }
}
.resource .box .item .textbox .public-btn {
  margin-top: 0.4rem;
}
.resource .box .item .textbox .public-btn span,
.resource .box .item .textbox .public-btn a {
  min-width: 1.32rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 14px;
  background: #f8f8f8;
}
@media (max-width: 1580px) {
  .resource .box .item .textbox .public-btn span,
  .resource .box .item .textbox .public-btn a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .resource .box .item .textbox .public-btn span,
  .resource .box .item .textbox .public-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1260px) {
  .resource .box .item .textbox .public-btn span,
  .resource .box .item .textbox .public-btn a {
    height: 0.5rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .resource .box .item .textbox .public-btn span,
  .resource .box .item .textbox .public-btn a {
    padding: 0 0.3rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
.resource .box .item .textbox .public-btn span:hover,
.resource .box .item .textbox .public-btn a:hover {
  background: #00b0ec;
}
.resource .box .item .textbox .public-btn span:hover img,
.resource .box .item .textbox .public-btn a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.resource-info {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
.resource-info .title {
  color: #00b0ec;
  font-size: 32px;
  padding-bottom: 4.7%;
  border-bottom: #e5e5e5 solid 1px;
  margin-bottom: 4.7%;
}
@media (max-width: 1580px) {
  .resource-info .title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .resource-info .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .resource-info .title {
    font-size: 18px;
  }
}
.resource-info .content .box {
  padding-bottom: 0.6rem;
  border-bottom: #e5e5e5 solid 1px;
  margin-bottom: 0.6rem;
}
.resource-info .content .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1261px) {
  .resource-info .content .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1260px) {
  .resource-info .content .box:last-child {
    margin-bottom: 0.4rem;
  }
}
.resource-info .content .box .subtit {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .resource-info .content .box .subtit {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .subtit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .subtit {
    font-size: 18px;
  }
}
.resource-info .content .box .wrap {
  margin-top: 0.5rem;
  row-gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .wrap {
    row-gap: 0.4rem;
  }
}
.resource-info .content .box .wrap .item {
  width: 23.2421875%;
  margin-right: 2.34375%;
}
.resource-info .content .box .wrap .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .wrap .item {
    width: 48%;
    margin-right: 4%;
  }
  .resource-info .content .box .wrap .item:nth-child(4n) {
    margin-right: 4%;
  }
  .resource-info .content .box .wrap .item:nth-child(2n) {
    margin-right: 0;
  }
}
.resource-info .content .box .wrap .item .text {
  font-family: "SOURCEHANSANSCN-Medium";
  color: #00b0ec;
  font-size: 24px;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .resource-info .content .box .wrap .item .text {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .wrap .item .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .wrap .item .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .resource-info .content .box .wrap .item .text {
    font-size: 16px;
  }
}
.resource-info .content .box .wrap .item .img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.resource-info .content .box .wrap .item .img > img {
  display: block;
  width: 100%;
}
.resource-info .content .box .wrap .item .img .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b0ec;
}
@media screen and (max-width: 1260px) {
  .resource-info .content .box .wrap .item .img .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .resource-info .content .box .wrap .item .img .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.resource-info .content .box .wrap .item .img .icon img {
  width: 40%;
}
.resource-info .content .box .infor {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .infor .above {
    flex-wrap: wrap;
  }
}
.resource-info .content .box .infor .above .imgbox {
  width: 48.828125%;
  overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .infor .above .imgbox {
    width: 100%;
  }
}
.resource-info .content .box .infor .above .imgbox img {
  display: block;
  width: 100%;
}
.resource-info .content .box .infor .above .textbox {
  width: 48.828125%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .infor .above .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.resource-info .content .box .infor .above .textbox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #e5e5e5 solid 1px;
  table-layout: fixed;
}
.resource-info .content .box .infor .above .textbox table tr:nth-child(odd) td {
  background: rgba(0, 176, 236, 0.05);
}
.resource-info .content .box .infor .above .textbox table tr td {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  height: 0.7rem;
  padding: 0.06rem 0.25rem;
  box-sizing: border-box;
  border: #e5e5e5 solid 1px;
}
@media (max-width: 1580px) {
  .resource-info .content .box .infor .above .textbox table tr td {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .infor .above .textbox table tr td {
    font-size: 15px;
  }
}
.resource-info .content .box .infor .above .textbox table tr td:nth-child(1) {
  font-family: "SOURCEHANSANSCN-Medium";
  color: #333333;
}
.resource-info .content .box .infor .above .textbox.spebox table tr td:nth-child(1){
	width: 180px;
}
@media (max-width: 767px){
	.resource-info .content .box .infor .above .textbox.spebox table tr td:nth-child(1){
		width: 150px;
	}
}
@media (max-width: 480px){
	.resource-info .content .box .infor .above .textbox.spebox table tr td:nth-child(1){
		width: 120px;
	}
}
.resource-info .content .box .infor .part {
  margin-top: 30px;
}
.resource-info .content .box .infor .part table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #e5e5e5 solid 1px;
  table-layout: fixed;
}
.resource-info .content .box .infor .part table tr:nth-child(1) td:nth-child(odd) {
  background: #eeeeee;
}
.resource-info .content .box .infor .part table tr:nth-child(1) td:nth-child(even) {
  background: #f2f2f3;
}
.resource-info .content .box .infor .part table tr td {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  height: 0.7rem;
  padding: 0.06rem 0.25rem;
  box-sizing: border-box;
  border: #e5e5e5 solid 1px;
}
@media (max-width: 1580px) {
  .resource-info .content .box .infor .part table tr td {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resource-info .content .box .infor .part table tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .resource-info .content .box .infor .part table tr td {
    padding: 0.1rem 0.15rem;
  }
}
.resource-info .content .box .infor .part table tr td:nth-child(1) {
  font-family: "SOURCEHANSANSCN-Medium";
  color: #333333;
  background: rgba(0, 176, 236, 0.05) !important;
}
.resource-info .content .box .infor .part table tr td .model {
  color: #00b0ec;
}
.termstext {
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
.termstext .title {
  color: #333333;
  font-size: 48px;
}
@media (max-width: 1580px) {
  .termstext .title {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .termstext .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .termstext .title {
    font-size: 24px;
  }
}
.termstext .title.center {
  text-align: center;
}
.termstext .content {
  margin-top: 0.4rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .termstext .content {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .termstext .content {
    font-size: 15px;
  }
}
.termstext .content p {
  margin-bottom: 0.25rem;
}
.termstext .content ul {
  padding-left: revert;
}
.termstext .content ul li {
  list-style: inherit;
  margin-bottom: 0.2rem;
}
.termstext .content .numbered-list {
  counter-reset: main-item;
  list-style: none;
  padding-left: 0;
}
.termstext .content .numbered-list > li {
  counter-increment: main-item;
  margin-bottom: 0.2rem;
}
.termstext .content .numbered-list > li::before {
  content: "(" counter(main-item) ") ";
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.termstext .content .numbered-list > li .sub-list {
  margin-top: 0.2rem;
  padding: 10px 20px;
  background: #f8f8f8;
}
.termstext .content .sub-list {
  counter-reset: sub-item;
  list-style: none;
  box-sizing: border-box;
  padding-left: 0;
}
.termstext .content .sub-list li {
  counter-increment: sub-item;
  margin-bottom: 0.2rem;
}
.termstext .content .sub-list li::before {
  font-family: "SOURCEHANSANSCN-LIGHT";
  content: "(" counter(sub-item, lower-alpha) ") ";
}
.termstext .content .num-list {
  counter-reset: roman-item;
  /* 初始化罗马数字计数器 */
  list-style: none;
  padding-left: 0;
}
.termstext .content .num-list > li {
  counter-increment: roman-item;
  margin-bottom: 0.2rem;
}
.termstext .content .num-list > li::before {
  font-family: "SOURCEHANSANSCN-LIGHT";
  content: "(" counter(roman-item, lower-roman) ") ";
  /* 使用罗马数字 */
}
.termstext .content .s-title {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #333333;
  font-size: 32px;
  padding-bottom: 0.2rem;
  border-bottom: #cccccc solid 1px;
  padding-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .termstext .content .s-title {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .termstext .content .s-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .termstext .content .s-title {
    font-size: 18px;
  }
}
.termstext .content .n-title {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #333333;
  font-size: 18px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .termstext .content .n-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .termstext .content .n-title {
    font-size: 15px;
  }
}
.termstext .content .b-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.3rem;
  max-width: 900px;
  margin: auto;
}
.termstext .content .b-logo .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.termstext .content .b-logo .item img {
  flex: 1;
  max-width: calc((100% - 0.3rem) / 2);
  overflow: hidden;
}
.investor {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .investor {
    margin-bottom: 0.4rem;
  }
}
.investor .investor-subtit {
  position: relative;
  padding-left: 0.22rem;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
  font-size: 32px;
  color: #333333;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
@media (max-width: 1580px) {
  .investor .investor-subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .investor .investor-subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .investor .investor-subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .investor .investor-subtit {
    margin-bottom: 0.35rem;
  }
}
.investor .investor-subtit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 70%;
  background: #00b0ec;
}
@media screen and (max-width: 991px) {
  .investor-center .box {
    flex-wrap: wrap;
  }
}
.investor-center .box .textbox {
  width: 51.5625%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .investor-center .box .textbox {
    width: 100%;
  }
}
.investor-center .box .textbox .subtit {
  color: #333333;
  font-size: 32px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .investor-center .box .textbox .subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .investor-center .box .textbox .subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .investor-center .box .textbox .subtit {
    font-size: 18px;
  }
}
.investor-center .box .textbox .stockcode {
  color: #00b0ec;
  font-size: 32px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .investor-center .box .textbox .stockcode {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .investor-center .box .textbox .stockcode {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .investor-center .box .textbox .stockcode {
    font-size: 18px;
  }
}
.investor-center .box .textbox .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .investor-center .box .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-center .box .textbox .text {
    font-size: 15px;
  }
}
.investor-center .box .date {
  min-width: 31.25%;
  max-width: 45%;
  padding: 0.4rem;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  background: url(../images/img104.jpg) right bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .investor-center .box .date {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }
}
.investor-center .box .date .date_li {
  margin-bottom: 0.45rem;
}
.investor-center .box .date .date_li:last-child {
  margin-bottom: 0;
}
.investor-center .box .date .date_li .t1 {
  color: #00b0ec;
  font-size: 24px;
  margin-bottom: 0.12rem;
}
@media (max-width: 1580px) {
  .investor-center .box .date .date_li .t1 {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .investor-center .box .date .date_li .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .investor-center .box .date .date_li .t1 {
    font-size: 18px;
  }
}
.investor-center .box .date .date_li .t2 {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .investor-center .box .date .date_li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-center .box .date .date_li .t2 {
    font-size: 15px;
  }
}
.investor-center .data {
  position: relative;
  margin-top: 0.6rem;
}
.investor-center .data .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.investor-center .data .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.investor-center .data .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor-center .data .textbox {
  position: relative;
  z-index: 5;
  padding: 0.45rem;
  box-sizing: border-box;
}
.investor-center .data .textbox .above {
  display: flex;
  align-items: center;
}
.investor-center .data .textbox .above .t1 {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
  flex-shrink: 0;
}
.investor-center .data .textbox .above .t1 .sp {
  display: inline-block;
  margin-right: 0.1rem;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  font-size: 80px;
  color: #FFFFFF;
}
@media (max-width: 1580px) {
  .investor-center .data .textbox .above .t1 .sp {
    font-size: .8rem;
  }
}
@media (max-width: 991px) {
  .investor-center .data .textbox .above .t1 .sp {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .investor-center .data .textbox .above .t1 .sp {
    font-size: 36px;
  }
}
.investor-center .data .textbox .above .t1 .ic {
  display: inline-block;
}
.investor-center .data .textbox .above .t1 .ic img {
  width: 0.26rem;
}
.investor-center .data .textbox .above .t2 {
  flex: 1;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .investor-center .data .textbox .above .t2 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .investor-center .data .textbox .above .t2 {
    font-size: 14px;
  }
}
.investor-center .data .textbox .above .t2 .t2-2 {
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.investor-center .data .textbox .above .t2 .t2-2 a {
  color: #FFFFFF;
}
.investor-center .data .textbox ul {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  padding-left: 0;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .investor-center .data .textbox ul {
    row-gap: 0.4rem;
    justify-content: flex-start;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
}
.investor-center .data .textbox ul li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .investor-center .data .textbox ul li {
    width: 33.3333333%;
  }
}
.investor-center .data .textbox ul li .t1 {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #FFFFFF;
  font-size: 34px;
}
@media (max-width: 1580px) {
  .investor-center .data .textbox ul li .t1 {
    font-size: .34rem;
  }
}
@media (max-width: 991px) {
  .investor-center .data .textbox ul li .t1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .investor-center .data .textbox ul li .t1 {
    font-size: 18px;
  }
}
.investor-center .data .textbox ul li .t2 {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .investor-center .data .textbox ul li .t2 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .investor-center .data .textbox ul li .t2 {
    font-size: 14px;
  }
}
.investor-center .wrap {
  margin-top: 0.6rem;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .investor-center .wrap {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.investor-center .wrap .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 991px) {
  .investor-center .wrap .item {
    width: 100%;
  }
}
.investor-center .wrap .item .content {
  flex: 1;
  overflow: hidden;
}
.investor-center .wrap .item .content .site {
  background: url(../images/img105.png) right bottom no-repeat;
  background-size: cover;
  padding: 0.4rem;
  border: #cccccc solid 1px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.investor-center .wrap .item .content .site .site_li .s-title {
  color: #333333;
  font-size: 24px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .investor-center .wrap .item .content .site .site_li .s-title {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .investor-center .wrap .item .content .site .site_li .s-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .investor-center .wrap .item .content .site .site_li .s-title {
    font-size: 18px;
  }
}
.investor-center .wrap .item .content .site .site_li .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .investor-center .wrap .item .content .site .site_li .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-center .wrap .item .content .site .site_li .text {
    font-size: 15px;
  }
}
.investor-center .wrap .item .content .site .site_li .text .link {
  margin-top: 0.2rem;
}
.investor-center .wrap .item .content .site .site_li .text .link a {
  color: #00b0ec;
}
.investor-center .wrap .item .content .shareholder {
  height: 100%;
}
.investor-center .wrap .item .content .shareholder ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.2rem;
  padding-left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .investor-center .wrap .item .content .shareholder ul {
    row-gap: 0.3rem;
  }
}
.investor-center .wrap .item .content .shareholder ul li {
  display: flex;
  align-items: baseline;
  list-style: none;
  padding: 0.2rem 0.25rem;
  border: #cccccc solid 1px;
  box-sizing: border-box;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .investor-center .wrap .item .content .shareholder ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-center .wrap .item .content .shareholder ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .investor-center .wrap .item .content .shareholder ul li {
    padding: 0.25rem 0.35rem;
  }
}
.investor-center .wrap .item .content .shareholder ul li::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 0.08rem;
  height: 0.14rem;
  background: url(../images/icon47.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .investor-center .wrap .item .content .shareholder ul li::before {
    width: 6px;
    height: 11px;
    margin-right: 10px;
  }
}
.investor-center .wrap .item .content .shareholder ul li span {
  flex: 1;
  overflow: hidden;
}
.report .box {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .report .box {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .report .box {
    gap: 0.4rem;
  }
}
.report .box .item {
  position: relative;
  display: block;
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 991px) {
  .report .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .report .box .item {
    width: 100%;
  }
}
.report .box .item .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.report .box .item .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.report .box .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report .box .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .report .box .item .textbox {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .report .box .item .textbox {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .report .box .item .textbox {
    padding: 0.4rem;
  }
}
.report .box .item .textbox img {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.1rem;
  max-width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .report .box .item .textbox img {
    margin-right: 8px;
    max-width: 16px;
  }
}
.magee-tab ul {
  gap: 0.3rem;
  padding-left: 0;
}
.magee-tab ul li {
  list-style: none;
}
.magee-tab ul li:hover a,
.magee-tab ul li:hover span {
  color: #00b0ec;
  border: #00b0ec solid 1px;
}
.magee-tab ul li.active a,
.magee-tab ul li.active span {
  color: #00b0ec;
  border: #00b0ec solid 1px;
}
.magee-tab ul li.active a::before,
.magee-tab ul li.active span::before {
  width: 100%;
}
.magee-tab ul li a,
.magee-tab ul li span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.45rem;
  height: 0.6rem;
  padding: 0 0.3rem;
  border: #cccccc solid 1px;
  box-sizing: border-box;
  color: #333333;
  font-size: 18px;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .magee-tab ul li a,
  .magee-tab ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .magee-tab ul li a,
  .magee-tab ul li span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .magee-tab ul li a,
  .magee-tab ul li span {
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .magee-tab ul li a,
  .magee-tab ul li span {
    height: 0.75rem;
  }
}
.magee-tab ul li a::before,
.magee-tab ul li span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0%;
  height: 0.04rem;
  background: #00b0ec;
  transition: all 0.4s ease;
}
.member .contain-s {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.member .contain-s .box .memberlist ul li.active .above .name {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .member .contain-s .box .memberlist ul li.active .above .name {
    font-size: .24rem;
  }
}
@media (max-width: 991px) {
  .member .contain-s .box .memberlist ul li.active .above .name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .member .contain-s .box .memberlist ul li.active .above .name {
    font-size: 18px;
  }
}
.member .contain-s .box .memberlist ul li .above .name {
  flex: 1;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .member .contain-s .box .memberlist ul li .above .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .member .contain-s .box .memberlist ul li .above .name {
    font-size: 15px;
  }
}
.member .contain-s .box .memberlist ul li .content .text {
  padding: 0;
  background: none;
}
.generalpart.briefing .box {
  margin-top: 0.6rem;
}
.generalpart .box {
  gap: 0.3rem;
}
.generalpart .box .item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: calc((100% - 0.6rem) / 3);
  padding: 0.3rem 0.2rem 0.3rem 0.3rem;
  border: #ededed solid 1px;
  box-sizing: border-box;
  background: url(../images/img107.png) right bottom no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .generalpart .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .generalpart .box .item {
    width: 100%;
  }
}
.generalpart .box .item:hover {
  border-color: #00b0ec;
  background: url(../images/img108.png) right bottom no-repeat;
  background-size: cover;
}
.generalpart .box .item:hover .text {
  color: #ffffff;
}
.generalpart .box .item:hover .icon {
  background: #ffffff;
}
.generalpart .box .item:hover .icon img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.generalpart .box .item .text {
  flex: 1;
  color: #333333;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .generalpart .box .item .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .generalpart .box .item .text {
    font-size: 15px;
  }
}
.generalpart .box .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .generalpart .box .item .icon {
    width: 30px;
    height: 30px;
  }
}
.generalpart .box .item .icon img {
  max-width: 18.3%;
  opacity: 0.2;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.announce .textbox .subtit {
  color: #333333;
  font-size: 32px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .announce .textbox .subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .announce .textbox .subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .announce .textbox .subtit {
    font-size: 18px;
  }
}
.announce .textbox .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .announce .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .announce .textbox .text {
    font-size: 15px;
  }
}
.announce .selectyear {
  margin-top: 0.5rem;
}
.announce .box {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 991px) {
  .announce .box {
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
  }
}
.certificate .box {
  margin-top: 0.3rem;
}
.selectyear {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 4.1rem;
  width: 100%;
  border: rgba(204, 204, 204, 0.5) solid 1px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .selectyear {
    max-width: 5rem;
  }
}
.selectyear .w1 {
  min-width: 45%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 0.68rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: rgba(102, 102, 102, 0.5);
  font-size: 18px;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .selectyear .w1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .selectyear .w1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .selectyear .w1 {
    height: 0.75rem;
  }
}
.selectyear .w2 {
  min-width: 50%;
  overflow: hidden;
}
.selectyear .w2 select {
  width: 100%;
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 18px;
  color: #666666;
  line-height: 0.68rem;
  height: 0.68rem;
  padding-left: 0.3rem;
  padding-right: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ffffff url(../images/icon53.png) center right 0.3rem no-repeat;
  background-size: 0.18rem auto;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .selectyear .w2 select {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .selectyear .w2 select {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .selectyear .w2 select {
    height: 0.75rem;
  }
}
.share-certificate .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .share-certificate .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.share-certificate .wrap .subtit {
  display: inline-block;
  margin-right: 0.4rem;
  color: #333333;
  font-size: 32px;
}
@media (max-width: 1580px) {
  .share-certificate .wrap .subtit {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .share-certificate .wrap .subtit {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .share-certificate .wrap .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .share-certificate .wrap .subtit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.share-certificate .box {
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .share-certificate .box {
    margin-top: 0.4rem;
  }
}
.investor-list .w1 {
  width: 31%;
}
.investor-list .w2 {
  width: 56.75%;
}
.investor-list .w3 {
  width: 12.25%;
  justify-content: center;
}
.investor-list .investor-title {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-title {
    display: none;
  }
}
.investor-list .investor-title > * {
  display: flex;
  align-items: center;
  text-align: left;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #FFFFFF;
  font-size: 18px;
  height: 0.78rem;
  background: #00b0ec;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .investor-list .investor-title > * {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-list .investor-title > * {
    font-size: 15px;
  }
}
.investor-list .investor-title .w3 {
  padding-left: 0;
}
.investor-list .investor-wrap .item {
  display: flex;
  align-items: stretch;
  color: #999999;
  font-size: 18px;
  border: rgba(204, 204, 204, 0.5) solid 1px;
  border-bottom: none;
}
@media (max-width: 1580px) {
  .investor-list .investor-wrap .item {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-list .investor-wrap .item {
    font-size: 15px;
  }
}
.investor-list .investor-wrap .item:last-child {
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
}
.investor-list .investor-wrap .item:nth-child(odd) {
  background: #ffffff;
}
.investor-list .investor-wrap .item:nth-child(even) {
  background: #f7f9f9;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item {
    position: relative;
    flex-wrap: wrap;
    padding-left: 0.35rem;
    padding-right: 56px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.investor-list .investor-wrap .item > * {
  display: flex;
  align-items: center;
  min-height: 0.78rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item > * {
    padding-left: 0;
    min-height: 1px;
  }
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item .w1 {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item .w2 {
    order: 1;
    width: 100%;
    margin-bottom: 7px;
  }
}
.investor-list .investor-wrap .item .w2 .text {
  display: flex;
  align-items: baseline;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor-list .investor-wrap .item .w2 .text img {
  display: inline-block;
  margin-right: 0.1rem;
  max-width: 0.17rem;
  opacity: 0.5;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item .w2 .text img {
    max-width: 14px;
    position: relative;
    top: 2px;
    margin-right: 7px;
  }
}
.investor-list .investor-wrap .item .w3 {
  padding-left: 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item .w3 {
    position: absolute;
    top: 17px;
    right: 0.25rem;
    width: auto;
  }
}
.investor-list .investor-wrap .item .w3 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .investor-list .investor-wrap .item .w3 .icon {
    width: 32px;
    height: 32px;
  }
}
.investor-list .investor-wrap .item .w3 .icon img {
  max-width: 22%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor-list .investor-wrap .item:hover {
  background: #e8f9ff;
}
.investor-list .investor-wrap .item:hover .w2 .text {
  color: #00b0ec;
}
.investor-list .investor-wrap .item:hover .w2 .text img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.investor-list .investor-wrap .item:hover .w3 .icon {
  background: #00b0ec;
}
.investor-list .investor-wrap .item:hover .w3 .icon img {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.investor-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: rgba(204, 204, 204, 0.5) solid 1px;
}
.investor-table thead tr th {
  text-align: left;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  color: #FFFFFF;
  font-size: 18px;
  height: 0.78rem;
  background: #00b0ec;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .investor-table thead tr th {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-table thead tr th {
    font-size: 15px;
  }
}
.investor-table tbody tr:nth-child(even) td {
  background: rgba(234, 234, 234, 0.3);
}
.investor-table tbody tr:hover td {
  background: #e8f9ff !important;
}
.investor-table tbody tr:hover td .text {
  color: #00b0ec;
}
.investor-table tbody tr:hover td .text img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.investor-table tbody tr:hover td .dlicon {
  background: #00b0ec;
}
.investor-table tbody tr:hover td .dlicon img {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.investor-table tbody tr td {
  color: #999999;
  font-size: 18px;
  height: 0.78rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
}
@media (max-width: 1580px) {
  .investor-table tbody tr td {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .investor-table tbody tr td {
    font-size: 15px;
  }
}
.investor-table tbody tr td .text {
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor-table tbody tr td .text img {
  display: inline-block;
  margin-right: 0.1rem;
  max-width: 0.17rem;
  opacity: 0.5;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor-table tbody tr td .dlicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor-table tbody tr td .dlicon img {
  max-width: 22%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.search-banner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .search-banner > img {
    height: 28vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .search-banner > img {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .search-banner > img {
    height: 280px;
  }
}
.search-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
.search-banner .box .headline {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  font-size: 48px;
  color: #FFFFFF;
}
@media (max-width: 1580px) {
  .search-banner .box .headline {
    font-size: .48rem;
  }
}
@media (max-width: 991px) {
  .search-banner .box .headline {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .search-banner .box .headline {
    font-size: 24px;
  }
}
.search-banner .box .searchbox {
  margin-top: 0.25rem;
  max-width: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox {
    max-width: 100%;
  }
}
.search-banner .box .searchbox .layui-form .layui-row {
  width: 100%;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  box-sizing: border-box;
  border-radius: 0.4rem;
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input {
  flex: 1;
  color: #FFFFFF;
  font-family: "SOURCEHANSANSCN-REGULAR";
  font-size: 18px;
  height: 0.58rem;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    height: 0.7rem;
    padding: 0 0.4rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-webkit-input-placeholder {
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-moz-placeholder {
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-moz-placeholder {
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-ms-input-placeholder {
  font-family: "SOURCEHANSANSCN-REGULAR";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn {
  width: 1rem;
  background: #00b0ec;
  border-radius: 0.3rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn {
    width: 1.25rem;
    height: 0.7rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
  max-width: 18%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
    max-width: 22%;
  }
}
.search-result .prompt-text {
  font-size: 20px;
  color: #666666;
  padding-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .search-result .prompt-text {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .search-result .prompt-text {
    font-size: 16px;
  }
}
.search-result .prompt-text span {
  color: #00b0ec;
}
.search-result .box {
  padding-bottom: 20px;
}
.search-result .box .newitem {
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 3.125%;
}
.search-result .box .newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .search-result .box .newitem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .search-result .box .newitem:nth-child(3n) {
    margin-right: 4%;
  }
  .search-result .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.3rem;
  }
}


.addsection {
  margin-top: 0.7rem;
}
.addsection .addtitle {
  color: #333333;
  font-size: 32px;
  padding-bottom: 0.2rem;
  border-bottom: #cccccc solid 1px;
}
@media (max-width: 1580px) {
  .addsection .addtitle {
    font-size: .32rem;
  }
}
@media (max-width: 991px) {
  .addsection .addtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .addsection .addtitle {
    font-size: 18px;
  }
}
.addsection .addtext {
  margin-top: 0.25rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .addsection .addtext {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .addsection .addtext {
    font-size: 15px;
  }
}
.addsection .imggroup {
  margin-top: 0.4rem;
}
.addsection .imggroup ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem 0.3rem;
}
.addsection .imggroup ul li {
  width: calc((100% - 0.9rem) / 4);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .addsection .imggroup ul li {
    width: calc((100% - 0.3rem) / 2);
  }
}
.addsection .imggroup ul li .img {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}
.addsection .imggroup ul li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.addsection .imggroup ul li .txt {
  margin-top: 0.2rem;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .addsection .imggroup ul li .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .addsection .imggroup ul li .txt {
    font-size: 15px;
  }
}


.resource .substance .i-title .headline {
  color: #00b0ec;
}
.resource .substance .textbox {
  margin-top: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .resource .substance .textbox {
    display: flex;
    flex-direction: column-reverse;
  }
}
.resource .substance .textbox .img {
  float: right;
  width: 48.828125%;
  margin-left: 0.35rem;
}
@media screen and (max-width: 991px) {
  .resource .substance .textbox .img {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.resource .substance .textbox .text {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1580px) {
  .resource .substance .textbox .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resource .substance .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .resource .substance .textbox .text {
    width: 100%;
  }
}

.myedit {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .myedit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .myedit {
    font-size: 15px;
  }
}
.myedit h1,
.myedit h2,
.myedit h3,
.myedit h4,
.myedit h5,
.myedit h6 {
  font-family: revert;
  font-style: revert;
  font-size: revert;
  font-weight: revert;
}
.myedit blockquote,
.myedit body,
.myedit button,
.myedit dd,
.myedit div,
.myedit dl,
.myedit dt,
.myedit form,
.myedit h1,
.myedit h2,
.myedit h3,
.myedit h4,
.myedit h5,
.myedit h6,
.myedit input,
.myedit li,
.myedit ol,
.myedit p,
.myedit pre,
.myedit td,
.myedit textarea,
.myedit th,
.myedit ul {
  margin: revert;
  padding: revert;
  -webkit-tap-highlight-color: revert;
}
.myedit li {
  list-style: revert;
  margin-bottom: 0.12rem;
}


.addtablepart table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #e5e5e5 solid 1px;
}
@media screen and (min-width: 992px) {
  .addtablepart table {
    table-layout: fixed;
  }
}
.addtablepart table thead tr:first-child td {
  color: #00b0ec;
  background: #f2f2f3;
}
.addtablepart table tr td {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  font-size: 18px;
  height: 0.7rem;
  padding: 0.06rem 0.25rem;
  box-sizing: border-box;
  border: #e5e5e5 solid 1px;
  background: rgba(0, 176, 236, 0.05);
}
@media (max-width: 1580px) {
  .addtablepart table tr td {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .addtablepart table tr td {
    font-size: 15px;
  }
}
.addtablepart table tr td:nth-child(1) {
  font-family: "SOURCEHANSANSCN-Medium";
  color: #333333 !important;
  /* background: rgba(0, 176, 236, 0.05) !important; */
}

.header .box .head-share ul li a img,
.header.whitebg .box .head-share ul li a img,
.header.white .box .head-share ul li a img,
.mbox .header .box .head-share ul li a img{
        opacity: 0.5;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
}
.header .box .head-share ul li:hover a img,
.header .box .head-share ul li:hover a img,
.mbox .header .box .head-share ul li:hover a img{
        opacity: 1;
        -webkit-filter: none !important; 
        filter: none !important;
}

.footer .footerbottom .footer-share ul li a img{
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer .footerbottom .footer-share ul li:hover a img{
  -webkit-filter: none; 
  filter: none;
}

.services-info .substance .box .textbox ul{
  padding-left:revert;
}
.services-info .substance .box .textbox ul li{
  list-style:revert;
}

.contact_message {
  width: 100%;
}
.contact_message .wrap {
  margin-top: 0.4rem;
}
.contact_message .wrap .c-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form {
    gap: 20px;
  }
}
.contact_message .wrap .c-form .subtit {
  width: 100%;
  color: #00b0ec;
  font-size: 16px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .subtit {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .subtit {
    font-size: 14px;
  }
}
.contact_message .wrap .c-form .layui-form-item {
  position: relative;
  margin-bottom: 0;
  width: calc((100% - 0.2rem) / 2);
}
.contact_message .wrap .c-form .layui-form-item.w100 {
  width: 100%;
}
.contact_message .wrap .c-form .layui-form-item.select-item {
  position: relative;
  z-index: 10;
}
.contact_message .wrap .c-form .layui-form-item.tick-item {
  display: flex;
  align-items: baseline;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block {
    position: relative;
    top: 4px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox {
  margin-top: 0;
  padding-left: 0.24rem;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox {
    padding-left: 20px;
    margin-right: 0 !important;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox:hover i {
  border-color: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox.layui-form-checked[lay-skin=primary] i {
  border-color: #00b0ec !important;
  background-color: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox i {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox i {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt {
  flex: 1;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .txt {
    font-size: 13px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt a {
  color: #999999;
  transition: all 0.4s ease;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt a:hover {
  color: #00b0ec;
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item {
    width: 100%;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block {
  margin-left: 0;
  min-height: 1px;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
  height: 0.5rem;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.8rem;
    padding: 0 0.25rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
  height: 1.1rem;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 14px;
  border-radius: 5px;
  resize: none;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 2rem;
    padding: 0.25rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
  width: 2rem;
  height: 0.6rem;
  background: #00b0ec;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.8rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title {
  position: relative;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 100%;
  padding: 0;
  z-index: 12;
  max-width: 100%;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  padding: 0 0.25rem !important;
  margin-bottom: 0.06rem;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    font-size: 13px;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd:hover {
  background: #f5f5f5;
  color: #666666;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  color: #FFFFFF;
  background: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label {
  position: absolute;
  left: 0.2rem;
  top: 0;
  float: none;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: auto;
  padding: 0;
  white-space: nowrap;
  box-sizing: border-box;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.8rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
  top: -0.1rem;
  height: auto;
  padding: 1px 5px;
  background: #FFFFFF;
  color: #00b0ec;
  opacity: 1;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
    top: -0.15rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
    top: -10px;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden span {
  display: none;
}

.contact_message {
  width: 100%;
}
.contact_message .wrap {
  margin-top: 0.4rem;
}
.contact_message .wrap .c-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form {
    gap: 20px;
  }
}
.contact_message .wrap .c-form .subtit {
  width: 100%;
  color: #00b0ec;
  font-size: 16px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .subtit {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .subtit {
    font-size: 14px;
  }
}
.contact_message .wrap .c-form .layui-form-item {
  position: relative;
  margin-bottom: 0;
  width: calc((100% - 0.2rem) / 2);
}
.contact_message .wrap .c-form .layui-form-item.w100 {
  width: 100%;
}
.contact_message .wrap .c-form .layui-form-item.select-item {
  position: relative;
  z-index: 10;
}
.contact_message .wrap .c-form .layui-form-item.tick-item {
  display: flex;
  align-items: baseline;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block {
    position: relative;
    top: 4px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox {
  margin-top: 0;
  padding-left: 0.24rem;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox {
    padding-left: 20px;
    margin-right: 0 !important;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox:hover i {
  border-color: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox.layui-form-checked[lay-skin=primary] i {
  border-color: #00b0ec !important;
  background-color: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox i {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .layui-input-block .layui-form-checkbox i {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt {
  flex: 1;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item.tick-item .txt {
    font-size: 13px;
  }
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt a {
  color: #999999;
  transition: all 0.4s ease;
}
.contact_message .wrap .c-form .layui-form-item.tick-item .txt a:hover {
  color: #00b0ec;
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item {
    width: 100%;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block {
  margin-left: 0;
  min-height: 1px;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
  height: 0.5rem;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input {
    height: 0.8rem;
    padding: 0 0.25rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
  height: 1.1rem;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #333333;
  font-size: 14px;
  border-radius: 5px;
  resize: none;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea {
    height: 2rem;
    padding: 0.25rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
  width: 2rem;
  height: 0.6rem;
  background: #00b0ec;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.8rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title {
  position: relative;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 100%;
  padding: 0;
  z-index: 12;
  max-width: 100%;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  padding: 0 0.25rem !important;
  margin-bottom: 0.06rem;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    font-size: 13px;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd:hover {
  background: #f5f5f5;
  color: #666666;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  color: #FFFFFF;
  background: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label {
  position: absolute;
  left: 0.2rem;
  top: 0;
  float: none;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: auto;
  padding: 0;
  white-space: nowrap;
  box-sizing: border-box;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #999999;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label {
    height: 0.8rem;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
  top: -0.1rem;
  height: auto;
  padding: 1px 5px;
  background: #FFFFFF;
  color: #00b0ec;
  opacity: 1;
}
@media screen and (max-width: 1580px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
    top: -0.15rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden {
    top: -10px;
  }
}
.contact_message .wrap .c-form .layui-form-item .layui-form-label.hidden span {
  display: none;
}



.index_about .contain .box .textbox .img{
  width: 100%;
  overflow: hidden;
}
.index_about .contain .box .textbox .img img{
  max-width: 100%;
}


@media screen and (min-width: 992px){
.index_about.mImg{
  display: none !important;
}
}



.addtablepart table tr:nth-child(odd) td{
  background: rgba(0, 176, 236, 0.05);
}
.addtablepart table tr:nth-child(even) td{
  background: #ffffff;
}



.common-part .textbox {
  margin-top: 0.5rem;
  overflow: hidden;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  color: #666666;
  line-height: 2;
}
@media (max-width: 1580px) {
  .common-part .textbox {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .common-part .textbox {
    font-size: 15px;
  }
}
.common-part .textbox .img {
  position: relative;
  float: right;
  width: 48.828125%;
  padding: 0.1rem 0.14rem;
  box-sizing: border-box;
  margin-left: 0.35rem;
}
@media screen and (max-width: 991px) {
  .common-part .textbox .img {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
.common-part .textbox .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #00b0ec;
}
.common-part .textbox .img img {
  display: block;
  width: 100%;
}


/*20260202*/
@media screen and (max-width: 1920px){
  .index_about .contain .box .databox{
      padding-top: 2.3%;
  }
}
.contact_message .wrap .c-form >div:nth-child(2){
      z-index: 11 !important;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.3rem;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio{
      display: flex;
      align-items: flex-start;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio>i{
      width: 0.22rem;
      font-size: 0.22rem;
      margin-right: 0.1rem;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio:hover *, .contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio.layui-form-radioed, 
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio.layui-form-radioed>i{
      color: #00b0ec;
}
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio div img{
      display: inline-block;
      width: 0.3rem;
      margin-right: 5px;
}

@media screen and (max-width: 991px){
      .contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group{
              gap: 0.1rem;
      }
.contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio>i{
              width: 18px;
              font-size: 18px;
              margin-right: 7px;
      }
      .contact_message .wrap .c-form .layui-form-item .layui-input-block .image-radio-group .layui-form-radio div img{
              width: 24px;
      }
}
