@charset "utf-8";

/* 头部 */
.header-wrap{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.8s ease;
}
.header-wrap.fix{
    position: fixed;
}
.header {
  position: relative;
  z-index: 999;
  transition: all 0.8s ease;
}
.header-wrap .header_top>a img{width: 100%;transition: .5s;}
.header-wrap.on,.header-wrap.fix{background: #FFF;}
.header-wrap.on .header,.header-wrap.fix .header{background: #1c6eba;}
.header-wrap.fix .header_top>a img{width: 90%;}
.mark{
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    background: url(../images/mark.png) no-repeat;
    background-repeat: repeat-x;
    z-index: 50;
}
.header_top {
  display: flex;
  align-items: center;
  padding: 15px 0;
  z-index: 99;
  justify-content: space-between;
}

.header_more {
  display: flex;
  align-items: center;
}

.header_more a {
  color: #fff;
}

.header_more a::after {
  content: "|";
  margin: 0 17px;
  font-size: 16px;
  font-weight: 100;
}

.header_more div {
  display: flex;
  width: 310px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.header-wrap.on .header_more div,.header-wrap.fix .header_more div{
    border: 1px solid #8ac7ff;
}
.header_more div input {
  height: 35px;
  background: transparent;
  border-radius: 20px;
  color: #fff;
}
.header_more div input::placeholder{color:#d8dcdf}
.header_more div input:first-child {
  width: 100%;
  padding: 0 40px 0 20px;
}
.header-wrap.on .header_more div input::placeholder,.header-wrap.fix .header_more div input::placeholder{
    color:#7fbbf2
}
.header_more div input:last-child {
  margin-left: -40px;
  cursor: pointer;
  width: 40px;
  font-size: 0;
  background-image: url(../images/magnifyingGlass.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_btm {
  height: 60px;
  background: #0d3076;
}

.nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-ul li {
  flex: 1;
  display: inline-block;
  position: relative;
}

.nav-ul>li:first-child a {
  background: #ff9500;
  font-weight: bold;
}

.nav-ul li:hover {
  background: #ff9500;
  transition: background-color 0.3s ease;
}

.nav-ul li:hover>a {
  font-weight: bold;
}

.menu-toggle,
.menu-items li a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
}

.menu-items {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #193b7d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.menu-items li {
  width: 100%;
  line-height: 60px;
  transition: background-color 0.3s;
}

.seach_menu {
  display: none;
  align-items: center;
}

.seach_menu a {
  display: block;
  background-size: contain;
}

.seach_menu .seach {
  width: 20px;
  height: 24px;
  background-image: url(../images/fdj.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  background-size: contain;
}

.seach_menu .menu span {
  display: block !important;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
}

.seach_menu .menu span:last-child {
  margin-bottom: 0px;
}

.footer {margin-top: 40px;}

.links {
  background: #1664AD;
}

.links .w1400 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.links .w1400 p,
.links .w1400 li a {
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.links .w1400 li {
  margin: 0 25px;
}

.footer_main {
  background: #1c6eba;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
}
.footer_top .ewm{
    width: 8rem;
    margin-right: -320px;
}
.footer_top .ewm img{
    width: 100%;
}
.footer_top div p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: right;
  margin: 0;
}
.footer_bottom{
  border-top: 1px solid #1664AD;
  padding: 15px 0;
  color: #555;
}
.footer_bottom p{
  font-size: 15px;
  color: #a1c3e4;
  line-height: 25px;
  text-align: center;
  margin: 0;
}
.footer_bottom a{
  color: #a1c3e4;

}
@media (max-width: 1650px) {
  .header_top {
    width: 100%;
    padding: 25px 4%;
  }

  .nav-ul {
    width: 100%;
    padding: 0 4%;
  }
}

@media (max-width: 1500px) {
  .footer_main .w1400,
    .links .w1400{
width:100%;
    padding:0 3%;
}
    .footer_top .ewm{
    width: 8rem;
    margin-right: 0px;
}
}

@media (max-width: 1300px) {
    .footer_top a{
    width: 50%;
}
        .footer_top a img{
    width: 100%;
}
.footer_top .ewm{
    width: 8rem;
    margin-right: -70px;
}
    }
@media (max-width: 1200px) {

  .red {
    display: block;
    position: absolute;
    right: -120%;
    top: 120px;
    height: calc(100vh - 120px);
    overflow: auto;
  }

  .seach_menu {
    display: flex;
  }

  .header_btm {
    display: none;
  }

  .header_more {
    display: none;
  }

  .menu span {
    transition: transform 0.3s ease;
  }

  .menu span:first-child {
    margin-top: 0;
  }

  .menu.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg);
    margin-top: 9px;
  }

  .menu.open span:nth-child(2) {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -9px;
  }

  .menu.open span:nth-child(3) {
    opacity: 0;
  }
.header-wrap{
    background: #1c6eba !important;
    position: relative !important;
}
  .mark{display:none}
  .header_top {
    padding: 25px 3%;
    height: 120px;
  }
.header{
  /* position:fixed; */
  top:0;
  width:100%;
  }
}

@media (max-width: 1024px) {
  .header_top {
    height: 110px;
  }

  .red {
    top: 110px;
    height: calc(100vh - 110px);
  }

  .header_top>a img {
    height: 70px;
    width: auto;
  }
  .footer_top{
    display:block;
  }
    .footer_top .ewm{
    margin: 30px auto 0;
}
  .footer_top a img{
    display:block;
    margin:0 auto;
    max-width:100%;
  }
   .footer_top div{
     margin-top:30px;
   }
   .footer_top div p{
   text-align:center;
  }
    
}
@media (max-width:860px) {
    .header_top>a img {
    width: 80%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .header_top {
    padding: 25px 2%;
    height: 100px;
  }

  .red {
    width: 100%;
    top: 100px;
    height: calc(100vh - 100px);
  }

  .header_top>a {
    display: block;
    width: 75%;
    height: auto;
  }

  .header_top>a img {
    width: 100%;
    height: 100%;
  }
    .footer_top{
    padding: 15px 0;
}
    .footer_bottom{
    padding: 15px 0;
}
    .footer_bottom p{font-size:13px}
    .footer_top div{
    margin-top: 10px;
}
    .footer_top div p{
    font-size: 13px;
}
    .links .w1400{
    display: block;
    padding: 10px 3%;
    }
    .links .w1400 li a{
    display: block;
    line-height: 32px;
    font-size: 13px;
}
    .links .w1400 li{
    margin: 0 0;
    line-height: 10px;
}
}

@media (max-width: 540px) {
  .header_top {
    height: 70px;
  }

  .red {
    top: 70px;
    height: calc(100vh - 70px);
  }

  .seach_menu .seach {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .header_top {
    height: 60px;
  }

  .red {
    top: 60px;
    height: calc(100vh - 60px);
  }

  .search-box .text {
    height: 45px;
  }

  .search-box .btn {
    height: 45px;
  }
}