.swiper-container {
    width: 100%;
}
#swiper .swiper-wrapper, .swiper-container .swiper-slide {
    height: auto!important;
    text-align: center;
}
.swiper-container img {
    max-width: 100%;
}
.swiper-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.swiper-slide-active img {
    opacity: 1;
    animation: bgimgzoom 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    -webkit-animation: bgimgzoom 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.pages {
    position: absolute;
    bottom: 4px;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    zoom:1;
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 7px;
    border-radius: 3px;
    position: relative;
}
.swiper-active-switch {
    width: 24px;
    background: #FA3C3C;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
@keyframes bgimgzoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes bgimgzoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.news {
    margin-top: 40px;
}
.news .title {
    padding: 0 15px;
}
.title {
    margin-bottom: 0;
}
.title p:last-child {
    margin-bottom: 0;
}
.list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 205px;
}
.list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    padding: 20px 0;
    height: 205px;
}
.list-item .mui-ellipsis-2 {
    padding: 0 5px;
}
.staff {
    padding:0 15px 40px;
}
.staff .staff-item:not(:first-child) .staff-item_content .pic {
    height: 105px;
}
.staff .staff-item:not(:first-child) .staff-item_content:first-child {
    padding-right: 5px;
}
.staff .staff-item:not(:first-child) .staff-item_content:last-child {
    padding-left: 5px;
}
.research {
    width: 100%;
    height: 170px;
    background: url('../images/index-research.png') center center no-repeat;
    background-size: cover;
    font-size: 12px;
    line-height: 18px;
    padding: 30px 15px 0;
    color: #fff;
    position: relative;
}
.research .title {
    margin-bottom: 12px;
    text-align: center;
}
.research .title b {
    color: #fff;
}
.research .brief {
    padding: 0 30px;
    text-align: center;
    line-height: 18px;
}
.research .arrow_down {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
}
@keyframes move {
    0% {
        bottom: 16px;
    }
    25% {
        bottom: 14px;
    }
    50% {
        bottom: 12px;
    }
    75% {
        bottom: 10px;
    }
    100% {
        bottom: 8px;
    }
}
@-webkit-keyframes move {
    0% {
        bottom: 16px;
    }
    25% {
        bottom: 14px;
    }
    50% {
        bottom: 12px;
    }
    75% {
        bottom: 10px;
    }
    100% {
        bottom: 8px;
    }
}
.technology {
    margin-top: 20px;
    background: #fff;
}
.news .list-item:first-child, .technology .list-item:first-child {
    margin-left: 15px;
}
.news .list-item:last-child, .technology .list-item:last-child {
    margin-right: 15px;
}
.technology .background {
    padding: 15px 15px 10px 15px;
    margin: 0 15px;
    width: calc(100% - 30px);
    height: 83px;
    background: url("../images/index-technology.png") center center/cover no-repeat;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
.technology .background .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.technologyList .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 340px;
}
.technologyList .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    padding: 10px 0;
    height: 340px;
}
.technology-list-item {
    position: relative;
    height: 310px;
}
.technology-list-item .pic {
    height: 100px;
}
.technology-list-item .name {
    font-size: 16px;
    color: #333;
    margin: 15px 0 7px;
    font-weight: bold;
}
.technology-list-item .brief {
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    white-space: normal;
    text-align: left;
}
.technology-list-item .arrow {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    bottom: 10px;
    right: 0;
}
.wealth {
    margin-top: 0;
}
.wealth .background {
    background-image: url("../images/index-wealth.png");
    margin-top: 40px;
}
.duty, .company {
    margin-top: 40px;
    padding: 0 15px;
}
.duty {
    margin-top: 20px;
}
.dutyList, companyList {
    margin-top: 20px;
}
.companyList .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 120px;
}
.companyList .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    padding: 30px 5px;
    height: 120px;
}
.companyList ul li {
    background: #fff;
    display: inline-block;
    width: 120px;
    height: 60px;
    box-shadow: 0px 0px 40px rgba(156, 164, 185, 0.13);
    margin-right: 10px;
    padding: 7px 10px;
}
.companyList ul li:last-child {
    margin-right: 0;
}
.companyList ul li img {
    width: 100px;
    height: 46px;
}
