.header{
  width: 100%;
  display: flex;
  justify-content: center;
}
.swiper {
  width: 100%;
  --swiper-theme-color: #ffffff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #ffffff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px;
  /* 设置按钮大小 */
}
.swiper-slide{
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height:auto;
}
.swiper-text{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.13);
}
.swiper-text-right{
  position: absolute;
  right: 10vw;
   top: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
 
}
.swiper-text-left{
 position: absolute;
  left: 10vw;
  top: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tell_box {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tell_box_one {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tell_box_one_p {
  font-size: 26px;
  color: #ce251f;
  font-weight: 500;
}

.tell_box_one_span {
  font-size: 1rem;
  color: #484848;
}
.tell_box_two {
  height: 115px;
  display: flex;
  align-items: center;
  padding: 0 70px;
  border-left: 1px solid #ebebeb;
}

.tell_box_two_left img {
  width: 100%;
  height: 100%;
}
.tell_box_three {
  height: 115px;
  display: flex;
  align-items: center;
  padding: 0 70px;
}
.tell_box_three_left {
  width: 40px;
  height: 47px;
}
.tell_box_three_left img {
  width: 100%;
  height: 100%;
}
.tell_box_two_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.tell_box_two_p {
  font-size: 14px;
  color: #333;
}
.tell_box_two_span {
  font-size: 1.5rem;
  color: #818181;
  font-weight: bold;
}
.tell_box_two_spans {
  font-size: 1.3rem;
  color: #818181;
  font-weight: bold;
}
.scimage {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scimage_item {
  height: 150px;
  margin: 0 40px;
  position: relative;
}
.scimage_item img {
  width: 100%;
  height: 150px;
}
.scimage_item_before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  line-height: 150px;
}
.scimage_item_aft {
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #535353;
  margin-top: 10px;
  display: none;
}
.scimage_item:hover {
  width: 300px;
  height: 250px;
  margin: 0 40px;
  position: relative;
}
.scimage_item:hover img {
  width: 300px;
  height: 250px;
  position: relative;
}
.scimage_item:hover .scimage_item_before {
  display: none;
}

.scimage_item:hover .scimage_item_aft {
  display: block;
}

.item {
  width: 100%;
  height: 35px;
  color: #444444;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.actives {
  background-color: #ce251f;
  border-radius: 35px;
  color: #ffffff;
}
.album {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.album img {
  width: 100%;
  height: auto;
}
.album p {
  font-size: 16px;
  color: #191616;
  margin: 0;
}
.page-ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items:center;
  margin-top: 10rem;
}
.page-ul li {
  float: left;
  list-style: none;
  padding: 7px 14px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  margin: 5px;
}
.li-act{
   background-color: #CE251F;
 color: #ffffff;
}
.page-ul li:hover {
 background-color: #CE251F;
 color: #ffffff;
}

.nav_ul{
 color: #ffffff;
  margin: 0;

}
a{
 color: #ffffff;

}
.nav_ul li{
  float: left;
  list-style: none;
  margin: 1rem;
  padding-bottom: 1.5rem;
}

.call{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/DSC_0066.png');
  background-size: cover;
}
.call_box{
  background-color: rgba(0, 0, 0, 0.23);
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}