@charset "utf-8";

.cf::after {
  content: '';
  display: block;
  clear: both;
}
header {
  width:100%;
  height: 98px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all ease .7s;
}
header .header {
  background: #910000;
/*  position: absolute;
  top: -2px;
  left: 0;*/
  height: 100px;
  max-width: 750px;
  text-align: center;
  line-height: 98px;
	margin:0 auto;
	position: relative;
}
header .header img {
  display: block;
}
header .header .logo {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}
header .header .menu {
  float: right;
  margin-top: 22px;
  margin-right: 22px;
}
header .header .back {
  float: left;
  margin-left: 20px;
  margin-top: 22px;
}
header .header span {
  font-size: 48px;
  color: #fff;
}
header .header .menu-show {
  position: absolute;
  top: 100px;
  right: 0;
  background: #141518;
  width: 185px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  overflow: hidden;
  display: none;
  z-index: 111;
}
header .header .menu-show dd {
  width: 185px;
  height: 80px;
  border-bottom: 1px solid #fff;
}
header .header .menu-show dd a {
  color: #fff;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 80px;
}
header .header-index {
  background: #fff;
}
header .footer-hover {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  display: none;
}
.last-bot {
/*  height: 362px;*/
  background:#f6f6f6;
}
.last-bot .ewm-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 370px;
  margin: 0 auto;
  padding-top: 30px;
}
.last-bot .ewm-box .item1 {
  width: 160px;
  text-align: center;
}
.last-bot .ewm-box .item1 .img-box {
  display: flex;
  display: -webkit-flex;
  width: 160px;
  height: 160px;
  border: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 18px;
}
.last-bot .ewm-box .item1 .img-box img {
  display: block;
  width: 140px;
  height: 140px;
  margin: auto;
}
.last-bot .ewm-box .item1 span {
  font-size: 22px;
  color: #838383;
}
.last-bot dl {
  padding: 30px 20px 0 20px;
  overflow: hidden;
}
.last-bot dl dd {
  float: left;
  padding-bottom: 20px;
  margin-right: 30px;
}
.last-bot dl dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.last-bot dl dd p {
  display: inline-block;
  font-size: 24px;
  color: #838383;
  vertical-align: middle;
}
.last-tip {
  height: 186px;
  background: #e7e7e7;
  padding-bottom: 98px;
}
.last-tip p {
  text-align: center;
  color: #b7b7b7;
  line-height: 42px;
  font-size: 22px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 98px;
  width:100%;
  z-index: 100;
}
footer ul {
	overflow: hidden;
	max-width:750px;
	height: 98px;
	height: 98px;
	margin:0 auto;
	background: #7e0000;
}
footer ul li {
  float: left;
  width: 25%;
  position: relative;
  border-right: 1px solid #903131;
  text-align: center;
}
footer ul li .img-box {
  position: relative;
  height: 64px;
}
footer ul li .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer ul li span {
  font-size: 24px;
  color: #fff;
}
.banner #swiper1 {
  position: relative;
}
.banner #swiper1 .pagination{
  position: absolute;
  text-align: center;
  z-index: 2;
}
.banner #swiper1 .pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  opacity: 1;
  background: #fff;
}
.banner #swiper1 .pagination .swiper-pagination-bullet-active {
  background: #910000;
}