a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
.header {
  border-top: 6px solid #003f88;
}
.header .nav-top {
  padding-top: 0.29rem;
  position: relative;
}
.header .nav-top .logo {
  width: 5.36rem;
}
.header .nav-top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav-top .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .nav-top .other {
  position: absolute;
  top: -6px;
  right: 0;
  width: 1.55rem;
  min-width: 135px;
  height: 0.4rem;
  min-height: 32px;
  background: url(../images/header-top-other-bg.png) no-repeat bottom center / contain;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.header .nav-top .other .en a {
  font-size: 18px;
  color: #FFFFFF;
}
.header .nav-top .other .search button {
  border: none;
  background: none;
  cursor: pointer;
}
.header .nav-top .other .search button img {
  width: 18px;
  height: 18px;
}
nav.header-nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.42rem;
}
nav.header-nav .menu .menu_item {
  float: left;
  position: relative;
}
nav.header-nav .menu .menu_item:last-child > a span {
  padding-right: 0;
}
nav.header-nav .menu .menu_item:last-child .drow_down {
  right: 0;
  left: auto;
}
nav.header-nav .menu .menu_item > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.17rem;
    transition: all 0.3s;
}
nav.header-nav .menu .menu_item > a:hover {
    background-color: rgba(3, 77, 163, 0.97);
    color: #fff;
}
nav.header-nav .menu .menu_item > a span {
  display: block;
  /* padding: 0 10px; */
  padding: 0 16px;
  line-height: 40px;
}
nav.header-nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  left: 12px;

  visibility: hidden;
  text-align: center;
  background-color: rgba(3, 77, 163, 0.97);
    z-index: 5;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
nav.header-nav .menu .menu_item .drow_down a {
  display: block;
  line-height: 0.44rem;
  height: 0.44rem;
  font-size: 16px;
  border-bottom: 1px solid #245996;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 0 5px;
  box-sizing: border-box;
}
nav.header-nav .menu .menu_item .drow_down a:hover {
  background: linear-gradient(90deg, #0756B2, #57A5E2, #0751A7);
  border-bottom: transparent;
}
nav.header-nav .menu .menu_item:hover > .drow_down {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
@media screen and (max-width: 1510px) {
//  nav.header-nav .menu .menu_item .drow_down {
   // width: 160px;
 // }
}
@media screen and (max-width: 1400px) {
// nav.header-nav .menu .menu_item .drow_down {
  //  width: 155px;
  //}
  nav.header-nav .menu .menu_item > a {
   // font-size: 18px;
  }
}
@media screen and (max-width: 1320px) {
  .header .nav-top .logo {
    width: 5rem;
  }
}
@media screen and (max-width: 1300px) {
//  nav.header-nav .menu .menu_item .drow_down {
  //  width: 145px;
 // }
}
@media screen and (max-width: 1280px) {
  nav.header-nav .menu .menu_item > a span {
    //  padding: 0 8px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1230px) {
  .header .nav-top .logo {
    width: 4.7rem;
  }
  nav.header-nav .menu {
    padding-top: 0.32rem;
  }
}
@media screen and (max-width: 1200px) {
  nav.header-nav .menu .menu_item > a {
    // font-size: 17px;
    font-size: 18px;
  }
 // nav.header-nav .menu .menu_item .drow_down {
  //  width: 135px;
 // }
  nav.header-nav .menu .menu_item .drow_down a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1120px) {
  nav.header-nav .menu .menu_item > a span {
    // padding: 0 6px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1070px) {
  nav.header-nav .menu .menu_item > a span {
     // padding: 0 4px;
  }
  .header .nav-top .logo {
    width: 4.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .header .nav-top {
    display: none;
  }
}
.header .mo-header {
  background-color: #003f88;
}
.header .mo-header .head-mo-box {
  width: 100%;
  display: table;
  position: relative;
  z-index: 201;
  padding: 0 3%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.header .mo-header .head-mo-box .global-inner {
  position: static;
}
.header .mo-header .head-mo-box .global-inner .head-logo-box {
  float: left;
  padding: 0.825em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
  float: left;
  line-height: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
  display: block;
  float: left;
  width: 100%;
  height: 42px;
  max-width: 32.75em;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box {
  height: 4.375em;
  overflow: hidden;
  position: relative;
  text-align: right;
  /*margin: 0.875em -0.4em 0.875em 0;*/
  float: right;
  line-height: 4.357em;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links {
  margin-top: 1.375em;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul {
  position: relative;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link:last-child {
  margin-right: 0;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach {
  margin-right: 0.625em;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link button {
  display: block;
  width: 31px;
  height: 31px;
  background: transparent;
  padding: 0;
  border: 0;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach button span {
  background: url("../images/search.png") no-repeat center center;
  background-size: 23px;
  height: 100%;
  display: block;
  width: 100%;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.625em;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-close {
  display: none;
  background: #003F88;
  position: absolute;
  right: 0;
  top: 0;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
  width: 1.625em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.header .mo-header .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
.header .mo-header .pop-ph-nav .other {
  background-color: #fff;
  padding-left: 3%;
}
.header .mo-header .pop-ph-nav .other li a {
  display: inline-block;
  color: #003F88;
  line-height: 36px;
}
.header .mo-header .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
.header .mo-header .pop-ph-nav .ph-nav-list a {
  display: block;
}
.header .mo-header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
.header .mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.header .mo-header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 3%;
  font-size: 16px;
  line-height: 3.5em;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(../images/icon1.png) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;
}
.mo-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #003f88;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.ph-nav-level2 {
  width: 100%;
  display: none;
  background: #e6edf3;
  padding: 0.75em 4% 1.5em 4%;
  box-sizing: border-box;
}
.ph-nav-level2 .nav-level2 {
  font-size: 1em;
  line-height: 2em;
  color: #333333;
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    border-top: 0;
  }
  .layout {
    padding: 0 3%;
  }
  .header .mo-header .head-mo-box .global-inner .head-tool-box .icon {
    margin-left: 0.2em;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-lg,
  .visible-md,
  .visible-sm,
  .visible-xs {
    display: block !important;
  }
  .header .mo-header .head-mo-box .global-inner .head-logo-box {
    max-width: 70%;
    padding: 0.65em 0;
  }
  .header .mo-header .head-mo-box .global-inner .head-tool-box .links {
    margin-top: 1.5em;
  }
  .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
    height: 55px;
  }
  .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
  .header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
    margin-top: 0.1rem;
  }
}
.footer {
  width: 100%;
  padding-top: 0.27rem;
  background: #003f88 url(../images/footer-bg.png) no-repeat center / cover;
  position: relative;
}
.footer .footer-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.18rem;
}
.footer .footer-container .left {
  float: left;
  width: 35.6%;
  padding-right: 2.5%;
  box-sizing: border-box;
  align-self: center;
}
.footer .footer-container .left .logo {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.footer .footer-container .left .logo img {
  width: 100%;
  height: auto;
}
.footer .footer-container .contect {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.6%;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .footer-container .contect h4 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0.17rem;
  margin-top: 0.09rem;
}
.footer .footer-container .contect .bt div {
  line-height: 30px;
  color: #fff;
}
.footer .footer-container .links {
  padding-left: 0.49rem;
  min-width: 3.5rem;
  box-sizing: border-box;
}
.footer .footer-container .links h4 {
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0.17rem;
  font-weight: bold;
  margin-top: 0.09rem;
}
.footer .footer-container .links p {
  width: 100%;
}
.footer .footer-container .links p a {
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  background: url(../images/links_icon1.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.footer .footer_bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 16px;
  padding: 17px 0;
  text-align: center;
}
.footer .footer_bottom .space {
  padding: 0 10px;
}
.footer .footer_bottom i {
  font-style: normal;
}
.footer .footer_bottom a {
  color: #fff;
}
.footer .footer_bottom .copyright_i a:first-of-type {
  color: #3e7ac3;
}
.footer .footer_bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1425px) {
  .footer .footer-container .contect {
    padding: 0 2%;
  }
  .footer .footer-container .left {
    width: 32.5%;
    padding-right: 1.6%;
  }
}
@media screen and (max-width: 1350px) {
  .footer .footer-container .contect h4,
  .footer .footer-container .links h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footer-container .links {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer-container {
    flex-direction: column;
  }
  .footer .footer-container .line {
    display: none;
  }
  .footer .footer-container .left {
    align-self: flex-start;
    width: auto;
    max-width: 58%;
  }
  .footer .footer-container .contect {
    margin-top: 12px;
    padding: 0;
  }
  .footer .footer-container .links {
    padding: 0;
  }
  .footer .footer-container .links h4 {
    margin-top: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer-container .left {
    max-width: 68%;
  }
  .footer .footer-container .contect h4,
  .footer .footer-container .links h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .footer .footer-container .contect h4,
  .footer .footer-container .links h4 {
    font-size: 16px;
  }
  .footer .footer-container .contect {
    font-size: 14px;
  }
  .footer .footer-container .contect .bt div {
    line-height: 26px;
  }
  .footer .footer-container .links p a {
    font-size: 14px;
    line-height: 30px;
  }
}
