
.new_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* 产品中心 */
.new_product {
    box-sizing: border-box;
    padding: 60px 0px;
    background: url(../img/back2.png) no-repeat 100% 100%;
}

.new_prolist {
    margin-top: 40px;
}

.new_proitem {
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
    float: left;
}

.new_proitem a {
    color: #333333;
}

.new_proinner {
    background: white;
    border: 1px solid #0063b4;
    box-sizing: border-box;
    padding: 70px 15px;
    position: relative;
    padding: 80px 15px;
}


.new_proinner:hover {
    box-shadow: 0px 0px 50px rgba(68, 140, 216, 0.15) inset;
}

.pro_img {
    width: 70px;
    height: 70px;
    margin: auto;
}

.pro_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.proback{
    /* background: rgba(0, 0, 0, 0.1); */
    background: rgba(68, 140, 216, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 1;
    animation: back 0.5s ease-out 1  forwards;
}
@keyframes back {
    from{
        height: 0;
        opacity: 0;
    }
    to{
        height: 100%;
        opacity: 1;
    }
}
.pro_code {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
}

.new_proitem:hover .proback{
    display: block;
    cursor:pointer;
}






a {
    text-decoration: none;
}



@media screen and (max-width:800px) {

    .new_title {
        font-size: 18px;
    }
    /* 产品中心 */
    .new_product {
        padding: 40px 0px;
    }

    .new_prolist {
        margin-top: 20px;
    }

    .new_proitem {
        padding: 10px;
        width: 50%;
    }

    .new_proinner {
        padding: 20px 5px;
        padding: 50px 5px;
    }

    .pro_img {
        width: 40px;
        height: 40px;
    }
    .pro_name {
        font-size: 16px;
    }

    .pro_code {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width:600px) {

    /* 资质证书 */
    .solution {
        margin: 20px 0px;
        padding: 20px 0px;
    }

    .layouttitle {
        font-size: 16px;
    }

    .titleline {
        height: 3px;
    }

    .solution .list {
        margin: 10px -10px 0px -10px;
    }

    .solution .item {
        width: 50%;
        padding: 10px;
    }

    .solution .lastitem {
        display: none;
    }

    .solution .innercontent {
        padding: 10px 10px;
    }

    .solution .innerline {
        height: 12px;
        width: 3px;
    }

    .solution .innertitletext {
        padding: 0px 0px 0px 5px;
        color: #0065b6;
        font-size: 14px;
    }

    .solution .innerbtn {
        font-size: 12px;
    }

    .solution .innerbtn .btnimg {
        margin: 2px 0px 0px 0px;
    }

    .innermorebtn {
        border: 1px solid #0065b6;
        width: 80px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
        margin: 10px auto 0px auto;
        color: #0065b6;
    }

    .certifications .list {
        padding: 10px 20px;
    }

    .certifications .item {
        width: 25%;
        padding: 5px;
    }

    .certifications .leftimg {
        width: 20px;
    }

    .certifications .rightimg {
        width: 20px;
    }
    .new_proinner {
        padding: 40px 5px;
    }
    .pro_code {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width:400px) {

    .new_proinner {
        padding: 25px 5px;
    }
    .pro_code {
        width: 100px;
        height: 100px;
    }
}