@charset "utf-8";
/* html{font-size:50px;} */
@media (min-width: 320px) {
  html {
    font-size: 42.667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 80px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 85.7px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 100px;
  }
}
html {
  overflow: -moz-scrollbars-vertical;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
  position: relative;
}
body > div {
  margin-right: auto;
  margin-left: auto;
}
div,
form,
img,
ul,
ol,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
}
ul,
li {
  list-style: none;
  line-height: 24px;
}
select,
input,
button {
  outline: none;
}
img {
  border: 0px;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  cursor: hand;
}
.j-li-hover a:hover {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear,
.area,
.area2,
.con:after {
  *zoom: 1;
}
.area {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
table {
  width: 100%;
}
table,
table td {
  border-collapse: collapse;
  border-spacing: 0;
}
.mgbt-25 {
  margin-bottom: 25px;
}
.mgbt-50 {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
.blockimg {
  display: block;
}
/* 普通翻页器-默认居中 */
.m-page {
  margin: 20px 0;
  text-align: center;
  line-height: 32px;
  font-size: 0;
  letter-spacing: -0.307em;
  *letter-spacing: normal;
  *word-spacing: -1px;
  word-wrap: normal;
  white-space: nowrap;
  color: #999;
}
.m-page a,
.m-page i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 12px;
  margin-left: -1px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  background: #eee;
}
.m-page i {
  background: none;
}
.m-page a {
  text-decoration: none;
  color: #333;
}
.m-page a:hover {
  text-decoration: none;
  color: #FFF;
}
.m-page .first {
  margin-left: 0;
  background: none;
}
.m-page a.last {
  margin-right: 0;
}
.m-page a .pagearr {
  font-weight: bold;
  font-family: \5b8b\4f53;
  vertical-align: top;
  *vertical-align: middle;
}
.m-page a.pageprv .pagearr {
  margin-right: 3px;
}
.m-page a.pagenxt .pagearr {
  margin-left: 3px;
}
.m-page a:hover {
  background: #f0f0f0;
}
.m-page a:active {
  background: #f0f0f0;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  cursor: default;
  color: #FFF;
  background: #f0f0f0;
}
.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
  cursor: default;
  color: #ccc;
  background: #eee;
}
/* 居左 */
.m-page-lt {
  text-align: left;
}
/* 居右 */
.m-page-rt {
  text-align: right;
}
/* 较小 */
.m-page-sm {
  line-height: 22px;
}
.m-page-sm a,
.m-page-sm i {
  padding: 0 8px;
}
/* 分离 */
.m-page-sr a,
.m-page-sr i {
  margin: 0 3px;
}
.m-page-sr i {
  border: 0;
}
.u-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.elli1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#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;
}
@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;
}
body {
  min-width: 1200px;
}
.container {
  width: 14rem;
  margin: 0 auto;
}
.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.bold {
  font-weight: bold;
}
.wrap {
  color: #333;
  overflow: hidden;
}
.wrap img {
  object-fit: cover;
}
.wrap .guide {
  background-color: #005791;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 33px;
}
.wrap .guide .right a:nth-child(1)::after {
  content: ' | ';
}
.wrap .guide .right a:nth-child(2)::after {
  content: ' | ';
}
.wrap .guide .right a {
  color: #FFFFFF;
}
.wrap .brand .left {
  margin-top: 9px;
}
.wrap .brand .left .logo {
  width: 91px;
  height: 96px;
}
.wrap .brand .left .name {
  margin-left: 5px;
  width: 420px;
  height: 53px;
}
.wrap .brand .left .name img {
  width: 100%;
  height: 100%;
}
.wrap .brand .left .name .item {
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.wrap .brand .left .name .item .CH {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 20px;
  text-align: justify;
}
.wrap .brand .left .name .item .CH i {
  display: inline-block;
  padding-left: 100%;
}
.wrap .brand .left .name .item .EN {
  font-size: 13px;
  line-height: 13px;
  text-align: justify;
  margin-top: -20px;
}
.wrap .brand .left .name .item .EN i {
  display: inline-block;
  padding-left: 100%;
}
.wrap .brand .left .name .item:nth-child(2) {
  margin-top: -15px;
}
.wrap .brand .right .tel-icon {
  width: 33px;
  height: 34px;
  position: relative;
  margin-right: 20px;
}
.wrap .brand .right .tel-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 1px;
  height: 33px;
  background: #333333;
}
.wrap .brand .right .welcome {
  color: #333333;
  font-family: SourceHanSansCN;
  height: 40px;
  margin-right: 10px;
}
.wrap .brand .right .welcome .CH {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.wrap .brand .right .welcome .CH i {
  display: inline-block;
  padding-left: 100%;
}
.wrap .brand .right .welcome .EN {
  margin-top: -20px;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}
.wrap .brand .right .welcome .EN i {
  display: inline-block;
  padding-left: 100%;
}
.wrap .brand .right .tel-num {
  font-size: 40px;
  font-weight: bold;
  color: #016CB2;
}
.wrap .navbar {
  background: #1687CD;
}
.wrap .navbar a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  padding: 24px 30px;
}
.wrap .banner {
  width: 100%;
  max-height: 350px;
  margin-bottom: 20px;
  position: relative;
}
.wrap .banner img {
  width: 100%;
  height: 350px;
  object-fit: fill;
}
.wrap .banner .banner-text {
  width: 1400px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #005791;
}
.wrap .banner .banner-text .punctuation {
  font-family: SourceHanSerifSC;
  opacity: 0.6;
}
.wrap .banner .banner-text .en {
  font-size: 48px;
  opacity: 0.6;
}
.wrap .banner .banner-text .en-small {
  font-size: 16px;
  position: relative;
}
.wrap .banner .banner-text .en-small span {
  opacity: 0.6;
}
.wrap .banner .banner-text .en-small:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 5px;
  background: #1687CD;
}
.wrap .footer {
  background-color: #005791;
  padding-top: 60px;
}
.wrap .footer .left {
  margin-right: 1rem;
}
.wrap .footer .left img {
  margin-top: 24px;
}
.wrap .footer .right .link a {
  position: relative;
  font-size: 0.17rem;
  color: #FFFFFF;
  line-height: 0.25rem;
  margin-right: 0.9rem;
  display: inline-block;
}
.wrap .footer .right .link a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.18rem;
  top: 50%;
  transform: translate(0, -50%);
  background: #FFFFFF;
  opacity: 0.6;
  margin-left: 0.45rem;
  cursor: none;
}
.wrap .footer .right .link a:last-child {
  margin-right: 0;
}
.wrap .footer .right .link a:last-child::after {
  display: none;
}
.wrap .footer .right .link a:hover span {
  opacity: 0.8;
}
.wrap .footer .right .link a:hover::after {
  opacity: 0.6;
}
.wrap .footer .right .diver {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
  margin-top: 25px;
  margin-bottom: 40px;
}
.wrap .footer .right .contact {
  font-size: 14px;
  color: #FEFEFE;
  line-height: 36px;
  opacity: 0.8;
}
.wrap .footer .right .contact .item {
  width: 50%;
  float: left;
}
.wrap .footer .right .contact .address {
  width: 100%;
}
.wrap .footer .right .code {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.wrap .footer .right .code .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap .footer .right .code .item:nth-child(1) {
  margin-right: 20px;
}
.wrap .footer .right .code .item span {
  margin-top: 15px;
}
.wrap .footer .company {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 75px;
  opacity: 0.3;
  margin-top: 60px;
}
.wrap .footer .company .diver {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.wrap .footer .company span {
  margin-left: 30px;
}
.breadcrumb {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
}
.breadcrumb img {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb .navbox a {
  font-weight: 100;
  padding-right: 15px;
  position: relative;
}
.breadcrumb .navbox a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: text;
}
.breadcrumb .navbox a:last-child::after {
  display: none;
}
.content-box {
  background: #F9F9F9;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.content-box .article {
  padding: 0 50px;
}
.content-box .article .title {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.content-box .article .date {
  font-size: 16px;
  margin-bottom: 50px;
}
.content-box .article .richtext {
  padding-bottom: 60px;
}
.content-grid .left {
  width: 1.52rem;
}
.content-grid .left .menu {
  margin-bottom: 30px;
}
.content-grid .left .menu .item a {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #017AD5;
  padding: 17px 10px 17px 26px;
  margin-bottom: 1px;
  position: relative;
}
.content-grid .left .menu .item a::before {
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/about/menu_li.png);
}
.content-grid .right {
  width: 12.18rem;
}
.paging ul {
  text-align: center;
}
.paging ul li {
  display: inline-block;
  float: left;
}
.paging ul li span {
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  line-height: 45px;
}
.paging ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  padding: 0 17px;
  border: 1px solid #999999;
  color: #666;
}
.paging ul li .number {
  width: 45px;
}
.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;
}
.tool-container .tool-items .tool-item {
  max-width: 2.5rem;
  padding: 0.1rem 0.37rem;
}
.tool-container .tool-items .tool-item .img-options {
  line-height: 0.2rem;
}
.tool-container .tool-items .tool-item .img-options img {
  margin-bottom: 0.08rem;
}
.tool-container .tool-items .tool-item .text-options {
  line-height: 0.1rem;
}
@font-face {
  font-family: SourceHanSerifSC;
  /*这里是说明调用来的字体名字*/
  src: url('../css/SourceHanSerifSC/SourceHanSerifCN-Regular.otf');
  /*这里是字体文件路径*/
}

/* 隐藏爱番番中间弹窗 */
#newBridge .nb-middle {
  display: none!important;
}