.crumb {
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #333333;
}
.details .wrap{
    max-width:1000px;
    
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #333333;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.banner img {
  width: 100%;
}
.banner .banner_info {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner .banner_info .subtit {
  font-weight: 400;
  text-align: center;
  color: #004ea2;
}
.banner .banner_info .tit {
  font-weight: 500;
  text-align: center;
  color: #004ea2;
}
.details {
  width: 100%;
  padding: 120px 0 100px 0;
}
.details h1 {
  text-align: center;
  color: #333333;
  font-family: Poppins-bold;
  max-width: 900px;
  margin: auto;
}
.details .timebox{
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.details .time {
    margin: 0 20px ;
  margin-top: 32px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  
}
.details .con {
  padding-top: 40px;
  margin-top: 40px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.details .con span,
.details .con p{
      font-size: 14px !important;
      
}
.details .con p{
    padding: 0.5em 0;
    
}
.details .con img {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.details .news_relatedProducts {
  margin-top: 44px;
}
.details .news_relatedProducts .tit {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .news_relatedProducts .tit_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.details .news_relatedProducts .tit_r .swiper_btn {
  display: flex;
}
.details .news_relatedProducts .tit_r .swiper_btn > div {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.details .news_relatedProducts .tit_r .swiper_btn > div:hover {
  background-color: #004ea2;
}
.details .news_relatedProducts .tit_r .swiper_btn > div:hover path {
  fill: #fff;
}
.details .news_relatedProducts .tit_r .toPage {
  margin-top: 28px;
}

.details .news_relatedProducts .swiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 40px;
  padding-bottom: 74px;
}
.details .news_relatedProducts .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  height: auto;
}
.details .news_relatedProducts .swiper .swiper-slide .image {
  text-align: center;
 height: 260px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.details .news_relatedProducts .swiper-initialized .swiper-slide .image a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .news_relatedProducts .swiper .swiper-slide .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.details .news_relatedProducts .swiper .swiper-slide .image:hover img {
  transform: scale(1.05);
}
.details .news_relatedProducts .swiper .swiper-slide p {
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-top: 19px;
}
.details .news_relatedProducts .swiper .swiper-slide p:hover {
  color: #004ea2;
}
.details .news_relatedProducts .swiper .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(51, 51, 51, 0.1);
}
.details .news_relatedProducts .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background: #004ea2;
}
.details .news .swiper {
  padding-bottom: 40px;
}
.details .news .swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.details .news .swiper .swiper-slide .swiper_con {
  background: #f7f7f7;
  padding: 30px 56px 30px 20px;
}
.details .news .swiper .swiper-slide .swiper_con .tit {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}
.details .news .swiper .swiper-slide .swiper_con .time {
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.details .news .swiper .swiper-slide .image {
  padding: 0;
  height: 300px;
  background: none;
  border-radius: 0;
}
.details .news .swiper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toPage a {
      color: #004EA2;
     display: flex;
  align-items: center;
    margin: auto;
   padding:10px 20px;
    justify-content: center;
    border: 1px solid #004EA2;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.toPage a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;
}
.toPage a svg {
  margin-left: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.toPage a:hover path{
 fill:#ffffff ;
}
.toPage a:hover:after{
    width: 100%;
}
.toPage a:hover{
    border-color: transparent !important;
    color: #fff !important;
}
@media only screen and (max-width: 1600px) {
  .details {
    padding: 120px 0 5.2vw 0;
  }
  .details .time {
    margin-top: 1.6667vw;
  }
  .details .con {
    padding-top: 2.0833vw;
    margin-top: 2.0833vw;
    padding-bottom: 2.6042vw;
  }
  .details .news_relatedProducts {
    margin-top: 2.2917vw;
  }
  .details .news_relatedProducts .swiper {
    margin-top: 2.0833vw;
    padding-bottom: 3.8542vw;
  }
}
@media only screen and (max-width: 1440px) {
  .details .news .swiper .swiper-slide .image {
    height: 200px;
  }
  .details .news_relatedProducts .swiper .swiper-slide .image {
    height: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .details .news_relatedProducts .swiper .swiper-slide .image {
    height: 194px;
  }
}
@media only screen and (max-width: 1000px) {
  .banner {
    margin-top: 100px;
  }
  .crumb {
    top: 0;
  }
  .crumb > div a {
    flex: 0 0 auto;
  }
  .crumb > div a:last-child {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
    .details .timebox{flex-wrap:wrap;}
    .details .time:nth-child(2){
        flex:0 0 100%;
        margin-top: 0;
    }
  .banner {
    margin-top: 13.33vw;
  }
  .banner img {
    height: 240px;
    object-fit: cover;
  }
  .details {
       margin-top: 13.33vw;
    padding: 40px 0;
  }
  .details .time {
    margin-top: 10px;
  }
  .details .con {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .details .news_relatedProducts {
    margin-top: 40px;
  }
  .details .news_relatedProducts .swiper {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
