@charset "UTF-8";
.w1400 {
  width: calc(100% - 40px);
  padding: 0 20px;
}

.w1000 {
  width: auto;
}

/* 导航 */
.nav {
  height: 60px;
  line-height: 60px;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav .container .logo {
  width: 175px;
  height: 18px;
}
.nav .container .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.nav .container .menu {
  display: none;
}
.nav .container .menu_m {
  display: block;
}
.nav .container .menu_m .m_nav_btn {
  width: 30px;
  height: 30px;
  display: block;
}
.nav .container .menu_m .m_nav_btn img {
  width: 30px;
  height: 30px;
  display: block;
}
.nav .container .menu_m .m_nav {
  width: 100px;
  background: rgba(0, 30, 77, 0.6);
  position: absolute;
  top: 50px;
  right: 20px;
  display: none;
  z-index: 999;
}
.nav .container .menu_m .m_nav li {
  width: 100px;
  height: 30px;
  border-bottom: 1px dotted #0d52b3;
  margin-left: 0px;
}
.nav .container .menu_m .m_nav li a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.nav .container .langChange {
  display: none;
}
.nav .container .langChange_m {
  display: block;
  display: flex;
  align-items: center;
}
.nav .container .langChange_m select {
  display: block;
  width: 70px;
  height: 24px;
  line-height: 24px;
  background: transparent;
  color: #fff;
  border: 0 none;
}
.nav .container .langChange_m select option {
  background: rgb(0, 30, 77);
  border: 0 none;
  padding-bottom: 0;
}

.nav.active {
  height: 60px;
  line-height: 60px;
}

/*banner原点*/
.slick-dots {
  display: none !important;
}

/* 底部 */
.footer {
  height: 100px;
}
.footer .logo {
  display: flex;
  align-items: center;
  margin: 10px auto 0;
}
.footer .logo img {
  width: 120px;
}
.footer .logo p {
  width: 1px;
  height: 18px;
  background: #fff;
  margin: 0 20px;
}
.footer .footer_text {
  display: none;
}
.footer .footer_m_text {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}/*# sourceMappingURL=base.css.map */
