﻿.content {
    width: 1319px;
    margin: auto;
}

.title1 {
    padding-top: 23px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    margin-bottom: 100px;
}

.title1 .box1 {
    margin-bottom: 27px;
}

.title1 .box2 ul {
    display: flex;
    justify-content: center;
}

.title1 .box2 .bs a {
    color: #74BB32;
}

.title1 .box2 ul li a {
    font-size: 22px;
    margin-right: 90px;
}

.title1 .box2 ul li:last-child a {
    margin-right: 0;
}

/* 主体 */
.zhuti {
    margin-bottom: 178px;
}

.zhuti p {
    text-align: center;
    font-size: 22px;
    color: #333333;
    margin-bottom: 2%;
    letter-spacing: 1.3px;
    line-height: 40px;
}

.p2 {
    margin-top: 114px;
}

.zhuti img {
    width: 859px;
    height: 446px;
    margin: auto;
    display: block;
}