@font-face {
  font-family: Roboto-Condensed;
  src: url('../fonts/Roboto-Condensed.ttf');
}
/* 头部 */
.header {
  height: 1.26rem;
  line-height: 1.26rem;
  background: #213e84;
}
.header .logo {
  width: 6.55rem;
  font-size: 0;
}
.header .logo img {
  width: 100%;
}
.header .right {
  float: right;
  margin-top: 0.4rem;
}
.header .right .search {
  float: left;
}
.header .right .search form {
  width: 3.18rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0;
  border-radius: 0.23rem;
  background-color: #fff;
  overflow: hidden;
}
.header .right .search input,
.header .right .search button {
  border: none;
  height: 100%;
}
.header .right .search input {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.65rem;
  font-size: 0.18rem;
  box-sizing: border-box;
}
.header .right .search button {
  width: 0.6rem;
  padding: 0;
  margin-left: -0.6rem;
  cursor: pointer;
  background: #fff;
}
.header .right .search button img {
  width: 0.24rem;
}
.header .right .menu {
  display: none;
  float: left;
  width: 0.4rem;
  margin-top: 0.03rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
/* 导航 */
.nav {
  background-color: #f2f2f2;
}
.nav ul li {
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.nav ul li > a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.46rem;
  color: #000;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
}
.nav ul li:hover {
  background-color: #0080ff;
}
.nav ul li:hover > a {
  color: #fff;
}
.nav ul li .dropdown {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.6rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: hidden;
}
.nav ul li .dropdown a {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.56rem;
  padding: 0 0.05rem;
  border-bottom: 1px solid #e7e7e7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav ul li .dropdown a:hover {
  color: #213e84;
  font-weight: bold;
}
/* 移动端导航 */
.mnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.mnav .contentct {
  float: left;
  width: 40%;
  height: 100%;
  background: #256ca3;
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mnav .contentct .nav-item {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.mnav .contentct .nav-item:hover {
  background: #003f88;
  -webkit-box-shadow: 8px 8px 10px #000;
  box-shadow: 8px 8px 10px #000;
}
.mnav .contentct .nav-item:hover .item-down {
  display: block;
}
.mnav .contentct .nav-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.mnav .contentbl {
  float: left;
  width: 60%;
  height: 100%;
  background: #333;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* 页脚 */
.footer {
  height: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  font-size: 0.14rem;
  background-color: #213e84;
}
.footer .logo {
  width: 6.55rem;
  margin-right: 0.45rem;
  font-size: 0;
}
.footer .logo img {
  width: 100%;
}
.footer .copyright {
  margin-top: 0.38rem;
  padding: 0.06rem 0 0.06rem 0.45rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  border-left: 1px solid #687cac;
}
.footer .copyright a {
  color: #a2bae4;
}
.footer .copyright a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .copyright a img {
  margin-right: 0.05rem;
}
.footer .copyright .space {
  padding: 0 0.05rem;
}
.footer .ewm {
  margin-top: 0.24rem;
  line-height: 0.36rem;
}
.footer .ewm img {
  width: 0.77rem;
}
.footer .ewm p {
  text-align: center;
}
@media screen and (max-width: 1620px) {
  .layout {
    padding: 0 0.3rem;
  }
  .nav ul li > a {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 1220px) {
  .header .right .menu {
    display: block;
  }
  .nav {
    display: none;
  }
  .mnav .contentct .nav-item {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1150px) {
  .footer {
     height: auto;
        padding-bottom: 15px;
  }
  .footer .logo {
         float: none;
  }
  .footer .copyright {
        margin-top: 0;
  }
 .footer .ewm {
        margin-top: 0;
 }
}
@media screen and (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }
  .footer {
    height: auto;
    padding-bottom: 0.3rem;
    font-size: 0.246rem;
  }
  .footer .logo {
    float: none;
    margin: 0 auto;
  }
  .footer .copyright {
    float: none;
    padding: 0;
    border-left: none;
    margin: 0 auto 0.4rem;
  }
  .footer .copyright p {
    line-height: 0.5rem;
    font-size: 0.246rem;
  }
  .footer .ewm {
    float: none;
    width: 1rem;
    margin: 0 auto;
  }
  .footer .ewm img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
.header .logo {
 width: 46%;
}
}
@media screen and (max-width: 500px) {
  .layout {
    padding: 0 10px;
  }
  .header {
    height: 2rem;
  }
  .header .logo {
    width: 100%;
  }
  .header .right {
    margin-top: 0;
  }
  .mnav .contentbl,
  .mnav .contentct {
    width: 50%;
  }
  .mnav .contentct .nav-item {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .footer .logo {
    width: 100%;
  }
  .footer .copyright {
    width: 95%;
    margin-bottom: 0.2rem;
  }
  .footer .copyright p {
    font-size: 0.24rem;
  }
  .footer .copyright .space {
    padding: 0 0.1rem;
  }
  .footer .ewm {
    width: 1.4rem;
  }
  .footer .ewm p {
    line-height: 0.48rem;
    font-size: 0.24rem;
  }
}
