
.container {
  width: auto;
}

.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 0;
}

.navigation__desktop {
  display: block;
  margin-left: 50px;
}

.navigation__items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  font-size: 18px;
}

.navigation__items > li {
  padding: 0 0 0 20px;
}

.navigation__items > li > a {
  padding: 10px;
  color: white;
  text-decoration: none;
}

.navigation__items > li:first-child {
  padding: 0 0 0 20px;
}
/* 
.carousel-inner {
    top: -100px;
} */

.main-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title {
  position: relative;
  font-size: 60px;
  color: white;
  left: 240px;
  letter-spacing: 5px;
}

.main-title {
  position: relative;
  letter-spacing: 5px;
}

/* 媒体查询适配 */
@media screen and (max-width: 1200px) {
  .container {
    max-width: 980px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 980px !important ;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1240px !important ;
  }
}
@media screen and (min-width: 1680px) {
  .container {
    max-width: 1440px !important;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1680px !important;
  }
}

.main_footer {
  background-image: url("https://static.jafron.com/wagtail/media/images/Group_33610.original.png");
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  object-fit: contain;
  height: 100%;
}
.swiper-slide-active { 
  opacity: 1 !important;
  width: 100%;
}

.honorBg {
  position: relative;
}

.honorBg::before {
  content: "";
  background-image: url("https://static.jafron.com/wagtail/media/images/ZhuJianZhu_2_1.width-1920.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 70%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.honorslide{
  opacity: 0;
}

.certslider {
  background: #fff;
  box-shadow: 0px 4px 20px 0px #0061AE1A;
}

.trapezoid {
  border-bottom: 56px solid #00A2EA; /* 梯形的高度和颜色 */
  border-left: 50px solid transparent; /* 左边斜边的长度 */
  border-right: 50px solid transparent; /* 右边斜边的长度 */
  height: 0;
  width: 100%; /* 梯形的底边长度 */
}

.div-width {
  flex-shrink: 0;
}

.mask{
  display: none;
  background-color:rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9;
}

.guardBG {
  background-image: url('https://static.jafron.com/wagtail/media/images/XinWenZiXunBeiJingTu.width-1920.png');
  background-size: cover;
  background-repeat: no-repeat;
}