.banner {
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
    color: #fff;
}
.swiper-slide .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.swiper-slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
}

.section1 img {
    width: 100%;
}

.section2 {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    color: #000 !important;
}
.section2_item {
    margin-bottom: 30px;
}
.section2_item h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.section2_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.section_title {
    font-size: 30px;
    color: #000;
}
.section3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section3_contaienr {
    margin-top: 20px;
}
.section3_contaienr > div {
    padding-left: 0;
}
.section3_item {
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
}
.section3_item img {
    max-width: 100%;
    max-height: 100%;
}

.section4 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section4_nav span {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.section4_nav .active {
    background-color: #0066cc;
    color: #fff;
}
.section4_container {
    background-color: #fff;
}
.section4_background img {
    width: 100%;
    margin-bottom: 30px;
}
.section4_item {
    padding: 0 0 30px;
}
.section4_item h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.section4_item p {
    margin: 0 15px;
    color: #666;
    margin-bottom: 20px;
}

.section5 {
    margin-top: 30px;
}
.section5_nav {
    margin-top: 20px;
}
.section5_nav span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
    padding: 5px 15px;
    cursor: pointer;
}
.section5_nav .active {
    background-color: #0066cc;
    color: #fff;
}
.section5_contaienr {
    margin-top: 20px;
}
.section5_contaienr::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.section5_contaienr > div {
    padding-left: 0;
}
.section5_item {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
    float: left;
    margin-bottom: 20px;
}
.section5_item:nth-child(4n) {
    margin-right: 0;
}
.section5_item_bg {
    width: 100%;
    height: 135px;
    overflow: hidden;
}
.section5_item_logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    position: absolute;
    top: 100px;
    right: 20px;
}
.section5_item_bg img,
.section5_item_bg img {
    width: 100%;
    height: 100%;
}
.section5_item_container {
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.section5_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section5_item_name {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.section5_item_desc {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.section5_item_tag {
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 5px;
}
.section5_item_tag div {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;line-height: 12px;
    background: #0d89fa;
    padding: 6px 10px;
    border-radius: 5px 0 5px 5px;
}

.section6 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.section6_contaienr {
    margin-top: 20px;
}
.section6_contaienr > div {
    padding: 0;
}
.section6_item {
    text-align: center;
    margin-bottom: 20px;
}
.section6_item_img {
    height: 270px;
}
.section6_item_img img {
    max-width: 90%;
    max-height: 100%;
}
.section6_item p {
    background-color: #0066cc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}

.section7 {
    margin-top: 30px;
}
.section7_item_box {
    background: #fff;
    border-radius: 8px;
    padding: 13px;
    text-align: center;
    position: relative;
    margin-top: 1.2rem;
    border: 1px solid #fff;
}
.section7_item_index {
    position: absolute;
    height: 25px;
    width: 25px;
    background: #ccc;
    border-radius: 100%;
    color: #fff;
    left: 13px;
    top: 13px;
    text-align: center;
    line-height: 25px;
}
.section7_item_image {
    margin-top: 30px;
    height: 68px;
}
.section7_item h3 {
    font-weight: 600;
    margin: 20px 0 15px 0;
}
.section7_item p {
    font-size: 12px;
    color: #999;
    text-align: left;
    min-height: 75px;
}

.section8 {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.section8 h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.section8 li {
    margin-bottom: 20px;
}
.section8 li h3 {
    background: #e5e5e5;
    padding: 12px 1rem;
    margin: 0;
    font-size: 15px;
}
.section8_text {
    padding: 15px 1rem;
    border: 1px solid #ddd;
    min-height: 107px;
    font-size: 13px;
}
.section8_text p {
    margin-bottom: 10px;
}
.section8_text table {
    width: 100%;
}
.section8_text td {
    border: 1px solid windowtext;
    text-align: center;
}

.section9 {
    margin-top: 20px;
}
.section9_wrapper {
    margin-top: 50px;
}
.section9_wrapper::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.section9_list {
    width: 30%;
    background: #e9edf3;
    text-align: center;
    float: left;
}
.section9_list h4 {
    background: #dde4ee;
    margin: 0;
    padding: 32px 5px;
    font-size: 18px;
}
.section9_list p {
    padding: 15px 5px;
    border-top: 1px solid #dedede;
}
.section9_center {
    width: 40%;
    background: #fff;
    padding-bottom: 15px;
    margin-top: -19px;
}
.section9_center h4 {
    background: #318de8;
    color: #fff;
    padding: 36px 5px;
    font-size: 24px;
}

@media screen and (max-width:500px) {
    .section1_item {
        padding: 20px 0;
    }
    .section6_item {
        padding: 20px 0;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .section2_item h1 {
        font-size: 14px;
        line-height: 20px;
    }
    .section9_list p {
        min-height: 81px;
        font-size: 12px;
    }
}