*{
    font-family: "Microsoft YaHei", 'Trebuchet MS', sans-serif;
    /*line-height: 2;*/
}

.index-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.index-main .main-left{
    width: 720px;
}
.mySwiper .swiper-pagination{
    box-sizing: border-box;
    text-align: right;
    padding-right: 16px;
}
.swiper-pagination-bullet {
    background-color: #FFF!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background-color: #3078F1!important;
}
.notice {
    box-sizing: border-box;
    position: absolute;
    bottom: 12px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    padding-left: 20px;
}
.notice p {
    margin-left: 10px;
    color: #FFF;
    font-size: 22px;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.index-main .main-right{
    box-sizing: border-box;
    width: 450px;
    height: 407px;
    padding: 20px 30px 0;
    background-color: #FFF;
}

.main-text {
    line-height: 2;
    /* font-size: 16px; */
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: justify;
}
.scientific {
    box-sizing: border-box;
    padding: 30px;
    background-color: #FFF;
    margin-top: 30px;
    background: url(../images/scientific_bg.png) no-repeat right bottom;
    background-size: cover;
}
.baseinfo {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.baseinfo .DNA{
    width: 410px;
}
.baseinfo .DNA .center-banner {
    width: 100%;
}
.baseinfo .DNA .download {
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #FFF;
    padding: 30px;
}
.download .base-menu{
    display: flex;
    margin-top: 10px;
}
.download  .base-item{
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.download  .base-item .iconfont{
    font-size: 70px;
    color: #B2B2B2;
    line-height: 90px;
}
.download  .base-item .icon-17 {
    font-size: 55px;
}
.download  .base-item span {
    font-size: 20px;
}
.download  .base-item:hover i{
    color: #40568b;
}
.download  .base-item:hover span{
    color: #000;
    font-weight: bold;
}

.baseinfo .team{
    box-sizing: border-box;
    width: 760px;
    padding: 15px 30px;
    background-color: #FFF;
}
.team{
    position: relative;
}
.team .team-list {
    /* width: 80%; */
    /* display: flex; */
    margin-top: 20px;
}
.team .team-item {
    /* flex: 1; */
    text-align: center;
}
.team .team-item:nth-child(2n){
    margin-top: 40px;
}
.team .team-item .people-box{
    display: inline-block;
    padding: 4px;
    border: 2px solid #eaf0f7;
    /* box-shadow: 1px 1px 1px 10px #B4FFFE ; */
}
.team-list .list-item .people-box img {
    border: 2px solid #eaf0f7;
    width: 105px;
    height: 150px;
}
.team-list .list-item .item-name {
    height: 80px;
    line-height: 40px;
    color: #3BA4F2;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/name_bg.png) no-repeat center bottom;
    background-size: 80%;
}
.swiper-button-next{
    right: 2px!important;
}
.swiper-button-prev{
    left: 2px!important;
}
:root{
    --swiper-theme-color:#999!important;
}








