* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333333;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "Arial Narrow";
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header article {
    width: 100%;
}

header {
    line-height: 1;
}

.part2 h1 {
    line-height: 1.25;
}

.part2 h3 {
    margin: .5em 0;
}

.part2 h3,
.part2 h3:nth-of-type(2)::before {
    line-height: 1.25;
    font-weight: normal;
    color: #666;
}

.part2 h3 a {
    margin: 0 .5em;
}

.part3 h2 {
    line-height: 1.25;
}

.part3 h3 {
    margin: .5em 0;
}

.part3 h3,
.part2 h3:nth-of-type(2)::before {
    line-height: 1.25;
    font-weight: normal;
    color: #666;
}

.part3 h3 a {
    margin: 0 .5em;
}

header article.logo {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo section:nth-of-type(1) {
    display: flex;
    align-items: center;
}

header .logo section:nth-of-type(1) figure {
    /* width: 230px;
    height: 90px; */
    overflow: hidden;
}

header .logo section:nth-of-type(1) figure img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

header .logo section:nth-of-type(1) p {
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 23px;
}

header .logo section:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
}

header .logo section:nth-of-type(2) figure {
    margin-left: 20px;
}

header .slogo figure:last-of-type {
    position: relative;
    cursor: pointer;
}

header .slogo figure:last-of-type img:last-of-type {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    z-index: 999;
}

header .slogo figure:last-of-type:hover img:last-of-type {
    display: block;
}

header article.nav {
    background-image: linear-gradient(to right, #0f68cc, #0651a2);
    display: flex;
    justify-content: center;
    align-items: center;
}

header article.nav nav {
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header article.nav nav section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header article.nav nav section a,
#xwwq {
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

header article.nav div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #F5F5F5;
    z-index: 9;
    transform: translateY(100%);
}

    {
    color: #333;
}

header article.snav {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

header article.snav:before {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    background: url(../images/img_font-zwwq.png) center no-repeat #e0ebf8;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header article.snav p {
    margin-left: 95px;
    display: flex;
    justify-content: space-between;
}

main article {
    display: flex;
    width: 100%;
}

main .column {
    background-size: auto 100%;
}

main>* {
    margin-bottom: 1.5em;
}

.part1 {
    height: 80px;
    background: #f5f5f5;
    align-items: center;
    justify-content: space-around;
    margin: -1em 0 .7em !important;
}

.part1 section:nth-of-type(1) {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 5px;
    flex-shrink: 0;
}

.part1 section:nth-of-type(1) p {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part1 section:nth-of-type(1) a {
    white-space: nowrap;
}

.part1 section:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sousuo {
    width: 100%;
    height: 24px;
    border: 1px solid #DCDADA;
    background: url(../images/bg_index-sousuo.png) right center no-repeat;
    border-radius: 11px;
    margin-bottom: 5px;
}

.bdcs-container .bdcs-search-form-input {
    float: left;
    border-width: 0px;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    text-indent: 5px;
    border-color: #a6a6a6;
    margin-right: 0;
    width: 100px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, SimSun, sans-serif;
    color: #999999;
    font-size: 12px;
    border-radius: 0px;
    background: none !important;
}

.bdcs-container .bdcs-search-form-input:focus {
    border-width: 0px;
    border-style: solid;
    outline: none;
}

.bdcs-container .bdcs-search-form-submit-wrap {
    display: inline-block;
}

/*按钮样式自定义*/
.bdcs-container .bdcs-search-form-submit {
    float: right !important;
    display: inline-block;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    width: 29px;

    /*IE67 submit width fix*/
    /*width: 1;*overflow: visible;/*fix IE6 submit height but width still bug*/
    //_overflow: hidden; border-color:#DCDADA; height:22px; background-color:#f8f8f8; color:#000000; font-family:Arial,SimSun,sans-serif; font-size:12px; border-radius:0px; *height:22px; *margin-top:1px; line-height:22px; }
    .bdcs-container .bdcs-search-form-submit-magnifier {
        width: 29px;
        padding: 0;
        text-indent: -999em;
        overflow: hidden;
        background: url(../images/img_index-fdj.png) no-repeat center center;
        _background: url(../images/img_index-fdj.png) no-repeat center center;
    }

    .part2 {
        justify-content: center;
        margin-bottom: 1em;
    }

    .part2 h1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .part2 h1 a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .part2 h3 {
        display: flex;
        align-items: center;
    }

    .part2 h3:nth-of-type(2)::before {
        display: block;
        content: '';
        width: 1px;
        height: 1em;
        background: #666;
    }

    .part3 {
        justify-content: center;
        position: relative;
    }

    .part3 h2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: normal;
    }

    .part3 h2 a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .part3 h3 {
        display: flex;
        align-items: center;
    }

    .part3 h3:last-of-type {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #f0f9fe;
        color: #203891;
    }

    .part4 {
        display: flex;
        align-content: space-between;
    }

    .part4>div:last-of-type {
        overflow: hidden;
    }

    .part4 h4 {
        overflow: hidden;
        display: flex;
        height: 1.25em;
        line-height: 1.25;
        text-align: justify;
        font-weight: normal;
    }

    .part4 h4 a {
        margin: 0 .25em;
        white-space: nowrap;
    }

    .part4 h4 a:nth-of-type(1) {
        margin-left: 0;
    }

    .part4 h4 a:last-of-type {
        margin-right: 0;
    }

    #part18958 {
        position: relative;
        flex-shrink: 0;
    }

    #part18958 .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    #part18958 figure h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(15, 112, 221, .8);
        width: 100%;
        box-sizing: border-box;
        height: 3.5em;
        padding: 0 7em 0 1em;
        display: flex;
        align-items: center;
        text-align: justify;
    }

    #part18958 figure h4,
    #part18958 figure h4 a {
        font-weight: normal;
        line-height: 3.5;
        max-height: 3.5em;
        overflow: hidden;
        color: #fff;
        text-align: justify;
    }

    #part18958 .swiper-pagination {
        width: auto;
        height: 3.5em;
        left: auto;
        top: auto;
        margin: 0;
        right: 0;
        bottom: 0
    }

    #part18958 .swiper-pagination {
        display: flex;
        align-items: center;
    }

    #part18958 .swiper-pagination span {
        background: none;
        border: 1px solid #9aabbd;
        box-sizing: border-box;
        opacity: 1;
        margin: 0 .5em 0 0;
    }

    #part18958 .swiper-pagination span.swiper-pagination-bullet-active {
        border-color: #fff;
        background: #fff;
    }

    .part4>div:last-of-type {
        width: 100%;
        border: 1px solid #e3e3e3;
        padding: 1.5em 2em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .part4>div:last-of-type h4 {
        text-align: justify;
    }

    .part4>div:last-of-type h4:nth-of-type(n+10) {
        display: none;
    }

    .part4>div:last-of-type h4:nth-of-type(3n+1) {
        font-weight: bold;
        font-size: 20px;
    }

    .part4>div:last-of-type h4:nth-of-type(3n+4) {
        margin-top: .3em;
    }

    .part5 {
        justify-content: space-between;
        margin-bottom: 0;
    }

    .part5 .column {
        width: 100%;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .part5 .column a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .part5 section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .part5 section figure {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .part5 section:last-of-type figure a,
    .part5 section:last-of-type figure a img {
        width: 100%;
        height: auto;
    }

    .part5 section:last-of-type {
        margin-bottom: 0 !important;
    }

    .part5 section>div {
        width: 100%;
    }

    #part18959 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    #part18959 figure {
        position: relative;
    }

    #part18959 figure h4 {
        width: 100%;
        height: 30px;
        padding-right: 4px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        display: flex;
        justify-content: center;
        color: #fff;
        overflow: hidden;
        line-height: 30px;
        font-weight: normal;
        text-align: justify;
    }

    #yaoweng {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    #yaoweng h2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.5;
        margin: .5em 0;
    }

    #yaoweng h2:nth-of-type(n+3) {
        font-weight: normal;
    }

    #part18962 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #part18962 .column {
        flex-shrink: 0;
        margin-bottom: 1.2em;
    }

    #part18962 ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #part18962 ul li {
        display: flex;
        align-items: center;
    }

    #part18962 ul li::before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #dbdbdb;
        flex-shrink: 0;
        margin: 0 10px
    }

    #part18962 ul li a {
        line-height: 1.2;
        overflow: hidden;
        max-width: 100%;
        height: 1.2em;
        text-align: justify;
    }

    #part18962 ul li:nth-of-type(1),
    #part18962 ul li:nth-of-type(9),
    #part18962 ul li:nth-of-type(17) {
        font-weight: bold;
        margin-left: 10px;
    }

    #part18962 ul li:nth-of-type(1)::before,
    #part18962 ul li:nth-of-type(9)::before,
    #part18962 ul li:nth-of-type(17)::before {
        display: none;
    }

    #part18963 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 370px;
    }

    #part18963 .column a {
        font-size: 24px;
    }

    #part18963 ul {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #c7ecfb;
        padding: 1.5em 1em;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #part18963 ul li {
        line-height: 2.5em;
        /* height: 1.2em; */
        align-items: flex-start;
        overflow: hidden;
        display: flex;
        text-align: justify;
    }

    #part18967 {
        width: 100%;
        background: #f5f5f5;
        display: flex;
        justify-content: space-evenly;
        padding: 20px 0;
        align-items: center;
    }

    #part18967 .column {
        width: 1em;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    #part18967 .column a {
        line-height: 1.5;
    }

    #part18967 .swiper-container {
        margin: 0;
    }

    #part18967 .swiper-wrapper {
        align-content: space-between;
    }

    #part18968 .column {
        background-image: url(../images/img_column18968.png);
    }

    #part18969 .column {
        background-image: url(../images/img_column18969.png);
    }

    #part18969 figure {
        width: 100%;
    }

    #part18970 .column {
        background-image: url(../images/img_column18970.png);
    }

    .part8 {
        justify-content: space-between;
    }

    .part8 section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .part8 .column {
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

    .part8 .column a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 1;
        box-sizing: border-box;
        padding: 0 0 15px 15px;
        color: #333;
    }

    .part8 section figure a {
        position: relative;
    }

    .part8 section figure h4 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 .6em;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 94, 234, .8);
        display: flex;
        text-align: justify;
        color: #fff;
        font-weight: normal;
    }

    .part8 section>ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .part8 section>ul li {
        line-height: 1.2;
        height: 1.2em;
        align-items: flex-start;
        overflow: hidden;
        display: flex;
        text-align: justify;
    }

    #part18974 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        align-items: flex-start;
    }

    #part18974 p {
        font-size: 12px;
    }

    #part18974 .column {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dedede;
        order: 1;
        padding-bottom: 10px;
    }

    #part18974 .column span,
    #part18974 .column a {
        background-image: url(../images/img.png);
        background-repeat: no-repeat;
    }

    #part18974 .column span {
        width: 197px;
        height: 35px;
        background-position: -730px -120px;
        font-size: 0;
    }

    #part18974 .column a {
        width: 19px;
        height: 19px;
        background-position: -920px -70px;
    }

    #part18974::before {
        display: block;
        content: '';
        width: 1px;
        height: 210px;
        order: 3;
        background: #d0d0d0;
        margin-bottom: 30px;
    }

    #part18974 .swiper-container {
        margin: 0;
        order: 2;
    }

    #part18974 .swiper-slide {
        box-sizing: border-box;
        padding: 0 10px;
    }

    #part18974 .swiper-slide a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    #part18974 .swiper-slide a>* {
        overflow: hidden;
        text-align: justify;
    }

    #part18974 .swiper-slide img {
        position: absolute;
        left: 0;
        top: 0;
    }

    #part18974 .swiper-slide h4 {
        max-height: 3em;
        line-height: 1.5;
        font-weight: normal;
    }

    #part18974 .swiper-slide p {
        line-height: 1.75;
        max-height: 3.5em;
        margin-top: .3em;
    }

    #part18974 .swiper-pagination {
        height: 20px;
        background: #f3f3f3;
        width: auto;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: rotateX(-50%);
        display: flex;
        align-items: center;
        padding: 0 10px;
        border-radius: 10px;
    }

    #part18974 .swiper-pagination span {
        width: 10px;
        height: 10px;
        background: #c2c2c2;
        opacity: 1;
    }

    #part18974 .swiper-pagination span.swiper-pagination-bullet-active {
        background: #f28114;
    }

    #part18974 ul {
        order: 4;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #part18974 ul li {
        display: flex;
        align-items: center;
        text-align: justify;
    }

    #part18974 ul li::before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #bebebe;
        margin-right: 10px;
        flex-shrink: 0;
    }

    #part18974 ul li a {
        max-width: 100%;
        height: 1.2em;
        line-height: 1.2;
        overflow: hidden;
    }

    .part10 {
        display: flex;
        justify-content: space-between;
        padding: 2em 0;
    }

    .part10 ul {
        display: flex;
    }

    .part10 section {
        display: flex;
        justify-content: space-between;
        align-content: space-between;
    }

    .part10 .column {
        width: 100%;
        border-bottom: 1px solid #dedede;
        order: 1;
    }

    .part10 .column a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 1;
        box-sizing: border-box;
        padding: 0 0 15px 15px;
        color: #333;
    }

    #part18975 {
        flex-wrap: wrap;
    }

    #part18975 ul {
        width: 100%;
        box-sizing: border-box;
        margin: 0 10px;
        flex-direction: column;
        justify-content: space-between;
        order: 2;
    }

    #part18975 ul li {
        display: flex;
        align-items: center;
        text-align: justify;
    }

    #part18975 ul li::before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #bebebe;
        margin-right: 10px;
        flex-shrink: 0;
    }

    #part18975 ul li a {
        max-width: 100%;
        height: 1.2em;
        line-height: 1.2;
        overflow: hidden;
    }

    #part18975 figure {
        border: 1px solid #e2e2e2;
        order: 3;
        margin-left: 10px;
    }

    #part18975 figure a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #part18975 figure:nth-of-type(2) {
        margin: 0 10px 0 0;
    }

    #part18975 figure h4 {
        line-height: 2;
        height: 4em;
        overflow: hidden;
        padding: 0 .4em;
        box-sizing: border-box;
        display: flex;
        font-weight: normal;
        margin-bottom: .4em;
        align-items: center;
        text-align: justify;
    }

    #part18976 {
        flex-direction: column;
        align-items: center;
    }

    #part18976 figure {
        box-sizing: border-box;
        order: 2;
        position: relative;
    }

    #part18976 figure h4 {
        width: 100%;
        line-height: 2.875;
        height: 2.875em;
        padding: 0 .3em;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        font-weight: normal;
        text-align: justify;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(15, 112, 221, .8);
        color: #fff;
    }

    #part18976 ul {
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
        order: 3;
    }

    #part18976 ul li {
        display: flex;
        align-items: center;
        text-align: justify;
    }

    #part18976 ul li::before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #bebebe;
        margin-right: 10px;
        flex-shrink: 0;
    }

    #part18976 ul li a {
        max-width: 100%;
        height: 1.2em;
        line-height: 1.2;
        overflow: hidden;
    }

    #part18977 {
        flex-direction: column;
        align-items: center;
    }

    #part18977 ul {
        box-sizing: border-box;
        margin: 0 10px;
        flex-direction: column;
        justify-content: space-between;
        order: 2;
    }

    #part18977 ul li {
        display: flex;
        align-items: center;
        text-align: justify;
    }

    #part18977 ul li::before {
        diszzplay: block;
        content: '';
        width: 5px;
        height: 5px;
        background: #bebebe;
        margin-right: 10px;
        flex-shrink: 0;
    }

    #part18977 ul li a {
        max-width: 100%;
        height: 1.2em;
        line-height: 1.2;
        overflow: hidden;
    }

    #part18979_18980 .column {
        display: flex;
    }

    #part18979_18980 .column a {
        width: auto;
        color: #555;
    }

    #part18979_18980 .column::before {
        display: block;
        width: 1px;
        height: 1em;
        margin: 0 .5em;
        content: '';
        order: 2;
        background: #ccc;
    }

    #part18979_18980 .column a:nth-of-type(1) {
        order: 1;
    }

    #part18979_18980 .column a:nth-of-type(2) {
        order: 3;
        padding-left: 0;
    }

    #part18979_18980 .column a.on {
        color: #2d518e;
    }

    #part19036_19037 {
        margin-bottom: 0 !important;
    }

    #part19036_19037 .column {
        display: flex;
    }

    #part19036_19037 .column a {
        width: auto;
        color: #555;
    }

    #part19036_19037 .column::before {
        display: block;
        width: 1px;
        height: 1em;
        margin: 0 .5em;
        content: '';
        order: 2;
        background: #ccc;
    }

    #part19036_19037 .column a:nth-of-type(1) {
        order: 1;
    }

    #part19036_19037 .column a:nth-of-type(2) {
        order: 3;
        padding-left: 0;
    }

    #part19036_19037 .column a.on {
        color: #2d518e;
    }

    #part19036_19037 .content {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #part19036_19037 .content figure {
        box-sizing: border-box;
        position: relative;
    }

    #part19036_19037 .content figure a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #part19036_19037 .content figure h4 {
        width: 100%;
        line-height: 2.875;
        height: 2.875em;
        padding: 0 .3em;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        font-weight: normal;
        text-align: justify;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(15, 112, 221, .8);
        color: #fff;
    }

    #part18982 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #part18982 .column {
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

    #part18982 .column a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 1;
        box-sizing: border-box;
        padding: 0 0 15px 15px;
        color: #333;
    }

    #part18982 .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    #part18982 .content a {
        position: relative;
    }

    #part18982 .content h4 {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .65);
        width: 100%;
        height: 100%;
        color: #fff;
        box-sizing: border-box;
        padding: .5em;
        display: none;
        font-weight: normal;
    }

    #part18982 .content a:hover h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    aside {
        width: 100%;
        display: flex;
        justify-content: center;
        background: #F4F4F4;
    }

    aside article {
        padding: 10px 0;
        position: relative;
        border-top: 2px solid #dedede;
    }

    aside article .tab {
        width: 100%;
        height: 38px;
        display: flex;
        justify-content: space-around;
    }

    aside article .tab span {
        width: 32%;
        height: 38px;
        border: 1px solid #D4D4D4;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    aside article .content {
        width: 100%;
        line-height: 2;
        box-sizing: border-box;
        padding: 0 1%;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        background: #F4F4F4;
    }

    aside article .content span {
        padding: 0 .5em;
    }

    footer {
        width: 98%;
        background: #F4F4F4;
        line-height: 28px;
        overflow: hidden;
        padding: 15px 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }

    footer a {
        font-size: 12px;
    }

    footer div:nth-of-type(1) {
        margin-right: 20px;
        padding: 0 20px 0 0;
        /* border-right: 1px solid #8D8A8A; */
        text-align: right;
        display: flex;
        flex-direction: column;
    }

    footer div:nth-of-type(1) p {
        display: flex;
        justify-content: flex-end;
    }

    footer div:nth-of-type(1) p span,
    footer div:nth-of-type(1) p a {
        margin: 0 5px;
    }

    footer div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }

    footer div:nth-of-type(3) {
        width: 100%;
        min-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .gaba {
        display: flex;
        align-items: center;
    }

    main figure>a {
        width: 100%;
        height: 100%;
        display: block;
    }

    main figure>a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media screen and (max-width: 1279px) {
        body {
            min-width: 1000px;
        }

        body,
        h3,
        figure h4,
        .part5 section:last-of-type li {
            font-size: 12px;
        }

        li,
        nav,
        .snav,
        .part8 h4,
        #part18974 h4 {
            font-size: 14px;
        }

        main .column {
            font-size: 18px;
        }

        #part18967 .column {
            font-size: 22px;
        }

        h2 {
            font-size: 26px;
        }

        h1 {
            font-size: 32px;
        }

        header,
        header article {
            min-width: 980px;
        }

        header article.logo,
        header article.nav nav,
        header article.snav,
        main,
        aside article {
            width: 980px;
        }

        header article.nav {
            height: 70px;
        }

        .part1 section:nth-of-type(1) {
            width: 870px;
        }

        .part1 section:nth-of-type(1) img {
            max-height: 2em;
            width: auto;
            object-fit: cover;
            display: block;
        }

        .part1 section:nth-of-type(2),
        .part1 .bdcs-container .bdcs-search {
            width: 90px;
            position: relative;
        }

        .part1 .bdcs-container .bdcs-search-form-input {
            transform: scale(.6);
            font-size: 20px;
            transform-origin: center left;
        }

        .part1 .bdcs-container .bdcs-search-form-input::-webkit-input-placeholder {
            font-size: 16px;
        }

        .part1 .bdcs-container .bdcs-search-form-submit-magnifier {
            position: absolute;
            right: 0;
            top: 0;
        }

        .part1 section:nth-of-type(2) img {
            display: block;
            width: 100%;
        }

        .part2 {
            flex-direction: column;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .part2 h3 {
            justify-content: center;
        }

        .part2 h3:nth-of-type(2)::before {
            display: block;
        }

        .part3 {
            flex-direction: column;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .part3 h3 {
            justify-content: center;
        }

        .part3 h3:nth-of-type(2)::before {
            display: block;
        }

        #part18958 {
            width: 515px;
            height: 345px;
        }

        #part18958 .swiper-pagination {
            margin: 0 5px;
            flex-wrap: nowrap;
            justify-content: center;
        }

        #part18958 .swiper-pagination span {
            width: 7px;
            height: 7px;
        }

        .part5 section:nth-of-type(1) {
            width: 350px;
            /* height: 860px; */
        }

        .part5 section:nth-of-type(2) {
            width: 325px;
            /* height: 860px; */
        }

        .part5 section:nth-of-type(3) {
            width: 270px;
            /* height: 100%; */
        }

        #part18959 {
            height: 280px;
        }

        #part18959 .column {
            height: 40px;
        }

        #part18959 figure {
            width: 170px;
            height: 110px;
        }

        #yaoweng {
            min-height: 170px;
        }

        #part18962 .column a {
            font-size: 18px;
        }

        #part18963 .column a {
            font-size: 18px;
        }

        #part18967 .swiper-container {
            width: 900px;
            height: 110px;
        }

        #part18967 figure {
            width: 165px;
            height: 110px;
        }

        #part18969 {
            width: 220px;
        }

        #part18969 .column {
            height: 26px;
            margin-top: 0px;
        }

        #part18969 figure {
            height: 125px;
        }

        .part8 section {
            width: 310px;
            height: 390px;
        }

        .part8 section>figure,
        .part8 section>ul {
            width: 290px;
            height: 160px;
        }

        #part18974 .swiper-container {
            width: 100%;
            height: 240px;
            margin: 15px 0;
        }

        #part18974::before {
            width: 100%;
            height: 1px;
            margin-bottom: 15px;
        }

        #part18974 .swiper-slide {
            height: 85px;
        }

        #part18974 .swiper-slide a>* {
            width: 150px;
        }

        #part18974 .swiper-slide a>img {
            width: 130px;
        }

        #part18974 ul {
            width: 100%;
            height: 90px;
            padding: 0 2%;
            box-sizing: border-box;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        #part18974 ul li {
            width: 46%;
        }

        .part10,
        .part10 section {
            height: 335px;
        }

        .part10 ul {
            height: 135px;
        }

        #part18975 {
            width: 350px;
        }

        #part18975 ul {
            width: 330px;
        }

        #part18975 figure {
            width: 155px;
            height: 135px;
        }

        #part18975 figure img {
            height: 90px;
        }

        #part18975 figure h4 {
            margin: 0;
            line-height: 1.7;
        }

        #part18976 {
            width: 310px;
        }

        #part18976 figure,
        #part18976 ul {
            width: 290px;
        }

        #part18976 figure {
            height: 140px;
        }

        #part18977 {
            width: 270px;
        }

        #part18977 ul {
            width: 250px;
            height: 280px;
        }

        #part18978 {
            width: 350px;
        }

        #part18978 ul {
            width: 330px;
        }

        #part18979_18980 {
            width: 310px;
        }

        #part18979_18980 ul {
            width: 290px;
        }

        #part19036_19037 {
            width: 270px;
            height: 465px;
        }

        #part19036_19037 .content {
            height: 400px;
            padding-left: 5px;
        }

        #part19036_19037 .content figure {
            width: 260px;
            height: 145px;
        }

        #part19036_19037 .content ul {
            width: 100%;
            height: 235px;
        }

        #part18982 {
            height: 330px;
        }

        #part18982 .content {
            height: 270px;
        }

        #part18982 .content figure {
            width: 235px;
            height: 130px;
        }

        footer {
            width: 100%;
            padding: 15px 0;
        }

        footer div:nth-of-type(1) {
            margin-right: 5px;
            padding: 0 5px 0 0;
            /* border-right: 1px solid #8D8A8A; */
            text-align: right;
            display: flex;
            flex-direction: column;
        }
    }

    @media screen and (min-width: 1280px) {

        body,
        h3,
        figure h4,
        .part5 section:last-of-type li {
            font-size: 14px;
        }

        li,
        nav,
        .snav,
        .part8 h4,
        #part18958 h4 {
            font-size: 16px;
        }

        .part4>div:last-of-type h4 {
            font-size: 18px;
        }

        h2 {
            font-size: 32px;
        }

        main .column {
            font-size: 22px;
        }

        .part5 .column,
        #part18962 .column a,
        #part18967 .column {
            font-size: 24px;
        }

        h1 {
            font-size: 38px;
        }

        header,
        header article {
            min-width: 1240px;
        }

        header article.logo,
        header article.nav nav,
        header article.snav,
        main,
        aside article {
            width: 1240px;
        }

        header article.nav {
            height: 75px;
        }

        .part1 {
            justify-content: space-around;
        }

        .part1 section:nth-of-type(1) {
            width: 1050px;
        }

        .part1 section:nth-of-type(2) {
            width: 130px;
        }

        .part2 {
            flex-direction: row;
            flex-wrap: wrap;
        }

        .part2 h3:nth-of-type(2)::before {
            display: block;
        }

        .part3 {
            flex-direction: row;
            flex-wrap: wrap;
        }

        .part3 h3:nth-of-type(2)::before {
            display: block;
        }

        #part18958 {
            width: 650px;
            height: 435px;
        }

        #part18958 .control .swiper-pagination {
            margin: 0 5px;
            flex-wrap: nowrap;
            width: auto;
        }

        #part18958 .control .swiper-pagination span {
            width: 10px;
            height: 10px;
            margin: 0 4px;
        }

        .part5 section:nth-of-type(1) {
            width: 440px;
            /* height: 1085px; */
        }

        .part5 section:nth-of-type(2) {
            width: 410px;
            /* height: 1085px; */
            padding-top: 12px;
        }

        .part5 section:nth-of-type(3) {
            width: 340px;
            /* height: 100%; */
            padding-top: 12px;
        }

        #part18959 {
            height: 370px;
        }

        #part18959 .column {
            height: 51px;
        }

        #part18959 figure {
            width: 210px;
            height: 140px;
        }

        #yaoweng {
            min-height: 215px;
        }

        #part18962 .column a {
            margin-left: 10px;
        }

        #part18967 .swiper-container {
            width: 1150px;
            height: 140px;
        }

        #part18967 figure {
            width: 210px;
            height: 140px;
        }

        #part18969 {
            width: 280px;
        }

        #part18969 .column {
            height: 33px;
            margin-top: 0;
        }

        #part18969 figure {
            height: 160px;
        }

        .part8 section {
            width: 390px;
            height: 490px;
        }

        .part8 section>figure,
        .part8 section>ul {
            width: 365px;
            height: 205px;
        }

        #part18974 {
            height: 330px;
        }

        #part18974 .swiper-container {
            width: 860px;
            height: 240px;
        }

        #part18974 .swiper-slide {
            height: 85px;
        }

        #part18974 .swiper-slide a>* {
            width: 125px;
        }

        #part18974 ul {
            width: 250px;
            height: 185px;
            margin-top: 15px;
        }

        .part10,
        .part10 section {
            height: 420px;
        }

        .part10 section ul {
            height: 155px;
        }

        #part18975 {
            width: 440px;
        }

        #part18975 ul {
            width: 400px;
        }

        #part18975 figure {
            width: 195px;
            height: 175px;
        }

        #part18975 figure img {
            height: 110px;
        }

        #part18976 {
            width: 390px;
        }

        #part18976 figure,
        #part18976 ul {
            width: 370px;
        }

        #part18976 figure {
            height: 180px;
        }

        #part18977 {
            width: 340px;
        }

        #part18977 ul {
            width: 320px;
            height: 350px;
        }

        #part18978 {
            width: 440px;
        }

        #part18978 ul {
            width: 420px;
        }

        #part18979_18980 {
            width: 390px;
        }

        #part18979_18980 ul {
            width: 370px;
        }

        #part19036_19037 {
            width: 340px;
            height: 560px;
        }

        #part19036_19037 .content {
            height: 505px;
            padding-left: 10px;
        }

        #part19036_19037 .content figure {
            width: 330px;
            height: 185px;
        }

        #part19036_19037 .content ul {
            width: 100%;
            height: 300px;
        }

        #part18982 {
            height: 415px;
        }

        #part18982 .content {
            height: 350px;
        }

        #part18982 .content figure {
            width: 290px;
            height: 160px;
        }
    }

    .indexGg {
        width: 100%;
        margin-bottom: 10px;
    }

    .gg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gg>* {
        margin-bottom: 8px;
        overflow: hidden;
    }

    .gg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gg .itme {
        width: 100%;
    }

    @media screen and (max-width: 1279px) {
        .gg>* {
            height: 50px;
        }

        .gg .itme2 {
            width: 485px;
        }

        .gg .itme3 {
            width: 320px;
        }
    }

    @media screen and (min-width: 1280px) {
        .gg>* {
            height: 60px;
        }

        .gg .itme2 {
            width: 615px;
        }

        .gg .itme3 {
            width: 405px;
        }
    }
    
    header article.nav nav section {
    flex-direction: row;
    width:20%;
    justify-content: space-around;
    align-items: center;
}