@charset "utf-8";
/* author:LY;*/
html {
  font-size: 50px;
}
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 411px) {
  html {
    font-size: 54.8px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font-family: 'Microsoft YaHei';
  font-size: 0.16rem;
  color: #333;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
  font-size: 100%;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: 'Microsoft YaHei';
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.none {
  display: none;
}
.pd {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.clear {
  *zoom: 1;
}
.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.allpage,
.special {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  min-height: 100%;
  background-color: #fff;
  padding-top: 1rem;
}
/*颜色*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #417cf6;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  /* Not necessary- its only for layouting*/
  position: relative;
  left: -12px;
}
.blcok {
  display: block !important;
}
.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.elli7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  /* Not necessary- its only for layouting*/
  position: relative;
  left: -12px;
}
@keyframes typing {
  0% {
    background-color: #ffffff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
  }
}
.fontBold {
  font-weight: bold;
}
.flex {
  display: flex;
}
.nowrap {
  flex-wrap: nowrap;
}
.column {
  flex-direction: column;
}
.row {
  flex-direction: row;
}
.align-content-c {
  align-content: center;
}
.align-items-b {
  align-items: baseline;
}
.align-items-c {
  align-items: center;
}
.align-items-fs {
  align-items: flex-start;
}
.justify-content-bt {
  justify-content: space-between;
}
.justify-content-c {
  justify-content: center;
}
.justify-content-sb {
  justify-content: space-between;
}
.justify-content-se {
  justify-content: space-evenly;
}
.bold {
  font-weight: bold;
}
.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text_banner {
  width: 100%;
  max-height: 2.5rem;
  position: relative;
}
.text_banner img {
  width: 100%;
  height: 2.5rem;
}
.text_banner .banner-text {
  min-width: 95%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #005791;
}
.text_banner .banner-text .punctuation {
  font-family: SourceHanSerifSC;
  opacity: 0.6;
}
.text_banner .banner-text .en {
  font-size: 0.34rem;
  opacity: 0.6;
}
.text_banner .banner-text .en-small {
  font-size: 0.11rem;
  position: relative;
}
.text_banner .banner-text .en-small span {
  opacity: 0.6;
}
.text_banner .banner-text .en-small:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.36rem;
  height: 0.04rem;
  background: #1687CD;
}
.breadcrumb {
  padding: 0.1rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
}
.breadcrumb img {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.17rem;
  height: 0.2rem;
}
.breadcrumb .navbox a {
  font-weight: 100;
  padding-right: 0.15rem;
  position: relative;
}
.breadcrumb .navbox a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: text;
}
.breadcrumb .navbox a:last-child {
  font-weight: bold;
}
.breadcrumb .navbox a:last-child::after {
  display: none;
}
body {
  max-width: 7.5rem;
  margin: 0 auto;
}
body .allpage {
  max-width: 100vw;
}
.header-box {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  background-color: #fff;
  z-index: 999;
  height: 1rem;
}
.header-box .header {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box .header .left {
  position: relative;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.header-box .header .left .logo {
  display: inline-block;
}
.header-box .header .left .logo img {
  width: 0.78rem;
  height: 0.83rem;
}
.header-box .header .left .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.78rem;
  margin-left: 5px;
  width: 2.5rem;
  height: 0.32rem;
}
.header-box .header .left .name img {
  width: 100%;
  height: 100%;
}
.header-box .header .left .item {
  margin-left: 1rem;
  color: #1687CD;
  margin-right: 0.2rem;
}
.header-box .header .menu {
  display: flex;
  height: 1rem;
  width: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}
.header-box .header .menu img {
  width: 0.41rem;
  height: 0.33rem;
}
.right-nav {
  position: fixed;
  top: 1rem;
  right: -50%;
  margin-right: -3.75rem;
  display: flex;
  flex-direction: column;
  width: 7.5rem;
  height: calc(100vh - 1rem);
  overflow: auto;
  transition: all 0.3s;
  z-index: 110;
}
.right-nav .con {
  position: absolute;
  right: 0;
  width: 4.28rem;
  background: #1687CD;
}
.right-nav .con .items {
  margin: 0 0.9rem;
  padding-bottom: 0.7rem;
  padding-top: 0.46rem;
  border-bottom: 1px solid rgba(30, 136, 229, 0.15);
}
.right-nav .con .items .item {
  position: relative;
}
.right-nav .con .items .item .link {
  position: relative;
  display: block;
  padding: 0.24rem 0;
  font-size: 0.26rem;
  color: #333;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.right-nav .con .items .item .link::before {
  content: '';
  width: 0.09rem;
  height: 0.16rem;
  background: url(../images/arrow.png);
  background-size: 100% 100%;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-55%);
  font-size: 0.5rem;
  color: #fff;
  font-weight: lighter;
}
.right-nav .con .items .item .sub-nav {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.right-nav .con .items .item .sub-nav .sub-item {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFEFE;
  opacity: 0.8;
  line-height: 0.5rem;
}
.right-nav .con .items .item.active .sub-nav {
  height: auto;
}
.right-nav .con .items .item.active .link::before {
  transform: rotate(90deg) translateX(-115%);
}
.right-nav.show {
  right: 50%;
}
.banner {
  height: 3.55rem;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: 3rem;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
}
.footer {
  background-color: #005791;
  padding: 0.4rem 0 0.27rem;
}
.footer .container {
  width: 100%;
}
.footer .right {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.footer .right .link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}
.footer .right .link a {
  width: 33%;
  position: relative;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 0.5rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.footer .right .link a:last-child {
  margin-right: 0;
}
.footer .right .link a:last-child::after {
  display: none;
}
.footer .right .link a:hover span {
  opacity: 0.8;
}
.footer .right .link a:hover::after {
  opacity: 0.6;
}
.footer .right .diver {
  height: 0.01rem;
  background: #FFFFFF;
  opacity: 0.3;
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}
.footer .right .center_box {
  display: flex;
  align-items: center;
}
.footer .right .center_box .logo {
  width: 0.84rem;
  height: 0.95rem;
}
.footer .right .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 5.7rem;
  font-size: 0.18rem;
  color: #FEFEFE;
  line-height: 0.34rem;
  opacity: 0.6;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.footer .right .contact .item {
  float: left;
}
.footer .right .contact .address {
  width: 100%;
}
.footer .company {
  text-align: center;
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: 0.3;
}
.footer .company .diver {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  margin-top: 0.4rem;
  margin-bottom: 0.26rem;
}
.footer .company span {
  margin-left: 0.3rem;
}
.footer .company a {
  word-break: keep-all;
}
.paging {
  padding: 0.2rem 0;
}
.paging ul {
  text-align: center;
}
.paging ul li {
  display: inline-block;
  float: left;
}
.paging ul li span {
  padding: 0 0.12rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.45rem;
}
.paging ul li a {
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.14rem;
  text-align: center;
  padding: 0 0.17Rem;
  border: 1px solid #999999;
  color: #666;
}
.paging ul li .number {
  width: 0.45rem;
}
.paging ul li:hover a {
  color: #017AD5;
  background-color: transparent;
  border-color: #017AD5;
}
.paging ul li.active a {
  color: #fff;
  background-color: #017AD5;
  border-color: #017AD5;
}
.paging ul li .prohibit a {
  border: 1px solid #eee;
  color: #999;
  cursor: default;
  background-color: #fff;
}
.paging ul li .prohibit:hover {
  background-color: transparent;
}
/* 隐藏爱番番中间弹窗 */
#newBridge .nb-middle {
  display: none!important;
}
