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;
  }
}
.main-box {
  width: 100%;
  position: relative;
  background: url(../images/top_bg.png) no-repeat center center / cover;
  background-color: #003f88;
}
.main-box .header .pc-header {
  height: 100%;
  padding: 0.3rem 0 0.38rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.main-box .header .pc-header .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/header_txt.png) no-repeat left 4.3rem center;
}
.main-box .header .pc-header .layout .head-link {
  display: flex;
  align-items: center;
}
.main-box .header .pc-header .layout .head-link .search button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.main-box .header .pc-header .layout .head-link .item a {
  color: #fff;
  font-size: 18px;
}
.main-box .header .pc-header .layout .head-link .search {
  padding-right: 28px;
}
.main-box .header .pc-header .layout .head-link>div>.item::after ,
.main-box .header .pc-header .layout .head-link .menhu::after {
  content: '|';
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.main-box .header .pc-header .layout .head-link>div>.item:last-child::after {
 display:none;
}
.main-box .header .pc-header .logo a {
  display: block;
  width: 3.68rem;
  height: 0.89rem;
}
.main-box .header .pc-header .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-box .header .mo-header {
  background-color: #003f88;
}
.main-box .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;
}
.main-box .header .mo-header .head-mo-box .global-inner {
  position: static;
}
.main-box .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;
}
.main-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;
}
.main-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;
}
.main-box .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;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links {
  margin-top: 1.375em;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul {
  position: relative;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.main-box .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;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links .link:last-child {
  margin-right: 0;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach {
  margin-right: 0.625em;
}
.main-box .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;
}
.main-box .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: 19px;
  height: 100%;
  display: block;
  width: 100%;
}
.main-box .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;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-close {
  display: none;
  background: #003F88;
  position: absolute;
  right: 0;
  top: 0;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
.main-box .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;
}
.main-box .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;
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.main-box .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);
}
.main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.main-box .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);
}
.main-box .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);
}
.main-box .header .mo-header .pop-ph-nav .mobile_header_info {
    background-color: #fff;
    line-height: 30px;
    padding: 10px 4%;
}
.main-box .header .mo-header .pop-ph-nav .mobile_header_info a {
  color:#003f88;
  margin-left: 8px;
}
.main-box .header .mo-header .pop-ph-nav .mobile_header_info a:nth-child(1){
     margin-left: 0px;
 
}
.main-box .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;
}
.main-box .header .mo-header .pop-ph-nav .ph-nav-list a {
  display: block;
}
.main-box .header .mo-header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}

.main-box .header .mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.main-box .header .mo-header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
.main-box .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;
}
.main-box .header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.main-box .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;
}
.main-box .header .mo-header .pop-ph-nav .links {
  background: #fff;
  padding: 1.375em 4%;
}
.main-box .header .mo-header .pop-ph-nav .links .link {
  margin-right: 1.1875em;
}
.main-box .header .mo-header .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
.main-box .header .mo-header .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.main-box .header .mo-header .pop-ph-nav .links .link:last-child {
  margin-right: 0;
}
.main-box .header .mo-header .pop-ph-nav .links .vx a span {
  background-image: url("../images/mo-vx.png");
}
.main-box .header .mo-header .pop-ph-nav .links .email a span {
  background-image: url("../images/mo-email.png");
}
.main-box .header .mo-header .pop-ph-nav .links .phone a span {
  background-image: url("../images/mo-phone.png");
}
.main-box .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;
}
.main-box .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;
}
.main-box .header .mo-header .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;
}
.main-box .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;
}
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  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;
}
.nav {
  color: #fff;
}
.nav .menu {
  margin-bottom: 0;
}
.nav .menu .menu_item {
  float: left;
  width: 9.08%;
  position: relative;
}
.nav .menu .menu_item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nav .menu .menu_item > a {
  height: 66px;
  line-height: 66px;
  padding: 0;
  margin: 0 auto;
  font-size: 22px;
  border-bottom: 1px solid transparent;
}
.nav .menu .menu_item:hover > a {
  background-color: #1765ec;
  border-bottom: 1px solid #1765ec;
}
.nav .menu .menu_item:hover .drow_down {
  display: block;
}
.nav .menu .menu_item .drow_down {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  background-color: #fff;
  width: 157px;
  box-sizing: border-box;
  transform: translateX(-50%);
  left: 50%;
}
.nav .menu .menu_item .drow_down  i {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%) translateY(-100%);
}
.nav .menu .menu_item .drow_down a {
  font-size: 16px;
  padding: 12px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  color: #444;
}
.nav .menu .menu_item .drow_down a:hover {
  color: #1765ec;
  background-color: #c8defe;
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 30px;
  }
  .main-box .header .pc-header .layout {
        background-position: left 4.3rem center;
    background-size: 45%;
  }

  
}
@media screen and (max-width: 1440px) {
  .main-box .header .pc-header {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1350px) {
  .nav .menu .menu_item a {
    font-size: 20px;
  }
  .main-box .header_bg {
    background-size: 40%;
  }
}
@media screen and (max-width: 1250px) {
  .nav .menu .menu_item a {
    font-size: 18px;
  }
  .main-box .header .pc-header .layout {
    background-size: 43%;
  }
}
@media screen and (max-width: 1150px) {
  .main-box .header .pc-header .layout {
    background-position: left 4.4rem center;
    background-size: 37%;
  }
  .nav .menu .menu_item:last-child  .drow_down{
       width:135px;
  }
}
@media screen and (max-width: 1030px) {
  .main-box .header .pc-header .layout {
   background-position: left 4.4rem center;
    background-size: 34%;
  }
}
@media screen and (max-width: 991px) {
  .main-box .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;
  }
  .main-box .header .mo-header .head-mo-box .global-inner .head-logo-box {
    max-width: 70%;
    padding: 0.65em 0;
  }
  .main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .links {
    margin-top: 1.5em;
  }
  .main-box .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
    height: 55px;
  }
  .main-box .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
  .main-box .header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .main-box .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
    margin-top: 0.1rem;
  }
}
footer {
  background-color: #003f88;
  margin-top: 0.57rem;
}
footer .footer-link {
  border-bottom: 1px solid #3365a0;
}
footer .footer-link .layout {
  display: flex;
  color: #fff;
  height: 2.23rem;
  min-height: 135px;
}
footer .footer-link .layout .title {
  height: 100%;
  width: 50px;
  font-size: 26px;
  border-right: 1px solid #456385;
  text-align: center;
  display: flex;
  align-items: center;
}
footer .footer-link .layout .links {
  flex: 1;
  height: 100%;
}
footer .footer-link .layout .links ul {
  height: 100%;
}
footer .footer-link .layout .links .link-item {
  float: left;
  width: 14.28%;
  height: 100%;
  border-right: 1px solid #456385;
  box-sizing: border-box;
}
footer .footer-link .layout .links .link-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-link .layout .links .link-item a img {
  width: 0.98rem;
  height: 0.98rem;
}
footer .footer-link .layout .links .link-item a .name {
  font-size: 20px;
  line-height: 40px;
  margin-top: 0.19rem;
  color: #fff;
}
footer .footer-link .layout .links .link-item:hover a img {
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  /* Safari 和 Chrome */
  -moz-transform: rotateY(360deg);
}
footer .footer_top {
  padding-top: 0.19rem;
  padding-bottom: 0.06rem;
}
footer .footer_top .ewm {
  float: left;
  width: 30.4%;
}
footer .footer_top .logo {
  float: left;
  padding-top: 0.3rem;
  width: 3.69rem;
  height: 0.89rem;
}
footer .footer_top .logo a {
  display: block;
}
footer .footer_top .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .footer_top .line {
  float: left;
  width: 1px;
  background: url(../images/line.png) no-repeat center;
  height: 1.76rem;
}
footer .footer_top .contact {
  float: left;
  color: #fff;
  width: 50.2%;
     padding: 0.15rem 0.7rem 0 0.7rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer_top .contact .title span {
  font-size: 24px;
  line-height: 0.42rem;
  display: block;
  margin-bottom: 0.06rem;
}
footer .footer_top .contact .detail-main {
  /* float: left; */
}
footer .footer_top .contact .icon {
  display: flex;
      display: none;
}
footer .footer_top .contact .icon .icon1 {
  margin-right: 0.21rem;
}
footer .footer_top .contact .icon .icon-con {
  position: relative;
  cursor: pointer;
}
footer .footer_top .contact .icon .icon-con .con_ewm {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 10px;
  z-index: 99999;
  background: #fff;
  bottom: 55px;
  left: -40px;
  box-sizing: border-box;
}
footer .footer_top .contact .icon .icon-con .con_ewm::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 51px;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
}
footer .footer_top .contact .icon .icon-con .con_ewm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer_top .contact .info p {
  font-size: 16px;
  line-height: 32px;
}
footer .attention {
  float: right;
  width: 16%;
  display: flex;
  justify-content: center;
  margin-top: 0.16rem;
}
footer .attention .attention-news .pic {
    display: flex;
}
footer .attention .attention-news .pic img {
  width: 1.01rem;
  height: 1.01rem;
  object-fit: cover;
}
footer .attention .attention-news .pic .pic-box:nth-child(2) {
   margin-left:0.3rem;
}
footer .attention .attention-news .title {
  font-size: 14px;
  line-height: 34px;
  margin-top: 0.06rem;
  color: #fff;
  text-align: center;
}
footer .copyright {
  color: #fff;
  line-height: 26px;
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
footer .copyright .space {
  padding: 0 10px;
}
footer .copyright i {
  font-style: normal;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  color: #fca311;
}

@media screen and (max-width: 1300px) {
  footer .footer-link .layout .title {
    width: 42px;
    font-size: 24px;
  }
  footer .footer-link .layout .links .link-item a .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1245px) {
footer .footer_top .contact {
padding: 0.15rem 0.3rem 0 0.3rem;
}
}
@media screen and (max-width: 1100px) {
footer .footer_top .ewm {
width: 25.4%
}
footer .footer_top .contact {
    width: 56.2%;
}
}
@media screen and (max-width: 1000px) {
  .footer_top .line {
    display: none;
  }
  footer .footer_top .contact,
  footer .footer_top .ewm,
  footer .footer_top .attention {
    float: none;
    width: 100%;
  }
  .footer_top {
    padding-left: 30%;
  }
  footer .footer_top .contact {
    padding: 0;
    margin-top: 15px;
  }
footer .footer_top .contact .ab {
width: 100%;
margin-bottom: 20px;
}
  footer .footer_top .contact .title span {
    font-size: 22px;
    line-height: 36px;
  }
  footer .footer_top .contact .icon {
    margin-top: 8px;
    margin-bottom: 15px;
  }
  footer .footer_top .contact .detail-main {
    float: none;
    width: 100%;
  }
  footer .footer_top .attention {
    justify-content: start;
  }
  footer .footer_top .logo {
    width: 19em;
    height: auto;
  }
  footer .attention .attention-news .pic img {
    width: 85px;
    height: 85px;
  }
  footer .attention .attention-news .title {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer_top {
    padding-left: 20%;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-link .layout .links .link-item a img {
    width: 50px;
    height: 50px;
  }
  footer .footer-link .layout .links .link-item a .name {
    font-size: 16px;
  }
  footer .footer-link .layout .title {
    width: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  footer .footer-link {
    padding: 10px 0;
  }
  footer .footer-link .layout {
    min-height: auto;
    height: auto;
    align-items: center;
  }
  footer .footer-link .layout .title {
    width: auto;
    border-right: none;
  }
  footer .footer-link .layout .links {
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  footer .footer-link .layout .links .link-item {
    width: auto;
    height: auto;
    padding: 0 10px;
    border-right: none;
  }
  footer .footer-link .layout .links .link-item a img {
    display: none;
  }
  footer .footer-link .layout .links .link-item a {
    display: block;
  }
  footer .footer-link .layout .links .link-item a .name {
    margin-top: 0;
  }
}
@media screen and (max-width: 530px) {
  .footer_top {
    padding-left: 10%;
  }
}
@media screen and (max-width: 430px) {
  footer .footer_top .logo {
    width: 16em;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-link .layout .title,
  footer .footer_top .contact .title span {
    font-size: 20px;
  }
  footer .footer-link .layout .links .link-item a .name,
  footer .footer_top .contact .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .footer_top {
    padding-left: 0%;
  }
}
.fiexds {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 100;display: none
}
.fiexds p {
    width: 66px;
    height: 66px;
    text-align: center;
    padding: 10px;
}
.fiexds p:first-child {
    background-color: #003f88;
}
.fiexds p span {
    color: #ffffff;
    font-size: 16px;
    font-family: '微软雅黑';    line-height: 2;
}