body {
    background-color: #f2f4f5;
}
.main {
    width: 100%;
    max-width: 1400px;
}

header .header-top {
    background-color: #0168df;
    height: 120px;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px auto;
}

header .header-top .main {
    height: 100%;
}

header .header-top .logo a {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

header .header-top .logo img {
    width: 500px;
}

header .header-top .search {
    width: 400px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #002c8d;
    border-radius: 42px;
}

header .header-top .search .input {
    width: 100%;
}

header .header-top .search .input input {

}

header .header-top .search button {
    width: 80px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(120deg, #019ceb, #023291);
    border: 1px solid #001888;
    margin-right: 5px;
}

header .header-bot {
    background-color: #002c8d;
}

header .header-bot nav {
    width: 100%;
    justify-content: space-between;
}

header .header-bot nav a {
    position: relative;
    color: #fff;
}

header .header-bot nav a:hover, header .header-bot nav a.active {
    color: #fff;
}

header .header-bot nav a:hover::after, header .header-bot nav a.active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #f60f12;
}

.header-h {
    height: 180px;
}

.inner-menu-bar .bar {
    max-width: 1400px;
}

.inner-menu-bar .bar.fixed {
    padding: 0 calc((100% - 1400px) / 2);
    top: 220px;
}

#news .list {
    background-color: unset;
}

#news .list .item {
    background-color: #fff;
}

footer {
    background-color: #001d3f;
}

footer .index-main {
    width: 100%;
    max-width: 1400px;
}

footer .footer-top {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

footer .footer-top .footer-top-left {
    display: flex;
}

footer .footer-top .footer-top-left .category-item {
    margin-right: 40px;
}

footer .footer-top .footer-top-left .category-item .category-item-a {
    display: flex;
    align-items: center;
}

footer .footer-top .footer-top-left .category-item .category-item-a::before {
    content: "·";
    display: block;
    font-size: 30px;
    margin-right: 10px;
}

footer .footer-top .footer-top-left a {
    color: #fff;
    font-size: 16px;
}

footer .footer-top .footer-top-left .sub {
    margin-top: 5px;
    margin-left: 17px;
}

footer .footer-top .footer-top-left .sub a {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

footer .footer-top .footer-item {
    --footer-box-size: 150px;
    width: var(--footer-box-size);
    height: var(--footer-box-size);
    background-color: #00315a;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}

footer .footer-top .footer-item img{
    display: block;
    width: 100%;
    height: 100%;
}

footer .footer-top .footer-top-right .footer-item {
    margin-right: 0;
}

footer .address {
    margin-right: 20px;
}

footer .footer-bot {
    display: flex;
    justify-content: space-between;
}

.no-more a{
    background-color: #999;
}

#news .list .item .img img {
    object-fit: cover;
}

#contact .feed .main .form .bot-line .yzm img {
    width: 138px;
    height: 38px;
    margin-top: 6px;
}

#contact .apply .main .form .textarea {
    height: 100px;
}

#contact .apply .main .form .input-line input {
    width: 32.5%;
}

#contact .select .main .form .input-line {
    margin-top: 20px;
}

#contact .select .main .form .input-line input {
    width: 100%;
}

#contact .result {
    margin-top: 20px;
}

.cbz-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cbz-file a {
    color: #007aff;
}


.cbz-page {
    max-width: 1400px;
    background-color: #fff;
    margin: 0 auto 40px;
    padding: 40px;
}

.cbz-page .page-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.cbz-page .page-content {
    font-size: 16px;
    line-height: 26px;
}

.zz-list {
    width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#news .zz-list .item {
    width: calc(33% - 20px);
    height: unset;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 30px;
    border-radius: 10px;
}

#news .zz-list .item:nth-child(3n + 1) {
    margin-left: 0;
}

#news .zz-list .item .main {
    width: 100%;
}

#news .zz-list .item a{
    display: block;
}

#news .zz-list .item .img {
    width: 100%;
    height: 520px;
    padding: 30px;
    box-sizing: border-box;
}

#news .zz-list .item .texts {
    width: 100%;
    text-align: center;
    padding: 0 30px 30px;
}

.page-content-img {
    display: flex;
    justify-content: space-between;
}

.page-content-img img {
    width: 40%;
    height: 240px;
    object-fit: cover;
    margin-right: 30px;
}

.cbz-sb .list {
    width: 1400px!important;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cbz-sb .list .item {
    width: calc(50% - 15px)!important;
    height: unset!important;
    margin-bottom: 30px;
    border-radius: 10px;
}



.cbz-sb .list .item .title {
    word-break: break-all;
}

.cbz-sb .list .item .texts .desc {
    display: flex;
    align-items: center;
}

.cbz-sb .list .item .texts .desc img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cbz-sb .list .item .texts {
    width: 100%!important;
}

.cbz-sb .load-more{
    width: 100%;
}

/*手机端*/
@media only screen and (max-width:1024px){
    .m-header {
        background-color: #0168df;
        background-image: url(../images/header_bg.png);
        background-repeat: no-repeat;
        background-size: 80% auto;
        background-position: center 45px;
        height: 120px;
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px 0 10px;
    }

    .m-header .header-top {
        height: unset;
        background-color: unset;
    }

    .m-header .header-top .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .m-header .header-top .main .logo {
        font-size: 20px;
    }

    .m-header .header-top .main .logo a {
        color: #fff;
    }

    .m-header .header-top .main img {
        width: 30px;
        height: 30px;
    }

    .m-header .header-top .main .logo img {
        width: 240px;
        height: unset;
        object-fit: contain;
    }

    .m-header .header-bot {
        background-color: unset;
        height: unset;
    }

    .m-header .header-bot .main {
        height: unset;
        padding: 0 20px;
    }

    .m-header .header-bot .search {
        width: 100%;
        height: 36px;
        background-color: #fff;
        border: 1px solid #002c8d;
        border-radius: 36px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    .m-header .header-bot .search .input {
        flex: 1;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .m-header .header-bot .search .input input{
        border: none;
        height: 100%;
    }

    .m-header .header-bot .search button{
        width: 60px;
        height: 30px;
        border-radius: 30px;
        font-size: 14px;
        color: #fff;
        background-image: linear-gradient(120deg, #019ceb, #023291);
        border: 1px solid #001888;
        margin-right: 3px;
    }

    .inner-menu-bar .bar.fixed {
        top: 150px;
        padding: 0 10px;
    }

    footer .footer-top {
        flex-direction: row;
        padding: 20px 10px;
    }

    footer .footer-top .footer-item {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        border-radius: 4px;
    }

    #contact .feed .main .form .textarea + .textarea {
        margin-top: 10px;
    }

    #contact .apply .main .form .input-line input {
        width: 100%;
    }

    .cbz-file .file-name{
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cbz-page {
        padding: 3%;
        margin-bottom: 30px;
    }

    .cbz-page .page-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .cbz-page .page-content {
        font-size: 14px;
    }

    .zz-list {
        width: 100%;
    }

    #news .zz-list .item {
        width: 100%;
        height: unset;
        padding: 0;
        margin-bottom: 30px;
        margin-left: 0;
        border-radius: 0;
    }

    #news .zz-list .item .img {
        width: 100%;
        height: 520px;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-content-img {
        display: block;
    }

    .page-content-img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .footer-top {
        display: none;
    }

    footer .footer-bot {
        display: block;
    }

    .cbz-sb .list {
        width: 100%!important;
    }

    .cbz-sb .list .item {
        width: 100%!important;
        border-radius: 0;
        margin-bottom: 20px;
    }
}


