@font-face {
  font-family: 'pingfang_light';
  src: url("../fonts/SOURCEHANSANSCN-LIGHT.OTF") format('opentype');
}
@font-face {
  font-family: 'pingfang_heavy';
  src: url("../fonts/sourcehansanscn-medium.otf") format('opentype');
}
@font-face {
  font-family: 'pingfang_extralight';
  src: url("../fonts/PINGFANG EXTRALIGHT.ttf") format('truetype');
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'pingfang_light';
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none !important;
}
p {
  margin: 0px;
}
h1 {
  font-size: 48px;
  line-height: 62px;
  font-family: 'pingfang_heavy';
}
h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: 'pingfang_heavy';
}
@media (min-width: 1700px) {
  .container {
    width: 1600px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
}
body {
  overflow-x: hidden;
  background: #f4f4f4;
}
.title-type-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 120px 0px 0px;
}
@media screen and (max-width: 768px) {
  .title-type-line {
    margin-top: 0px;
  }
}
.title-type-line .title-div {
  width: auto !important;
  max-width: 100%;
  padding: 0px 74px;
  margin: 0px;
  font-size: clamp(20px, 1.97vw, 38px);
  color: #676767;
  letter-spacing: 2px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title-type-line .title-div {
    padding: 0px 24px;
  }
}
.title-type-line .line-div {
  flex-grow: 1;
  height: 2px;
  background: #0080cb;
}
.title-type-left-padding {
  padding: 0px;
  padding-top: 200px;
  padding-bottom: 80px;
  padding-top: clamp(40px, 10.41vw, 200px);
  padding-bottom: clamp(16px, 4.16vw, 80px);
}
@media screen and (max-width: 768px) {
  .title-type-left-padding {
    padding-left: clamp(14px, 5.62vw, 36px);
    padding-right: clamp(14px, 5.62vw, 36px);
  }
}
.title-type-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #383838;
}
.title-type-left .blue-block {
  width: 10px;
  height: clamp(42px, 2.34vw, 45px);
  background: #0080cb;
}
.title-type-left h2 {
  margin: 0px;
  padding: 0px 16px 0px 24px;
  padding-left: clamp(6px, 1.25vw, 24px);
  padding-right: clamp(4px, 0.83vw, 16px);
  font-size: clamp(20px, 2.18vw, 45px);
  letter-spacing: 3px;
  line-height: clamp(42px, 2.34vw, 45px);
  font-family: pingfang_heavy;
}
.title-type-left .line-text {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: 2px;
  line-height: clamp(42px, 2.34vw, 45px);
  border-bottom: 1px solid #d0d0d0;
}
.title-type-bottom-padding {
  padding-top: min(9.37vw, 180px);
}
@media screen and (max-width: 768px) {
  .title-type-bottom-padding {
    padding-top: 0px;
  }
}
.title-type-bottom-line {
  width: 100%;
  color: #666;
  font-size: clamp(14px, 1.45vw, 28px);
  line-height: 1em;
  padding: 46px 0px;
  padding-top: clamp(8px, 2.4vw, 46px);
  font-family: pingfang_heavy;
  border-bottom: 1px dashed #80c0e5;
}
.right-arrow-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0px;
  width: clamp(20px, 2.5vw, 48px);
  height: clamp(20px, 2.5vw, 48px);
  border-radius: 50%;
  padding: 12px;
  padding: 0px;
  cursor: pointer;
  transition: all 0.5s;
}
.right-arrow-div:hover {
  background-color: #ea6106;
}
.right-arrow-div:hover .iconfont {
  color: #fff;
}
.right-arrow-div .iconfont {
  font-size: clamp(12px, 1.35vw, 26px);
  line-height: 1em;
  color: #383838;
}
.body-container {
  padding: 220px 0px 140px;
  padding-top: clamp(64px, 11.45vw, 220px);
  padding-bottom: clamp(52px, 11.45vw, 140px);
}
.content-body {
  padding: 90px 16px 200px;
  padding-top: clamp(20px, 4.68vw, 90px);
  padding-bottom: clamp(30px, 10.41vw, 200px);
}
@media screen and (max-width: 768px) {
  .content-body {
    padding-left: clamp(14px, 5.62vw, 36px);
    padding-right: clamp(14px, 5.62vw, 36px);
  }
}
.content-body .el-image {
  width: 100%;
}
.content-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content-body p,
.content-body span,
.content-body p span {
  text-wrap: wrap !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  word-break: break-all;
  white-space: pre-wrap;
  font-family: pingfang_light;
}
.search-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 32px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}
.search-div .left-border-div {
  width: 20px;
  height: 12px;
  border-right: 1px solid #d0d0d0;
}
.search-div .search-input {
  width: clamp(100px, 13.12vw, 252px);
  height: 100%;
  padding: 0px 12px;
  border: 0px;
  background: #fff;
  outline: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: #535353;
}
.search-div .iconfont {
  margin-right: 16px;
  cursor: pointer;
  color: #d0d0d0;
  font-size: 12px;
}
.mobile-searchbar-div {
  display: none;
  margin-top: clamp(18px, 5.62vw, 36px);
  margin-bottom: clamp(47px, 14.68vw, 94px);
}
@media screen and (max-width: 768px) {
  .mobile-searchbar-div {
    display: block;
  }
}
.mobile-searchbar-div .channel-select-div,
.mobile-searchbar-div .search-div {
  float: left !important;
}
.mobile-searchbar-div .channel-select-div {
  padding: 0px;
  margin: 0;
  margin-right: 18px;
}
.channel-select-div {
  float: right;
  width: 127px;
  height: 32px;
  margin: 27px 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .channel-select-div {
    float: left;
  }
}
.channel-select-div select {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  font-size: 12px;
  text-align: center;
}
.language-span,
.language-span .language-item {
  display: none;
}
