/*栏目页标题栏*/
.page-content {
    margin-top: 75px;
}

.page-content .p-title {
    text-align: center;
}

.page-content .p-title h2 {
    font-size: 36px;
    color: #222;
    font-weight: 400;
}

.page-content .p-title p {
    font-size: 16px;
    color: #cecece;
}

.page-content .page-path {
    height: 82px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.page-content .page-path .p-title em {
    margin-left: 4px;
    background-color: #cc1919;
    color: #fff;
    padding: 0px 10px 10px;
    font-style: normal
}

#content .page-path .p-title p {
    font-size: 16px;
    color: #cecece;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    text-align: center
}

#content .page-path .p-title p span {
    background-color: #fff;
    padding: 0 10px;
}


.business-list {
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    margin-top: 52px;
    padding-bottom: 40px;
    justify-content: space-between;
}

.business-list li {
    cursor: pointer;
    min-width: 280px;
    min-height: 278px;
    height: 180px;
    flex: 1;
    margin-top: 32px;
    transition: all 0.2s;
}


.business-list li:nth-child(4n-1) {
    margin-right: 26px;
}

.business-list li:nth-child(4n-2) {
    margin-left: 26px;
    margin-right: 26px;
}

.business-list li .content {
    text-align: center;
    padding: 32px 28px 28px 28px;
    transition: all .2s;
}

.business-list li .content img {
    margin-bottom: 24px;
}

.business-list li .content h3 {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 100;
    color: #333333;
}

.business-list li .content p {
    font-size: 14px;
    display: none;
    color: #fff;
}

.advantage {
    padding-top: 72px;
    height: 800px;
    background-color: #f9f9f9;
}

.advantage-title {
    border: none;
}

.advantage-title h2 {
    margin-bottom: 8px;
    font-weight: 400;
}


.advantage-list {
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.advantage-list li {
    cursor: pointer;
    width: 380px;
    height: 262px;
    border: 1px solid #e6e6e6;
    margin-top: 32px;
}

.advantage-list li:nth-child(3n-1) {
    margin-left: 22px;
    margin-right: 22px;
}

.advantage-list li .content {
    padding: 50px 30px 0;
    text-align: center;
}


.advantage-list li .content h3 {
    margin-top: 32px;
    font-size: 20px;
}

.advantage-list li .content p {
    font-size: 16px;
    margin-top: 20px;
    color: #888;
}

.advantage-list li .content-active {
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 14px 0 14px;
    display: none;
}

.advantage-list li .content-active .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.advantage-list li .content-active .desc {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.advantage-list li .content-active .contact {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.advantage-list li .content-active-1 {
    background: url("../images/001.png") no-repeat;
}

.advantage-list li .content-active-2 {
    background: url("../images/002.png") no-repeat;
}

.advantage-list li .content-active-3 {
    background: url("../images/003.png") no-repeat;
}

.advantage-list li .content-active-4 {
    background: url("../images/004.png") no-repeat;
}

.advantage-list li .content-active-5 {
    background: url("../images/005.png") no-repeat;
}

.advantage-list li .content-active-6 {
    background: url("../images/006.png") no-repeat;
}

.process {
    padding-top: 50px;
}

.process-title {

    border: none;
}

.process-title h2 {
    margin-bottom: 8px;
    font-weight: 400;
}

.process-title p {
    color: #cecece;
    font-size: 16px;
}

.process-content {
    text-align: center;
    cursor: pointer;
    width: 1200px;
    margin: 60px auto 86px auto;
}