.gh_banner {
    width: 100%;
    overflow: hidden;
}

.gh_banner img {
    width: 100%;
}

.gh_section {
    width: 100%;
}

.gh_section.first {
    padding-top: 75px;
    padding-bottom: 68px;
    background: url(../images/gonghui/bg1.jpg) center bottom no-repeat;
}

.hlw_title {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 322px;
    background: url(../images/gonghui/img1.png) bottom center no-repeat;
    background-size: 100% auto;
}

.hlw_title .hlw_text {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.hlw_title .hlw_text .tltle_zh {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    line-height: 2.1;
}

.zhypt_section {
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgb(106 116 124 / 15%);
}

.zhypt_section p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-indent: 2em;
}

.gh_section.two {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #fff;
}

.gh_title {
    margin-bottom: 10px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background: url(../images/gonghui/bg2.png) no-repeat;
    background-position: 60% center;
}

.gh_title span {
    color: #4480ee;
}

.gh_section.two .gh_title {
    background-position: 78% center;
}

.gh_section.two p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.img_box {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgb(106 116 124 / 15%);
    border-radius: 10px;
}

.img_box img {
    max-width: 100%;
}

.gh_section.three {
    padding-top: 50px;
    padding-bottom: 195px;
    background: url(../images/gonghui/bg3.png) center top no-repeat;
}

.gh_section.three .gh_title {
    color: #fff;
    background-position: 56% center;
}

.platform_list {
    margin-top: 30px;
    width: 100%;
}

.platform_list li {
    float: left;
    margin-right: 40px;
    display: table;
    padding: 0 15px;
    width: 270px;
    height: 220px;
    background: #fff;
    border-radius: 5px;
}

.platform_list li .item_cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.platform_list li .item_cont h6 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.platform_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.platform_list li:last-child {
    margin-right: 0;
}

.gh_section.four {
    padding-top: 60px;
    padding-bottom: 80px;
}

.gh_product {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.gh_product ul {
    display: inline-block;
}

.gh_product li {
    float: left;
    margin: 0 30px;
    display: table;
    width: 130px;
    height: 122px;
    background: url(../images/gonghui/bg4.png) no-repeat;
}

.gh_product li .item_cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gh_product li img {
    height: 45px;
}

.gh_product li p {
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
}

.gh_section.five {
    width: 100%;
    height: 937px;
    background: url(../images/gonghui/bg5.jpg) top center no-repeat;
}

.gh_section.five .w1200 {
    margin-top: 60px;
}

.gh_section.six {
    padding-top: 60px;
    padding-bottom: 80px;
}

.gh_case {
    margin-top: 30px;
}

.gh_case li {
    float: left;
    display: table;
    margin-right: 25px;
    width: 220px;
    height: 90px;
    background: #f3f8fc;
    transition: all 0.6s;
}

.gh_case li:last-child {
    margin-right: 0;
}

.gh_case li:hover {
    transform: scale(1.1);
}

.gh_case li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gh_case li img {
    max-width: 90%;
    max-height: 80px;
}

.gh_section.seven {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #e8f2fc;
}

.gh_section.four .gh_title,
.gh_section.five .gh_title,
.gh_section.six .gh_title,
.gh_section.seven .gh_title {
    background-position: 56% center;
}

.gh_zslist {
    margin-top: 30px;
    width: 100%;
}

.gh_zslist li {
    float: left;
    margin-right: 32px;
    width: 276px;
    height: 380px;
    background: #fff;
}

.gh_zslist li:last-child {
    margin-right: 0;
}

.gh_zslist li img {
    width: 100%;
    height: 380px;
    transition: all 0.6s;
}

.gh_zslist li:hover img {
    transform: scale(1.1);
}