.launch {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.launch-bg {
    width: 100%;
    height: 730px;
    background: url(../image/bg-animate.png) center 0 no-repeat;
    opacity: 0;
}

.launch-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 28vh;
    text-align: center;
    z-index: 200;
    transform: scale(1.4);
    opacity: 0.2;
    transition: 1s all linear
}

.launch-content-animated {
    transform: scale(1);
    opacity: 1;
}

.lau-logo {
    width: 204px;
    height: 212px
}

.lau-cor {
    font-size: 62px;
    font-weight: bold;
    color: #0464AF;
    line-height: 36rpx;
    margin: 40px 0 107px;
    width: 100%
}

.lau-slogen {
    font-size: 52px;
    font-weight: 500;
    color: #318CC9;
    line-height: 36px;
}

.launch-foot {
    background: url(../image/foot-bg.png) center bottom no-repeat;
    width: 100%;
    height: 267px;
    position: absolute;
    bottom: 0;
    transform: translateY(80%);
    transition: all .6s linear
}

.launch-foot-animated {
    transform: translateY(0)
}

#main-nav {
    display: none;
}

.index-wrapper {
    display: none;
}

.swiper-container {
    width: 100%;
}
.swiper-button-prev{
    left: 60px !important;
}
.swiper-button-next{
    right: 60px !important;
}
.swiper-button-prev, .swiper-button-next{
    display: block;
    width: 35px !important;
    height: 55px !important;
    background-size: 100% 100% !important;
}
.swiper-button-prev{
    background-image:url("../image/zuo1.png") !important;
}
.swiper-button-next{
    background-image:url("../image/you1.png") !important;
}
.swiper-container:hover .swiper-button-prev{
    background-image:url("../image/zuo2.png") !important;
}
.swiper-container:hover .swiper-button-next{
    background-image:url("../image/you2.png") !important;
}
.swiper-container .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #009cff;
}

.swiper-container .swiper-wrapper {
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
    font-size: 0;
    width: 100%;
    height: 18.6vw;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: 18.6vw;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: 18.6vw;
}

.company-profile .company-content-box p {
    margin-top: 1em;
    color: #333;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.new-center-wrapper {
    background: #f5f5f5;
    width: 100%;
}

.new-center-wrapper .news-profile {
    width: 100%;
}

.new-center-wrapper .news-profile .news-content-box {
    display: flex;
    width: 100%;
}

.new-center-wrapper .news-profile .news-content-box .right-list {
    width: calc(100% - 485px - 50px);
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news {
    width: 100%;
    margin-bottom: 15px;
    height: 88px;
    display: flex;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news:hover{
    box-shadow: 0 0 15px 5px #bcc6e336;
}

@keyframes tpm-product-multi__icon-enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1440px;
  }
}
@keyframes tpm-product-multi__icon-leave {
  0% {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 0;
  }
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .left-icon {
    height: 100%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://main.qcloudimg.com/trisys/assets/home/images/product/ani-hot.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    margin-top: 14px;
    margin-left: 10px;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .is-leave{
    animation: tpm-product-multi__icon-leave .5s steps(24) forwards;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .is-enter{
    animation: tpm-product-multi__icon-enter .5s steps(24) forwards;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .left-icon img {
    width: 28px;
    height: 28px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content {
    flex: 1;
    width: calc(100% - 88px);
    background: #e3eef8;
    padding: 8px;
    box-sizing: border-box;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content:hover a {
    color: #0056a3;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content:hover a .title{
    color: #0056a3;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content:hover a .text{
    color: #0056a3;
}
.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content:hover a .date{
    color: #0056a3;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title {
    margin-bottom: 6px;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title .text {
    font-weight: 600;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title .date {
    font-size: 14px;
    line-height: 26px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .content-text {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:5px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap {
    width: 100%;
    height: calc(370px - 88px -15px);
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .news-blue{
    display: none;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .news-blue{
    display: block;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .news-black{
    display: none;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover a{
    color: #0056a3;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover.date{
    color: #0056a3;
}
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover{
    box-shadow: 0 0 15px 5px #bcc6e336;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:not(:last-child) {
    margin-bottom: 8px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .title,
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .date {
    color: #0056a3;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-right: 8px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .title,
.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .date {
    font-size: 16px;
    color: #333;
    line-height: 2em;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .date {
    width: 6em;
    margin-left: 10px;
}

.new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper {
    width: 485px;
    height: 370px;
    box-shadow: 0 0 15px 5px #bcc6e336;
    margin-right: 50px;
    overflow: hidden;
}
.new-center-wrapper .news-profile .news-content-box .left-swipper:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%), -8px -8px 20px 0 #fff;
    /*box-shadow: 0 0 15px 5px #bcc6e336;*/
}
.new-center-wrapper .news-profile .news-content-box .left-swipper:hover .news-center-swiper-container .swiper-wrapper .swiper-slide .title{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    z-index: 999;
    background-color: #fff;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-pagination-bullet-active {
    z-index: 999;
    background-color: #009cff;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper {
    width: 100%;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide {
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide img {
    width: 485px;
    height: 370px;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide a {
    width: 485px;
    height: 370px;
    position: relative;
    display: inline-block;
}

.new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 3em;
    font-size: 16px;
    line-height: 3em;
    color: #fff;
    padding: 5px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.medis-focus-wrapper {
    width: 100%;
}

.medis-focus-wrapper .medis-focus-box {
    width: 100%;
}

.medis-focus-wrapper .medis-focus-box .news-list {
    width: 100%;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item {
    padding: 20px 0;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    background: rgb(248,248,248);
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item>a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .detail {
    color: #596efb;
    font-size: 14px;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item:hover {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.medis-focus-wrapper .medis-focus-box .news-list .new-item:hover .right-box .title{
    color: #0056a3;
}
.medis-focus-wrapper .medis-focus-box .news-list .new-item:hover .right-box .content{
    color: #0056a3;
}
.medis-focus-wrapper .medis-focus-box .news-list .new-item:hover .right-box .date{
    color: #0056a3;
}
.medis-focus-wrapper .medis-focus-box .news-list .new-item .left-img:hover img {
    transform: scale(1.1);
}
.medis-focus-wrapper .medis-focus-box .news-list .new-item .left-img {
    width: 254px;
    margin-right: 50px;
    font-size: 0;
    margin-left: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .left-img img {
    width: 254px;
    height: 160px;
    transition: all .2s;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 324px);
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .date {
    color: #666;
    font-size: 14px;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .content {
    width: 100%;
    flex: 1;
    font-size: 16x;
    color: #333;
    display: flex;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .content p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .detail {
    color: #596efb;
    cursor: pointer;
    font-size: 14px;
}

.group-content-box{
    background: #f5f5f5;
    width: 100%;
}
.group-announcement-wrapper {
    width: 100%;
}

.group-announcement-wrapper .group-announcement-box {
    width: 100%;
    font-size: 0;
}

.group-announcement-wrapper .group-announcement-box .ann-item {
    width: 24%;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 8px 0 #eee;
}
.group-announcement-wrapper .group-announcement-box .ann-item:hover {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.group-announcement-wrapper .group-announcement-box .ann-item:hover .img {
    transform: scale(1.1);
}
.group-announcement-wrapper .group-announcement-box .ann-item:hover .info .content {
    color: #0056a3;
}
.group-announcement-wrapper .group-announcement-box .ann-item:hover .info .title {
    color: #0056a3;
}
.group-announcement-wrapper .group-announcement-box .ann-item:hover .info .date {
    color: #0056a3;
}
.group-announcement-wrapper .group-announcement-box .ann-item>a {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
}

.group-announcement-wrapper .group-announcement-box .ann-item a {
    cursor: pointer;
}

.group-announcement-wrapper .group-announcement-box a:not(:last-child) {
    margin-right: 1.33%;
}

.group-announcement-wrapper .group-announcement-box .ann-item .img-box {
    width: 100%;
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56%;
}
.group-announcement-wrapper .group-announcement-box .ann-item .img-box .img{
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}


.group-announcement-wrapper .group-announcement-box .ann-item .img-box img {
    width: 100%;
    font-size: 0;
}

.group-announcement-wrapper .group-announcement-box .ann-item .info {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #d2dae1;
    border-top: none;
    background: #fff;
}

.group-announcement-wrapper .group-announcement-box .ann-item .info .title {
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-announcement-wrapper .group-announcement-box .ann-item .info .content {
    color: #333;
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-announcement-wrapper .group-announcement-box .ann-item .info .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}

@media screen and (max-width: 900px) {
    .launch {
        display: flex;
    }
    .launch-bg {
        background-size: 100vw 40vw;
    }
    .launch-content {
        top: 36vh;
    }
    .lau-logo {
        width: 102px;
        height: 106px;
    }
    .lau-cor {
        font-size: 24px;
        margin: 10px 0 30px;
        padding: 0 20px
    }
    .launch-foot {
        background-size: 100vw 30vw;
    }
    .lau-slogen {
        font-size: 18px;
    }
    .index-wrapper {
        display: none;
    }
    .swiper-container .swiper-wrapper .swiper-slide {
        height: 60vw;
    }
    .new-center-wrapper .news-profile {
        width: 100%;
    }
    .new-center-wrapper .news-profile .news-content-box {
        display: block;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list {
        width: 100%;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news {
        width: 100%;
        margin-bottom: 15px;
        height: 88px;
        display: flex;
    }
    /*.new-center-wrapper .news-profile .news-content-box .right-list .first-news .left-icon {*/
    /*    width: 88px;*/
    /*    height: 100%;*/
    /*    background: #d6e5f3;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .left-icon img {
        width: 28px;
        height: 28px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content {
        flex: 1;
        width: calc(100% - 88px);
        background: #e3eef8;
        padding: 8px;
        box-sizing: border-box;
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title {
        margin-bottom: 6px;
        display: flex;
        font-size: 18px;
        justify-content: space-between;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title .text {
        font-weight: 600;
        flex: 1;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .title .date {
        font-size: 14px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .first-news .right-content .content-text {
        width: 100%;
        font-size: 14px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap {
        width: 100%;
        height: calc(370px - 88px -15px);
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list {
        width: 100%;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:not(:last-child) {
        margin-bottom: 8px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .title,
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list:hover .date {
        color: #0056a3;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list img {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .title,
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .date {
        font-size: 16px;
        color: #333;
        line-height: 2em;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .date {
        width: 6em;
        margin-left: 10px;
    }
    .new-center-wrapper .news-profile .news-content-box .right-list .news-list-wrap .list .title {
        flex: 1;
    }
    .new-center-wrapper .news-profile .news-content-box .left-swipper {
        width: 100%;
        height: 80vw;
        margin-right: 50px;
    }
    .new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-pagination-bullet {
        height: 0;
    }
    .new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 80vw;
    }
    .new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 80vw;
        position: relative;
        display: inline-block;
    }
    .new-center-wrapper .news-profile .news-content-box .left-swipper .news-center-swiper-container .swiper-wrapper .swiper-slide .title {
        padding-bottom: 5px;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item:hover {
        background: #e3eef8;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .left-img {
        width: 110px;
        margin-right: 15px;
        font-size: 0;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .left-img img {
        width: 110px;
        height: 80px;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .title {
        line-height: 30px;
        margin-bottom: 0;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .date p,
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .content p {
        display: none;
    }
    .medis-focus-wrapper .medis-focus-box .news-list .new-item .right-box .detail {
        display: none;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item {
        width: 48%;
        margin-bottom: 40px;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item:not(:last-child) {
        margin-right: 3.8%;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item:nth-child(2n) {
        margin-right: 0;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item:nth-child(n+2) {
        margin-bottom: 0;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .img-box {
        width: 100%;
        font-size: 0;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .img-box img {
        width: 100%;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .info {
        padding: 10px;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .info .title {
        margin-bottom: 8px;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .info .content {
        display: none;
    }
    .group-announcement-wrapper .group-announcement-box .ann-item .info .date img {
        display: none;
    }
}