@charset "UTF-8";

/* 产品中心 */

.c1 .c1-1 {
    width: 215px;
    border: 1px solid #267de0;
}

.c1 .c1-1 h2 {
    padding-left: 12px;
    color: #fff;
    font-size: 25px;
    line-height: 68px;
    background: url(../images/h-1.png) center 0 no-repeat;
    height: 68px;
}

.c1 .c1-1 h2 span {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.c1 .c1-1 .listx-1 {
    padding-top: 18px;
    padding-bottom: 12px;
    background: #4b9cf7;
}

.c1 .c1-1 .listx-1 li {
    margin: 3px 0;
    font-size: 16px;
    line-height: 36px;
    padding-left: 16px;
}

.c1 .c1-1 .listx-1 li a {
    color: #fff;
}

.c1 .c1-1 .listx-1 li:hoveR {
    background: #267de0;
}

.c1 .c1-2 {
    margin-top: 13px;
    width: 988px;
}

.c1 .c1-2 .listx-2 li {
    float: left;
    margin-right: 10px;
    /*margin-bottom: 24px;*/
    margin-right: 28px;
}

.c1 .c1-2 .listx-2 li:nth-child(4n) {
    margin-right: 0;
}

.c1 .c1-2 .listx-2 li:nth-child(n+5){margin-top:24px;}

.c1 .c1-2 .listx-2 li a.img {
    display: block;
    border: 1px solid #f4f4f4;
    width: 224px;
    height: 225px;
    overflow: hidden;
}

.c1 .c1-2 .listx-2 li a.img img {
    width: 224px;
    height: 225px;
    transition-duration: 0.6s;
}

.c1 .c1-2 .listx-2 li h3 {
    text-align: center;
    font-weight: normal;
    line-height: 62px;
}

.c1 .c1-2 .listx-2 li h3 a {
    color: #434343;
    font-size: 14px;
}

.c1 .c1-2 .listx-2 li:hover a.img {
    border-color: #348cef;
}

.c1 .c1-2 .listx-2 li:hover a.img img {
    transform: scale(1.2);
}

.c1 .c1-2 .listx-2 li:hover h3 a {
    color: #348cef;
}


/* 资质证书 */

.listx1 {
    margin-top: 30px;
}

.listx1 li {
    float: left;
    margin-right: 15px;
}

.listx1 li a {
    display: block;
    overflow: hidden;
    width: 192px;
    height: 281px;
}

.listx1 li a img {
    width: 192px;
    height: 281px;
    transition-duration: 0.6s;
}

.listx1 li:hover a img {
    transform: scale(1.2);
}

.listx1 li h3 {
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
}