.container-flex {
    display: flex;
    justify-content: space-between;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* 顶部 */

.top {
    height: 40px;
}

.top-left {
    line-height: 40px;
}

.top-left>a {
    color: #295ebe;
}

.top-left span a {
    color: #010100;
}

.top-right {
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
}

.top-search {
    width: 248px;
    height: 31px;
    border: 1px solid #dedfe1;
    border-radius: 3px;
    position: relative;
}

.top-search input {
    width: 214px;
    text-indent: 10px;
    color: #c6c4c9;
    line-height: 31px;
}

.top-search input::-webkit-input-placeholder {
    color: #c1c4cc;
}

.top-search input::-moz-placeholder {
    color: #c1c4cc;
}

.top-search input:-ms-input-placeholder {
    color: #c1c4cc;
}

.top-search input::-ms-input-placeholder {
    color: #c1c4cc;
}

.top-search input::placeholder {
    color: #c1c4cc;
}

.top-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 30px;
}

.top-searchadvanced {
    width: 80px;
    text-align: center;
    color: #2b60ae;
}


/* banner */

.banner img {
    width: 100%;
}


/* 底部 */

.footer {
    margin: 100px 0 20px;
    border-top: 5px solid #095cb8;
    padding-bottom: 54px;
}

.ft-link {
    text-align: center;
    line-height: 80px;
}

.ft-link,
.ft-link a {
    color: #162415;
}

.ft-link span {
    margin: 0 5px;
}

.ft-pic {
    width: 100px;
    margin-right: 20px;
}

.ft-pic img {
    width: 100%;
}

.ft-cont {
    flex: 1;
    line-height: 2.7;
    font-size: 14px;
    color: #8b8d8c;
}

@media screen and (max-width:1200px) {
    .container {
        width: 96%;
    }
}

@media screen and (max-width:768px) {
    .pc-top .container-flex {
        flex-direction: column;
        align-items: center;
    }
    .footer .container-flex {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:576px) {
    .container {
        width: 92%;
    }
    .ft-cont {
        font-size: 12px;
        line-height: 2;
        margin-top: 1%;
    }
    .ft-cont p {
        margin-bottom: 1%;
    }
}