.banner {
    height: 494px;
    background-position: center center;
    min-width: 1260px;
    margin-top: -78px;
}
.banner-title {
    padding-top: 180px;
    width: 1200px;
    margin: 0 auto;
}
.p1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.p2 {
    color: #ffffff;
    font-size: 50px;
}
.p3 {
    border-bottom: 1px solid #eee;
    margin: 24px 0;
    width: 25px;
}
.p4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.2;
}
.integrated {
    background: #f6f6f6;
    padding: 52px 0;
}
.integrated-conter {
    width: 1200px;
    background: #ffffff;
    margin: auto;
    box-shadow: 0 1px 10px rgba(222, 213, 213, 0.25);
    border-radius: 10px;
}
.conter-title {
    display: flex;
    padding: 60px 40px;
}
.conter-title-bg {
    width: 350px;
    height: 586px;
    box-shadow: 0 1px 10px rgba(152, 150, 150, 0.25);
    border-radius: 10px;
    text-align: center;
}
.conter-title-bg1 {
    width: 350px;
    height: 586px;
    text-align: center;
    box-shadow: 0 1px 10px rgba(152, 150, 150, 0.25);
    margin-left: 37px;
    border-radius: 10px;
}
.conter-title-bg2 {
    width: 350px;
    height: 586px;
    text-align: center;
    box-shadow: 0 1px 10px rgba(152, 150, 150, 0.25);
    border-radius: 10px;
    margin-left: 37px;
}

.conter-title-bg img,
.conter-title-bg1 img,
.conter-title-bg2 img {
    padding-top: 70px;
}
.conter-title-bg-p1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}
.conter-title-bg-p2 {
    padding-top: 70px;
    color: #ffb15e;
    font-size: 30px;
    font-weight: bold;
}
.conter-title-bg-p4 {
    padding-top: 70px;
    color: #0866df;
    font-size: 30px;
    font-weight: bold;
}

.conter-title-bg-p5 {
    padding-top: 70px;
    color: #942cff;
    font-size: 30px;
    font-weight: bold;
}
.conter-title-bg-p4 strong,
.conter-title-bg-p5 strong,
.conter-title-bg-p2 strong {
    font-size: 16px;
    font-weight: 600;
}
.conter-title-bg-p3 {
    color: #666666;
    font-size: 16px;
    padding-top: 20px;
}
.conter-title a {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), border 0.3s linear 0.1s;
}
.conter-title a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
