@charset "utf-8";
.child-banner img {
    width: 1200px;
    height: 500px;
    display: block;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    color: #000033;
    font-size: 16px;
}

.s-title-china {
    font-size: 30px;
    line-height: 62px;
}
.section-of1,.section-of2,.section-of4 {
    padding:70px 0 0;
}

.section-of1 .section-info,.section-of2 .section-info,.section-of4 .section-info {
    margin-top: 50px;
}

.section-of4 ul li {
    width: 326px;
    float: left;
}

.section-of4 ul li:first-child, .section-of4 ul li:nth-of-type(2), .section-of4 ul li:nth-of-type(3) {
    border-bottom: 1px solid #d8d3d3;
    padding-bottom: 55px;
}

.section-of4 ul li:nth-child(3n+1), .section-of4 ul li:nth-child(3n+2) {
    padding-right: 55px;
}

.section-of4 ul li:nth-child(3n), .section-of4 ul li:nth-child(3n+2) {
    padding-left: 55px;
}

.section-of4 ul li:nth-child(3n+2) {
    border-left: 1px solid #d8d3d3;
    border-right: 1px solid #d8d3d3;
}

.section-of4 ul li:last-child, .section-of4 ul li:nth-of-type(4), .section-of4 ul li:nth-of-type(5) {
    padding-top: 55px;
}

.section-of4 .pBg-parent, .section-of4 .pBg {
    padding-bottom: 294px;
}

.section-of4 .pBg {
    transform: scale(1);
    transition: transform 0.4s;
}

.section-of4 ul li:hover .pBg {
    transform: scale(1.15);
}

.section-of4 .p-text, .section-of4 .p-text p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.section-of4 .p-text {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    height: 80px;
}

.section-of4 .p-text p {
    top: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
}

.section-of4 .p-text span {
    font-size: 30px;
}