@font-face {
    font-family: 'SourceHanSansCN-Medium';
 /*   src: url("../fonts/SourceHanSansCN-Medium.ttf");*/
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

/*p {
    margin: 0;
    padding: 0;
}*/

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

body {
    background: #f4f6f8;
}

ul {
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.footer {
    background-color: #edf5ff;
}

.footer .footetTop {
    width: 12rem;
    height: 1.7rem;
    margin: 0 auto;
    padding-top: .42rem;
    display: flex;
    justify-content: space-between;
}

.footer .footetTop .left {
    display: flex;
    width: 3.56rem;
    justify-content: space-between;
}

.footer .footetTop .left a {
    display: block;
    color: #333333;
    font-size: .14rem;
    font-family: SourceHanSansCN-Medium;
    text-decoration: none;
    width: .66rem;
    text-align: center;
}

.footer .footetTop .left a::before {
    display: block;
    content: "";
    width: .66rem;
    height: .66rem;
    margin-bottom: .14rem;
}

.footer .footetTop .left a:nth-child(1)::before {
    background: url("../img/footer1.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(2)::before {
    background: url("../img/footet2.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(3)::before {
    background: url("../img/footet3.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(4)::before {
    background: url("../img/footet4.jpg");
    background-size: 100% 100%;
}


.footer .footetTop .left a:nth-child(1):hover::before {
    background: url("../img/footet1-1.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(2):hover::before {
    background: url("../img/footet2-1.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(3):hover::before {
    background: url("../img/footet3-1.png");
    background-size: 100% 100%;
}

.footer .footetTop .left a:nth-child(4):hover::before {
    background: url("../img/footet4-1.jpg");
    background-size: 100% 100%;
}

.footer .footetTop .middle {
    width: 6.0rem;
}

.footer .footetTop .middle>p {
    padding: 0;
    margin: 0;
}

.footer .footetTop .middle>p:nth-child(1) {
    font-size: .20rem;
    color: #111111;
/*    font-family: SourceHanSansCN-Medium;*/
    height: .2rem;
}

.footer .footetTop .middle>p:nth-child(2) {
    margin-top: .18rem;
    color: #333333;
    font-size: .14rem;

    line-height: .25rem;
}

.footer .footetTop .right .link {
    position: relative;
    width: 3.08rem;
    cursor: pointer;
}

.footer .footetTop .right .link h3 {
    height: 0.45rem;
    background-color: #cad7ee;
    color: #888;
    font-size: .15rem;
    line-height: .45rem;
    padding: 0 0.2rem;
    position: relative;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.footer .footetTop .right .link h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-bottom: 0.1rem solid #aaa;
    position: absolute;
    right: 0.2rem;
    top: 0.18rem;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.215, 1);
}

.footer .footetTop .right .link>ul {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: .45rem;
    margin: 0;
    padding: 0;
    max-height: 0px;
    background-color: #fff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    z-index: 100;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.34);
}

.footer .footetTop .right .link>ul li {
    border-bottom: 1px #eee solid;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .footetTop .right .link>ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    text-decoration: none;
    height: .59rem;
    color: #292929;
    width: 2.95rem;
    margin: 0 auto;
    font-size: .16rem;
    border-bottom: dashed 1px #dddddd;
    line-height: .59rem;
}

.footer .footetTop .right .link>ul li a:hover {
    text-decoration: none;
    color: #05b;
}

.footer .footetTop .right .link>ul li a:last-child {
    border-bottom: none;
}

.footer .footetTop .right .link:hover h3 {
    background-color: #ddd;
}

.footer .footetTop .right .link:hover h3:before {
    transform: rotate(180deg);
}

.footer .footetTop .right .link:hover ul {
    max-height: 5rem;
}

.footer .footetTop .right .fx {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: .14rem;
}

.footer .footetTop .right .fx a {
    display: block;
    width: .22rem;
    height: .22rem;
    margin-left: .11rem;
    overflow: hidden;
}

.footer .footetTop .right .fx a>div {
    width: .22rem;
    height: .44rem;
    transition: all .3s ease;
}

.footer .footetTop .right .fx a:hover>div {
    margin-top: -.23rem;
}

.footer .text {
    font-family: SourceHanSansCN-Regular;
    height: .60rem;
    text-align: center;
    line-height: .6rem;
    background-color: #002958;
    color: #fff;
    font-size: .14rem;
    letter-spacing: .01rem;
}

@media (max-width: 1200px) {
    .footer .footetTop .right {
        display: none;
    }
    .footer .footetTop {
        display: block;
        height: auto;
        width: 99%;
    }
    .footer .footetTop>div {
        margin: 0 auto;
    }
    .footer .footetTop .middle {
        width: 88%;
        text-align: center;
        padding-bottom: .1rem;
        margin-top: .2rem;
    }
    .footer .footetTop .left {
        width: 60%;
    }
    .footer .footetTop .middle>p:nth-child(2) {
        line-height: .35rem;
        margin-top: .2rem;
    }
    .footer .text {
        height: auto;
        line-height: .4rem;
        padding: .1rem 0;
    }
    .footer .text span {
        display: block;
    }
}


/*# sourceMappingURL=footer.css.map */