footer {
    background: linear-gradient(to right, #ff9e00, #ff6702);
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 508px;
    padding-bottom: 104px;
}

.footer-box {
    width: 1200px;
    padding-top: 108px;
}

    .footer-box .foot-mould1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .footer-box .foot-mould1 a {
            text-decoration-line: none;
        }

        .footer-box .foot-mould1 .left {
            display: flex;
            flex-direction: column;
            width: 60%;
            height: 332px;
            border-right: 1px solid #fff;
        }

            .footer-box .foot-mould1 .left .logo {
                width: 100%;
                text-align: left;
                margin-bottom: 54px;
            }

            .footer-box .foot-mould1 .left .list-box {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                height: 278px;
            }

            .footer-box .foot-mould1 .left .list {
                text-align: left;
                margin-right: 75px;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
                text-decoration: none;
            }

                .footer-box .foot-mould1 .left .list:last-child {
                    margin-right: 0;
                    margin-left: 35px;
                }

                .footer-box .foot-mould1 .left .list .tit {
                    font-size: 24px;
                    font-weight: 600;
                    margin-bottom: 46px;
                }

                .footer-box .foot-mould1 .left .list .item {
                    font-size: 15px;
                    color: #fff;
                    /*font-weight: 600;*/
                    margin-bottom: 10px;
                    cursor: pointer;
                }

                    .footer-box .foot-mould1 .left .list .item:hover {
                        /*            color:var(--main-color)*/
                    }


        .footer-box .foot-mould1 .right {
            text-align:left;
        }
            .footer-box .foot-mould1 .right .lianxi {
                color: #fff;
                margin-bottom: 25px;
                font-size: 20px;
            }

            .footer-box .foot-mould1 .right .qcs {
                display: flex;
                align-items: center;
            }
                .footer-box .foot-mould1 .right .qcs .gzh {
                    width: 102px;
                    height: 125px;
                    border-radius: 12px;
                    background: #fff;
                    margin-right: 40px;
                    padding-top: 4px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .footer-box .foot-mould1 .right .qcs img {
                    width: 90px;
                    height: 90px;
                }

   
                .footer-box .foot-mould1 .right .qcs .gzh div{
                    color:#ff6702;
                    font-size:12px;
                    margin-top:4px;
                }

                .footer-box .foot-mould1 .right .msg {
                    color: #fff;
                }

                .footer-box .foot-mould1 .right .msg .tel {
                    font-weight: bold;
                    font-size: 28px;
                    margin: 15px 0;
                }

                .footer-box .foot-mould1 .right .msg .email {
                    margin-bottom: 10px;
                }

                .footer-box .foot-mould1 .right .msg div {
                    margin-bottom: 12px;
                }
