body {
  font-size: 16px;
  min-height: 100%;
  background: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
}
.layout {
  max-width: 1440px;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
.focusHeader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background: linear-gradient(rgb(47, 85, 140), rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0));
}
.focusHeader .nav-top{
  /*max-width: none;*/
  padding: 0.31rem 0;
}

.nav-top .logo {
/*  width: 6.02rem;
  height: 0.97rem;*/
}
.nav-top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-top .logo a img {
  /*width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;*/
}

nav.header-nav {
  display: flex;
      align-items: flex-end;
    flex-direction: column;
}
nav.header-nav .search-box { display: flex;
  margin-bottom: 0.16rem;    align-items: center;}
nav.header-nav .lang {margin-right: 10px;}
nav.header-nav .lang a {
        padding: 4px;
    color: #fff;display: block;
    font-size: 16px;    border: 1px solid #fff;       border-radius: 6px;    font-family: "RobotoCondensed_Bold";
}
nav.header-nav .search button {
  border: none;
  background: none;
  cursor: pointer;
}
nav.header-nav .search button img {
  width: 20px;
  height: 20px;
}
nav.header-nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav.header-nav .menu .menu_item {
  float: left;
  position: relative;
}
nav.header-nav .menu .menu_item:last-child .drow_down {
  left: auto;
}
nav.header-nav .menu .menu_item > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
    font-family: "RobotoCondensed_Bold";
}
nav.header-nav .menu .menu_item > a span {
  display: block;
  padding: 0 0.3rem;
  line-height: 40px;    letter-spacing: 0.5px;
}
nav.header-nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: calc(100% - 0.02rem);
  width: 2.28rem;
  background-color: #fff;
  box-sizing: border-box;
  visibility: hidden;
  border-top: 4px solid #4B9DFB;
  text-align: center;
  transform: translateX(-50%);
  background: #0076fd;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
nav.header-nav .menu .menu_item .drow_down::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/drow_down_bg.png) no-repeat bottom center /cover;
  opacity: 0.67;
}
nav.header-nav .menu .menu_item .drow_down a {
    display: block;
    line-height: 2;
    /* height: 0.52rem; */
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    color: #fff;
    position: relative;
    font-family: "Roboto_Regular";
    padding: 0.1rem .1rem;
    text-align: left;
}
nav.header-nav .menu .menu_item .drow_down a:hover {
  color: #333;
  background: #EAF3FC;
}
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;
}
/* pc端动画 */


.body_b {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  overflow: auto;
  outline: none;
}
.body_b.showdiv {
  top: 0;
}
@media screen and (max-width: 1770px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1700px) {
  .nav-top .logo {
    /*width: 5rem;*/
    height: auto;
  }
}
@media screen and (max-width: 1600px) {
  .focusHeader .nav-top {
    padding: 0.31rem 30px
  }
}
@media screen and (max-width: 1510px) {
  nav.header-nav .menu .menu_item .drow_down {
    width: 199px;
  }
}
@media screen and (max-width: 1450px) {
  nav.header-nav .menu .menu_item > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  nav.header-nav .menu .menu_item .drow_down {
    width: 199px;
  }
}
@media screen and (max-width: 1300px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1190px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 .2rem;
  }
    nav.header-nav .menu .menu_item > a {
        font-size: .28rem;
    }
}
@media screen and (max-width: 1120px) {
  .nav-top .logo {
    /*width: 4.7rem;*/
  }
}
@media screen and (max-width: 1100px) {
  nav.header-nav .menu .menu_item .drow_down {
    width: 180px;
  }
  nav.header-nav .menu .menu_item .drow_down a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  .focusHeader .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;
display:flex;    align-items: center;
}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul .lang {margin-right: 10px;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul  .lang a {
       font-family: "Roboto_Regular"; 
    color: #fff;
    font-size: 14px;    
}
.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: 18px;
  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: 4%;
}
.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 4%;
  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;
}
.header .mo-header .pop-ph-nav .links {
  background: #fff;
  padding: 1.375em 4%;
}
.header .mo-header .pop-ph-nav .links .link {
  margin-right: 1.1875em;
}
.header .mo-header .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.header .mo-header .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.header .mo-header .pop-ph-nav .links .link:last-child {
  margin-right: 0;
}
.header .mo-header .pop-ph-nav .links .vx a span {
  background-image: url("../images/mo-vx.png");
}
.header .mo-header .pop-ph-nav .links .email a span {
  background-image: url("../images/mo-email.png");
}
.header .mo-header .pop-ph-nav .links .phone a span {
  background-image: url("../images/mo-phone.png");
}
.header .mo-header .seach-box {
  display: none;
  background-color: #f6f6f6;
  padding: 1.35em 1.25em;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
  padding-bottom: 1.7em;
}
.header .mo-header .seach-box .sch {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  background: #fff;
  padding: 0.375em 6.5em 0.375em 2.25em;
  border-radius: 15px;
  position: relative;
}
.header .mo-header .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;
}
.header .mo-header .seach-box .sch .btn-sch {
  width: 5.5em;
  height: 2.5em;
  font-size: 1em;
  display: block;
  background: #003F88;
  color: #ffffff;
  background-size: 1.625em auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 2.5em;
  padding-top: 1px;
  border: none;
}
.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;
}
.ph-nav-level3 {
  display: block;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1;
  color: #333;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.ph-nav-level3 > li {
  width: 50%;
  float: left;
  padding: 0.5em 0;
}
.ph-nav-level3 > li a {
  color: #333;
  padding-left: 1em;
  background: url(../images/arrow_14.png) no-repeat left center;
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 30px;
  }

}
@media screen and (max-width: 1050px) {
  .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: .2em;
  }
  .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.26rem;
  background: #003f88;
  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;
  align-items: center;
}
.footer .footer-container .left {
  width: 13.5%;
  padding-right: 3.8%;
}
.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;
  width: 32.3%;
  padding: 0 2.5% 0 3.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.2rem;
}
.footer .footer-container .contect h4 > a {
  color: #fff;
}
.footer .footer-container .contect .contect-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-container .contect .contect-content {
  width: 75%;
}
.footer .footer-container .contect .wechat {
  flex: 1;    padding-left: .2rem;
}
.footer .footer-container .contect .contect-content span {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.footer .footer-container .links {
  padding-left: 1.19rem;
}
.footer .footer-container .links .links-btn {
  width: 2.85rem;
  min-width: 240px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.footer .footer-container .links .links-btn span {
  font-size: .16rem;
  color: #333;
  display: block;
  background: url(../images/subscript.png) no-repeat right center;
}
.footer .footer-container .links .links-btn .links-item {
  width: 4.35rem;
  position: absolute;
  bottom: 100%;
  right: 0px;
  max-height: 230px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  overflow: auto;
  display: none;
  z-index: 9;
  box-sizing: border-box;
}
.footer .footer-container .links .links-btn .links-item a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 10px;font-size: 12px
}
.footer .footer_bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 16px;
  padding: 20px 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 a:first-child {
  color: #3e7ac3;
}
.footer .footer_bottom a:hover {
  color: #3e7ac3;
}
@media screen and (max-width: 1425px) {
  .footer .footer-container .contect {
    padding: 0 2%;
  }
  .footer .footer-container .left {
    padding-right: 1.6%;
  }
  .footer .footer-container .links {
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 1265px) {
  .footer .footer-container .contect .contect-content {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-container .line {
    display: none;
  }
  .footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
   /* padding-left: 22%;*/
  }
  .footer .footer-container .left {
    width: 50%;
  }
  .footer .footer-container .links {
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-container .contect h4 {
    font-size: 18px;
  }
  .footer .footer-container .links .links-btn {
    width: 448px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
.footer .footer-container .links .links-btn .links-item {width: 100%}
  .footer .footer-container .links .links-btn .links-item a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .footer .footer-container .contect {
    width: 100%;
    padding: 0.3rem 0;
  }
  .footer .footer-container .contect .contect-content {
    width: auto;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .footer .footer-container {
    /*padding-left: 15%;*/
  }
  .footer .footer-container .left {
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  .footer .footer-container {
    padding-left: 0;
  }
  .footer .footer-container .left {
    width: 70%;
  }.footer .footer-container .links .links-btn {width: 100%}
}
.copyright_i {    visibility: hidden;    height: 0;
    display: block;
}