.contents img{max-width: 100%;}
.contents p{
    color: unset;
    line-height: unset;
    font-weight: unset;
}
.contents table td{
    border: 1px solid #000000;
}

body{
    color:unset;
}

.contents section{padding: unset !important;}

/* 电脑端样式 */
@media (min-width: 768px) {
    .serimg{

        background-size: cover;
        background-position: center center;
        height: 400px;
    }
    .cname{
        color: white;
        margin-top: 3rem;

    }
    .color_pc_templte{
        width: 19.5% !important;
    }
}


.zoom-img {
    transition: transform 2s ease;
}

.zoom-img:hover {
    transform: scale(1.2);
}
/*首页第一个图变大css*/
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.zoom-img {
    animation: zoom 20s infinite;
}

@media (max-width: 767.98px){
    .zoom-img {
        /*height: 260px;*/
    }
    .cname{
        color: white;
    }
}



@media (max-width: 767.98px)
{
    .home1-banner-content {
        top: 107px;
        width: 100%;
    }
}
