.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;
}

.float {
    display: flex;
    /* height: 95px; */
    background-color: #0066cc;
    padding: 16px 30px;
    box-sizing: border-box;
    z-index: 11;
    align-items: center;
}
.float_img {
    margin-right: 10px;
}
.float_img img {
    display: block;
    margin-bottom: 2px;
}
.float_container {
    flex: 1;
    font-size: 16px;
    color: #fff;
}
.float_container p:nth-child(1) {
    margin-bottom: 6px;
}
.float_right {
    display: flex;
}
.float_nav {
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.float_nav:hover p{
    color: #fff;
}
.float_nav:link p{
    color: #fff;
}
.float_nav:visited p{
    color: #fff;
}
.float_nav:active p{
    color: #fff;
}
.float_nav:nth-child(1) {
    margin-right: 25px;
}

.section_title {
    font-size: 30px;
    color: #000;
}
.section_title span{
    font-size: 16px;
    color: #0066cc;
    margin-left: 15px;
}

.section2 {
    margin-top: 20px;
}
.section2_nav {
    margin-top: 20px;
}
.section2_nav span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
    padding: 5px 15px;
    cursor: pointer;
}
.section2_nav .active {
    background-color: #0066cc;
    color: #fff;
}
.section2_contaienr {
    margin-top: 20px;
}
.section2_contaienr::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.section2_contaienr > div {
    padding-left: 0;
}
.section2_item {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
    float: left;
    margin-bottom: 20px;
}
.section2_item:nth-child(4n) {
    margin-right: 0;
}
.section2_item_bg {
    width: 100%;
    height: 135px;
    overflow: hidden;
}
.section2_item_logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    position: absolute;
    top: 100px;
    right: 20px;
}
.section2_item_bg img,
.section2_item_bg img {
    width: 100%;
    height: 100%;
}
.section2_item_container {
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.section2_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section2_item_name {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.section2_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;
}
.section2_item_tag {
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 5px;
}
.section2_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;
}

.section3 {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.section3 img {
    width: 100%;
}

.section4 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section4 img {
    max-width: 100%;
}
.section4_contaienr {
    margin-top: 20px;
}
.section4_contaienr > div {
    padding-left: 0;
}
.section4_item {
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
}
.section4_item img {
    max-width: 100%;
    max-height: 100%;
}

.section5 {
    margin-top: 20px;
}
.section5_wrapper {
    margin-top: 50px;
}
.section5_wrapper::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.section5_list {
    width: 30%;
    background: #e9edf3;
    text-align: center;
    float: left;
}
.section5_list h4 {
    background: #dde4ee;
    margin: 0;
    padding: 32px 5px;
    font-size: 18px;
}
.section5_list p {
    padding: 15px 5px;
    border-top: 1px solid #dedede;
}
.section5_center {
    width: 40%;
    background: #fff;
    padding-bottom: 15px;
    margin-top: -19px;
}
.section5_center h4 {
    background: #318de8;
    color: #fff;
    padding: 36px 5px;
    font-size: 24px;
}

.section6 {
    margin-top: 25px;
}
.section6_title {
    margin-bottom: 20px;
}
.section6_item  {
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section6_image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
}
.section6_image img {
    width: 100%;
}
.section6_text {
    font-size: 15px;
}


@media (min-width:1000px){
    .float{
        width: 825px;
        position: absolute;
        top: 450px;
        left: 50%;
        transform: translate(-50%,0);
    }
}
@media screen and (max-width:700px){
    .float_container {
        font-size: 12px;
    }
    .float_nav {
        font-size: 12px;
    }
    .section_title {
        font-size: 18px;
        /*font-weight: bold;*/
    }

    .section4_item {
        margin-bottom: 10px;
    }

    .float_nav:nth-child(1) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer_logo {
        margin: 0 auto;
    }
    .footer_main_left {
        margin-bottom: 20px;
    }
    .footer_main_left a {
        text-align: center;
    }
    .footer_main_right {
        display: block;
    }
    .footer_item {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_item a {
        font-size: 12px;
    }
    .footer_bottom_container a {
        font-size: 12px;
    }
}
@media screen and (max-width:500px) {
    .section5_list p {
        min-height: 81px;
        font-size: 12px;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_bottom_container {
        display: block;
    }
    .footer_bottom_container a {
        display: block;
        text-align: center;
    }
    .float_img {
        display: none;
    }
    .float_container {
        display: none;
    }
    .float_right {
        flex: 1;
    }
    .float_right a {
        flex: 1;
    }
    .section2_item_tag div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 6px;
        font-size: 10px;
    }
}


.section12 {
    margin-top: 30px;
}
.section12_item {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.section12_item:hover .section12_item_hidden {
    display: block;
}
.section12_item_fixed {
    width: 100%;
    position: relative;
}
.section12_item_fixed img {
    width: 100%;
}
.section12_item_fixed .content {
    width: 100%;
    height: 65px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}
.section12_item_fixed h5 {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.section12_item_fixed p {
    font-size: 12px;
    margin: 2px 10px;
    text-align: center;
}
.section12_item_hidden {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,68,59,0.85);
    position: absolute;
    top: 0;
    left: 0;
}
.section12_item_hidden .title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 30px 12px 0 12px;
    line-height: 30px;
    letter-spacing: -1.05px;
    margin-bottom: 30px;
}
.section12_item_hidden .subtitle {
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 14px;
}
