/* 联系我们 */
.bg-top-img {
    margin-bottom: 0px;
    background-image: url(../img/newsTop.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.honor-box {
    margin: 0 auto;
    margin-bottom: 108px;
}

.honor-box-title {
    display: block;
    font-size: 36px;
    color: #083E94;
    margin-bottom: 50px;
    text-align: left;
}

.honor-box-top {
    margin-bottom: 60px
}

.honor-box-top p {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: left;
}

.honor-box-top ul {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: left;
}

.honor-box-top p span {
    color: #15A3E2;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    height: 520px;
    position: relative;
    margin-right: 30px;
    transition: all 0.5s;
}
.mySwiper2 .swiper-slide{
    transform: scale(0.8);
}
.swiper-wrapper{
    margin:40px 0;
}
.swiper-wrapper1{
     margin:40px 0;
    margin-left: -348px!important; 
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 -3px 40px -1px #6d6d6d;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置遮罩层的背景颜色和透明度 */
}
.mySwiper2 .swiper-slide-active {
 transform: scale(1)
}
.mySwiper0 .swiper-slide-prev {
  transform: scale(0.8);
}
.mySwiper0 .swiper-slide-next {
  transform: scale(0.8);
}
.mySwiper .swiper-slide-prev {
  transform: scale(0.8);
}
.mySwiper .swiper-slide-next {
  transform: scale(0.8);
}
.one{
  margin:0 auto;
  width: 60%; /* 设置容器的宽度 */
  height: 100%; /* 设置容器的高度 */
  position: relative;
}
.one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置遮罩层的背景颜色和透明度 */
}
.one img{
    width: 100%;
    height: 100%;
}
.Three{
  width: 60%; /* 设置容器的宽度 */
  height: 100%; /* 设置容器的高度 */
  /*margin-left: 235px;*/
  position: relative;
}
.Three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置遮罩层的背景颜色和透明度 */
}
.Three img{
    width: 100%;
    height: 100%;
}
.bottom{
    width: 100%;
    height: 200px;
    background: #eef7ff;
    position: absolute;
    top:30%;
    box-shadow: 0 -3px 40px -1px #6d6d6d;
}
.bottomTitle{
    font-size:38px!important;
     position: absolute;
    top:29%;
    right: 25%;
}
.bottomTitle1{
    font-size:38px!important;
      position: absolute;
      top:39%;
      right:25%;
}
.report{
    margin-top:50px;
    background: #eef7ff;
    display: flex;
    justify-content: space-between;
    padding: 90px;
}
.smo-box-title {
    font-size: 2.6rem;
    color: #083E94;
    display: block;
    margin-top: 3rem;
    margin-bottom: 3.6rem;
    text-align: left;
    line-height: 42px;
}
.smo-sub-title {
    font-size: 4.5rem;
    line-height: 5.4rem;
    text-align: left;
    margin-bottom: 2rem;
    color: #4F4F4F;
}
.reveal_smo_content {
    font-size: 1.8rem;
    color: #3d3d3d;
    line-height: 2.5rem;
    text-align: justify;
}
.video-js .vjs-big-play-button  {
  position: absolute!important; /* 定位 */
  top: 50%!important; /* 垂直居中 */
  left: 50%!important; /* 水平居中 */
  transform: translate(-50%, -50%)!important; /* 使用transform进行微调 */
}
.video-js {
  position: absolute!important; /* 定位 */
  top: 50%!important; /* 垂直居中 */
  left: 50%!important; /* 水平居中 */
  transform: translate(-50%, -50%)!important;
  
}
#my-player{
    width: 100vw;
    height: 100vh;
  object-fit: cover;  
}
/* 媒体查询 */

@media (max-width: 1920px) {
  .Three{
      /*margin-left: -90px!important;*/
  }  
}
@media (max-width: 970px) {
    .bg-top-img {
        margin-bottom: 85px;
        background-image: url(../img/contacTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    .contact-box {
        width: 90%;
        height: 518px;
        background: #F6F6F6;
        padding-top: 35px;
        margin: 0 auto;
        margin-bottom: 80px;
        padding-left: 30px;
    }
    .contact-box P {
        font-size: 16px;
        color: #000;
        line-height: 30px;
        text-align: left;
    }
    .contact-box-title {
        display: block;
        font-size: 26px;
        color: #083E94;
        margin-bottom: 40px;
        text-align: left;
    }
    .contact-box img {
        width: 100%
    }
    /* 公司荣誉 */
    .honor-box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 80px;
        padding-left: 10px;
    }
    .honor-box-title {
        display: block;
        font-size: 26px;
        color: #083E94;
        margin-bottom: 20px;
        text-align: left;
    }
    .honor-box-top {
        margin-bottom: 60px
    }
    .honor-box-top p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: left;
    }
    .honor-box-top ul {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: left;
    }
    .honor-box-top p span {
        color: #15A3E2;
    }
    .swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 300px;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }
}