

.about{
    width: 100%;
    height: 5.22rem;
    margin-top: 0.7rem;
    margin-bottom: 0.64rem;
    min-width: 12rem;
    display: flex;
    justify-content: space-between;
}
.about .about-le{
    width: 6.96rem;
    height: 5.22rem;
    overflow: hidden;
    position: relative;
}
.about .about-boxs{
    width: 12.24rem;
    height: 5.22rem;
}
.about-boxs .about-uls{
    width: 100%;
    height: 100%;
    background: url(../images/project.png) no-repeat center bottom / 100%;
    display: flex;
    justify-content: space-between;
}
.about-uls .about-lis{
    width: 4rem;
    height: 5.22rem;
    cursor:pointer;
}
.about-le .about-name{
    width: 3.73rem;
    height: 0.7rem;
    background: url(../images/about.png) no-repeat center center / 100% 100%;
    position: relative;
    margin: 0.56rem auto 0;
}
.about-name .about-title{
    width: 100%;
    height: 0.7rem;
    position: absolute;
    top: 0;
    left: 0;
}
.about-title .about-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.about-span span{
    color: #0094fe;
}
.about-title .about-line{
    /*width: 0.34rem;*/
    height: 0.04rem;
    background: #0094fe;
    position: absolute;
    top: 0.7rem;
    left: 2.2rem;
}

.about-le .about-text{
    width: 4.15rem;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    margin: 0.34rem auto 0;
}
.about-le .about-colour{
    width: 100%;
    height: 1.72rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7c600;
}

.about-lis .about-img{
    width: 100%;
    height: 2rem;
    position: relative;
}
.about-img .about-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.about-box .about-p{
    width: auto;
    height: 0.28rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: rgba(255,255,255,0.4);
    line-height: 0.28rem;
    margin-top: 1.08rem;
}
.about-box .about-t{
    width: auto;
    height: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.4rem;
}
.about-lis .about-bottom{
    width: 100%;
    height: 3.22rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    overflow: hidden;
    color: #333333;
    transition: all 1s ease-out;
}

.about-bottom .about-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.4rem;
}
.about-bottom .about-ul{
    width: 2.68rem;
    height: auto;
    overflow: hidden;
    margin: 0.4rem auto 0;
    opacity: 0;
}
.about-ul .about-li{
    width: 50%;
    height: 0.3rem;
    font-size: 0.16rem;
    float: left;
}

.about-li:nth-of-type(n+3){
    margin-top: 0.1rem;
}

.about-lis:hover .about-bottom{
    background: #242221;
    color: #ffffff;
}
.about-lis.active .about-bottom{
    background: #242221;
    color: #ffffff;
}
.about-lis.active .about-ul{
    opacity: 1;
}



.case{
    width: 100%;
    height: 11.7rem;
    background: #f4f4f4;
    overflow: hidden;
    min-width: 12rem;
}
.case .case-head{
    max-width: 16rem;
    min-width: 12rem;
    height: 1.6rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.case-head .case-le{
    width: 2.3rem;
    height: 0.7rem;
    background: url(../images/case.png) no-repeat center center / 100% 100%;
    position: relative;
    margin-top: 0.3rem;
}
.case-le .case-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case-title .case-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.case-span span{
    color: #0094fe;
}
.case-title .case-line{
    /*width: 0.27rem;*/
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.54rem;
    left: 1rem;
}
.case-head .case-ri{
    width: 1.82rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    color: #666666;
    text-align: center;
    line-height: 0.4rem;
    cursor:pointer;
    margin-top: 0.75rem;
    transition:all 1s ease-out;
}

.case-ri a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.case-ri:hover{
    background: #0094fe;
    border: none;
}
.case-ri:hover a{
    color: #ffffff;
}


.case .case-box{
    max-width: 16rem;
    min-width: 12rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.case-box .case-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.case-ul .case-li{
    width: 5.12rem;
    height: 100%;
    overflow: hidden;
}
.case-li .case-con{
    width: 5.12rem;
    height: 3.46rem;
    overflow: hidden;
    cursor:pointer;
    position: relative;
}
.case-con a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-li .case-con:last-child{
    margin-top: 0.3rem;
}
.case-li:nth-of-type(even) .case-con:nth-of-type(1){
    height: 5.2rem;
}
.case-li:nth-of-type(odd) .case-con:nth-of-type(2){
    height: 5.2rem;
}
.case-con .case-img{
    transition:all 1s ease-out;
}
.case-con:hover .case-img{
    transform:scale(1.1);
}
.case-con:hover .case-on{
    opacity: 1;
}

.case-con .case-on{
    width: 4.78rem;
    height: 1.5rem;
    background: #ffffff;
    position: absolute;
    bottom: 0.1rem;
    left: 0.17rem;
    overflow: hidden;
    padding: 0 0.4rem;
    box-sizing: border-box;
    opacity: 0;
    transition:all 1s ease-out;
}
.case-on .case-line{
    width: 0.18rem;
    height: 0.03rem;
    background: #0094fe;
    margin-top: 0.34rem;
}
.case-on .case-name{
    width: 100%;
    height: 0.3rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.06rem;
}
.case-on .case-text{
    width: 100%;
    height: 0.3rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.18rem;
}
.case-on .case-add{
    position: absolute;
    top: 0.36rem;
    right: 0.44rem;
    width: 0.5rem;
    height: 0.5rem;
}




.we{
    width: 100%;
    height: 5.89rem;
    position: relative;
    min-width: 12rem;
    overflow: hidden;
}
.we .we-banner{
    width: 12.06rem;
    height: 5.89rem;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/we.png) no-repeat center center / 100% 100%;
}
.we .we-box{
    width: 100%;
    height: 5.3rem;
    background: #0094fe;
    margin-top: 0.3rem;
    overflow: hidden;
}
.we-box .we-name{
    width: 4rem;
    height: 0.9rem;
    margin-top: 1.2rem;
    position: relative;
    background: url(../images/we1.png) no-repeat center center / 100% 100%;
}

.we-name .we-title{
    width: 100%;
    height: 0.9rem;
    position: absolute;
    top: 0;
    left: 0;
}
.we-title .we-span{
    width: 100%;
    height: 0.9rem;
    font-size: 0.35rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.9rem;
}

.we-title .we-line{
    width: 0.34rem;
    height: 0.04rem;
    background: #ffffff;
    position: absolute;
    top: 0.7rem;
    left: 1.84rem;
}
.we-box .we-text{
    width: 6rem;
    height: auto;
    overflow: hidden;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-top: 0.65rem;
    text-align: justify;
}
.we-box .we-btn{
    width: 1.82rem;
    height: 0.4rem;
    border: 0.01rem solid #ffffff;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
    cursor:pointer;
    margin-top: 0.4rem;
}
.we-btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.news{
    width: 100%;
    min-width: 12rem;
    overflow: hidden;
    height: 9.33rem;
}
.news .new-head{
    width: 100%;
    height: 0.7rem;
    margin-top: 0.84rem;
}
.new-head .w-1600{
    display: flex;
    justify-content: space-between;
}
.new-head .new-le{
    width: 2.55rem;
    height: 0.7rem;
    background: url(../images/news.png) no-repeat center center / 100% 100%;
    position: relative;
}
.new-le .new-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.new-title .new-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.new-span span{
    color: #0094fe;
}
.new-title .new-line{
    /*width: 0.27rem;*/
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.54rem;
    left: 1.14rem;
}
.new-head .new-ri{
    width: 1.82rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    font-size: 0.16rem;

    text-align: center;
    line-height: 0.4rem;
    cursor:pointer;
    margin-top: 0.16rem;
    transition:all 1s ease-out;
}
.new-ri a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.new-ri:hover{
    background: #0094fe;
    border: none;
}
.new-ri:hover a{
    color: #ffffff;
}

.news .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}
.new-box .w-1700{
    width: 17rem;
    min-width: 12rem;
    display: flex;
    padding: 0 0.15rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
}
.new-box .new-con{
    width: 8.4rem;
    height: 6.59rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    cursor:pointer;
    transition:box-shadow 1s;
}
.new-con a{
    display: block;
    width: 100%;
    height: 100%;
}

.new-con .new-img{
    width: 100%;
    height: 3.98rem;
    margin-top: 0.4rem;
}
.new-con .new-top{
    width: 100%;
    height: 0.36rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem;
}
.new-top .new-name{
    width: 6.6rem;
    height: 0.36rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.36rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.new-top .new-time{
    width: auto;
    height: 0.36rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.36rem;
}
.new-con .new-text{
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-con .new-bottom{
    width: 100%;
    height: 0.28rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.new-bottom .new-key{
    width: 6.6rem;
    height: 0.28rem;
    display: flex;
}
.new-key .key-li{
    width: auto;
    height: 0.28rem;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.28rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}

.new-bottom .new-add{
    width: 0.23rem;
    height: 0.11rem;
    margin-top: 0.08rem;
    display: none;
}

.new-con:hover{
    box-shadow: 0px 0px 10px #cccccc;
}
.new-con:hover .new-add{
    display: block;
}
.new-con:hover .new-name{
    color: #0094fe;
}

.new-box .new-ul{
    width: 8.1rem;
    height: 6.59rem;
}
.new-ul .new-li{
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
    padding: 0 0.28rem;
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
    transition:box-shadow 1s;
}
.new-li a{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.28rem;
    box-sizing: border-box;
}
.new-li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,34,34,0);
    transform: scaleX(0);
    transform-origin: right;
    transition: background 1s,transform 0.8s cubic-bezier(0.9, 0.07, 0.45, 0.94);
}
.new-li:hover{
    box-shadow: 0px 0px 10px #cccccc;
}
.new-li:hover .new-add{
    display: block;
}
.new-li:hover .new-name{
    color: #0094fe;
}
.new-li:hover:before {
    transform: scaleX(1);
    background: rgba(34,34,34,0.04);
    transform-origin: left;
}

.new-li .new-top{
    width: 100%;
    height: 0.36rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem;
}
.new-li .new-text{
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-li .new-bottom{
    width: 100%;
    height: 0.28rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}


.list{
    width: 100%;
    height: 2.2rem;
    background: #f4f4f4;
}
.list .list-ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.list-ul .list-li{
    width: 1.68rem;
    height: 0.48rem;
    margin-top: 0.87rem;
}
.list-ul .list-li:nth-of-type(2){
    width: 1.29rem;
    height: 0.5rem;
    margin-top: 0.85rem;
}
.list-ul .list-li:nth-of-type(3){
    width: 1.77rem;
    height: 0.61rem;
    margin-top: 0.74rem;
}
.list-ul .list-li:nth-of-type(4){
    width: 2.38rem;
    height: 0.69rem;
    margin-top: 0.66rem;
}
.list-ul .list-li:nth-of-type(5){
    width: 2.16rem;
    height: 0.51rem;
    margin-top: 0.84rem;
}
.list-li .list-box{
    width: auto;
    height: 100%;
    position: relative;
    cursor:pointer;
}
.list-box .list-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition:all 1s ease-out;
}
.list-box .list-img1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition:all 1s ease-out;
}
.list-box:hover .list-img1{
    opacity: 1;
}
.list-box:hover .list-img{
    opacity: 0;
}




