﻿.background {   
     background-repeat: no-repeat;
     background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.swiper-container{
    height:5rem;
}



.achievement .item.remove-pd {
    padding:0;
}
.achievement {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: auto;

  
}

.achievement .item {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
    height: 0.8rem;
    position: relative;
}

.afterClear .item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.4rem;
    background: rgba(204, 204, 204, 1);
    opacity: 0.5;
    right: 1px;
    top: 50%;
    margin-top: -0.2rem;
}

.afterClear .item:nth-child(5)::after {
    display: none;
}

.afterClear .item:last-child::after {
    display: none;
}


.achievement .item .itemImgBox {
    width: 0.6rem;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.achievement .item .itemText {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 0.24rem;
}

.achievement .item .itemImg {
    padding: 0 0.1rem 0 0;
}

.achievement .item .itemText .title {
    font-size: 0.16rem;
    
    color: rgba(51, 51, 51, 1);
}

.achievement .item .itemText .subTitle {
    font-size: 0.12rem;
    color: #999
}


.service {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    
    height: auto;
}

.service .serviceItem {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    

    
    width: 22%;
    height: 3.5rem;
    margin-bottom: 0.6rem;

    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 3px;
}

.service .serviceItem:hover {
    box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.05rem;
    
    margin-top: -0.2rem;
    border: 0.01rem solid rgba(229, 229, 229, 1);
}

.service .active {
    box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.05rem;
    margin-top: -0.2rem;
}


.service .serviceItem .itemImg {
    width: 1rem;
    height: 1rem;
    
    margin:0.2rem auto 0 auto;
    display: block;
}

.service .serviceItem .imgText {
    margin: 0.1rem 0 0.18rem 0;
    font-size: 0.16rem;
    
    color: rgba(132, 122, 204, 1);
    text-align: center;
}

.service .serviceItem .itemText {
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.24rem;
    
    color: rgba(153, 153, 153, 1);
    margin: 0 0.16rem;

}



.case {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: auto;
}

.case .caseItem {
    width: 30%;
    
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0.41rem;
}

.case .caseItem:hover {
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.05rem;
    transform: scale(1.01);
}


.case .caseItem .caseImg {
    border-radius: 0.05rem;
    
    height: 2.18rem;
    width:100%;
    
}

.case .caseItem .caseText {
    text-align: center;
    font-size: 0.16rem;
    
    color: #333;
    height: 0.5rem;
    margin-top: -0.02rem;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}



.partner {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    
    height: auto;
    margin-bottom: 0.6rem;
}

.partnerItem {
    height: 1.2rem;
    width: 18%;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:0.2rem;
}

.partnerItem:hover {
    box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
    background:#fff;
}
.partnerItem:last-child:hover{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    transform: scale(1);
    background:rgba(249,249,249,1);
}






.partnerItem .partnerImg {
    
    
    width: 70%;
}


.news {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    
    height: auto;
    margin-bottom: 0.6rem;
}

.news .typeItemList {
    margin-bottom: 0.6rem;
}

.newsItem {
    width: 30%;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top: 0.42rem;
}

.newsItem a{
    color:#000;
}
.newsTitle {
    border-left: 0.04rem solid rgba(24, 67, 139, 1);
    text-indent: 0.1rem;
    font-size: 0.18rem;
    
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.2rem;
}

.newsBlock {
    
    
    
}

.newsItem .newsBlock:hover {
    box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
}

.newsItem .newsBlock:hover .newsText {
    color: rgba(24, 67, 139, 1);
}

.newsBlock .newsImg {
    width: 100%;
    height: auto;
}

.newsBlock .newsContent {
    padding: 0.1rem 0.13rem;
    
    background: rgba(255, 255, 255, 1);
}

.newsBlock .newsContent .newsText {
    display: inline-block;
    font-size: 0.16rem;
    
    line-height: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}






.newsBlock .newsContent .newsTime {
    font-size: 0.14rem;
    
    color: rgba(153, 153, 153, 1);
    line-height: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.otherNews {
    height: 0.76rem;
    overflow: hidden;
    padding-left: 0.13rem;
    position: relative;
    border-bottom: 0.01rem dashed rgba(204, 204, 204, 1);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.otherNews .newsContent {
    font-size: 0.14rem;
    white-space: nowrap;
    width: 100%;
}

.otherNews .newsContent .newsText {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 94%;
    display: inline-block;
    text-indent: 0.12rem;
    background: url("../image/xingzhuang.png") no-repeat left;
}


.otherNews:hover .newsContent .newsText {
    color: rgba(24, 67, 139, 1);
    background: url("../image/xingzhuangHover.png") no-repeat left;
}


.otherNews .newsTime {
    font-size: 0.14rem;
    
    color: rgba(153, 153, 153, 1);
    line-height: 0.22rem;
}


@media screen and (max-width: 540px) {    
        .banner{
        height:2rem;
        background-image: url('../image/banner_03.jpg');
        background-size: auto 100%;
    }

    .swiper-container{
        height:3rem;
    }

    .achievement {
        padding: 0 0.25rem;
        justify-content: space-between;
        margin-top: 0.1rem;
    }


    .achievement .item {
        width: 45%;
        padding: 0rem;
        justify-content: flex-start;
    }

    .service .serviceItem {
        width: 45%;
        margin-bottom: 0.2rem;
        height: 3.9rem;
    }


    .case .caseItem{
        width: 45%;
    }
    .case .caseItem .caseImg{
        height: auto;
    }



    .newsItem{
        width: 80%;
    }
    .newsBlock .newsImg{
        height:auto;
    }

    .partner .partnerItem {
        width: 30%;
        margin-bottom:0;
    }

    .partnerItem:last-child{
        transform: scale(0.95);
        text-align: center;
    }

}
@media screen and (max-width: 375px) {
    .banner {
        height: 2rem;
        background-image: url('../image/banner_03.jpg');
        background-size: 100% 100%;
    }
}