@charset "UTF-8";
body {
  font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
          font-smoothing:antialiased;}

a {
  text-decoration: none;
  color: inherit;}

input {
  outline: none;}

.hidden-body {
  overflow: hidden;}

.page-container {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 80px);}

@media screen and (max-width: 768px) {
  .page-container {
    width: calc(100% - 40px);}
}
.basic-header {
  width: 100%;
  background-color: #0956BD;
  padding: 0 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 99;
  top: 0;}
.basic-header-placeholder {
  height: 126px;}
.basic-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 36px;
  padding-right: 20px;}
.basic-header-top .link-list {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.basic-header-top .link-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.basic-header-top .link-list a img {
  width: 17px;
  height: 17px;
  margin-right: 10px;}
.basic-header-top .link-list a + a {
  margin-left: 25px;}
.basic-header-top .link-list a.englist-link {
  padding-left: 25px;
  position: relative;
  font-weight: bold;}
.basic-header-top .link-list a.englist-link::before {
  content: "";
  width: 1px;
  border-left: 2px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 1em;}
.basic-header-top .search-box {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  cursor: pointer;}
.basic-header-top .search-box .searh-icon {
  position: relative;
  z-index: 999;
  width: 17px;
  height: 17px;}
.basic-header-top .search-box .search-input {
  width: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  opacity: 0;
  z-index: 1;
  margin-top: -15px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding-left: 10px;
  padding-right: 32px;}
.basic-header-top .search-box:hover .search-input {
  width: 240px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.basic-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}
.basic-header-logo {
  height: 70px;}
.basic-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  height: 90px;}
.basic-header-menu-item {
  cursor: pointer;
  padding: 0 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 4px solid transparent;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;}
.basic-header-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;}
.basic-header-menu .arrow-icon {
  width: 12px;
  display: none;}
.basic-header-sub-menu {
  display: none;
  background-color: #FFFFFF;
  color: #000;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;}
.basic-header-sub-menu-item {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.basic-header-mobile-icon {
  display: none;}
.basic-header-mobile-checkbox {
  display: none;}
.basic-header-mobile-checkbox:checked {
  background-color: red;}
.basic-header-mobile-checkbox:checked + .basic-header-menu {
  display: block;}

@media screen and (max-width: 1440px) {
  .basic-header-menu-item {
    padding: 0 10px;}
}
@media screen and (min-width: 1200px) {
  .basic-header-menu-item {
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;}
  .basic-header-menu-item:hover {
    border-color: #FFBA00;
    color: #FFBA00;}
  .basic-header-menu-item:hover .basic-header-sub-menu {
    display: block;
    opacity: 1;
    z-index: 999;}
  .basic-header-sub-menu {
    display: none;
    position: absolute;
    bottom: -20px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    color: #000;
    left: 50%;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #e4e7ed;}
  .basic-header-sub-menu-arrow {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    padding-top: 40px;
    z-index: -1;}
  .basic-header-sub-menu-arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    content: " ";
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e4e7ed;
    left: 50%;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: -7px;}
  .basic-header-sub-menu-item {
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;}
  .basic-header-sub-menu-item:hover {
    background-color: #F2F3F8;
    color: #555555;}
}
@media screen and (max-width: 1200px) {
  .basic-header {
    padding: 0 30px;}
  .basic-header-top {
    display: none;}
  .basic-header-container {
    padding: 10px 0;}
  .basic-header-logo {
    height: 36px;}
  .basic-header-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    color: #333333;
    z-index: 10;
    background-color: #FFFFFF;
    height: auto;
    z-index: 999;}
  .basic-header-menu.avtive {
    display: block;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);}
  .basic-header-menu-item {
    height: auto;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;}
  .basic-header-menu-item.active .basic-header-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
  .basic-header-menu-item.active .arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);}
  .basic-header-menu-text {
    height: 40px;}
  .basic-header-menu .arrow-icon {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
  .basic-header-sub-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #888888;}
  .basic-header-sub-menu-arrow {
    display: none;}
  .basic-header-sub-menu-item {
    padding: 0;
    width: 25%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;}
  .basic-header-mobile-icon {
    display: block;
    width: 40px;
    height: 32px;
    cursor: pointer;}
  .basic-header-placeholder {
    height: 56px;}
}
.basic-footer {
  border-top: 6px solid #FFBA00;
  background-color: #0855BE;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.basic-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;}
.basic-footer-logo {
  width: 290px;}
.basic-footer-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #FFFFFF;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 20px;}
.basic-footer-address > div + div {
  margin-top: 10px;}
.basic-footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}
.basic-footer-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;}
.basic-footer-email + .basic-footer-email {
  margin-right: 10px;}
.basic-footer-email img {
  width: 34px;
  margin-right: 10px;}
.basic-footer-friendship-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  width: 240px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 2;}
.basic-footer-friendship-link img {
  width: 14px;}
.basic-footer-friendship-link:hover .friendship-link-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.basic-footer-friendship-link .friendship-link-dropdown {
  position: absolute;
  background-color: #FFFFFF;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  right: 0;
  padding-top: 34px;
  z-index: -1;}
.basic-footer-friendship-link .friendship-link-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  cursor: pointer;}
.basic-footer-friendship-link .friendship-link-dropdown-item:hover {
  color: #0855BE;}
.basic-footer-qrcode {
  width: 70px;
  height: 70px;
  background-color: red;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;}
.basic-footer-copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #FFFFFF;
  padding: 20px 0;}

@media screen and (max-width: 768px) {
  .basic-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;}
  .basic-footer-address {
    padding: 0;
    border-left: none;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    margin-left: 0;}
  .basic-footer-right {
    display: none;}
}