@charset "UTF-8";
@font-face {
  font-family: "PingFang SC Regular";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Medium";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Semibold";
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:active {
  background-color: #eee;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC Regular", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;
}

textarea, button, input, select {
  outline: none;
  border: 0;
}

input:focus, textarea:focus {
  outline: none;
}

a, b, span, i, u, s, label {
  display: inline-block;
}

a:active, a:focus {
  outline: none;
}

a, u, s {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.parent:after {
  content: "";
  display: table;
  clear: both;
}

.element:before {
  content: "";
  display: table;
}

.hidFont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidFont2 {
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.pz {
  position: relative;
  z-index: 100;
}

.pr {
  position: relative;
}

.click {
  cursor: pointer;
}

.wide {
  width: 100%;
}

.high {
  height: 100%;
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.whiteBg {
  background-color: #FFF;
}

.demiBold {
  font-weight: 600;
  font-family: "PingFang SC Medium";
}

.bold {
  font-family: "PingFang SC Semibold";
}

.lh14 {
  line-height: 14px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh34 {
  line-height: 34px;
}

.lh36 {
  line-height: 36px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.red {
  color: #D0021B;
}

.blue {
  color: #1989FA;
}

.green {
  color: #1F8200;
}

.black {
  color: #333;
}

.blackMinor {
  color: #606266;
}

.greyMain {
  color: #999;
  text-align: left;
}

.white {
  color: #FFF;
}

.do-color {
  color: #888;
}

.primary {
  color: #1989FA;
}

.success {
  color: #5cb85c;
}

.info {
  color: #5bc0de;
}

.warning {
  color: #f0ad4e;
}

.danger {
  color: #d9534f;
}

.link {
  color: #337ab7;
}

.grey {
  color: #A6AAAE;
}

.orange {
  color: #EE8B0C;
}

.lightGreen {
  color: #52C41A;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pad5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.four-line {
  position: relative;
}
.four-line:after {
  content: "";
  width: -webkit-calc(200% - 2px);
  width: -moz-calc(200% - 2px);
  width: calc(200% - 2px);
  height: -webkit-calc(200% - 2px);
  height: -moz-calc(200% - 2px);
  height: calc(200% - 2px);
  border: 1px solid #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.straight-line {
  position: relative;
}
.straight-line:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.line-bottom {
  position: relative;
}
.line-bottom:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.level-line {
  position: relative;
}
.level-line:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  position: #E4E7ED;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.line-middle {
  width: 100%;
  height: 1px;
  background-color: #E4E7ED;
}

.hsh-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hsh-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-upDown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hsh-flex-both {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-both-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hsh-flex-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hsh-flex-line-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hsh-flex-many {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hsh-flex-many-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hsh-flex-four-sides-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-fs {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tu {
  text-transform: uppercase;
}

.img36 {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img36 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.modalBackdrop {
  min-height: 400px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.headFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

a {
  text-decoration: none;
  color: white;
}

a:hover, a:visited, a:link, a:active {
  color: white;
}

.hyaline {
  color: rgba(255, 255, 255, 0.8);
}

.containers {
  width: 100%;
  height: 100%;
  min-height: 710px;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-image: url(../img/ic_home_previous_normal.png);
  background-size: 100%;
  left: 50px;
}
.swiper-container .swiper-button-prev:hover, .swiper-container .swiper-container-rtl .swiper-button-next:hover {
  background-image: url(../img/ic_home_previous_hover.png);
}
.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-image: url(../img/ic_home_next_normal.png);
  background-size: 100%;
  right: 50px;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url(../img/ic_home_next_hover.png);
}
.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0%;
  background: #FFF;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  background: #31A4F6;
}

.containers .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 57px;
}

.header {
  width: 100%;
  background: linear-gradient(to bottom, rgba(49, 164, 246, 0.6), rgba(49, 164, 246, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .box {
  width: 1340px;
  height: 80px;
  margin: 0 auto;
}
.header .logo {
  width: 48px;
  height: 48px;
}
.header .line {
  width: 1px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .switch {
  width: 42px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: white;
}
.header .switch.active {
  background-color: #FFF;
  color: #31a4f6;
}
.header .blue {
  color: #31A4F6;
}
.header .mr50 {
  margin-right: 50px;
}
.header .nav > .fs16 {
  position: relative;
}
.header .nav > .fs16.active {
  color: white;
  font-weight: bold;
}
.header .nav > .fs16.active:before {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #FFF;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
}
.header.on {
  background: #FFF;
  position: fixed;
  z-index: 5;
}
.header.on .white {
  color: #081C2B;
}
.header.on .white .hyaline {
  color: #4C5961;
}
.header.on .nav .hyaline {
  color: #081C2B;
}
.header.on .switch {
  line-height: 22px;
  border: 1px solid #31A4F6;
}
.header.on .switch:first-child {
  border-right: 0;
}
.header.on .switch.active {
  background: #31A4F6;
  color: #FFF;
}

.search-box {
  width: 888px;
  position: absolute;
  top: 130px;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.search-box .search {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px #1882cd;
}
.search-box .text {
  width: 130px;
  height: 100%;
  color: #081C2B;
}
.search-box .line {
  width: 1px;
  height: 16px;
  background-color: #80909c;
}
.search-box input {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #081C2B;
}
.search-box .closeBtn {
  width: 24px;
  height: 24px;
  background: url("../img/ic_home_del.png") no-repeat center;
  background-size: 100%;
}
.search-box .searchBtn {
  width: 90px;
  height: 52px;
  margin-left: 30px;
  margin-right: 4px;
  background: #31a4f6 url("../img/ic_home_search.png") no-repeat center;
  background-size: 40px;
}
.search-box .resultBox {
  width: 100%;
  height: 500px;
  padding: 32px 30px 0;
  background: #FFF;
  overflow-y: auto;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.search-box .resultBox .list {
  padding-bottom: 24px;
  position: relative;
}
.search-box .resultBox .list .icon {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  background: url("../img/ic_home_finish.png") no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
.search-box .resultBox .list .tag {
  font-size: 16px;
  color: #081C2B;
}
.search-box .resultBox .list .tag .number {
  text-decoration: underline;
  color: #31A4F6;
}
.search-box .resultBox .list .date {
  margin-top: 8px;
  font-size: 14px;
  color: #80909C;
}
.search-box .resultBox .list:after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #EBF3F8;
  position: absolute;
  left: 6px;
  top: 20px;
  z-index: 1;
}
.search-box .resultBox .list:last-child {
  padding-bottom: 0;
}
.search-box .resultBox .list:last-child:after {
  display: none;
}

.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
.footer .line {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.footer .line:after {
  content: "";
  width: 1px;
  height: 8.5px;
  background-color: #d3e6fb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer .line:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer .line:last-child:after {
  display: none;
}

.banner {
  width: 100%;
  height: 640px;
  position: relative;
}
.banner .bannerText {
  width: 700px;
  padding-left: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 40px;
  z-index: 1;
}
.banner .bannerText .title {
  line-height: 68px;
  font-weight: bold;
  font-size: 44px;
}
.banner .bannerText .tag {
  line-height: 36px;
  margin-top: 20px;
  font-size: 18px;
}
.banner .slither {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner .slither .mouse {
  width: 32px;
  height: 50px;
  margin: 0 auto;
  background: url("../img/ic_about_mouse.png") no-repeat center;
  background-size: 100%;
}
.banner .slither .arrow {
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  background: url("../img/ic_about_scroll.png") no-repeat center;
  background-size: 100%;
}
.banner .modalBackdrop {
  display: block;
  min-height: auto;
  position: absolute;
}

.content {
  width: 1340px;
  margin: 0 auto;
}
.content .aboutNav {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  background-color: #31a4f6;
  box-shadow: 0 4px 16px rgba(49, 164, 246, 0.3);
  position: relative;
  z-index: 12;
}
.content .aboutNav .list {
  margin: 0 50px;
  color: #ACDAFB;
  cursor: pointer;
  position: relative;
}
.content .aboutNav .list.active {
  color: #FFF;
}
.content .aboutNav .list.active:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  z-index: 2;
}
.content .textBox {
  margin-top: 50px;
}
.content .textBox .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.content .textBox .title .en {
  line-height: 92px;
  text-transform: uppercase;
  font-size: 66px;
  color: #eaedf0;
}
.content .textBox .title .ch {
  margin-top: 2px;
  font-size: 34px;
  color: #081C2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.content .textBox > .tag {
  line-height: 32px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #081C2B;
}
.content .textBox > .tag > * {
  margin-bottom: 15px;
}

.contactBox {
  background-color: #31A4F6;
}
.contactBox img {
  width: 100%;
}
.contactBox .contact {
  width: 100%;
  padding: 80px;
}
.contactBox .contact .fs44 {
  margin: 12px 0;
  font-size: 44px;
}

.foot {
  width: 1112px;
  padding: 60px 0;
  margin: 0 auto;
}
.foot .logo {
  width: 240px;
}
.foot .logo .icon {
  width: 42px;
  height: 42px;
}
.foot .logo .fs20 {
  color: #2B516C;
}
.foot .logo .fs12 {
  line-height: 24px;
  color: #80909C;
}
.foot .navBox {
  width: 574px;
  display: grid;
}
.foot .navBox .list {
  margin-right: 50px;
  font-size: 18px;
  color: #081C2B;
  cursor: pointer;
  font-weight: bold;
}
.foot .navBox .list:last-child {
  margin-right: 0;
}
.foot .navBox .list.active {
  color: #31A4F6;
}
.foot .navBox .list.active a {
  color: #31A4F6;
}
.foot .navBox .list a {
  text-decoration: none;
  color: #081C2B;
}
.foot .navBox .tag {
  line-height: 26px;
  color: #80909C;
}
.foot .codeQr {
  width: 110px;
  text-align: center;
  flex-shrink: 0;
}
.foot .codeQr .code {
  width: 100%;
  height: 110px;
}
.foot .codeQr .fs14 {
  margin-top: 8px;
  color: #80909C;
}

.service {
  margin-right: -48px;
  margin-bottom: 10px;
}
.service .list {
  width: 299px;
  margin-right: 48px;
  margin-bottom: 50px;
  float: left;
}
.service .list .tag {
  padding-bottom: 8px;
  font-size: 18px;
  color: #081C2B;
  position: relative;
}
.service .list .tag:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #EBF3F8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.service .list .tag:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #31A4F6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.service .list .img {
  width: 100%;
  height: 224px;
  margin-top: 20px;
}
.service .list:hover {
  cursor: pointer;
}
.service .list:hover .tag {
  color: #31A4F6;
}
.service .list:hover .tag:before {
  background: #31A4F6;
}

.tetailsBox {
  width: 100%;
  position: relative;
  z-index: 10;
}
.tetailsBox .tetails {
  width: 1340px;
  margin: -460px auto 0;
  position: relative;
  z-index: 1;
}
.tetailsBox .tetails .tabs {
  padding-right: 18px;
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  position: relative;
}
.tetailsBox .tetails .tabs:after {
  content: "/";
  position: absolute;
  right: 0;
  z-index: 1;
}
.tetailsBox .tetails .tabs:last-child:after {
  display: none;
}
.tetailsBox .tetails .tabs:nth-child(4):after {
  display: none;
}
.tetailsBox .tetails .tabs.active {
  color: #FFF;
}
.tetailsBox .tetails .tetailsContent {
  padding: 60px 60px 45px;
  margin-top: 20px;
  background: #FFF;
}
.tetailsBox .tetails .tetailsContent .titleBox {
  padding-bottom: 60px;
  border-bottom: 1px solid #EBF3F8;
}
.tetailsBox .tetails .tetailsContent .title {
  width: 100%;
}
.tetailsBox .tetails .tetailsContent .title .fs38 {
  line-height: 64px;
  font-weight: bold;
  font-size: 38px;
  color: #081C2B;
}
.tetailsBox .tetails .tetailsContent .title .date {
  margin-top: 28px;
  padding-left: 32px;
  background: url("../img/ic_product_time.png") no-repeat left;
  background-size: 22px;
  font-size: 16px;
  color: #80909C;
}
.tetailsBox .tetails .tetailsContent .title .tag {
  padding-left: 50px;
  margin-top: 28px;
  color: #31A4F6;
  position: relative;
}
.tetailsBox .tetails .tetailsContent .title .tag:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #31A4F6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tetailsBox .tetails .tetailsContent .img {
  width: 238px;
  height: 178px;
}
.tetailsBox .tetails .textBar {
  line-height: 32px;
  margin-top: 60px;
  font-size: 16px;
  color: #081C2B;
}
.tetailsBox .tetails .textBar > * {
  margin-bottom: 15px;
}
.tetailsBox .suggestBox {
  padding: 0 60px 60px;
  background: #FFF;
}
.tetailsBox .suggestBox .suggest {
  padding: 20px 48px 40px;
  border: 1px solid #EBF3F8;
}
.tetailsBox .suggestBox .suggest .tag {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #081C2B;
  position: relative;
}
.tetailsBox .suggestBox .suggest .tag:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #31a4f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tetailsBox .suggestBox .suggest ul {
  margin-right: -49px;
}
.tetailsBox .suggestBox .suggest ul .list {
  width: 244px;
  margin-right: 49px;
  margin-top: 40px;
  flex-shrink: 0;
  cursor: pointer;
}
.tetailsBox .suggestBox .suggest ul .list .img {
  width: 100%;
  height: 183px;
}
.tetailsBox .suggestBox .suggest ul .list .fs18 {
  margin-top: 20px;
  color: #081C2B;
}
.tetailsBox .suggestBox .suggest ul .list .fs14 {
  margin-top: 12px;
  color: #80909C;
}
.tetailsBox .suggestBox .suggest ul .list:hover .fs18 {
  color: #31A4F6;
}

.news {
  width: 100%;
}
.news .hot {
  padding-left: 226px;
  position: relative;
}
.news .stories {
  width: 460px;
  padding: 60px 50px 60px 0;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news .stories .tag {
  padding-left: 50px;
  color: #31A4F6;
  position: relative;
}
.news .stories .tag:before {
  content: "";
  width: 40px;
  height: 6px;
  background-color: #31a4f6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .stories .fs28 {
  line-height: 50px;
  font-weight: bold;
  color: #081C2B;
}
.news .stories .fs14 {
  line-height: 26px;
  color: #4C5961;
}
.news .img {
  width: 660px;
  height: 495px;
  margin-right: 60px;
}
.news .hotBox {
  height: 50px;
  font-weight: bold;
}
.news .hotBox .fs28 {
  color: #31A4F6;
}
.news .hotBox .fs20 {
  color: #081C2B;
}
.news .hot-list {
  width: 100%;
}
.news .hot-list li {
  padding: 24px 0;
  border-bottom: 1px solid #EBF3F8;
}
.news .hot-list li .date {
  padding-left: 30px;
  color: #80909C;
  position: relative;
}
.news .hot-list li .date:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #31a4f6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.news .hot-list li .fs18 {
  line-height: 32px;
  margin-top: 16px;
  color: #081C2B;
}
.news .hot-list li .fs18:hover {
  color: #31A4F6;
}
.news .hot-list li:last-child {
  border-bottom: 0;
}
.news .news-list {
  width: 100%;
}
.news .news-list li {
  padding: 60px 0;
  border-bottom: 1px solid #EBF3F8;
  cursor: pointer;
}
.news .news-list li .dateBox {
  width: 132px;
  height: 132px;
  text-align: center;
  margin-right: 40px;
  padding: 16px 0;
  background-color: white;
  border: 1px solid #31a4f6;
}
.news .news-list li .dateBox .date {
  font-weight: bold;
  font-size: 48px;
  color: #31A4F6;
}
.news .news-list li .dateBox .fs18 {
  margin-top: 2px;
  color: #80909C;
}
.news .news-list li .fs20 {
  line-height: 36px;
  font-weight: bold;
  color: #081C2B;
}
.news .news-list li .fs20 a {
  color: #081C2B;
}
.news .news-list li .fs20 a:hover {
  color: #31A4F6;
}
.news .news-list li .fs14 {
  line-height: 26px;
  margin-top: 14px;
  color: #4C5961;
  -webkit-line-clamp: 3;
}
.news .news-list li .list-img {
  width: 176px;
  height: 132px;
  margin-left: 40px;
}
.news .news-list li:hover {
  border-bottom-color: #31A4F6;
  color: #31A4F6;
}
.news .news-list li:hover a {
  color: #31A4F6;
}
.news .news-list li:hover .fs20 {
  color: #31A4F6;
}

.page {
  padding: 60px 0;
}
.page .bar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
  background-color: #f0f2f5;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
}
.page .bar.active, .page .bar:hover {
  background-color: #31A4F6;
  color: #FFF;
}
.page .bar.left {
  background: #f0f2f5 url("../img/ic_news_previous_disable.png") no-repeat center;
  background-size: 100%;
  cursor: default;
}
.page .bar.left.on {
  background-image: url("../img/ic_news_previous.png");
  cursor: pointer;
}
.page .bar.right {
  background: #f0f2f5 url("../img/ic_news_disable.png") no-repeat center;
  background-size: 100%;
  cursor: default;
}
.page .bar.right.on {
  background-image: url("../img/ic_news_next.png");
  cursor: pointer;
}

.details-tag {
  padding: 0 60px 60px;
  background: #FFF;
}
.details-tag .fs16 {
  width: 48%;
}
.details-tag .def {
  color: #80909C;
}
.details-tag .tag {
  color: #081C2B;
}
.details-tag .tag a {
  color: #081C2B;
}
.details-tag .tag a:hover {
  color: #31A4F6;
}
.details-tag .tag:hover {
  color: #31A4F6;
}

.modalBackdrop {
  display: none;
}

@media screen and (max-width: 1339px) {
  .header .box {
    width: 100%;
    padding: 0 20px;
  }
  .header .mr50 {
    margin-right: 38.2px;
  }

  .banner .bannerText {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1339px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }

  .foot {
    width: 100%;
    padding: 30px 20px;
  }

  .service {
    margin-right: -20px;
  }
  .service .list {
    width: 314px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .service .list .img {
    height: 235px;
  }
}
@media screen and (min-width: 992px) {
  .lingo, .btnGroup {
    display: none;
  }

  #swiper {
    display: block;
  }

  #swiper2 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #swiper {
    display: none;
  }

  #swiper2 {
    display: block;
  }

  a {
    text-decoration: none;
    color: #80909C;
  }

  a:hover, a:visited, a:link, a:active {
    color: #80909C;
  }

  .containers {
    min-height: auto;
  }

  .header .switchBox, .header .navbar {
    display: none;
  }
  .header .box {
    height: 1.3333333333rem;
    padding: 0 0.32rem;
  }
  .header .box .line, .header .box .fs12.hyaline, .header .box .fs16.hyaline {
    display: none;
  }
  .header .box .fs18 {
    font-size: 0.4266666667rem;
  }
  .header .logo {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.32rem;
  }
  .header .btnGroup {
    width: 0.7466666667rem;
    height: 0.7466666667rem;
    margin-left: 16px;
    background: url("../img/ic_nav_nav_white.png") no-repeat center;
    background-size: 100%;
  }
  .header.on .box .fs18 {
    color: #081C2B;
  }
  .header.on .lingo {
    background: url("../img/ic_nav_language_blue_ch.png") no-repeat center;
    background-size: 100%;
  }
  .header.on .lingo.active {
    background: url("../img/ic_nav_language_blue_en.png") no-repeat center;
    background-size: 100%;
  }
  .header.on .btnGroup, .header.on.m-header .btnGroup {
    background: url("../img/ic_nav_close.png") no-repeat center;
    background-size: 100%;
  }
  .header.on .modalBackdrop {
    display: block;
  }
  .header.m-header {
    background: #FFF;
    position: fixed;
    z-index: 15;
  }
  .header.m-header .fs18 {
    color: #081C2B;
  }
  .header.m-header .lingo {
    background: url("../img/ic_nav_language_blue_ch.png") no-repeat center;
    background-size: 100%;
  }
  .header.m-header .lingo.active {
    background: url("../img/ic_nav_language_blue_en.png") no-repeat center;
    background-size: 100%;
  }
  .header.m-header .btnGroup {
    background: url("../img/ic_nav_nav.png") no-repeat center;
    background-size: 100%;
  }
  .header .modalBackdrop {
    top: 1.3333333333rem;
  }
  .header .modalBackdrop .modalBox {
    width: 7.8666666667rem;
    padding: 14px 0 20px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .header .modalBackdrop .modalBox .modal-list li {
    width: 100%;
    height: 1.3333333333rem;
    padding-left: 28px;
    padding-right: 18px;
  }
  .header .modalBackdrop .modalBox .modal-list li img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 12px;
  }
  .header .modalBackdrop .modalBox .modal-list li .fs16 {
    font-size: 0.4266666667rem;
    color: #081C2B;
  }
  .header .modalBackdrop .modalBox .modal-list li .arrow {
    width: 0.5333333333rem;
    height: 0.5333333333rem;
    background: url("../img/ic_nav_next.png") no-repeat center;
    background-size: 100%;
  }
  .header .modalBackdrop .modalBox .m-footer {
    width: 100%;
    line-height: 0.64rem;
    padding: 0 28px;
    font-size: 0.32rem;
    color: #80909C;
    position: absolute;
    left: 0;
    bottom: 0.5333333333rem;
    z-index: 1;
  }

  .lingo {
    width: 0.7466666667rem;
    height: 0.7466666667rem;
    background: url("../img/ic_nav_language_white_ch.png") no-repeat center;
    background-size: 100%;
  }
  .lingo.active {
    background: url("../img/ic_nav_language_white_en.png") no-repeat center;
    background-size: 100%;
  }

  .search-box {
    width: 9.36rem;
    top: 1.9733333333rem;
  }
  .search-box .search {
    height: 1.3333333333rem;
  }
  .search-box .search .text, .search-box .search .line {
    display: none;
  }
  .search-box .search input {
    padding-left: 0.4266666667rem;
    font-size: 0.4266666667rem;
  }
  .search-box .searchBtn {
    width: 1.6rem;
    height: 1.12rem;
    margin-left: 0.32rem;
    background-size: 0.8533333333rem;
  }
  .search-box .resultBox {
    height: auto;
    padding: 0.5333333333rem 0.4266666667rem;
    top: 1.6533333333rem;
  }
  .search-box .resultBox .list .tag {
    line-height: 0.64rem;
  }
  .search-box .resultBox .list .date {
    margin-top: 6px;
  }
  .search-box .resultBox .list .tag, .search-box .resultBox .list .date {
    font-size: 0.3733333333rem;
  }
  .search-box .closeBtn {
    width: 0.64rem;
    height: 0.64rem;
  }

  .footer {
    display: block;
    width: 6.8rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.32rem;
    bottom: 0.32rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .line:after {
    display: none;
  }

  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    display: none;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
  .swiper-container .swiper-pagination-bullet-active {
    width: 20px;
  }

  .containers .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2.5066666667rem;
  }

  .banner {
    height: 6.72rem;
    margin-top: 1.3333333333rem;
  }
  .banner .bannerText {
    width: 5.6rem;
    bottom: 0.6666666667rem;
  }
  .banner .bannerText .title {
    line-height: 0.8533333333rem;
    font-size: 0.5866666667rem;
  }
  .banner .bannerText .tag {
    line-height: 0.48rem;
    margin-top: 8px;
    font-size: 0.32rem;
  }
  .banner .bannerText .tag.hidFont2 {
    -webkit-line-clamp: 4;
  }
  .banner .slither {
    display: none;
  }

  .content {
    width: 100%;
    padding: 0 0.32rem;
  }
  .content .aboutNav {
    height: 1.3333333333rem;
    margin-top: -0.6666666667rem;
    background: #FFF;
    justify-content: space-around;
  }
  .content .aboutNav .list {
    margin: 0;
    font-size: 0.4rem;
    color: #80909C;
  }
  .content .aboutNav .list.active {
    color: #31A4F6;
  }
  .content .aboutNav .list.active a {
    color: #31A4F6;
  }
  .content .aboutNav .list.active:after {
    width: 0.16rem;
    height: 0.16rem;
    background: #31A4F6;
    top: 0.6666666667rem;
  }
  .content .textBox {
    margin-top: 28px;
  }
  .content .textBox .title {
    margin-bottom: 12px;
  }
  .content .textBox .title .en {
    line-height: 1.4933333333rem;
    font-size: 1.0666666667rem;
  }
  .content .textBox .title .ch {
    font-size: 0.5333333333rem;
  }
  .content .textBox > .tag {
    line-height: 0.8533333333rem;
    font-size: 0.4266666667rem;
  }
  .content .textBox > .tag > * {
    margin-bottom: 12px;
  }

  .contactBox {
    position: relative;
  }
  .contactBox img {
    width: 100%;
    height: 4.16rem;
  }
  .contactBox .contact {
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .contactBox .contact .fs16 {
    font-size: 0.32rem;
  }
  .contactBox .contact .fs44 {
    margin: 8px 0;
    font-size: 0.64rem;
  }
  .contactBox .contact .fs20 {
    font-size: 0.3733333333rem;
  }

  .foot {
    width: 100%;
    padding: 20px 0.32rem;
    align-items: center;
  }
  .foot .logo {
    width: 6.4rem;
  }
  .foot .logo .icon {
    width: 0.8533333333rem;
    height: 0.8533333333rem;
  }
  .foot .logo .fs20 {
    font-size: 0.3733333333rem;
  }
  .foot .logo .fs12 {
    line-height: 0.48rem;
    margin-top: 4px;
    font-size: 0.2666666667rem;
  }
  .foot .navBox {
    display: none;
  }
  .foot .codeQr {
    width: 1.6rem;
  }
  .foot .codeQr .code {
    height: 1.6rem;
  }
  .foot .codeQr .fs14 {
    margin-top: 4px;
    font-size: 0.2666666667rem;
  }

  .service {
    margin-right: -0.3466666667rem;
  }
  .service .list {
    width: 4.5066666667rem;
    margin-right: 0.3466666667rem;
    margin-bottom: 24px;
  }
  .service .list .tag {
    font-size: 0.4266666667rem;
  }
  .service .list .img {
    height: 3.3866666667rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1339px) {
  .tetailsBox {
    padding: 0 0.32rem;
    background: transparent;
  }
  .tetailsBox .tetails {
    width: 100%;
    margin-top: -4.64rem;
  }
  .tetailsBox .tetails .tetailsContent {
    margin-top: 0.32rem;
    padding: 14px 0.32rem;
  }
  .tetailsBox .tetails .tetailsContent .titleBox {
    padding-bottom: 20px;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .fs38 {
    line-height: 0.8rem;
    font-size: 0.48rem;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .date {
    margin-top: 8px;
    padding-left: 0.5866666667rem;
    background-size: 0.48rem;
    font-size: 0.32rem;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .title .tag {
    padding-left: 40px;
    margin-top: 10px;
    font-size: 0.32rem;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .title .tag:before {
    width: 30px;
    height: 0.0533333333rem;
  }
  .tetailsBox .tetails .tetailsContent .img {
    display: none;
  }
  .tetailsBox .tetails .textBar {
    line-height: 0.8533333333rem;
    margin-top: 16px;
    font-size: 0.4266666667rem;
  }
  .tetailsBox .tetails .textBar > * {
    margin-bottom: 12px;
  }
  .tetailsBox .tetails .tabs {
    font-size: 0.32rem;
    padding-right: 0.32rem;
    margin-right: 0.16rem;
  }
  .tetailsBox .suggestBox {
    padding: 12px 0 28px;
    position: relative;
  }
  .tetailsBox .suggestBox:before {
    content: "";
    height: 12px;
    background: #F6F8FB;
    position: absolute;
    top: 0;
    left: -0.32rem;
    right: -0.32rem;
  }
  .tetailsBox .suggestBox .suggest {
    border: 0;
    padding: 12px 0 0;
    overflow-x: hidden;
  }
  .tetailsBox .suggestBox .suggest .tag {
    padding-bottom: 12px;
    border-bottom: 1px solid #EBF3F8;
    font-size: 0.48rem;
  }
  .tetailsBox .suggestBox .suggest .tag:after {
    width: 72px;
  }
  .tetailsBox .suggestBox .suggest ul {
    margin-right: -0.3466666667rem;
    flex-wrap: wrap;
  }
  .tetailsBox .suggestBox .suggest ul .list {
    width: 4.5066666667rem;
    margin-right: 0.3466666667rem;
  }
  .tetailsBox .suggestBox .suggest ul .list .img {
    height: 3.3866666667rem;
  }
  .tetailsBox .suggestBox .suggest ul .list .fs18 {
    line-height: 0.6933333333rem;
    margin-top: 12px;
    font-size: 0.4266666667rem;
  }
  .tetailsBox .suggestBox .suggest ul .list .fs14 {
    margin-top: 4px;
    font-size: 0.32rem;
  }

  .news .hot {
    display: block;
    padding-left: 0;
  }
  .news .hot .stories {
    width: 100%;
    padding: 12px 0;
    position: relative;
    transform: none;
  }
  .news .hot .stories .tag {
    padding-left: 40px;
    font-size: 0.3733333333rem;
  }
  .news .hot .stories .tag:before {
    width: 30px;
  }
  .news .hot .stories .fs28 {
    line-height: 0.8rem;
    margin-top: 12px;
    font-size: 0.48rem;
  }
  .news .hot .stories .fs14 {
    line-height: 0.6933333333rem;
    margin-top: 0.2666666667rem;
    font-size: 0.3733333333rem;
  }
  .news .img {
    width: 100%;
    height: auto;
  }
  .news .hotBar {
    margin-top: 14px;
    padding-top: 12px;
    position: relative;
  }
  .news .hotBar:before {
    content: "";
    height: 12px;
    background: #F6F8FB;
    position: absolute;
    top: 0;
    left: -0.32rem;
    right: -0.32rem;
  }
  .news .hotBox {
    height: 1.3333333333rem;
    position: relative;
  }
  .news .hotBox:after {
    content: "";
    height: 1px;
    background: #EBF3F8;
    position: absolute;
    left: 0;
    bottom: 0;
    right: -0.32rem;
  }
  .news .hotBox .fs28 {
    font-size: 0.5333333333rem;
  }
  .news .hotBox .fs20 {
    font-size: 0.48rem;
  }
  .news .hot-list li {
    padding: 20px 0;
  }
  .news .hot-list li .date {
    font-size: 0.32rem;
  }
  .news .hot-list li .fs18 {
    line-height: 0.7466666667rem;
    margin-top: 12px;
    font-size: 0.4266666667rem;
  }
  .news .news-list {
    margin-top: 12px;
    position: relative;
  }
  .news .news-list:before {
    content: "";
    height: 12px;
    background: #F6F8FB;
    position: absolute;
    top: -12px;
    left: -0.32rem;
    right: -0.32rem;
  }
  .news .news-list li {
    display: block;
    padding: 20px 0;
  }
  .news .news-list li .dateBox {
    display: flex;
    padding: 0;
    margin-right: 0;
    width: auto;
    height: auto;
    border: 0;
  }
  .news .news-list li .dateBox .date {
    width: 0.8rem;
    height: 0.64rem;
    line-height: 0.5866666667rem;
    border: 1px solid #31A4F6;
    font-size: 0.3733333333rem;
  }
  .news .news-list li .dateBox .fs18 {
    height: 0.64rem;
    line-height: 0.5866666667rem;
    margin-top: 0;
    padding: 0 6px;
    border: 1px solid #B6C4CD;
    border-left: 0;
    font-size: 0.3733333333rem;
  }
  .news .news-list li .fs20 {
    line-height: 0.64rem;
    margin-top: 16px;
    font-size: 0.4266666667rem;
  }
  .news .news-list li .fs14 {
    line-height: 0.6933333333rem;
    margin-top: 8px;
    font-size: 0.3733333333rem;
  }
  .news .news-list li .list-img {
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-left: 0;
  }

  .details-tag {
    display: block;
    padding: 0 12px 10px;
  }
  .details-tag .fs16 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 0.5866666667rem;
    font-size: 0.4266666667rem;
  }

  .page {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1338px) {
  .tetailsBox .tetails .tetailsContent {
    padding: 14px 12px;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .title .fs38 {
    line-height: 64px;
    font-size: 38px;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .title .tag, .tetailsBox .tetails .tetailsContent .titleBox .title .date {
    font-size: 28px;
  }
  .tetailsBox .tetails .tetailsContent .titleBox .title .date {
    padding-left: 50px;
    background-size: 40px;
  }
  .tetailsBox .tetails .textBar {
    line-height: 32px;
    margin-top: 40px;
    font-size: 16px;
  }

  .details-tag .fs16 {
    line-height: normal;
    font-size: 20px;
  }

  .tetailsBox .suggestBox .suggest .tag {
    font-size: 20px;
  }
  .tetailsBox .suggestBox .suggest ul .list .fs18 {
    line-height: normal;
    font-size: 18px;
  }
  .tetailsBox .suggestBox .suggest ul .list .fs14 {
    font-size: 14px;
  }

  .news .hot .stories .tag {
    font-size: 20px;
  }
  .news .hot .stories .fs28 {
    line-height: 50px;
    font-size: 28px;
  }
  .news .hot .stories .fs14 {
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px;
  }
  .news .hotBox {
    height: 60px;
  }
  .news .hotBox .fs28 {
    font-size: 28px;
  }
  .news .hotBox .fs20 {
    font-size: 20px;
  }
  .news .hot-list li .fs18 {
    line-height: 32px;
    margin-top: 16px;
    font-size: 18px;
  }
  .news .news-list li .fs20 {
    line-height: 36px;
    font-size: 20px;
  }
  .news .news-list li .fs14 {
    line-height: 26px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
