.footer {
    width: 100%;
    height: 242px;
    background-color: #036C6C;
}

.footerMain {
    width: 1500px;
    height: 198px;
    display: flex;
}

.footerLeft {
    margin-left: 0;
    margin-right: 0;
    padding-top: 59px;
}

.footerCode {
    margin-left: 40px;
    padding-top: 31px;
    margin-right: 0;
}

.footerCode img {
    display: block;
    width: 81px;
    height: 77px;
}

.footerCode p {
    color: white;
    font-size: 14px;
    padding-top: 12px;
    width: 81px;
    text-align: center;
    font-weight: bold;
}

.footerRight {
    margin-left: 26px;
    width: auto;
    margin-right: 0;
}

.tel {
    display: flex;
    border-bottom: 1px solid white;
}

.tel ul {
    margin-top: 31px;
    margin-left: 0px;
    padding-bottom: 18px;
}

.tel ul li {
    font-size: 14px;
    color: white;
    height: 30px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    white-space: pre-wrap;
}

.xglj {
    margin-top: 15px;
}

.xglj ul {
    display: flex;
}

.xglj ul li {
    font-weight: bold;
    letter-spacing: 1px;
    height: 32px;
    line-height: 32px;
    margin: 0;
}

.xglj ul li:nth-child(1) {
    margin-left: 0px;
}

.xglj ul li:nth-child(2) {
    margin-left: 86px;
}

.xglj ul li:nth-child(3) {
    margin-left: 106px;
}

.xglj ul li p {
    font-size: 24px;
    display: inline-block;
    color: white;
}

.xglj ul li span {
    font-size: 14px;
    color: white;
}

.xglj ul li a {
    font-size: 18px;
    color: white;
}

.copy {
    width: 100%;
    height: 42px;
    background-color: #036262;
    font-weight: bold;
}

.copy p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: white;
    font-size: 14px;
    padding-left: 34px;
}

.copy p>a {
    color: white;
    font-size: 14px;
}