@import '../lib/reset.css';
@import '../lib/nav.css?v=1.2';
@import '../lib/iconfont/iconfont.css';
@import '../lib/ani.css';
@font-face {
  font-family: 'PingFang-SC';
  src: url('../Font/PingFang\ SC\ Regular.ttf');
}
html,
body {
  min-height: 100vh;
  font-size: 14px;
  background: white;
  color: #4a4a4a;
}
html .u_icon,
body .u_icon {
  font-family: 'uicon';
  font-style: normal;
  font-size: 16px;
}
html input::-webkit-input-placeholder,
body input::-webkit-input-placeholder,
html textarea::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: rgba(143, 143, 143, 0.6);
}
html input:-ms-input-placeholder,
body input:-ms-input-placeholder,
html textarea:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: rgba(143, 143, 143, 0.6);
}
html .header_light,
body .header_light {
  height: 100px;
  line-height: 100px;
}
html *,
body * {
  color: #000;
  color: #4a4a4a;
}
body {
  padding: 0px;
  margin: 0px auto;
}
body .flex-full-tmp {
  display: block;
}
body .split {
  height: 1px;
  background: #f4f4f4;
}
body .ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .ellipsis.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body .img-box-scale {
  overflow: hidden;
}
body .img-box-scale > img {
  transition: all 0.4s;
}
body .img-box-scale:hover > img {
  transform: scale(1.1);
}
body .en_version {
  text-align: right;
  background: #fff;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .en_version .inner_box_header {
  width: 90%;
  margin: 0px auto;
}
body .en_version a {
  color: #3471d1;
  font-size: 15px;
}
body .header {
  position: relative;
  height: 100px;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(25, 4, 10, 0.1);
  box-shadow: 0px 2px 2px -1px rgba(25, 4, 10, 0.1);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 24px;
}
body .header .inner_box_header {
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}
body .header .header_r {
  display: flex;
  z-index: 100;
  height: 100px;
}
body .header .header_r .nav_item {
  margin: 0px 24px;
  display: flex;
  align-items: center;
}
body .header .header_r .nav_item > a {
  display: block;
  line-height: 20px;
  font-size: 18px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
body .header .header_r .nav_item > a::after {
  transition: all 0.3s;
  position: absolute;
  bottom: 26px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #126ab8;
}
body .header .header_r .nav_item > a:hover,
body .header .header_r .nav_item > a.on {
  color: #005fb1;
}
body .header .header_r .nav_item > a:hover::after,
body .header .header_r .nav_item > a.on::after {
  left: 0px;
  width: 100%;
}
body .header .header_r .nav_item .navList {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 99%;
  background: rgba(255, 255, 255, 0.8);
  text-align: right;
  transition: all 0.3s;
}
body .header .header_r .nav_item .navList .item {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
}
body .header .header_r .nav_item .navList .item:hover {
  color: white;
  background: #127fef;
}
body .header .header_r .nav_item:hover > a::after {
  left: 0px;
  width: 100%;
}
body .header .header_r .nav_item:hover .navList {
  display: flex;
  justify-content: center;
}
body .footer {
  height: 1rem;
  background: #436eb3;
  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;
}
body .footer .corps_box {
  text-align: center;
  line-height: 1.8;
}
body .footer .corps_box * {
  font-size: 14px;
  color: #ffffff;
}
body .popbox-content {
  display: none;
}
body .popbox-content.on {
  display: block;
}
body .pop-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  height: 100vh;
}
body .pop-box .pop-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 4, 20, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body .pop-box .pop-cont-box {
  position: relative;
  background: #f2f2f7;
  border: 1px solid rgba(243, 204, 163, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  width: 768px;
}
body .pop-box .pop-cont-box .pop-close-icon {
  position: absolute;
  right: 30px;
  top: 28px;
  cursor: pointer;
  font-size: 26px;
}
body .pop-box .pop-cont-box .pop-cont {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .pop-box .pop-cont-box .pop-cont::-webkit-scrollbar {
  display: none;
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
body .pop-box .pop-cont-box .pop-cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #5e5d5d;
}
body .pop-box .pop-cont-box .pop-cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
body .number_box {
  position: relative;
  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;
  padding: 0px 4px;
}
body .number_box .num {
  width: 80px;
  height: 100px;
  background: rgba(243, 204, 163, 0.2);
  border: 1px solid #f3cca3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #f8d200;
}
.error_box {
  text-align: center;
  margin: 40px 0px;
}
.error_box .error_info {
  font-size: 20px;
  color: #9d9d9d;
  line-height: 36px;
  padding-bottom: 20px;
}
.tab .tab-menu {
  position: relative;
  border-bottom: 1px solid rgba(228, 228, 228, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tab .tab-menu > li,
.tab .tab-menu > a {
  text-align: center;
  color: #808191;
  display: inline-block;
  width: auto;
  padding: 22px 0px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-right: 26px;
  margin-bottom: -1px;
  cursor: pointer;
}
.tab .tab-menu > li:nth-last-of-type(1),
.tab .tab-menu > a:nth-last-of-type(1) {
  border-right: none;
}
.tab .tab-menu > li.on,
.tab .tab-menu > a.on {
  position: relative;
  color: #2a2a2a;
  color: white;
  border-bottom: 2px solid #f8d200;
}
.tab .tab-cont {
  display: none;
}
.tab .tab-cont.on {
  display: block;
}
.about {
  background: #194689;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about .about_box {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about_box .item .mtitle {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1 !important;
}
.about .about_box .item a {
  display: block;
  line-height: 0.32rem;
  color: white;
}
.about .about_box .item a:hover {
  opacity: 0.8;
}
.about .about_box .item.address {
  width: 2rem;
}
.about .about_box .item.address > div {
  line-height: 0.32rem;
  color: white;
  margin-bottom: 10px;
}
.main-top {
  height: 500px;
  position: relative;
}
.main-top img {
  width: 100%;
  height: 100%;
}
.main-top .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0px;
  margin-top: -38px;
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.inner-navs {
  background: #f6fcfe;
}
.inner-navs.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.inner-navs .item {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  position: relative;
  font-size: 16px;
  color: #4a4a4a;
  padding: 0px 20px;
  border-right: 1px solid #d6f3fe;
}
.inner-navs .item:hover {
  color: #005fb1;
}
.inner-navs .item.on {
  font-weight: bold;
  color: #005fb1;
  background: white;
}
.inner-navs .item.on::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #c3eaf8;
}
.breadcrumb {
  font-size: 13px;
  font-weight: 500;
  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;
  padding: 32px 0px;
  font-size: 16px;
}
.breadcrumb a {
  color: #aaaaaa;
  font-size: 16px;
}
.breadcrumb .icon-right {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAo0lEQVQ4T7XTvQ2CIRAG4PftlWlcwN4WEjo30SnsiIWJCdDpAi7gSASDyZfg98dRSEW43EOO44hqOee2SqkHgIvWOtaxpT3rQIzxkHN+ljOSRoL8ACXRe38meZIiE6AXmQV6kEVAiqwCEqQJjJGU0t5a+xq61w0A2Blj3mKg1db/PWLr5tUSpMnf3zoekp7kCRBCOAK4SudgDtgAuJG8SyaxAB9nZFYRLUPzIAAAAABJRU5ErkJggg==) 0px center no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.detail-box2 {
  width: 860px;
  margin: 30px auto;
  line-height: 1.5;
}
.detail-box {
  width: 860px;
  margin: 30px auto;
  line-height: 1.5;
}
.detail-box > div,
.detail-box p {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 32px 0px;
}
.detail-box h2 {
  font-size: 32px;
  color: #4a4a4a;
  text-align: center;
}
.detail-box h3 {
  font-size: 16px;
  font-weight: bold;
}
.detail-box h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.detail-box img {
  display: block;
  max-width: 80%;
  min-width: 50%;
  margin: 32px auto;
}
.detail-box .img_desc {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 32px;
}
.kkpager {
  padding: 25px 0px;
}
.x-pages-f {
  width: 100%;
  text-align: center;
}
.selPa {
  padding: 3px 10px 3px 20px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 10px;
}
.w-select {
  padding: 3px 5px;
  outline: none;
}
.button:hover {
  cursor: pointer;
  opacity: 0.9;
  color: white;
}
.w-show {
  display: none;
}
.kkpager .button {
  text-align: center;
  color: #428bca;
  height: 32px;
  width: 32px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  outline: none;
  border: none;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 12px;
  color: #808191;
  border: 1px solid #dfdfdf;
}
.kkpager.white .button {
  background: #f8f9fe;
  border-radius: 4px;
  color: #23283b;
}
.kkpager .button .u_icon {
  font-size: 18px;
}
.kkpager .button:hover {
  font-weight: bold;
}
.imsury {
  margin: 0 5px;
}
.imsury:hover {
  opacity: 0.9;
}
.jumps {
  width: 24px;
  padding: 0.3rem 0.5rem;
  margin: 0 5px;
  outline: none;
  border: 1px solid #ddd;
}
.kkpager .button.active {
  color: white;
  background: #005fb1;
}
.kkpager.white button.active {
  color: white;
  background: #23283b;
}
.scroll-up {
  position: fixed;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  -o-background-size: auto;
  background-size: auto;
  width: 1rem;
  height: 1rem;
  background: #101e5c;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.scroll-up > img {
  display: block;
}
@media screen and (max-width: 500px) {
  body .header {
    display: none;
  }
  body .en_version {
    text-align: right;
    background: #fff;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .en_version .inner_box_header {
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  body .en_version a {
    color: #3471d1;
    font-size: 15px;
  }
  body .footer {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  body .footer .corps_box {
    display: block;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .footer .corps_box .corps {
    padding-right: 0px;
  }
  body .footer .corps_box .ft_link {
    padding-top: 10px;
  }
  body .footer .f_inner_box {
    width: 100%;
    padding: 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .about {
    padding: 0.5rem 0.3rem;
  }
  body .about .about_box {
    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;
  }
  body .about .about_box .item {
    margin-top: 0.4rem;
    margin: 0.1rem;
    width: -webkit-calc(49.6%);
    width: -moz-calc(49.6%);
    width: calc(50% - 0.4rem);
  }
  body .about .about_box .item .mtitle {
    line-height: 0.5rem !important;
  }
  body .about .about_box .item a {
    line-height: 0.45rem;
  }
  body .about .about_box .item.address {
    width: 50%;
  }
  body .main-top {
    height: auto;
  }
  body .main-top img {
    width: 100%;
    margin-top: 44px;
  }
  body .main-top .txt {
    margin-top: -5px;
    font-size: 38px;
  }
  body .inner-navs {
    background: #f6fcfe;
  }
  body .inner-navs.fixed {
    top: 0px;
  }
  body .inner-navs .inner_box {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .inner-navs .item {
    width: 33%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    padding: 0px 0px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body .inner-navs .item.on::after {
    height: 2px;
  }
  body .breadcrumb {
    font-size: 12px;
    padding: 10px 5px;
  }
  body .detail-box {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .detail-box2 {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .detail-box2 img {
    height: auto !important;
    max-width: 100%;
  }
}
