#pa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anim_to_right {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.anim_to_left {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*------common start------*/
body {
  font-size: 18px;
  font-family: "Microsoft YaHei", system-ui, -apple-system, Arial, sans-serif;
}
.w12 {
  width: 12rem;
  margin: 0 auto;
}
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
/*------common end------*/
#webPc {
  width: 100%;
  overflow: hidden;
}
#wrap {
  background: url(../images/kv.jpg) center top;
  background-size: cover;
  min-width: 12rem;
  height: 52.01rem;
}
/* footer */
#footer {
  min-width: 12rem;
  min-height: 1rem;
  margin: 0 auto;
  clear: both;
  padding: 0.1rem 0;
  color: #fff;
  z-index: 200;
  line-height: 0.24rem;
  background-color: #000000;
}
#footer div {
  text-align: center;
  color: #fff;
  font-size: 0.12rem;
  margin-top: 0.05rem;
}
#footer div a {
  color: #fff;
  margin: 0 0.1rem;
}
#footer div a:hover {
  text-decoration: underline;
}
#head {
  position: relative;
  height: 7.83rem;
}
#head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.46rem;
}
#head .logo a {
  display: block;
}
#head .logo a:hover {
  opacity: 0.8;
}
#head .logo .yzz {
  width: 0.92rem;
  margin-right: 3rem;
}
#head .logo .yzz img {
  max-width: 100%;
}
#head .nav_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  margin: 0 auto;
  z-index: 2;
}
#head .nav_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.24rem;
}
#head .nav_box .nav_list li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0.05rem;
  background: url(../images/bg_1.png) no-repeat;
  width: 2.48rem;
  height: 0.64rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#head .nav_box .nav_list li.on,
#head .nav_box .nav_list li:hover {
  background-image: url(../images/bg_1_on.png);
}
#head .nav_box .nav_list li.on a,
#head .nav_box .nav_list li:hover a {
  color: #231720;
  font-weight: bolder;
}
#head .nav_box .nav_list li::after {
  content: '';
  display: block;
  background: none;
  width: auto;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '/';
  color: #ffffff;
  position: absolute;
  right: -0.12rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 0.6rem;
}
#head .nav_box .nav_list li:nth-last-child(1)::after {
  display: none;
}
#head .nav_box .nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  letter-spacing: 0.02rem;
  font-weight: bolder;
}
#head .nav_box .nav_list li .icon_down {
  position: absolute;
  right: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 0.7rem;
  font-weight: bolder;
}
#head .nav_box .nav_list .history {
  cursor: pointer;
  overflow: hidden;
}
#head .nav_box .nav_list .history .history_list {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.65rem;
  margin: auto;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(158, 229, 251, 0.6);
  -webkit-box-shadow: #8feaff 0 0 0.06rem 0.02rem;
          box-shadow: #8feaff 0 0 0.06rem 0.02rem;
  width: 60%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#head .nav_box .nav_list .history.on {
  overflow: unset;
}
#head .nav_box .nav_list .history.on .history_list {
  opacity: 1;
}
#head .nav_box .nav_list .history.on .history_list a {
  width: 100%;
  text-align: center;
  padding: 0.1rem 0;
  display: block;
  color: #0340fa;
  font-size: 0.24rem;
  position: relative;
  font-style: italic;
}
#head .nav_box .nav_list .history.on .history_list a:hover {
  color: #FFFFFF;
}
#head .nav_box .nav_list .history.on .history_list a:hover::after {
  background-color: #ffc61f;
}
#head .nav_box .nav_list .history.on .history_list a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.13rem;
  margin: auto;
  width: 70%;
  height: 0.07rem;
  z-index: -1;
  background-color: #22f7ff;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
#head .nav_box .nav_list .history .icon_down {
  font-size: 0.2rem;
}
.swiper a:hover h3,
.swiper a:hover p {
  color: #22f7ff;
}
.swiper .page {
  width: 2rem;
  height: 0.4rem;
  position: absolute;
  left: unset;
  right: 0.15rem;
  bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper .page .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.08rem;
  margin: 0 0.08rem;
  border-radius: unset;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  opacity: 1;
  background-color: #ffffff;
}
.swiper .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #22f7ff;
}
.com_tit {
  color: #393939;
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
  padding-left: 0.15rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com_tit::after {
  content: '';
  display: block;
  background: none;
  width: 0.05rem;
  height: 0.2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #22f7ff;
  position: absolute;
  left: 0.18rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.com_txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  color: #393939;
  padding-left: 0.15rem;
}
.s_tit {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0.02rem;
  border-bottom: 0.02rem #b1c2f8 solid;
  position: relative;
}
.s_tit img {
  max-width: 100%;
}
.s_tit .btn_more {
  position: absolute;
  bottom: 0.15rem;
  right: 0.1rem;
  font-size: 0.2rem;
  display: block;
  padding: 0.05rem 0.15rem;
  color: #393939;
  border: 0.01rem solid #b1c2f8;
}
.s_tit .btn_more:hover {
  font-weight: bold;
  color: #0047e0;
  border-color: #0047e0;
}
.loading {
  font-size: 0.2rem;
  text-align: center;
  color: #393939;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section {
  margin: 0.7rem auto;
  position: relative;
  width: 12rem;
  z-index: 1;
}
.section .s_tit {
  text-align: center;
  margin: 0.1rem auto 0.3rem;
}
.section .s_tit img {
  max-width: 100%;
}
.section .s_bg {
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.section .s_bg img {
  width: 11.53rem;
}
.section .s_main {
  margin: 0 auto;
}
.sp {
  min-height: 5.8rem;
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp .l_box {
  width: 7.95rem;
}
.sp .r_box a {
  margin-bottom: 0.3rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.sp .r_box a:hover .com_tit,
.sp .r_box a:hover .com_txt {
  color: #22f7ff;
}
.sp .r_box a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.sp .r_box a:nth-last-child(1) {
  margin-bottom: 0;
}
.sp .r_box a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3.76rem;
  height: 2.79rem;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
}
.sp .r_box a .com_tit {
  margin: 0.1rem 0 0.05rem;
  font-size: 0.19rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: rgba(3, 0, 81, 0.7);
  height: 0.64rem;
  line-height: 0.64rem;
  color: #FFFFFF;
  display: block;
}
.sp .r_box a .com_tit span {
  width: 90%;
  margin-left: 0.15rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.sp .swiper img {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  width: 7.95rem;
  height: 5.87rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp .swiper h3 {
  font-size: 0.24rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: rgba(3, 0, 81, 0.7);
  height: 0.64rem;
  line-height: 0.64rem;
  color: #FFFFFF;
  display: block;
}
.sp .swiper h3 span {
  width: 60%;
  margin-left: 0.15rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s1 {
  min-height: 5.4rem;
}
.s1 .s_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.4rem;
}
.s1 .s_main a {
  display: inline-block;
  position: relative;
  background: url(../images/bg_2.png);
  width: 3.87rem;
  height: 3.57rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.s1 .s_main a:hover .text h3,
.s1 .s_main a:hover .text p {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
.s1 .s_main a:hover img {
  opacity: 0.8;
}
.s1 .s_main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3.88rem;
  height: 2.78rem;
}
.s1 .s_main .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #393939;
  text-align: center;
  height: 0.77rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s1 .s_main .text h3 {
  font-size: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  margin: 0 auto 0;
}
.s1 .s_main .text p {
  font-size: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 84%;
  margin: 0 auto;
}
.s2 {
  min-height: 9.7rem;
}
.s2 .swiper_box {
  padding-bottom: 0.4rem;
}
.s2 .swiper_box ul li {
  width: 25%;
  display: inline-block;
  margin-bottom: 0.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s2 .swiper_box ul li:hover {
  -webkit-transform: translateY(-0.08rem);
          transform: translateY(-0.08rem);
}
.s2 .swiper_box ul li::after {
  content: '';
  display: block;
  background: url(../images/bg_4.png);
  width: 2.9rem;
  height: 3.75rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.s2 .swiper_box ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.s2 .swiper_box ul li a:hover h3 {
  color: #393939;
}
.s2 .swiper_box ul li a img {
  margin: auto;
  width: 2.68rem;
  height: 3.04rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.s2 .swiper_box ul li .img_box {
  position: relative;
}
.s2 .swiper_box ul li .com_tit {
  width: 70%;
  margin: 0.05rem auto 0;
  font-size: 0.16rem;
  white-space: unset;
  overflow: hidden;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 0.1rem;
  position: relative;
  left: -0.1rem;
}
.s2 .swiper_box ul li .com_tit::after {
  top: -0.2rem;
  left: 0;
  width: 0.04rem;
  height: 0.12rem;
  background-color: #ff127c;
}
.s2 .swiper_box .btn_next,
.s2 .swiper_box .btn_prev {
  background: url(../images/icon_prev.png);
  width: 0.55rem;
  height: 0.44rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: unset;
  bottom: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.s2 .swiper_box .btn_next:hover,
.s2 .swiper_box .btn_prev:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.s2 .swiper_box .btn_next::after,
.s2 .swiper_box .btn_prev::after {
  display: none;
}
.s2 .swiper_box .btn_prev {
  left: 44%;
}
.s2 .swiper_box .btn_next {
  background-image: url(../images/icon_next.png);
  right: 44%;
}
.s3 {
  margin: 0.8rem auto;
  min-height: 4.8rem;
}
.s3 .s_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.s3 .s_main .news_list {
  overflow: hidden;
  background: url(../images/bg_5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5.69rem;
  height: 3.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s3 .s_main .news_list li {
  width: 80%;
  text-align: center;
  margin: 0.05rem auto;
  border-bottom: 0.01rem solid #cfd2d7;
}
.s3 .s_main .news_list li:nth-last-child(1) {
  border-bottom: none;
}
.s3 .s_main .news_list li:hover a {
  color: #feeb48;
}
.s3 .s_main .news_list li:hover a::before {
  border-left-color: #feeb48;
}
.s3 .s_main .news_list li a {
  display: block;
  color: #ffffff;
  font-size: 0.18rem;
  padding: 0.05rem 0 0.05rem 0.5rem;
  text-align: left;
  position: relative;
}
.s3 .s_main .news_list li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.3rem;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.07rem solid transparent;
  border-bottom: 0.07rem solid transparent;
  border-left: 0.1rem solid #ffffff;
}
.s3 .s_main .news_list li a h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s4 {
  min-height: 8.4rem;
}
.s4 .s_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 7rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.s4 .s_main li {
  background: url(../images/bg_6.png);
  width: 2.23rem;
  height: 0.9rem;
  margin: 0.2rem 0.38rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s4 .s_main li:hover {
  opacity: 0.9;
}
.s4 .s_main li img {
  max-width: 70%;
  max-height: 70%;
}
.s5 {
  min-height: 3.4rem;
}
.s5 .s_main {
  background: url(../images/bg_7.png);
  width: 12.04rem;
  height: 1.91rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s5 .s_main .links {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.19rem;
  color: #FFFFFF;
}
.s5 .s_main .links a {
  color: #FFFFFF;
  margin: 0.05rem 0.1rem;
}
.s5 .s_main .links a:hover {
  color: #22f7ff;
}

