/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 15px;
}

.m-logo img {
  height: 30px;
}

.m-top .btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 60px;
  padding: 22px 10px 0 10px;
  text-align: center;
}

.m-top .btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
  margin: 4px 0;
}

.cross span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
  opacity: 0;
}

.cross span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

header {
  position: absolute;
  z-index: 99;
  right: -150px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 86px;
  background: #333;
}
.logo {
  display: none;
}
header li a {
  display: block;
  font: 400 16px/36px "微软雅黑";
  color: #fff;
  text-align: center;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
}
.fix-head {
  display: none;
}
@media (min-width: 1200px) {
  header {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
  }

  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2.5vw;
  }

  .logo {
    display: block;
  }
  .logo img {
    width: 10vw;
  }

  .nav ul {
    display: flex;
  }

  .nav ul li {
    padding: 0.8vw 1.4vw;
    background: url(../images/nav_li_line.png) no-repeat 0 center;
  }

  .nav ul li:nth-child(1) {
    background: none;
  }

  .nav ul a {
    display: block;
    padding: 1vw 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }

  .nav ul a span {
    display: block;
    transition: 0.6s;
  }

  .nav ul a:hover {
    color: #c00029;
    background: url(../images/nav_li_en.png) no-repeat center 0;
  }

  .nav ul a:hover span {
    transform: translate3d(0, 0.5vw, 0);
  }

  .tel {
    padding-left: 2.4vw;
    background: url(../images/tel.png) no-repeat 0 center/2.3vw;
  }

  .tel span {
    display: block;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #000;
  }

  .tel p {
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #c00029;
  }

  .nav-btn {
    position: relative;
    z-index: 100;
    text-align: center;
    cursor: pointer;
  }

  .nav-btn span {
    display: block;
    width: 20px;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }

  .nav-btn span:nth-child(2) {
    margin: 4px 0;
  }

  .fix-head {
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10vw 0 0;
    background: url(../images/head_font.png) no-repeat 3vw bottom/58vw,
      url(../images/head_bg.jpg) no-repeat center 0 / cover;
  }
  .fix-head-box {
    width: 62.5vw;
    margin: 0 auto;
  }
  .fix-head-navtion {
    padding: 0 0 1.5vw;
    font-size: 1.5vw;
    line-height: 2vw;
    color: #c00029;
    text-transform: uppercase;
    border-bottom: 2px solid #dedede;
  }
  .fix-head-ul {
    display: flex;
    justify-content: space-between;
  }
  .fix-head-li {
    padding: 0 1px;
  }
  .fix-head-name {
    padding: 2vw 0 0;
  }
  .fix-head-name a {
    display: block;
    font-size: 1.2vw;
    line-height: 2vw;
    color: #c00029;
  }
  .fix-head-li ul {
    padding: 1vw 0 0;
  }
  .fix-head-li ul li {
    padding: 0 0 0.2vw;
  }
  .fix-head-li ul a {
    display: block;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #000;
  }
  .fix-head-li ul a:hover {
    color: #c00029;
  }
}

/* public */

.public {
  position: relative;
  padding: 0.6rem 0 1.4rem;
  border-top: 3px solid #be2828;
}

.public-logo {
  text-align: center;
}

.public-logo img {
  width: 2.8rem;
}

.public-tel {
  width: 5.2rem;
  padding: 0.2rem 0 0;
  margin: 0 auto;
  text-align: right;
  color: #000;
}

.public-tel span {
  font-size: 14px;
  line-height: 18px;
}

.public-tel p {
  font-size: 16px;
  line-height: 24px;
}

.public-nav ul {
  display: none;
}

.public-ewm ul {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
}

.public-ewm ul li {
  padding: 0 0.1rem;
}

.public-ewm ul li i {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  text-align: center;
}

.public-ewm ul li i img {
  width: 100%;
}

.public-ewm ul li p {
  margin: 0.1rem 0 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.public-font {
  margin: 1vw 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
}

.public-slide {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  height: 1.36rem;
  padding: 0.4rem 0 0 0.2rem;
  background: url(../images/public_shape.png) no-repeat 0 bottom/1.48rem;
}

.slide-tel {
  padding-left: 0.6rem;
  background: url(../images/public_tel.png) no-repeat 0 center/0.48rem;
}

.slide-tel span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.slide-tel p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #c00029;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
  background: #333333;
}

footer p {
  padding: 0 2px;
  color: #686464;
}

footer a {
  padding: 0 2px;
  color: #686464;
}
@media (min-width: 1200px) {
  .public {
    position: relative;
    padding: 3vw 0;
    border-top: 0.5vw solid #be2828;
  }

  .public-logo {
    text-align: center;
  }

  .public-logo img {
    width: 13.2vw;
  }

  .public-tel {
    width: 18vw;
    padding: 1vw 0 0;
    margin: 0 auto;
    text-align: right;
    color: #000;
  }

  .public-tel span {
    font-size: 0.9vw;
    line-height: 1vw;
  }

  .public-tel p {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .public-nav {
    padding: 3vw 0;
  }

  .public-nav ul {
    display: flex;
    justify-content: center;
  }

  .public-nav ul li {
    padding: 0.4vw 1.4vw;
    background: url(../images/nav_li_line.png) no-repeat 0 center;
  }

  .public-nav ul li:nth-child(1) {
    background: none;
  }

  .public-nav ul a {
    display: block;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }
  .public-nav ul a:hover {
    color: #c00029;
  }

  .public-ewm ul {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .public-ewm ul li {
    padding: 0 3vw;
  }

  .public-ewm ul li i {
    display: block;
    width: 5.6vw;
    margin: 0 auto;
    padding: 0.2vw;
    border: 1px solid #000;
  }

  .public-ewm ul li i img {
    width: 5.2vw;
  }

  .public-ewm ul li p {
    width: 5.4vw;
    margin: 0.6vw auto 0;
    padding: 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0.8vw;
  }

  .public-font {
    margin: 1vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
  }

  .public-slide {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    height: 6.8vw;
    padding: 3vw 0 0 1vw;
    background: url(../images/public_shape.png) no-repeat 0 bottom/7.4vw;
  }

  .slide-tel {
    padding-left: 2.5vw;
    background: url(../images/public_tel.png) no-repeat 0 center/2.4vw;
  }

  .slide-tel span {
    display: block;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  }

  .slide-tel p {
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #c00029;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  }

  footer {
    display: flex;
    justify-content: center;
    padding: 0.8vw 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    background: #333333;
  }

  footer p {
    padding: 0 5px;
    color: #686464;
  }

  footer a {
    padding: 0 5px;
    color: #686464;
  }
}
