﻿ul {
  margin-block: 0em;
  padding-inline-start: 0px;
}
.head {
  z-index: 999;
  transition: all 0.3s ease 0s;
  left: 0px;
  right: 0px;
  top: 0px;
  background: url("../images/hbg.png") center center / cover no-repeat
    rgb(255, 255, 255);
}
.head.on {
  margin-bottom: 50px;
}
.head.on .nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
}
.head-top {
  position: relative;
  padding: 38px 0px 45px;
}
.logo {
  float: left;
}
.logo a {
  display: block;
  line-height: 72px;
}
.logo a img {
  vertical-align: middle;
}
.b-top-c {
  line-height: 30px;
  float: right;
}
.b-top {
  line-height: 40px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.b-top-l {
  float: left;
  font-size: 14px;
  color: rgba(229, 229, 229, 0.8);
}
.b-top-r {
  float: right;
  overflow: hidden;
}
.b-top-r > ul {
  line-height: 14px;
  overflow: hidden;
  font-size: 0px;
  text-align: right;
}
.b-top-r > ul > li {
  display: inline-block;
}
.b-top-r > ul > li a {
  font-size: 14px;
  display: block;
  line-height: 14px;
  padding: 0px 20px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.b-top-r > ul > li:last-child a {
  padding-right: 0;
}
.b-top-r > ul > li a img {
  vertical-align: middle;
  margin-top: -2px;
}
.b-top-r > ul > li:first-child a {
  border: none;
}
.b-t-search {
  float: left;
}
.b-t-search > div {
  position: relative;
  border: 1px solid rgb(89, 89, 89);
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0px 10px;
  font-size: 0px;
  background: rgb(55, 53, 53);
}
.b-t-search > div .search-text {
  border: none;
  outline: none;
  line-height: 25px;
  height: 25px;
  width: 125px;
  vertical-align: middle;
  background: none;
  color: rgb(255, 255, 255);
}
.b-t-search > div .search-btn {
  width: 25px;
  height: 25px;
  background: url("../images/search.png") center center no-repeat;
  border: none;
  outline: none;
  vertical-align: middle;
}
.search-btn input {
  display: block;
  width: 20px;
  margin: 10px auto;
}
.search-box {
  float: right;
  width: 240px;
  height: 36px;
  border: 1px solid rgb(205, 136, 136);
  margin-top: 20px;
  border-radius: 5px;
}
.search-box img {
  cursor: pointer;
  vertical-align: middle;
}
.nav-search {
  font-size: 0px;
}
.nav-search-btn {
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
  float: left;
  margin-top: 8px;
}
.nav-search-text {
  width: 210px;
  height: 36px;
  vertical-align: top;
  background: none;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 0px 15px;
  line-height: 28px;
  float: left;
}
.nav-search-text::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.nav {
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 9;
}
.nav > ul {
  font-size: 0px;
}
.nav > ul > li {
  margin-left: 73px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}
.nav > ul > li:first-child {
  margin-left: 0px;
  border: 0px;
}
.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: rgb(51, 51, 51);
  text-align: center;
  position: relative;
}
.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 0px;
  height: 2px;
  background: rgb(147, 3, 3);
  transition: all 0.3s ease 0s;
}
.nav > ul > li.on > div {
}
.nav > ul > li.on > a::after {
  width: 100%;
}
.nav > ul > li.active > a {
  color: rgb(147, 3, 3);
}
.nav > ul > li:hover > a {
  color: rgb(147, 3, 3);
}
.nav > ul > li:hover > a::after {
  width: 100%;
}
.nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}
.nav > ul > li > div > ul {
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  line-height: normal;
}
.nav > ul > li > div > ul > li a {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease 0s;
  color: rgb(51, 51, 51);
}
.nav > ul > li > div > ul > li:hover {
  background-color: rgb(147, 3, 3);
}
.nav > ul > li > div > ul > li:hover a {
  color: rgb(255, 255, 255);
}
.top {
  max-width: 1920px;
  margin: 0px auto;
  position: fixed;
  right: 10px;
  top: 18px;
  width: 25px;
  height: 25px;
}
.top > img {
  display: block;
  width: 100%;
}
.wap-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99999;
  font-size: 0px;
}
.wap-menu img {
  height: 25px;
}
.close-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.footer {
  background: url("");
}
.footer .foo1 {
  background: url("../images/foo1bg.png") center center / cover no-repeat;
  font-size: 0px;
}
.footer .foo1 .foo1t {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(190, 91, 100);
}
.footer .foo1 h4 {
  font-size: 15px;
  line-height: 18px;
  color: rgb(244, 223, 225);
  display: inline-block;
}
.footer .foo1 a {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: rgb(244, 223, 225);
  padding-left: 13px;
  padding-right: 13px;
  border-right: 1px solid rgb(244, 223, 225);
}
.footer .foo1 a:hover {
  font-weight: bold;
}
.footer .foo1 a:last-child {
  border: 0px;
}
.foo1bl {
  float: left;
  margin-top: 30px;
}
.foo1bl p {
  font-size: 15px;
  line-height: 35px;
  color: rgb(244, 223, 225);
}
.foo1br {
  float: right;
}
.ewm {
  font-size: 0px;
  margin-top: 25px;
}
.ewm img {
  display: block;
  width: 100%;
  margin-bottom: 13px;
}
.xgd {
  width: 105px;
  display: inline-block;
}
.xgdmy {
  width: 105px;
  display: inline-block;
  margin-left: 45px;
}
.ewm p {
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: rgb(244, 223, 225);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.foo2 {
  position: relative;
  background: url("../images/foo2.png") center center / cover no-repeat;
  font-size: 0px;
  line-height: 55px;
  border-top: 2px solid rgb(202, 127, 133);
}
.foo2 p {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 15px;
  color: rgb(244, 223, 225);
  line-height: 55px;
}
.foo2 span {
  float: right;
  font-size: 15px;
  color: rgb(244, 223, 225);
  line-height: 55px;
}
@media screen and (max-width: 1450px) {
  .nav > ul > li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1320px) {
  .nav > ul > li {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .nav > ul > li {
    margin-left: 35px;
  }
  .nav > ul > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1080px) {
  .nav > ul > li {
    margin-left: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .foo2 {
    text-align: center;
    font-size: 0px;
    line-height: 20px;
  }
  .foo2 p {
    position: static;
    left: 0px;
    transform: translateX(0px);
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
  }
  .foo2 span {
    display: inline-block;
    float: none;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .footer .foo1 a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .foo1bl {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .foo1br {
    float: none;
    text-align: center;
  }
  .ewm p {
    margin-bottom: 15px;
  }
}