.aboutModul {
  padding: 50px 0;
}
.aboutModul .wrap {
  align-items: center;
}
.aboutModul .content {
  width: 640px;
}
.aboutModul .content img {
  display: block;
  width: 70px;
  margin-bottom: 15px;
}
.aboutModul .aboutTitle {
  display: flex;
  align-items: center;
  line-height: 45px;
  border-bottom: 1px #C3E4F5 solid;
  padding-bottom: 10px;
}
.aboutModul .aboutTitle .cn {
  font-weight: 600;
  font-size: 32px;
}
.aboutModul .aboutTitle .en {
  font-weight: 400;
  font-size: 32px;
  color: rgba(51, 51, 51, 0.5);
  padding-left: 25px;
  margin-left: 20px;
  position: relative;
}
.aboutModul .aboutTitle .en::before {
  display: block;
  content: "/";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  color: #333333;
  left: 0;
  top: 0;
}
.aboutModul .text {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 32px;
  margin-top: 10px;
}
.aboutModul .thumb {
  width: 480px;
  height: 334px;
}

.cultureModul {
  padding: 20px 0 40px;
}
.cultureModul .title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  height: 90px;
  line-height: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  padding: 30px 15px;
}
.cultureModul .title::before {
  display: block;
  font-family: "iconfont";
  content: "\e665";
  font-size: 27px;
  color: #F3F3F3;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 15px;
}
.cultureModul .title::after {
  display: block;
  font-family: "iconfont";
  content: "\e65a";
  font-size: 27px;
  color: #F3F3F3;
  line-height: 44px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.cultureModul .item {
  padding: 0 25px;
  text-align: center;
  margin-top: 30px;
}
.cultureModul .item + .item {
  margin-top: 50px;
}
.cultureModul .item .iconfont {
  font-size: 50px;
  color: #029FE7;
  height: 50px;
}
.cultureModul .item img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}
.cultureModul .item .txt {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 26px;
  width: 11em;
  margin: 15px auto 0;
}

.cooperatModul, .honorModul {
  padding: 40px 0 50px;
}
.aboutModulTitle {
  color: #029FE7;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutModulTitle .iconfont {
  font-size: 38px;
  color: #029FE7;
  margin-right: 10px;
}
.honorModul .wrap {
  margin-top: 30px;
  justify-content: center;
}
.honorModul .item {
  float: left;
  width: 48%;
  height: 28.2vw;
  margin-top: 10px;
}
.honorModul .item:first-child {
  height: 59vw;
  margin: 0;
  margin-top: 10px;
}
.honorModul .item:nth-child(3n+1) {
  margin-right: 10px;
}

.cooperatModul .flex {
  justify-content: space-around;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cooperatModul .flex .thumb {
  flex: 0 1 48%;
  width: 48vw;
  height: 48vw;
  background: #FFFFFF;
  margin-top: 2vw;
}
.cooperatModul .flex .thumb img {
  object-fit: contain;
  /* width: auto;
  height: auto; */
}

.contact {
  padding: 20px 15px 50px;
}
.contact .title {
  font-weight: 500;
  font-size: 24px;
}
.contact .title span {
  font-weight: 500;
  font-size: 24px;
  color: #00A2E8;
}
.contact .infos {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 32px;
  margin-top: 15px;
}
.contact .list {
  margin-top: 10px;
}
.contact .list .item {
  height: 170px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 15px #E5E5E5;
  padding: 25px 30px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.contact .list .label {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contact .list .label img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 5px;
}
.contact .list .label::before {
  color: #00A2E8;
  margin-right: 8px;
}
.contact .list .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
}
.contact .list .value a {
  font-size: 20px;
  font-weight: 500;
}
.contact .list .bg {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  font-size: 110px;
  color: #F3FBFE;
}
.contact .list .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.06;
}

.listPageWrap {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

.newslist li {
  padding: 20px 20px;
  background: #FFFFFF;
  position: relative;
  margin-top: 15px;
}
.newslist li:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #029FE7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.newslist li .title {
  font-weight: 500;
  font-size: 20px;
}
.newslist li .more,
.newslist li .desc {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #999999;
  text-align: justify;
  line-height: 26px;
  max-height: 52px;
  margin-top: 15px;
}
.newslist li .more {
  line-height: 14px;
  display: flex;
  align-items: center;
}
.newslist li .more::after {
  font-family: "iconfont";
  content: "\e637";
  font-size: 18px;
  height: 18px;
  margin-left: 5px;
}

.detailWrap {
  padding: 30px 0 0;
}
.productDetail {
  background: #FFFFFF;
  margin: 15px 0;
  padding: 20px 15px 0;
}
.detailWrap .title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.detailWrap .params {
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.detailWrap .params span {
  display: block;
  font-size: 12px;
  color: #999999;
  margin: 0 6px;
}
.detailWrap .content {
  padding: 15px 0 30px;
  border-top: 1px #EEEEEE solid;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: justify;
  margin-top: 15px;
  color: #666666;
}
.detailWrap .content * {
  font-size: 14px;
}
.detailWrap .content img {
  max-width: 100%;
}
.detailWrap .content video {
  display: block;
  width: 100%;
  height: 48vw;
  margin: 0 auto;
  background: #000000;
}

.videoList {
  display: flex;
  flex-wrap: wrap;
}
.videoList li {
  width: 386px;
  margin-top: 15px;
  border-bottom: 3px transparent solid;
}
.videoList li:hover {
  border-color: #029FE7;
}
.videoList li .thumb {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.videoList li .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 50px;
}
.videoList li .titleBox {
  padding: 15px 20px;
  background: #FFFFFF;
}
.videoList li .tit {
  font-weight: 400;
  font-size: 16px;
}
.videoList li .date {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}
.videoDetail {
  background: #FFFFFF;
  margin: 15px auto;
  padding-top: 50px;
}
.videoDetail .content {
  padding: 20px 25px 30px;
}

.blocklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blocklist li {
  margin-top: 3%;
  width: 48.5%;
  border-radius: 4px;
  background: #FFFFFF;
}
.blocklist li .thumb {
  height: 38.1vw;
  padding: 10px;
  position: relative;
  border-bottom: 2px #029FE7 solid;
  border-radius: 4px 4px 0 0;
}
.blocklist li .thumb::before {
  display: block;
  content: "";
  background: #DEF1FA;
  width: 109px;
  height: 109px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.blocklist li .thumb img {
  object-fit: contain;
  position: relative;
  z-index: 5;
}
.blocklist li .content {
  border-top: 0;
  padding: 10px 15px;
  border-radius: 0 0 4px 4px;
}
.blocklist li .title {
  font-weight: 500;
  font-size: 12px;
}
.blocklist .catItem .thumb {
  height: 42.13vw;
  padding: 0;
  border: none;
}
.blocklist .catItem .thumb img {
  object-fit: cover;
}
.blocklist .catItem .title {
  text-align: center;
  padding: 0px 0;
  font-size: 14px;
}

.detailModul .title {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #00A2E8;
  margin: 15px 0;
}
.detailModul .row {
  display: flex;
  flex-wrap: wrap;
}
.detailModul .label {
  color: #999999;
  flex: 0 0 auto;
}
.detailModul .label,
.detailModul .value {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 32px;
}