.inner-container{
    width: 152rem;
    margin: 0 auto;
}

.news{
    padding: 14rem 0 15.5rem 0;
    width: 172rem;
    margin: 0 auto;
}

.news-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lit{
    height: 315px;
}
 .news .inner-title>div{ 
    width: 43.5rem;
}

.news-container{
    margin: 6.5rem 0 17rem 0;
}

.news h3 {
    font-size: 1.7rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #101920;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 1.5rem 0;
}

.news p {
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #6C6C6C;
}

.news .spanLogo {
    margin: 1.9rem 0 0 0;
    height: 21px;
}

.news span {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 21px;
    background: #E62054;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0px -1px 0 2px;
}
.artwork{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    padding:0 15rem 120px;
}
.artwork .inner-title{
    text-align: center;
    padding: 50px 0;
}
.artwork .inner-title h1{
    color: #009996;
    font-weight: bold;
}
.artwork .inner-title .en_name{
    font-weight: bold;
     color: rgba(0,0,0,0.5);
}
.artwork .desc{
    width: 80%;
    height: auto;
    padding-top: 40px;
    margin: 0 auto;
    background: transparent;
    border-top: 1px solid rgba(212, 212, 212, 0.8);
    font-size: 18px;
}
.artwork .desc .info{
    line-height: 1.6;
    color: rgba(0,0,0,.7);
    margin-top: 8px;
}
.artwork  .top-name{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
.artwork .content-details{
     /*border-top: 1px solid rgba(212, 212, 212, 0.8);*/
      padding-top: 50px;
      margin-top: 50px;
      text-align: center;
}
.artwork .content-details img{
    width:100%;
}
.artwork .back{
    text-align: center;
    margin: 70px 0;
    
    padding-bottom: 70px;
     border-bottom:  1px solid rgba(212, 212, 212, 0.8);
}
.artwork .back a{
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artwork .back a span{
    font-size: 38px;
    padding-bottom: 4px;
}
.artwork .back a:hover{
    color: #009996;
}
.artwork .top-ul{
    margin-top: 50px;
    
}
.artwork .top-ul .name{
    font-size: 20px;
    font-weight: bold;
}
.artwork .top-ul ul{
    display: flex;
     margin-right: -3%;
     margin-top: 30px;
}
.artwork .top-ul ul li{
    width: 30.33%;
    
    margin-right: 3%;
}
.artwork .top-ul ul li a{
    width: 100%;
    height: 100%;
}
.artwork .top-ul ul li a img{
    display: block;
     width: 100%;
    height: 250px;
    object-fit: cover;
}
.artwork .top-ul ul li a .title{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
}
.artwork .top-ul ul li a .en-title{
    color: #000;
}
.news-alert{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 10;
    overflow: overlay;
}

.alert-container{
    position: relative;
    top: 12rem;
    background: #fff;
    width: 119.4rem;
    height: auto;
    padding: 17.8rem 16.3rem;
    margin: 0 auto;
}
  

.alert-container h3{
    font-size: 4.8rem;
    margin: 0 0 7.6rem 0;
font-family: Source Han Sans CN;
font-weight: bold;
color: #3D3E3E;
}

.alert-container p{
    font-size: 1.8rem;
    margin: 0 0 2.6rem 0;
font-family: Source Han Sans CN;
color: #3D3E3E;

}

.alert-btn{
    position: fixed;
    top: 21.6rem;
    margin: 0 0 0 135.7rem;
}

.alert-btn a{
    width: 8.1rem;
height: 8.1rem;
background: #757575;
display: flex;
align-items: center;
justify-content: center;
margin: .2rem 0;
}

.alert-btn a .iconfont{
    opacity: 0.55;
}



.work .inner-title>div{ 
    width: 17.4rem;
}

.work .inner-title h2{
margin: .8rem 0 1.2rem 0;
}

.work ul{
    display: flex;
    /*justify-content: space-between;*/
    margin: 5.3rem 0 0 0;
}

.work li{
    width: 15.2rem;
height: 6.0rem;
color: #FFFFFF;
border: .3rem solid #009996;
display: flex;
align-items: center;
justify-content: center;
transition: .5s;
margin-right: 10px;
background: #009996;
}
.work li:last-child{
    margin-right: 0;
}
.work li:hover{
    color: #009996;
background: #fff;
}

.work ul li a{
    font-size: 2.4rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #fff;
}

.work ul li:hover a{
    
    color: #009996;
}


.service-banner{
    width: 100%;
    height: 42.1rem;
    margin: 0 0 12rem 0;
}

.service-banner img{
    width: 100%;
    height: 100%;
}

.service-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 2.7rem 0;
}

.service-title .inner-title h2{
    margin: 1.7rem 0 0 0;
}

.service-nav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.service-nav span,
.service-nav a{
    font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 300;
color: #949494;
}

.service .index-system-container{
    margin: 10.8rem 0 8.9rem 0;
}

.service-view{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 7.3rem auto;
}

.service-view a{
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #706E6E;
}
.service-view a span{
    font-size: 16px;
    font-weight: 300;
    color: #706E6E;
    margin: 0 0 0 5px;
}


.service-view-left{
    width: 33.4rem;
    height: 16.7rem;
    padding: 9.4rem 0 0 2.4rem;
background: #009996;
}

.service-view-left h1{
    font-size: 4.3rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FDFEFE;
margin: 0 0 1.5rem 0;
}

.service-view-left h2{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FDFEFE;
}

.service-view-right{
    width: 87.9rem;
}

.service-view-right ul{
    width: 100%;
}

.service-view-right .hli{
    overflow: hidden;
    height: 45px;
    background: rgb(234,234,234);
    margin: 0 0 1px 0;
}


.service-view-right .hlis{
    height: auto;
}

.hlis i{
    transform: rotate(180deg);
}

.service-view-right li{
    width: 90%;
    padding: 0 5%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(245,245,245);
}

.service-view-right ol li{
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.service-view-right>ul>li:first-of-type{
    background: #00999600 !important;
}

.service-view-right ol li:nth-of-type(2n){
    background: rgb(234,234,234);
}

.service-view-right h4{
    font-size: 2.1rem;
    color: #009996;
}

.service-view-right p{
    font-size: 1.6rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #5C5C5C;
}

.service-view-right span{
    color: rgb(59,59,59);
    margin: 0 5px 0 0;
}

.service-view-right i{
    font-size: 24px;
    color: #009996;
    transition: .3s;
}


.service-view h3{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #5C5C5C;
margin: 0 0 1.8rem 0;
}

.service-view-text{
    padding: 3.2rem 0 7.8rem 0;
    margin: 1.1rem 0 2.6rem 0;
    border-top:2px solid rgb(173,173,173);
    border-bottom:2px solid rgb(173,173,173);
}

.service-view-text p{
    font-size: 1.6rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #5C5C5C;
line-height: 28px;
}

.service-view-text span{
    display: flex;
    align-items: center;
    padding: 0 0 0 .9rem;
    width: 22.1rem;
height: 3.8rem;
background: #009996;
font-size: 2.1rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #F4F6F7;
margin: 3.6rem 0 3.0rem 0;
}

.service-view .np{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 -2.4rem;
}

.service-view .np a{
    display: flex;
    align-items: center;
}


.service-view .np i{
    font-size: 2.1rem;
font-weight: 300;
color: #777777;
margin: 0 2.4rem;
}

.service-view .np p{
    font-size: 2.1rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #777777;
}




.contact-container{
    display: flex;
    margin: 0 0 9.3rem 0;
}
.contact-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7.7rem 0 5.3rem 0;
}

.contact-title-nav{
    display: flex;
}

.contact-title-nav span,
.contact-title-nav a{
    font-size: 2.0rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #949494;
display: flex;
align-items: center;
}

.contact-nav{
    margin: 0 17.4rem 0 0;
}

.contact-nav a{
    display: block;
    width: 45.4rem;
height: 10.7rem;
background: #F5F5F5;
border-bottom: 1px solid #D4D4D4;
margin: 0 1px;
}

.contact-nav a h1{
    font-size: 2.4rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #595959;
padding: 3.3rem 0 0 3.5rem;
line-height: 1;
}
.contact-nav a h2{
    font-size: 1.8rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #595959;
line-height: 58px;
padding: .9rem 0 0 3.7rem;
line-height: 1;
}

.contact-nav .active{
height: 12.5rem;
background: #FFFFFF;
border: 1px solid #D4D4D4;
margin: 0;
}

.contact-nav .active h1{
    font-size: 3rem;
font-family: FZLTDHK;
font-weight: normal;
color: #009996;
padding: 3.1rem 0 0 3.5rem;
line-height: 1;
}
.contact-nav .active h2{
    font-size: 2.4rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #009996;
padding: 1.4rem 0 0 3.5rem;
line-height: 1;
}

.contact h3{
    font-size: 3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5C5C5C;
    margin: 2.2rem 0 3.2rem 0;
}

.contact p{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #5C5C5C;
margin: 0 0 6.7rem 0;
}

.contact p:first-of-type{
    margin: 0;
}

.map-container{
    width: 147.2rem;
    height: 70.4rem;
    padding: 2rem;
background: #E7E3E3;
margin: 0 0 25.2rem;
}

.map{
    width: 147.2rem;
    height: 70.4rem;
}

.mapLogo{
    position: relative;
    width: 263px;
background: #009996;
border-radius: 30px;
}

.mapLogo p{
    position: relative;
    padding: 13px 20px;
    font-size: 15px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FBFCFD;
z-index: 1;
}

.mapLogo div{
    left: 20%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #009996;
    z-index: 9;
}


.re{
    margin: 0 0 28.9rem 0;
}

.contact-re-active{
    border-bottom: 0px !important;
    border-top: 1px solid #D4D4D4;
}

.con-re{
    display: block;
    width: 89rem;
    margin: 0 0 3.7rem 0;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.09);
}

.con-re-top{
    display: flex;
    justify-content: space-between;
    margin: 0 0 3rem 0;
    padding: 2.1rem 1.9rem 0 2.8rem;
}

.con-re h3{
    font-size: 21px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #009996;
margin: 0 0 1.9rem 0 !important;
}

.con-re span{
    font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #484848;
}


.con-re img{
    width: 20.6rem;
height: 2.6rem;
margin: .4rem 3rem 0 0;
}

.con-re-bottom{
    width: 100%;
    height: 5.2rem;
    background: rgba(250,250,250);
}

.con-re-bottom-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 7.3rem 0 2.9rem;

}

.con-re-span span{
    font-size: 15px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #736E6E;
    padding: 5px 15px;
    border-radius: 50px;
    background: #fff;
    margin: 0 .5rem;
    border: 1px solid #736E6E;
}

.re-view{
    position: relative;
    background: rgba(250,250,250);
    display: none;
}

.re-view p:first-of-type{
    white-space: nowrap;
}

.con_re .re-view{
    display: block;
}

.con_re .s{
    transform: rotate(90deg)
}
.con_re .h{
    transform: rotate(180deg);
}

.re-view-line{
    width: 84.4rem;
    margin: 0 auto;
height: 1px;
background: #676767;
}

.re-view p{
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 300;
color: #757575;
padding: 1rem 0 0 3rem;
margin: 0;
}

.re-view p:last-of-type{
    padding: 1.8rem 0 2rem 3rem;
}

.view-btn{
    position: absolute;
    bottom: 2.2rem;
    right: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
height: 32px;
background: #009996;
border-radius: 16px;
font-size: 17px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
}

.shi{
    position: relative;
    width: 23px;
    height: 23px;
}

.shi .s{
    position: absolute;
    top: 0;
    left: 11px;
    width: 2px;
height: 23px;
background: #484848;
opacity: 0.25;
transition: .5s;
}

.shi .h{
    position: absolute;
    left: 0;
    top: 11px;
    height: 2px;
width: 23px;
background: #484848;
opacity: 0.25;
transition: .5s;
}




.about-title h3{
    font-size: 3.9rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #009996;
margin: 0 0 1.9rem 0;
}

.about-title h4{
    font-size: 4.9rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #009996;
}




.team{
    width: 100%;
}
.team-container{
    margin: 0 0 20.8rem 0;
}
.team-title h3{
    font-size: 3.9rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #009996;
margin: 0 0 1.9rem 0;
}

.team-title h4{
    font-size: 4.9rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #009996;
}

.team-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5rem 0 0 0;
}

.team-view{
    width: 30%;
    background: rgb(246,246,246);
}

.team-view img{
    width: 100%;
    height: auto;
}

.team-view-text{
    padding: .5rem 2rem 2rem 2rem;
}

.team-view-text h5{
    font-size: 2.2rem;
    color: rgb(50,50,50);
}
.team-view-text h6{
    font-size: 12px;
    margin: .5rem 0 2.5rem 0 !important;
}

.team p{
    font-size: 1.6rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #232323;
margin: 0 !important;
}

.team-view-text p{
    font-size: 1.6rem;
    margin: 0 !important;
    color: rgb(153,153,153);
}

.team img{
    width: 100%;
}

.team hr{
    margin: 3.6rem 0 4rem 0;
}

.team-contact{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.9rem;
background: #009996;
font-size: 2.2rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
}
.team-contact-san{
    position: absolute;
    top: 4.9rem;
    left: 5rem;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 2rem solid #009996;
}

.team-contact-text{
    width: 100%;
    height: auto;
    
background: #C9C9C9;
}

.team-contact-text div{
    padding: 0 3rem;
    width: 58.9rem;
    height: 100%;
background: #EEEEEE;
}

.team-contact-text .title{
    font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #009996;
margin: 0 !important;
padding: 3rem 0 0 0;
}

.team-contact-text .text{
    font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 300;
color: #929292;
margin: 2.7rem 0 0 0 !important;
padding: 0 0 3rem 0;
}

.team-view .team-alert{
    /* display: none; */
}

.team-view-alert .team-alert{
    /* display: block; */
}

.team-alert{
}

.event-container{
    position: relative;
}

.line{
    position: absolute;
    top: -5%;
    left: 53.7px;
    width: 1px;
    height: 110%;
    background: rgb(127,127,127);
}

.event{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.event:hover p{
    color: #24A6A3;
}

.event:hover>div{
    border:1px solid #24A6A3;
}

.event:hover div div{
    background: #24A6A3;
}

.event p{
    font-size: 14px;
    color: rgb(127,127,127);
    margin: 0;
}

.event p:last-of-type{
    width: 83rem;
}

.event>div{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
height: 12px;
background: #FFFFFF;
border: 1px solid rgb(127,127,127);
border-radius: 50%;
margin: 0 19px 0 15px;
}
.event>div>div{
    width: 6px;
height: 6px;
background: rgb(127,127,127);
border-radius: 50%;
}
.event>div>div div{
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -50%;
    /* background: #000; */
}

.view-alert{
    position: absolute;
    align-items: center;
    width: 87.7rem;
height: 27rem;
padding: 1.8rem 1.5rem;
background: #FFFFFF;
border: 1px solid #BBBBBB;
display: none;
z-index: 10;
}

.view-alert .img{
    width: 28.4rem;
height: 24.3rem;
display: flex;
align-items: center;
justify-content: center;
background: #009996;
margin: 0 8rem 0 0;
}

.view-alert .img img{
    width: 75%;
    height: auto;
    margin: 0;
    filter:  brightness(200%);
}

.view-alert h1{
    display: block;
    margin: 0 auto 3rem auto;
    font-size: 2.4rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #898989;
text-align: center;
width: fit-content;
}
.view-alert h2{
    font-size: 2.5rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #898989;
text-align: center;
margin: 0 0 3rem 0;
}
.view-alert p{
    font-size: 1.8rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #898989;
text-align: center;
}
.view-alert h1 div{
    width: 100%;
height: 6px;
background: #FBB204;
}
.view-alert i{
    font-size: 1.7rem;
    color: #BBBBBB;
    position: absolute;
    top: 1.8rem;
    right: 2.5rem;
}
.about{
    width: 90rem;
}
.about p{
    font-size:16px;
    font-family: SourceHanSansCN-Normal;
    color: #5C5C5C;
    margin: 4rem 0 !important;
    line-height: 30px;
                  
}
.about img{
    width: 100% !important;
}


@media screen and (max-width:1280px) {
    .line{
        top: -5%;
    }
    .artwork{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.artwork .inner-title{
    text-align: center;
    padding: 20px 0;
}
}



@media screen and (max-width:1000px) {
    .about{
        width: 100%;
    }
    .event p:last-of-type{
        width: 40rem;
    }
    .line {
        height: 105%;
    }
    .head{
        height: 44px;
    }
    .news{
        width: 96%;
        padding: 50px 0 155px 0;
    }
    .news-title{
        flex-direction: column;
        /* align-items: flex-start; */
    }

    .inner-title h1{
        font-size: 2.3rem;
        text-align: center;
    }

    .inner-title h2{
        margin: 0 0 10px 0 !important;
        font-size: 2.2rem;
        text-align: center;
    }
    .inner-input{
        width: 80%;
        margin: 10px 0 0 0;
    }
    .alert-container{
        width: 70%;
        padding: 5% 5% 0 5%;
    }
    .alert-container img{
        width: 100%;
    }
    .alert-container h3{
        font-size: 18px;
    }
    .alert-btn{
        right: 2%;
        width: 10%;
    }
    .alert-btn a{
        width: 100%;
        height: 40px;
        margin: 2px 0;
    }
    .alert-btn a .iconfont{
        font-size: 24px;
    }

    .work ul{
        flex-wrap: wrap;
    }
    .work li{
        width: 23%;
    border: 2px solid #009996;
    margin: 0 0 7px 0;
    }
    .work ul li a{
        font-size: 16px;
    }

    .inner-container{
        width: 96%;
    }
    .service-banner{
        height: auto;
        margin: 0 0 5rem 0;
    }
    .service-banner img{
        height: auto;
    }
    .service-title{
        flex-direction: column;
        align-items: center;
    }
    .service-nav{
        justify-content: flex-start;
    }
    .service-nav span, .service-nav a{
        font-size: 14px;
    }

    .contact-nav{
        margin: 0;
    }
    .contact-container{
        flex-direction: column;
    }
    .map-container{
        display: none;
    }
    .map{
        width: 100%;
        height: 100%;
    }

    .re{
        margin: -80px 0 89px 0;
    }
    .contact{
        margin: 50px 0 0 0;
    }
    .contact-title{
        flex-direction: column;
        align-items: flex-start;
    }
    .re-view-line{
        width: 90%;
    }
    .con-re{
        width: 100%;
    }
    .con-re h3{
        font-size: 15px;
        display: flex;
        flex-direction: column;
    }
    .con-re span{
        font-size: 14px;
    }
    .con-re-bottom{
        height: auto;
        padding: 5px 0 10px 0;
    }
    .con-re-bottom-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .con-re-bottom-container span{
        margin: 10px 0;
    }
    .con_re .re-view{
        padding: 0 0 40px 0;
    }
    .team-contact-text{
        height: auto;
    }
    .team-contact-text div{
        padding: 5%;
        width: 90%;
        height: auto;
    }
    .service-view{
        flex-direction: column;
    }
    .service-view-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
    .service-view-left h1{
        margin: 0 0 1rem 0;
    }
    .service-view-left h1,
    .service-view-left h2{
        text-align: center;
    }
    .service-view-right{
        width: 100%;
    }
    .contact-title{
        display: none;
    }
    .contact-nav a{
        width: 100%;
        height: 53px;
    }
    .contact-nav a h1{
        padding: 1.5rem 0 0 3.5rem;
    }
    /* .contact p:first-of-type{
        width: 35px;
    } */
    .event>div{
        width: 13px;
        height: 13px;
        margin: 0 10px;
    }
    .event>div div{
        width: 7px;
        height: 7px;
    }
    .line{
        left: 49px;
    }
    .service-nav{
        display: none;
    }
    .service .index-system-container{
        margin: 1rem 0 8.9rem 0;
        justify-content: center;

    }
    .service-view-left{
        height: 10rem;
    }
    .service-view-left h1{
        font-size: 3rem;
        margin: 0;
    }
    .service-view-left h2{
        font-size: 2.4rem;
    }
    .contact p{
        margin: 0;
    }
    .contact h3{
        margin: 2.2rem 0 0 0;
    }
    .contact-container{
        margin: 0rem 0 9rem 0;
    }
    .team-view{
        width: 48%;
    }
    .team-view-text p{
        overflow: hidden;      
  text-overflow: ellipsis;      
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */      
  -webkit-line-clamp: 3; /* 控制最多显示几行 */      
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */ 
    }
    .view-alert{
        flex-direction: column;
        align-items:center;
        width:92%;
        padding: 2%;
        left: 2%;
        height: auto;
        align-items: center;
    }
    .view-alert .img{
        margin: 10px 0 30px 0;
    }
    .view-alert h1{
        margin: 0 auto 20px auto;
    }
.service-view a{
    top: -30px;
}
.service-view a span{
    margin: 0 0 0 2px;
}
.artwork{
    padding:0 0 20px;
}
.artwork .inner-title h1{
    font-size: 26px;
}
.artwork .top-ul ul{
    flex-wrap: wrap;
    margin-right:0;
}
.artwork .top-ul ul li{
    width: 100%;
     margin-right:0;
    margin-bottom: 20px;
}
.artwork .desc{
    font-size: 16px;
}
.artwork .desc .info{
    line-height: 1.4;
    margin-top: 8px;
}
.artwork  .top-name{
    font-size: 18px;
}
}