/* banner */

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }

  .banner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bannerbg1.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
  }
  
  
  .banner::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bannerbg2.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
  }
  
  .banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
  
  }
  
  .banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  
  .banner .swiper-slide {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
  }
  
  .banner .swiper-slide-active img,
  .banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
  }
  

  
  .banner .swiper-banner-next {
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;;
    background: url(../images/bannerright.png) no-repeat center;
    background-size: 100%;
    right: 4%;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    display: none;
  }
  
  .banner .swiper-banner-prev {
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;;
    background: url(../images/bannerleft.png) no-repeat center;
    background-size: 100%;
    left: 4%;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    display: none;
  }
  
  
  .banner .swiper-pagination{
    width: auto;
    margin: 0 auto;
    bottom: 0.4rem;
    right: 3%;
    z-index: 9;
  }


  .banner .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 0.05rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/bannerico1.png) no-repeat center;
    background-size: 100%;
    opacity: 1;
    border-radius: 0%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .banner .swiper-pagination .swiper-pagination-bullet-active{
    background: url(../images/bannerico2.png) no-repeat center;
    background-size: 100%;
  }
  
  .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
  
  }
  
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
  }
  



  
.banner .headerht{
    position: absolute;
    left: 0;
    bottom: 0.35rem;
    width: 100%;
  
  
  }
  
  .banner .headerht span{
    width: 0.24rem;
    height: 0.68rem;
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto;
    background: url(../images/mouse.png) no-repeat  center;
    background-size: 100%;
    animation: ht 1s infinite;
      -moz-animation: ht 1s infinite;
      /* Firefox */
  
      -webkit-animation: ht 1s infinite;
      /* Safari and Chrome */
  
      -o-animation: ht 1s infinite;
      /* Opera */
  
      cursor: pointer;
  }
  
  @keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-moz-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-webkit-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-o-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
   


   
  
  @media (max-width: 980px) {


  }





/* title */


.title{
    overflow: hidden;

}

.title .title_l{
    float: left;
}

.title .title_l h3{
    padding-left: 0.4rem;
    background: url(../images/titleico.png) no-repeat left center;
    background-size: contain;
}

.title .title_l h3 i{
    display: block;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    font-family: "Alibaba PuHuiTi";
    padding-top: 0.03rem;

}

.title .title_l h3 span{
    display: block;
    font-size: 0.16rem;
    color: #02468F;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.05rem;
}


.title .titlemore{
    float: right;
    background: url(../images/more.png) no-repeat right center;
    background-size: contain;
    padding-right: 0.35rem;
    line-height: 0.27rem;
    margin-top: 0.15rem;
}

.title .titlemore a{
    display: block;
    font-size: 0.16rem;
    color: #02468F;
}




  
@media (max-width: 980px) {
    
    .title .title_l{
        float: left;
    }
    
    .title .title_l h3{
        padding-left: 0.5rem;
    }
    
    
    .title .title_l h3 span{
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }
    
    
    .title .titlemore{
        padding-right: 0.5rem;
        line-height: 0.36rem;
        margin-top: 0.2rem;
    }
    
    .title .titlemore a{
        font-size: 0.28rem;
        color: #02468F;
    }
    
    
    

}






/* news */

.newsbg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/newsbg.jpg) no-repeat  center;
    background-size: cover;
    padding-bottom: 0.6rem;
    overflow: hidden;
}

.newsbg .news{
    margin: 0 auto;
    padding-top: 1rem;
}


.newsbg .news .news_left{
    float: left;
    width: 57.5%;
}

.newsbg .news .news_left .newsbox{
    margin-top: 0.4rem;
}

.newsbg .news .news_left .newsbox .newnr{
    position: relative;
   
}

.newsbg .news .news_left .newsbox .newnr .mySwiper{
    overflow: hidden;
    padding-bottom: 0.1rem;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide{
    position: relative;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .pic{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 65.5%;
    z-index: 5;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .pic img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .pic::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/newsico1.png) no-repeat center;

    content: "";
    pointer-events: none;

}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .txt{
    position: absolute;
    left: 0.1rem;
    bottom: -0.1rem;
    z-index: 5;
    width: 85%;

}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time{
    width: 0.72rem;
    height: 0.72rem;
    background: #0254AD;
    position: relative;
    float: left;

}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time span{
    display: block;
    font-size: 0.32rem;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.1rem 0 0 0.1rem;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time i{
    display: block;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/newsico.png) no-repeat right center;
    width: 90%;
    height: 0.25rem;
    padding-right: 10%;
    padding-top: 0.16rem;
    text-align: right;
}

.newsbg .news .news_left .newsbox .newnr .swiper-slide .txt a{
    font-size: 0.24rem;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    margin-left: 3%;
    margin-top: 0.13rem;
    width: 85%;
}


.newsbg .news .news_left .newsbox .newnr .swiper-news-next{
    position: absolute;
    right: 0.2rem;
    bottom: 0.35rem;
    z-index: 9;
    background: url(../images/newsright.png) no-repeat  center;
    background-size: 100%;
    width: 0.19rem;
    height: 0.21rem;
}

.newsbg .news .news_left .newsbox .newnr .swiper-news-prev{
    position: absolute;
    right: 0.65rem;
    bottom: 0.35rem;
    z-index: 9;
    background: url(../images/newsleft.png) no-repeat  center;
    background-size: 100%;
    width: 0.19rem;
    height: 0.21rem;
}

.newsbg .news .news_left .newsbox .newslist{
    margin: 0.25rem auto 0 auto;

}

.newsbg .news .news_left .newsbox .newslist ul li{
    position: relative;
    width: 42%;
    height: 1.3rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(2, 70, 143, 0.1);
    margin-right: 4%;
    float: left;
    padding: 0 3%;
}

.newsbg .news .news_left .newsbox .newslist ul li::after{
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2px;
    height: 0.9rem;
    background: #0857ae;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .news_left .newsbox .newslist ul li:last-child{
    margin-right: 0;
}

.newsbg .news .news_left .newsbox .newslist ul li a{
    display: block;
    font-size: 0.2rem;
    color: #3D3D3D;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    margin: 0.21rem 0 0.1rem 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.newsbg .news .news_left .newsbox .newslist ul li span{
    display: block;
    font-size: 0.16rem;
    color: #0254AD;
}






.newsbg .news .news_right{
    float: right;
    width: 33%;
}

.newsbg .news .news_right .notice{
    margin: 0.4rem auto 0 auto;
}

.newsbg .news .news_right .notice ul li{
    width: 99%;
    height: 1.06rem;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(2, 70, 143, 0.1);
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 0.19rem;
    position: relative;
}

.newsbg .news .news_right .notice ul li .time{
    float: left;
    text-align: center;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px dashed #02468F;
    border-radius: 50%;
    margin: 0.15rem 4% 0 4%;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.newsbg .news .news_right .notice ul li .time::after{
    position: absolute;
    right: -0.1rem;
    top: 0.05rem;
    content: "";
    background: url(../images/ico1.png) no-repeat  center;
    background-size: 100%;
    width: 0.27rem;
    height: 0.22rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .news_right .notice ul li .time span{
    display: block;
    font-size: 0.32rem;
    color: #0254AD;
    font-weight: bold;
    padding-top: 0.14rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .news_right .notice ul li .time i{
    display: block;
    font-size: 0.14rem;
    color: #0254AD;
    margin-top: 0.03rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .news_right .notice ul li .txt{
    float: left;
    width: 69%;
    margin-top: 0.23rem;

}

.newsbg .news .news_right .notice ul li .txt a{
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: 700;
    color: #3D3D3D;
    height: 0.6rem;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}




@media (min-width: 980px) {
    .newsbg .news .news_left .newsbox .newslist ul li:hover::after{
        height: 100%;
        top: 0;
    }
    
    .newsbg .news .news_left .newsbox .newslist ul li:hover a{
        color: #0354ad;
    }


    .newsbg .news .news_right .notice ul li:hover{
        border: 2px solid #0354ad;
    }

    .newsbg .news .news_right .notice ul li:hover .time{
        background: #0354ad;
        border: 1px solid #0354ad;
    }

    .newsbg .news .news_right .notice ul li:hover .time span{
        color: #fff;
    }

    .newsbg .news .news_right .notice ul li:hover .time i{
        color: #fff;
    }
    .newsbg .news .news_right .notice ul li:hover .txt a{
        color: #0354ad;
    }

    .newsbg .news .news_right .notice ul li:hover .time::after{
        background: url(../images/ico2.png) no-repeat  center;
        background-size: 100%;
    }

    .newsbg .news .news_left .newsbox .newnr .swiper-slide:hover .pic img{
        transform: scale(1.1);
    }

}


@media (max-width: 980px) {

    .newsbg{
        background: url(../images/newsleftbg.jpg) no-repeat  center;
        background-size: cover;
        padding-bottom: 0rem;
    }
    
    .newsbg .news{
        padding-top: 0.5rem;
        width: 100%;
    }
    
    .newsbg .news .title{
        width: 92%;
        margin: 0 auto;
    }
    
    .newsbg .news .news_left{
        float: none;
        width: 92%;

        overflow: hidden;
        padding: 0rem 4% 0.5rem 4%;
    }
    
    .newsbg .news .news_left .newsbox{
        margin-top: 0rem;
        padding-top: 0.4rem;
    }
    
    
    .newsbg .news .news_left .newsbox .newnr .mySwiper{
        overflow: hidden;
        padding-bottom: 0.15rem;
    }
    

    .newsbg .news .news_left .newsbox .newnr .swiper-slide .pic{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56%;
    }
    
    
    
    .newsbg .news .news_left .newsbox .newnr .swiper-slide .txt{
        position: absolute;
        left: 0.1rem;
        bottom: -0.15rem;
        z-index: 5;
        width: 80%;
    
    }
    
    .newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time{
        width: 1.2rem;
        height: 1.2rem;
        background: #0254AD;
        position: relative;
        float: left;
    
    }
    
    .newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time span{
        font-size: 0.4rem;
        padding: 0.25rem 0 0 0.15rem;
    }
    
    .newsbg .news .news_left .newsbox .newnr .swiper-slide .txt .time i{
        font-size: 0.28rem;
        background: url(../images/newsico.png) no-repeat right top;
        background-size: 100%;
        width: 85%;
        height: 0.4rem;
        padding-right: 15%;
        padding-top: 0.26rem;
    }
    
    .newsbg .news .news_left .newsbox .newnr .swiper-slide .txt a{
        font-size: 0.32rem;
        margin-left: 3%;
        margin-top: 0.35rem;
        width: 70%;
    }
    
    
    .newsbg .news .news_left .newsbox .newnr .swiper-news-next{

        bottom: 0.45rem;
        width: 0.35rem;
        height: 0.37rem;
    }
    
    .newsbg .news .news_left .newsbox .newnr .swiper-news-prev{
        right: 0.75rem;
        bottom: 0.45rem;
        width: 0.35rem;
        height: 0.37rem;
    }
    
    .newsbg .news .news_left .newsbox .newslist{
        margin: 0.25rem auto 0 auto;
    
    }
    
    .newsbg .news .news_left .newsbox .newslist ul li{
        position: relative;
        width: 94%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px rgba(2, 70, 143, 0.1);
        margin-right: 0%;
        float: none;
        padding: 0 3% 0.3rem 3%;
        margin: 0 auto 0.3rem auto;
    }
    

    .newsbg .news .news_left .newsbox .newslist ul li a{
        font-size: 0.3rem;
        line-height: 0.4rem;
        height: 0.8rem;
        margin: 0.25rem 0 0.1rem 0;
    }
    
    .newsbg .news .news_left .newsbox .newslist ul li span{
        display: block;
        font-size: 0.28rem;
        color: #0254AD;
    }
    
    .newsbg .news .news_left .newsbox .newslist ul li::after{
        top: 20%;
        height: 60%;
    }
    
    
    
    
    .newsbg .news .news_right{
        float: none;
        width: 92%;
        background: #F4F9FF url(../images/newsrightbg.png) no-repeat  right bottom;
        background-size: 100%;
        overflow: hidden;
        padding: 0.6rem 4% 0.5rem 4%;
    }
    
    
    .newsbg .news .news_right .notice ul li{
        width: 99%;
        height: 1.45rem;
        margin-bottom: 0.25rem;
    }
    
    .newsbg .news .news_right .notice ul li .time{

        width: 1.1rem;
        height: 1.1rem;
        margin: 0.15rem 6% 0 4%;
    
    }
    
    .newsbg .news .news_right .notice ul li .time::after{
        right: -0.22rem;
        top: 0.03rem;
        width: 0.47rem;
        height: 0.42rem;

    }
    
    .newsbg .news .news_right .notice ul li .time span{
        font-size: 0.4rem;
        padding-top: 0.14rem;
    }
    
    .newsbg .news .news_right .notice ul li .time i{
        font-size: 0.24rem;
        margin-top: 0.03rem;
    }
    
    .newsbg .news .news_right .notice ul li .txt{
        float: left;
        width: 64%;
        margin-top: 0.23rem;
    
    }
    
    .newsbg .news .news_right .notice ul li .txt a{
        font-size: 0.28rem;
        line-height: 0.45rem;
        height: 0.9rem;

    }
    
}





/* RESEARCH */

.RESEARCHbg{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/RESEARCHBG.png) no-repeat bottom center;
    background-size: cover;
    padding: 0.95rem 0 2.85rem 0;
}

.RESEARCHbg .titlebox{
    margin: 0 auto;
}

.RESEARCHbg .title{
    margin-left: 44%;
}

.RESEARCHbg .RESEARCHbox{
    margin: 0.4rem auto 0 auto;
    position: relative;
}


.RESEARCHbg .RESEARCHbox .mySwiper{
    margin-left: 12%;
    overflow: hidden;
    width: 103%;
    padding-bottom: 0.5rem;

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide{
    
    position: relative;
    z-index: 5;

 


}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/RESEARCHlist1.png) no-repeat bottom center;
    background-size: 100%;
    content: "";
    z-index: -2;

}


.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-next::after{
    transform: rotateY(180deg);

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-prev::after{

    transform: rotateY(180deg);

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic{
    position: relative;
    width: 92%;
    padding-top: 56%;
    background: #E3F0FD;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic img{
    width: 96%;
    height: 92%;
    position: absolute;
    left: 2%;
    top: 4%;
    object-fit: cover;

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt{
    position: relative;
    width: 85%;
    padding: 0 7.5% 0.62rem 7.5%;

} 

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time{
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    background: #7BB612;
    text-align: center;
    margin-top: -0.35rem;

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time span{
    display: block;
    font-size: 0.32rem;
    color: #fff;
    padding: 0.1rem 0 0.03rem 0;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time i{
    display: block;
    font-size: 0.14rem;
    color: #fff;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt a{
    margin: 0.2rem auto 0 auto;
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt p{
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.72rem;
    color: rgba(51, 51, 51, 0.5);
    overflow: hidden;
    margin-top: 0.18rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}


.RESEARCHbg .RESEARCHbox .research_button{
    margin: 0 auto;
    width: 76%;
    height: 0.52rem;
    max-width: 1446px;
    position: relative;
}

.RESEARCHbg .RESEARCHbox .research_button .swiper-research-next{
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 0.52rem;
    height: 0.52rem;
    background: url(../images/yanjiuright.png) no-repeat center;
    background-size: 100%;

}

.RESEARCHbg .RESEARCHbox .research_button .swiper-research-prev{
    cursor: pointer;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0.52rem;
    height: 0.52rem;
    background: url(../images/yanjiuleft.png) no-repeat center;
    background-size: 100%;
}

.RESEARCHbg .RESEARCHbox .research_button .research-pagination{
    margin: 0 auto;
    position: relative;
    top: 50%;
    width: 89%;
    height: 3px;
    background: #F1F2F4;
}

.RESEARCHbg .RESEARCHbox .research_button .research-pagination .swiper-pagination-progressbar-fill{
    background: #0254AD;
}


@media (min-width: 980px) {

    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide:hover::after{
        background: url(../images/RESEARCHlist2.png) no-repeat bottom center;
        background-size: 100%;
    }

    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide:hover .pic{

        background: #0254AD;

    }

    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide:hover .txt a{

        color: #FFFFFF;
 
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide:hover .txt p{

        color: rgba(255, 255, 255, 0.8);

    }
}



@media (max-width: 980px) {

    .RESEARCHbg{
        padding: 0.8rem 0 2.5rem 0;
    }
    
    .RESEARCHbg .title{
        margin-left: 0%;
    }
    
    .RESEARCHbg .RESEARCHbox{
        margin: 0.55rem auto 0 auto;
        position: relative;
        width: 92%;
    }
    
    
    .RESEARCHbg .RESEARCHbox .mySwiper{
        margin-left: 0%;
        overflow: hidden;
        width: 100%;
        padding-bottom: 0.35rem;
    
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide{
        
        position: relative;
        z-index: 5;
    
     
    
    
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide::after{
        position: absolute;
        left: 3%;
        top: 0;
        width: 94%;
        height: 100%;
        background: none;
        background-size: 100%;
        content: "";
        z-index: -2;
        border: 1px solid #EBEBEB;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
    
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic{
        position: relative;
        width: 94%;
        padding-top: 56%;
        background: #E3F0FD;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin: 0 auto;
        left: 1px;
    }
    
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt{
        position: relative;
        width: 85%;
        padding: 0 7.5% 0.62rem 7.5%;
    
    } 
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time{
        position: relative;
        width: 1.2rem;
        height: 1.2rem;
        background: #7BB612;
        text-align: center;
        margin-top: -0.5rem;
    
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time span{
        display: block;
        font-size: 0.4rem;
        padding: 0.2rem 0 0.07rem 0;
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt .time i{
        display: block;
        font-size: 0.26rem;
        color: #fff;
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt a{
        margin: 0.3rem auto 0 auto;
        font-size: 0.32rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    
    .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt p{
        font-size: 0.28rem;
        line-height: 0.35rem;
        height: 1.05rem;
        margin-top: 0.25rem;
    }
    
    
    .RESEARCHbg .RESEARCHbox .research_button{
        margin: 0 auto;
        width: 90%;
        height: 0.7rem;
    }
    
    .RESEARCHbg .RESEARCHbox .research_button .swiper-research-next{

        width: 0.7rem;
        height: 0.7rem;

    
    }
    
    .RESEARCHbg .RESEARCHbox .research_button .swiper-research-prev{

        width: 0.7rem;
        height: 0.7rem;
    }
    
    .RESEARCHbg .RESEARCHbox .research_button .research-pagination{
        margin: 0 auto;
        position: relative;
        top: 50%;
        width: 70%;
    }
    

}




/* ACADEMIC */

.ACADEMICbg{
    width: 100%;
    margin: -1.65rem auto 0 auto;
    overflow: hidden;
    background: url(../images/ACADEMICbg.png) no-repeat top center;
    background-size: cover;
    padding: 0.75rem 0 1.3rem 0;
}

.ACADEMICbg .ACADEMIC{
    margin: 0 auto;
}


.ACADEMICbg .ACADEMIC .title {
    margin-left: 44%;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox{
    margin: 0.42rem auto 0 auto;
    position: relative;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper{
    overflow: hidden;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide{
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 4.2rem;
    z-index: 5;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #7BB612;
    content: "";
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .pic{
    float: left;
    position: relative;
    width: 0%;
    margin: 0;
    display: none;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt{
    width: 84%;
    margin: 0 auto;


}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .xueshu_t{
    margin: 0.4rem auto 0 auto;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .xueshu_t a{
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    height: 0.6rem;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .xueshu_t em{
    display: block;
    width: 0.24rem;
    height: 3px;
    background: #02468F;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
    margin: 0.25rem 0 0 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .xueshu_t i{
    display: block;
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    margin: -2px auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr{
    margin: 0.35rem 0 0 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li{
    overflow: hidden;
    line-height: 0.2rem;
    margin-bottom: 0.17rem;
    font-size: 0.16rem;
    color: #888888;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li i{
    display: block;
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    overflow: hidden;
    margin-right: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li .ico1{
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li .ico2{
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li p{
    float: left;
    font-size: 0.16rem;
    color: #888888;
    width: 88%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .more{
    width: 1.35rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    background: #7BB612;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: none;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .more a{
    display: inline-block;
    text-align: center;
    font-size: 0.16rem;
    color: #FFFFFF;
    background: url(../images/xueshumore.png) no-repeat right center;
    padding-right: 0.35rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .img{
    float: right;
    width: 1.06rem;
    height: 1.06rem;
    margin-top: 0.15rem;
    position: relative;
    z-index: 5;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .img img{
    display: block;
    border-radius: 50%;
    width: 0.78rem;
    height: 0.78rem;
    margin: 0.14rem;



}

.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .img::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ACADEMICico4.png) no-repeat  center;
    background-size: 100%;
    content: "";
    z-index: -2;
    animation: rotate 15s linear infinite;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide::before{
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    width: 94%;
    height: 0.6rem;
    background: linear-gradient(270deg, rgba(244, 244, 244, 0) -5%, #F4F4F4 50%);
    content: "";
    z-index: -1;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{
    cursor: pointer;
    right: 22%;
    top: 40%;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/xueshuright.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 9;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
    cursor: pointer;
    left: 22%;
    top: 40%;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/xueshuleft.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 9;
}


@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }


  @media (min-width: 1440px) {
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .more a {

        background-size: 25%;
    }


  }

  @media (min-width: 980px) {
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next{
        width: 49.5% !important;
        border-bottom: none;
        background: url(../images/ACADEMIClist.jpg) no-repeat center;
        background-size: cover;
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next::after{
        display: none;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .pic{
        width: 34%;
        padding-top: 52%;
        margin: 0.25rem 5% 0 3.5%;
        display: block;
    
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt{
        width: 52%;
        float: left;
    
    }
    
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .xueshu_t a{
        color: #fff;
    
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .xueshu_t em{
        background: #fff;
    
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .xueshu_t i{
    
        background: rgba(228, 228, 228, 0.3);
    
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .nr ul li{
        color: #fff;
    
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .nr ul li .ico1{
        display: none;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .nr ul li p{
        color: #fff;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .nr .more{
        display: block;
        margin-top: 0.57rem;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next .txt .nr .img{
        display: none;
    
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide-next::before{
        width: 0%;
    
    }
}



@media (max-width: 980px) {


    .ACADEMICbg{
        width: 100%;
        margin: -1.7rem auto 0 auto;
        padding: 0.95rem 0 1.8rem 0;
    }
    
    
    .ACADEMICbg .ACADEMIC .title {
        margin-left: 0%;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox{
        margin: 0.5rem auto 0 auto;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide{
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        height: auto;
        z-index: 5;
        padding-bottom: 0.4rem;
    }
    
    
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .xueshu_t a{
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li{
        overflow: hidden;
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
        font-size: 0.26rem;
        color: #888888;
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li i{
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.15rem;
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li .ico1{
        display: block;
        width: 0.3rem;
        height: 0.3rem;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li .ico2{
        display: block;
        width: 0.3rem;
        height: 0.3rem;
 
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr ul li p{
        float: left;
        font-size: 0.26rem;
        color: #888888;
        width: 88%;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .img{
        float: right;
        width: 1.46rem;
        height: 1.46rem;
    
    }
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .mySwiper .swiper-slide .txt .nr .img img{
        display: block;
        border-radius: 50%;
        width: 1.08rem;
        height: 1.08rem;
        margin: 0.19rem;
    
    
    
    }
    
    
    

    .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{
        cursor: pointer;
        right: 25%;
        top: 100%;
        width: 1rem;
        height: 1rem;
        background: url(../images/xueshuright.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        z-index: 9;
        margin-top: 0.3rem;
    }
    
    
    .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
        cursor: pointer;
        left: 25%;
        top: 100%;
        width: 1rem;
        height: 1rem;
        background: url(../images/xueshuleft.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        z-index: 9;
        margin-top: 0.3rem;
    }

}



/* fc */

.fcbg{
    width: 100%;
    margin: 0rem auto 0 auto;
    overflow: hidden;
    background: url(../images/SCIENCESbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding: 0rem 0 0rem 0;
    position: relative;
    z-index: 9;
    height: 10.7rem;

}

.fcbg::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/SCIENCESleftbg.png) no-repeat top center;
    background-size: 100%;
    content: "";
    z-index: -1;

}

.fcbg .LIFEfc{
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


.fcbg .LIFEfc .title{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0.7rem;
    width: 30%;
}


.title .title_l h3 {
    background: url(../images/titleico1.png) no-repeat left center;
    background-size: contain;
}

.fcbg .LIFEfc .title .title_l h3 i{
    color: #fff;
}

.fcbg .LIFEfc .title .title_l h3 span{
    color: #fff;
}

.fcbg .LIFEfc .title .titlemore {
    background: url(../images/more1.png) no-repeat right center;
    background-size: contain;

}

.fcbg .LIFEfc .title .titlemore a{
    color: rgba(255, 255, 255, 0.8);
}

.fcbg .LIFEfc .lifefcbox{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.fcbg .LIFEfc .lifefcbox .mySwiper{
    overflow: hidden;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc1{
    width: 33%;
    margin-right: 0.47%;
    margin-left: 0.02%;
    margin-top: 1.95rem;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2{
    width: 66.5%;
    position: relative;
}


.fcbg .LIFEfc .lifefcbox .swiper-slide ul li{
    width: 100%;
    position: relative;
    margin-bottom: 0.15rem;


}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .pic{
    position: relative;
    width: 100%;
    height: 3.45rem;
    overflow: hidden;

}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fclist.png) no-repeat bottom center;
    background-size: 100%;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .txt a{
    position: absolute;
    left: 6%;
    bottom: 0.2rem;
    width: 88%;
    font-size: 0.22rem;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li{
    width: 49.6%;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li:nth-child(3){
    position: absolute;
    right: 0;
    top: 0;
}


.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li:nth-child(3) .pic{
    position: relative;
    width: 100%;
    height: 7.05rem;

}



.fcbg .LIFEfc .lifefcbox .lifebutton{
    position: absolute;
    right: 0;
    bottom: 0.72rem;
    height: 0.54rem;
}

.fcbg .LIFEfc .lifefcbox .lifebutton::after{
    position: absolute;
    right: 1.8rem;
    top: 50%;
    width: 2.96rem;
    height: 1px;
    background: #D8D8D8;
    content: "";
    z-index: -2;
}

.fcbg .LIFEfc .lifefcbox .lifebutton .swiper-life-next{
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/rightico.png) no-repeat center;
    background-size: 100%;
    width: 0.54rem;
    height: 0.54rem;
    cursor: pointer;
    z-index: 10;
}

.fcbg .LIFEfc .lifefcbox .lifebutton .swiper-life-prev{
    position: absolute;
    right: 0.95rem;
    bottom: 0;
    background: url(../images/leftico.png) no-repeat center;
    background-size: 100%;
    width: 0.54rem;
    height: 0.54rem;
    cursor: pointer;
    z-index: 10;
}



@media (min-width: 1921px) {

    .fcbg::after{
        width: 106%;

    
    }
}



@media (min-width: 980px) {
    .fcbg .LIFEfc .lifefcbox .swiper-slide ul li:hover .pic img{
        transform: scale(1.1);
    
    }
    
}



@media (max-width: 980px) {




/* fc */

.fcbg{

    background: url(../images/SCIENCESbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding: 0rem 0 1rem 0;
    height: auto;

}

.fcbg::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background: url(../images/SCIENCESleftbg1.png) no-repeat top center;
    background-size: 100%;

}

.fcbg .LIFEfc{
    padding-top: 0.6rem;
}

.fcbg .LIFEfc .title{
    position: relative;
    z-index: 9;
    left: 0;
    top: 0rem;
    width: 100%;
}


.fcbg .LIFEfc .lifefcbox{
    margin: 0.4rem auto 0 auto;

}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.fcbg .LIFEfc .lifefcbox .swiper-slide ul li{
    width: 46%;
    margin: 0 2% 0rem 2%;

}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul:nth-child(2) li {
    width: 46%;
    margin: 0 2% 0.2rem 2%;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 73%;
    height: auto;

}



.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .txt{

    background: url(../images/fclist.png) no-repeat bottom center;
 
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul li .txt a{
    position: absolute;
    left: 6%;
    bottom: 0.2rem;
    width: 88%;
    font-size: 0.28rem;

}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li:nth-child(3) {
    position: relative;
    right: 0;
    top: 0;
}


.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li:nth-child(3){
    margin: 0rem 0 0.3rem 2%;
    width: 96%;
}

.fcbg .LIFEfc .lifefcbox .swiper-slide ul.fc2 li:nth-child(3) .pic{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 118%;

}





.fcbg .LIFEfc .lifefcbox .lifebutton{
    position: relative;
    right: 0;
    bottom: 0rem;
    height: 0.54rem;
    margin: 0.5rem auto 0 auto;
    width: 60%;
}

.fcbg .LIFEfc .lifefcbox .lifebutton::after{
    position: absolute;
    right: 30%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #D8D8D8;

}

.fcbg .LIFEfc .lifefcbox .lifebutton .swiper-life-next{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.6rem;
    height: 0.6rem;

}

.fcbg .LIFEfc .lifefcbox .lifebutton .swiper-life-prev{
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    width: 0.6rem;
    height: 0.6rem;

}



}