:root {
  --main-color: rgb(18 65 133);
}
@media screen and (min-width: 1200px){
  .container {
    max-width: 1225px;
  }
}
body {
  font-family: Microsoft YaHei;
  position: relative;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
ul, li {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
}
header .top {
  background-color: var(--main-color);
  height: 37px;
}
header .top {
  font-size: 12px;
}
header .top .marks, header .top .marks > * {
  color: var(--bs-white);
  text-decoration: none;
}
header .top .welcome {
  color: var(--bs-white);
  font-size: 12px;
  height: 24px;
}
header .top .tel {
  color: rgb(254, 121, 1);
  font-size: 14px;
}
header .navWrap .logo {
  width: 94px;
}
header .navWrap .cn {
  font-size: 30px;
  font-weight: bolder;
  color: var(--main-color);
}
header .navWrap .en {
  font-size: 19px;
  color: var(--main-color);
}
header .navWrap .nav li {
  text-align: center;
}
header .navWrap .nav li a {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
}
header .navWrap .nav li a.active::after, header .navWrap .nav li a:hover::after {
  content: '';
  border-top: 3px solid rgb(233, 94, 7);
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header .m-navWrap {
  display: none;
}

.indexSwiper {
  height: 560px;
}
.indexSwiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.indexSwiper .swiper-slide img {
  display: none;
}
.indexSwiper .swiper-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.indexSwiper .swiper-title > * {
  margin: 10px 0;
}
.indexSwiper .swiper-title h1 {
  font-size: 60px;
  color: #FD7501;
  font-weight: bolder;
  text-shadow: 2px 2px 0px #fff;
}
.indexSwiper .swiper-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--bs-white);
  font-weight: bolder;
  text-shadow: 2px 2px 0px #000;
}
.indexSwiper .swiper-pagination-bullet {
  background-color: var(--bs-white);
  border: 2px solid #660000;
  width: 15px;
  height: 15px;
}
.indexSwiper .swiper-pagination-bullet-active {
  background-color: #660000;
}

.html5zoo-bullet-wrapper-0 {
  display: flex !important;
  width: 100%;
  text-align: center;
  justify-content: center;
  z-index: 2;
}
.html5zoo-bullet-span {
  background-color: var(--bs-white) !important;
  border: 2px solid #660000;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}
.html5zoo-bullet-span.active {
  background-color: #660000 !important;
}
.html5zoo-timer-0 {
  display: none !important;
}
.banner-html5zoo .swiper-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.banner-html5zoo .swiper-title > * {
  margin: 10px 0;
}
.banner-html5zoo .swiper-title h1 {
  font-size: 60px;
  color: #FD7501;
  font-weight: bolder;
  text-shadow: 2px 2px 0px #fff;
}
.banner-html5zoo .swiper-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--bs-white);
  font-weight: bolder;
  text-shadow: 2px 2px 0px #000;
}

.leftnav {
  width: 240px;
  border: 1px solid rgb(210, 210, 210);
  position: relative;
}
.leftnav .top {
  height: 55px;
  background-color: var(--main-color);
  font-size: 18px;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.leftnav .list {
  margin-top: 1rem;
}
.leftnav .list a {
  display: block;
  border: 1px solid #d4d4d4;
  background-image: linear-gradient(#ffffff, #f2f2f2);
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  margin-bottom: 0.5rem;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 5px;
}
.leftnav .list a:hover {
  color: var(--main-color);
  font-weight: bolder;
}
.leftnav .box {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
  text-align: center;
  color: var(--bs-white);
}
.leftnav .box span {
  font-size: 14px;
}
.leftnav .box p {
  font-size: 24px;
}
.leftnav .box a {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid var(--bs-white);
  color: var(--bs-white);
}

.positions {
  height: 55px;
  border-bottom: 1px solid var(--main-color);
}
.positions img {
  width: 20px;
}
.positions .left .text , .positions .left .text a {
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.positions .right p {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bolder;
}

.pages {
  text-align: center;
}
.pages .page-status {
  display: none;
}
.pages a {
  color: #5a5a5a;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-image: initial;
  padding: 0px 3px;
  margin: 0px 2px;
  font-size: 12px;
}
.pages a.page-num-current {
  color: #fc6e03;
  border: 0;
}

.relate {
  font-size: 12px;
  color: #5A5A5A;
}

.superslide .tempWrap {
  width: 100% !important;
}
.superslide li {
  max-width: 315px;
  padding: 0 5px;
}
.superslide img {
  width: 315px;
  height: 215px;
}
.superslide p {
  max-width: 315px;
  font-size: 12px;
  text-align: center;
  color: #000;
  font-family: SimSun;
}

.aboutPics .boxs {
  /* display: flex; */
  overflow: hidden;
}
.aboutPics .boxs .slideAnime {
  width: 315px;
  float: left;
  clear: both;
}

footer {
  background-color: var(--main-color);
}
footer a {
  color: #fff;
  font-size: 14px;
}
footer a:hover {
  color: #fc6e03;
}
footer a.active {
  color: #fc6e03;
}
footer p {
  color: rgb(217, 217, 217);
  font-size: 14px;
}
footer hr {
  color: #fff;
  opacity: 1;
}
footer .wechat img {
  width: 60%;
}