html {
  font-size: 7.2px;
}
@media (min-width: 360px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 378px) {
  html {
    font-size: 8.8px;
  }
}
@media (min-width: 405px) {
  html {
    font-size: 9.6px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 10.4px;
  }
}
@media (min-width: 450px) {
  html {
    font-size: 11.2px;
  }
}
@media (min-width: 486px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 513px) {
  html {
    font-size: 12.8px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 13.6px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 603px) {
  html {
    font-size: 14.4px;
  }
}
@media (min-width: 630px) {
  html {
    font-size: 14.8px;
  }
}
@media (min-width: 666px) {
  html {
    font-size: 15.2px;
  }
}
@media (min-width: 702px) {
  html {
    font-size: 15.6px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
.navbar {
  padding: 1rem !important;
}
#logo {
  height: 3.9375rem;
}
#logo .logo-text {
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}
#logo .logo-text .t {
  margin-top: 1rem;
  color: #004ea7;
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 0;
}
#logo .logo-text .s {
  margin-top: 0.92rem;

  color: #004ea7;
  font-size: 0.83rem;
  font-weight: bold;
  line-height: 0;
}
#logo img {
  width: 3rem;
  height: 3.6375rem;
}
#topnav .navbar-after {
  display: none;
}
@media (min-width: 762px) {
  #topnav .icon-nav {
    display: none;
  }
  #topnav .navbar-body {
    display: flex;
    position: relative;
    background-color: transparent !important;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
  }
  #topnav .navbar-body > .nav {
    flex-direction: row;
  }
  #topnav .navbar-body > .nav > li > a {
    border-left-width: 0;
    border-top-width: 0;
    color: #000;
    padding: 0.2rem;
    font-size: 16px;
  }
  #topnav .navbar-body > .nav > .active > a {
    color: #3b5995;
  }
  #topnav .navbar-body > .nav > li:hover > .nav {
    position: absolute;
  }
  #topnav .navbar-after {
    border-left-width: 0;
    border-top-width: 0;
  }
}
@media (min-width: 992px) {
  #topnav .navbar-body > .nav > li > a {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1232px) {
  #topnav .navbar-body {
    margin-left: 40px;
  }
  #topnav .navbar-after {
    display: block;
  }
  #topnav .navbar-after p {
    margin: 0;
    font-size: 14px;
    color: #6b6b6b;
  }
  #topnav .navbar-after a {
    color: #004ea7;
  }
}
@media (min-width: 1632px) {
  #topnav .navbar-body {
    margin-left: 80px;
  }
  .navbar-body ul > li a {
    display: block;
    padding-left: 2.4rem !important;
  }
}
ul {
  margin: 0;
  padding: 0;
}
a:hover,
a:active {
  color: initial;
}
ul li {
  list-style: none;
}
.top {
  border-bottom: 1px #ccc solid;
}
.top-contact {
  padding-top: 0.25rem;
  padding-right: 1rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0.88rem;
  color: #2e2e2e;
  cursor: pointer;
  padding-bottom: 0.25rem;
}
.top-contact img {
  padding-right: 0.5rem;
}
.top-contact .top-contact-l {
  display: flex;
  align-items: center;
}
.top-contact .top-contact-l img {
  width: 1.6rem;
  height: 1.2rem;
}
.top-contact .top-contact-l i {
  font-style: normal;
  color: red;
}
.top-contact .top-contact-r {
  display: flex;
  align-items: center;
  position: relative;
}
.top-contact .top-contact-r img {
  width: 1.6rem;
  height: 1.2rem;
}
.top-contact .top-contact-r::before {
  content: " ";
  /*background: url("/img/top_line.jpg") center no-repeat;*/
  margin-left: 10px;
  margin-right: 10px;
}
.top-contact .top-contact-r .top-text {
  padding-right: 0.4rem;
}
.top-contact .top-contact-r .erweima {
  position: absolute;
  top:2.2rem;left: 0.5rem; display: none; z-index:99;background-color: #fff;padding: 1rem;
}
.top-contact-r:hover>.erweima {
  display: block;
}

footer {
  padding-top: 5rem;
  background-color: #282828;
}
footer .ml {
  margin-left: 1rem;
}
footer .footer-logo .t {
  margin-top: 1rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 0;
}
footer .footer-logo .b {
  margin-top: 1.42rem;

  color: #fff;
  font-size: 0.83rem;
  font-weight: bold;
}
footer .footer-top {
  padding-bottom: 4.6rem;
}

footer .footer-logo {
  padding-right: 3.5rem;
  padding-top: 1.3rem;
  padding-left: 1rem;
}

footer .footer-logo .logo-sub {
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  color: #c9cfd2;
}

footer .footer-logo .logo-sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.38rem;
  background-color: #eef5fc;
  box-shadow: 0rem 0.19rem 0.23rem 0.03rem rgba(36, 90, 144, 0.22);
  margin: 10px 0;
  border: solid 0rem #000000;
}

footer .footer-list {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}

footer .footer-list .footer-nav-tit {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-weight: 600;
  color: #fffefe;
  margin-bottom: 1.2rem;
}

footer .footer-list ul li {
  margin-top: 1rem;
}

footer .footer-list ul li a {
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  color: #b4b4b4;
}

footer .footer-list ul li:first-child {
  margin-top: 0;
}

footer .footer-contact {
  padding-left: 2rem;
}

footer .footer-contact p {
  font-size: 0.92rem;
  line-height: 1.25rem;
  color: #949393;
}
footer .footer-contact a {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25rem;
  color: #949393;
  margin-bottom: 1rem;
}
footer .line {
  border-left: 2px solid #313135;
}

@media (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  .footer-logo {
    padding: 4.8rem !important;
  }
  .footer-logo .logo-sub {
    font-size: 2rem !important;
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-top .footer-contact {
    text-align: center;
    padding: 2rem;
  }
  footer .footer-top .footer-contact p {
    font-size: 1.5rem;
  }
  .footer-list {
    display: none !important;
  }
  .copyright {
    font-size: 1.5rem !important;
  }
  .footer-bottom {
    padding: 2rem;
  }
  footer .footer-logo .t {
    margin-top: 1.9rem;
    color: #fff;
    font-size: 5.6rem;
    font-weight: bolder;
    line-height: 0;
  }
  footer .footer-logo .b {
    margin-top: 2.92rem;
    color: #fff;
    font-size: 1.83rem;
    font-weight: bold;
  }
}

footer .footer-bottom {
  border-top: 1px solid #434343;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom .copyright {
  text-align: center;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  color: #b4b4b4;
}
footer .footer-bottom .copyright a {
  margin-left: 2rem;
  color: #b4b4b4;
}

@media (min-width: 768px) and (max-width: 1260px) {
  .footer-nav {
    margin-top: 2rem;
  }
  .footer-wx {
    margin: 2rem auto;
  }
  .ml {
    margin-left: 0.5rem !important;
  }
  footer .footer-logo .t {
    margin-top: 0.9rem;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bolder;
    line-height: 0;
  }
  footer .footer-logo .b {
    margin-top: 0.7rem;
    color: #fff;
    font-size: 0.64rem;
    font-weight: bold;
  }
}
/* 底部表单 */
.bottom-contact {
  margin: 0;
  background: url("/template/posui/img/product/contact-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 4.6rem;
  padding-bottom: 3.88rem;
}
.bottom-contact .l-top i {
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #e5e5e5;
}
.bottom-contact .l-top h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}
.bottom-contact .l-top p {
  font-size: 1.19rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #e0e0e0;
}
.bottom-contact .l-bottom {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 3.3rem;
}
.bottom-contact .l-bottom li {
  color: #e0e0e0;
}
.bottom-contact .l-bottom li a {
  color: #e0e0e0;
}
.bottom-contact .l-bottom li img {
  width: 3.2rem;
  padding: 1rem;
}
.bottom-contact .grid {
  justify-content: space-between;
}
.bottom-contact .contact-bg {
  width: 100%;
  height: 22.19rem;
  background-color: rgba(73, 109, 146, 0.55);
  padding-top: 2.26rem;
  padding-left: 3.06rem;
  padding-right: 2.94rem;
}
.bottom-contact .contact-bg p {
  line-height: normal;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #ffffff;
}
.bottom-contact .contact-bg form label {
  font-size: 0.88rem;
  letter-spacing: 0rem;
  color: #ffffff;
  margin-top: 2rem;
  width: 100%;
  text-align: right;
  padding-right: 1.5rem;
}
.bottom-contact .contact-bg form input {
  width: 100%;
  border-radius: 0.3rem;
  border: none;
  margin-top: 2rem;
  height: 2rem;
}
.bottom-contact .contact-bg form .flex-c {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.bottom-contact .contact-bg form .flex-c button {
  color: #2c4f9f;
  padding: 0.44rem 2.63rem;
}
