body {
  font-size: 16px;
  min-height: 100%;
  background: #fff;
}

@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
.main-box {
  width: 100%;
  background: url(../images/header-bg.png) center center / cover;
  background-color: #003f88;
}
.main-box .header {
  width: 100%;
  padding-top: 0.3rem;
  background: url(../images/header-icon.png) no-repeat right 1.8rem bottom;
}
.main-box .header .nav {
  display: flex;
  justify-content: space-between;
}
.main-box .header .nav .logo {
  float: left;
  width: 5.84rem;
}
.main-box .header .nav .logo a {
  display: block;
  width: 100%;
}
.main-box .header .nav .logo a img {
  width: 100%;
  object-fit: cover;
}
.main-box .header .link {
  font-size: 0.22rem;
  color: #fff;
  text-align: right;
  padding-top: 0.28rem;
  margin-left: 0.19rem;
}
.main-box .header1 .link {
  padding-top: 0;
}
.main-box .header .link a {
  font-size: 0.22rem;
  color: #fff;
  padding: 0 0.05rem;
}
.main-box .header .link .search {
  width: 0.2rem;
  height: 0.19rem;
  min-width: 15px;
  min-height: 14.25px;
}
.main-box .header .link .search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-box .header .menu {
  float: right;
}
.main-box .header .menu .menu_item {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.16rem;
}
.main-box .header .menu .menu_item > a {
  display: block;
  padding: 0.32rem 0 0.29rem;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.main-box .header .menu .menu_item > a p {
  padding-bottom: 0.27rem;
  border-bottom: 2px solid transparent;  
  transition: all 0.3s;
}
.main-box .header .menu .menu_item:hover > a p{
  border-bottom-color: #fff;
}
.main-box .header .menu .menu_item .drow_down {
  opacity: 0;
  width: 1.85rem;
  min-width: 160px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 0 0 0.15rem 0.15rem;
  overflow: hidden;
}
.main-box .header .menu .menu_item .drow_down a {
  display: block;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.main-box .header .menu .menu_item .drow_down a:last-child {
  border-bottom: none;
}
.main-box .header .menu .menu_item .drow_down a:hover {
  color: #fff;
  background-color: #0963bd;
}
.main-box .header1 {
  padding-top: 0rem;
  height: auto;
  display: none;
}
.main-box .header1 .nav {
  padding: 1em 0;
}
.main-box .header1 .layout {
  padding: 0 3%;
  background-color: #003f88;
}
.main-box .header1 .menu1 .search {
  width: 1.7375em;
  height: 1.7em;
  margin-right: 5px;
}
.main-box .header1 .menu1 .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
.main-box .header1 .menu1 .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 .header1 .menu1 .icon .inner {
  min-width: 26px;
  width: 1.625em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.main-box .header1 .menu1 .icon .inner .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 .header1 .menu1 .icon .inner .line:nth-child(2n) {
  margin: 6px 0;
}
.main-box .header1 .menu1 .on .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.main-box .header1 .menu1 .on .line:nth-child(2) {
  opacity: 0;
}
.main-box .header1 .menu1 .on .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.main-box .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 .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
.main-box .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
.main-box .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 1.125em;
  line-height: 3.5em;
  position: relative;
}
.main-box .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.main-box .banner {
  width: 100%;
  height: 4.31rem;
  margin-top: 0.3rem;
  position: relative;
}
.main-box .banner .mySwiper {
  width: 12.9rem;
  margin-left: 0;
  height: 100%;
}
.main-box .banner .mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.main-box .banner .mySwiper .swiper-slide .slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.main-box .banner .mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-box .banner .mySwiper .swiper-slide a .img {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}
.main-box .banner .mySwiper .swiper-pagination {
  bottom: 27px;
  z-index: 999;
}
.main-box .banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: none;
  border: 1px solid #fff;
}
.main-box .banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #fff;
}
.main-box .banner .swiper-button-next,
.main-box .banner .swiper-container-rtl .swiper-button-prev {
  top: auto;
  bottom: 29px;
  width: 17px;
  height: 32px;
  right: 9px;
  background-image: url(../images/banner-next.png);
  background-size: 100% 100%;
}
.main-box .banner .swiper-button-next:hover,
.main-box .banner .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url(../images/banner-next-h.png);
}
.main-box .banner .swiper-button-prev,
.main-box .banner .swiper-container-rtl .swiper-button-next {
  top: auto;
  bottom: 29px;
  width: 17px;
  height: 32px;
  left: auto;
  right: 60px;
  background-image: url(../images/banner-prev.png);
  background-size: 100% 100%;
}
.main-box .banner .swiper-button-prev:hover,
.main-box .banner .swiper-container-rtl .swiper-button-next:hover {
  background-image: url(../images/banner-prev-h.png);
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  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);
  background-color: #084693;
}
.search_box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.search_box .search_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.search_box form {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 3rem;
  background-color: #fff;
  z-index: 100;
  height: 0.5rem;
}
.search_box form .search {
  width: 2.36rem;
  box-sizing: border-box;
  height: 100%;
  background-color: transparent;
  padding-left: 0.2rem;
  border: none;
}
.search_box form button {
  background-color: #003f88;
  width: 0.5rem;
  padding: 0;
  cursor: pointer;
  height: 100%;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search_box form button img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: cover;
}
footer {
  background: url(../images/footer-bg.png) no-repeat;
  position: relative;
  margin-top: -1.86rem;
    background-size: cover;
}

footer .footer_container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.24rem;
  padding-bottom: 0.21rem;
}
footer .footer_container .layout .logo {
  float: left;
  margin-top: 0.5rem;
  width: 4.76rem;
}
footer .footer_container .layout .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer_container .layout .logo a img {
  width: 100%;
  height: 100%;
}
footer .footer_container .layout .line {
  float: left;
  margin: 0 4.5%;
  height: 1.55rem;
}

footer .footer_container .layout .contact {
  float: left;
  color: #fff;
  margin-top: 0.07rem;
  display: flex;
  align-items: center;
}
footer .footer_container .layout .contact .contact-us{
  margin-right: 0.62rem;
  
}

footer .footer_container .layout .contact .title span {
  font-size: 24px;
  line-height: 42px;
}
footer .footer_container .layout .contact .info p {
  font-size: 16px;
  line-height: 33px;
}
footer .footer_container .layout .contact .ewm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer_container .layout .contact .ewm .pic{
  width: 1.14rem;
  height: 1.15rem;
  min-width: 79.8px;
  min-height: 80.5px;
}
footer .footer_container .layout .contact .ewm .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer_container .layout .ewm .title{
  font-size: 14px;
  line-height: 14px;
  margin-top: 0.18rem;
  text-align: center;
}
footer .footer_container .layout .links {
  float: left;
  margin-top: 0.3rem;
}
footer .footer_container .layout .links .title span {
  font-size: 24px;
  color: #fff;
}
footer .footer_container .layout .links .links_btn {
  margin-top: 0.34rem;
  width: 3.13rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: url(../images/arrow_down.png) no-repeat right 0.17rem center;
  background-size: 0.21rem 0.1rem;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
footer .footer_container .layout .links .links_btn > span {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem 0 0.16rem;
  font-size: 16px;
  color: #939393;
}
footer .footer_container .layout .links .links_btn .links_item {
  display: none;
  width: 100%;
  bottom: 0.5rem;
  background: #fff;
  position: absolute;
  max-height: 2rem;
  overflow-y: scroll;
}
footer .footer_container .layout .links .links_btn .links_item a {
  padding: 0 0.5rem 0 0.16rem;
  width: 100%;
  height: 0.5rem;
  display: block;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .copyright {
  color: #fff;
  line-height: 26px;
  padding: 19px 0;
  text-align: center;
  font-size: 16px;
}
footer .copyright .space {
  padding: 0 10px;
}
footer .copyright i {
  font-style: normal;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  color: #2681d7;
}

@media screen and (max-width: 1460px) {
  .layout {
    max-width: 100%;
    padding: 0 3%;
  }
  footer {
    background-size: auto;
  }
  footer .footer_container {
    padding-top: 0.21rem;
  }
  footer {
    background: #003f88;
  }
}
@media screen and (max-width: 1300px) {
  .main-box .header .menu .menu_item > a {
    font-size: 18px;
  }
  footer .footer_container .layout .contact .title span {
    font-size: 22px;
    line-height: 38px;
  }
  footer .footer_container .layout .links .title span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer_container .layout .line {
    margin: 0 4%;
  }
}
@media screen and (max-width: 1170px) {
  .main-box .header .nav .logo {
    width: 5.5rem;
  }
  .main-box .header .menu .menu_item > a {
    padding-top: 0.26rem;
  }
  .main-box .header .menu .menu_item {
    padding: 0 0.13rem;
  }
}
@media screen and (max-width: 1130px) {
  footer .footer_container .layout .logo {
    width: 4.46rem;
  }
  footer .footer_container .layout .contact .title span,
  footer .footer_container .layout .links .title span {
    font-size: 20px;
  }
  footer .footer_container .layout .contact .contact-us>ul {
    margin-top: 4px;
  }
  footer .footer_container .layout .contact .info p {
    line-height: 28px;
  }
}
@media screen and (max-width: 1070px) {
  .main-box .header .menu .menu_item > a{
    font-size: 16px;
  }
  footer .footer_container .layout .line {
    margin: 0 3.5%;
  }
}
@media screen and (max-width: 1000px) {
  .main-box .header {
    display: none;
  }
  .main-box .header1 {
    display: block;
  }
  .main-box .header1 .nav {
    align-items: center;
  }
}
@media screen and (max-width: 930px) {
  footer .footer_container .layout .contact .info p,
  footer .footer_container .layout .links .links_btn .links_item a,
  footer .footer_container .layout .links .links_btn > span,
  footer .copyright {
    font-size: 14px;
  }
  footer .footer_container .layout .line {
    margin: 0 3%;
  }
}
@media screen and (max-width: 830px) {
  footer .footer_container .footer_top {
    display: flex;
    flex-direction: column;
    padding-left: 30%;
  }
  footer .footer_container .layout .line {
    display: none;
  }
  footer .footer_container .layout .logo {
    width: 55%;
  }
  footer .footer_container .layout .contact .title span, footer .footer_container .layout .links .title span {
    font-size: 18px;
  }
  footer .footer_container .layout .contact {
    /* align-items: flex-start;
    flex-direction: column; */
  }
  footer .footer_container .layout .contact .ewm {
    margin-top: 7px;
  }
  footer .footer_container .layout .links .links_btn {
    min-width: 180px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 620px) {
  footer .footer_container .footer_top {
    padding-left: 22%;
  }
}
@media screen and (max-width: 430px) {
  footer .footer_container .footer_top {
    padding-left: 0;
  }
}