.content{background: url(../images/gsyw-bj.png) no-repeat center;height: calc(100vh - 80px - 50px);background-size: cover;display: flex;}
footer{margin-top: 0px !important;}

.content .empty{width: calc((100vw - 1280px)/2)}
.content .swiper-container{ margin: 0 auto;height: inherit;flex:1;}

.content .swiper-container .swiper-wrapper{box-sizing: border-box;}
.content .swiper-container .swiper-wrapper .swiper-slide{display: flex;justify-content: space-between;align-items: center;}
.content .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content{width: 23.958vw;}
.content .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-title{font-weight: normal;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: justify;
  font-style: normal;
    transition: all 1.5s ease;
    opacity: 0;
    transform: translateY(60px);}
.content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .timeline-title{
    opacity: 1;
    transform: translateY(0);
}

.content .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-text{font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
    transition: all 3s ease;
    opacity: 0;
    transform: translateY(60px);}
.content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .timeline-text{
    opacity: 1;
    transform: translateY(0);
}
.content .swiper-container .swiper-wrapper .swiper-slide .swiper-pic{
    transition:all 0.3s ease;
    opacity:0;
    width: 33.85vw;
    height: inherit;
}
.content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-pic{
    opacity:1;
}

.content .swiper-container .swiper-wrapper .swiper-slide .swiper-pic img{
    transform: scale(1.1);
    transition: all 3s ease;
    background-size: cover;
    width: inherit;
    height: inherit;
    /* opacity: 0; */
}
.content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-pic img{
    transform:scale(1);
    /* opacity: 1; */
}


.content .swiper-container .swiper-pagination {
    right: 37.29vw;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    z-index: 1;
    display: flex;
  }
  .content .swiper-container  .swiper-pagination::after {
    content: "";
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color:#DEDEDE;;
  }
  .content .swiper-container .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: right;
    padding-right: 36px;
    opacity: 1;
    background: transparent;
    color: #000000;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    font-style: normal;
    margin: 25px 0 !important;
    position: relative;
  }
  .content .swiper-container .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -8px;
    width: 16px;
    height: 18px;
    background: url(../images/bullet0.png) no-repeat;
    z-index: 20;
    /* -webkit-transform: scale(0);
            transform: scale(0); */
    transition: all 0.3s ease;

  }
  .content .swiper-container  .swiper-pagination-bullet-active {
    color: #d4a024;
  }
  .content .swiper-container  .swiper-pagination-bullet-active::before {
    background: url(../images/bullet1.png) no-repeat;
    width: 26px;
    height: 28px;
    top:3px;
    right:-12px;
  }

.content-m{display: none;}
@media (max-width:750px) {
  .breadcrumbs{margin-top: 50px !important;}
  .content{display: none;}
  .content-m{display: block;padding: 20px 14px;}
  .content-m .title p{font-weight: 500;font-size: 20px;color: #333333;line-height: 28px;margin: 0;}
  .content-m .title span{width: 60px;height: 4px;background: #E6AE66;display: block;margin-top: 10px;}
  .page-title{font-weight: 500;font-size: 18px;color: #333333;line-height: 25px;padding-left: 19px;position: relative;margin-top: 20px;}
  .page-title::before{width: 11px;height: 11px;position: absolute;background: #E6AE66;left:0;content: '';transform: rotate(45deg);top:4px}
  .list{display: flex;flex-wrap: wrap;gap:10px;margin-top: 16px;}
  .list .item{flex-grow: 1;flex-basis: 40%;border-radius: 2px;border: 1px solid #CBCBCB;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 10px 0;}
  .list .item span:first-child{font-weight: 500;font-size: 16px;color: #333333;line-height: 23px;}
  .list .item span:last-child{font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-top: 3px;}
  .list .item:hover {background: #E6AE66;border-color: #E6AE66;}
  .list .item:hover span{color:#ffffff}
  .list .item.on{background: #E6AE66;border-color: #E6AE66;}
  .list .item.on span{color:#ffffff}
  .info{margin-top: 20px;display: flex;flex-direction: column;}
  .info .info-img{width: 100%;}
  .info .brief{margin-left: 10px;flex:1}
  .info .brief .brief-name{font-weight: 500;font-size: 16px;color: #333333;line-height: 23px;}
  .info .brief .overview{font-weight: 400;font-size: 14px;color: #333333;line-height: 20px;margin-top: 9px;text-align: justify;}


}
@media(min-width:750px) and (max-width:1280px){
  .breadcrumbs{margin-top: 100px !important;}
  .content{display: none;}
  .content-m{display: block;padding: 40px 28px;}
  .content-m .title p{font-weight: 500;font-size: 40px;color: #333333;line-height: 56px;margin: 0;}
  .content-m .title span{width: 60px;height: 4px;background: #E6AE66;display: block;margin-top: 20px;}
  .page-title{font-weight: 500;font-size: 36px;color: #333333;line-height: 50px;padding-left: 38px;position: relative;margin-top: 40px;}
  .page-title::before{width: 22px;height: 22px;position: absolute;background: #E6AE66;left:0;content: '';transform: rotate(45deg);top:8px}
  .list{display: flex;flex-wrap: wrap;gap:20px;margin-top: 32px;}
  .list .item{flex-grow: 1;flex-basis: 40%;border-radius: 2px;border: 1px solid #CBCBCB;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 0;}
  .list .item span:first-child{font-weight: 500;font-size: 32px;color: #333333;line-height: 45px;}
  .list .item span:last-child{font-weight: 400;font-size: 28px;color: #666666;line-height: 40px;margin-top: 6px;}
  .list .item:hover {background: #E6AE66;border-color: #E6AE66;}
  .list .item:hover span{color:#ffffff}
  .list .item.on{background: #E6AE66;border-color: #E6AE66;}
  .list .item.on span{color:#ffffff}
  .info{margin-top: 20px;display: flex;flex-direction: column;}
  .info .info-img{width: 100%; object-fit: cover;}
  .info .brief{margin-left: 20px;flex:1}
  .info .brief .brief-name{font-weight: 500;font-size: 32px;color: #333333;line-height: 45px;}
  .info .brief .overview{font-weight: 400;font-size: 28px;color: #333333;line-height: 40px;margin-top: 18px;text-align: justify;}




}