
 .container {
            width: 100%;
        }

        .tabsMenu {
            width: 100%;
            height: 40px;
            background-color: #E9E9E9;
            box-sizing: border-box;
        }

        .tabsMenu a {
            display: inline-block;
            margin: 0;
            width: 135px;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
            color: #999999;
            font-size: 16px;
            text-decoration: none;
            box-sizing: border-box;
            /* text-align: center; */
            color: #1F4BA2;
            padding-left: 20px;
        }

        .tabsMenu .active {
            display: inline-block;
            color: #fff;
            background-color: #1F4BA2;
            height: 100%;
            background: url(blue_bgc.png) no-repeat;
        }

        .tabContent {
            width: 100%;
            height: 100%;
            padding: 15px;
            box-sizing: border-box;
        }

        .hide {

            display: none;

        }
        .fujian {
          color: #00aeff;
        }
        /* .swiper-container {
            height: 90px;

        }

        .swiper-slide {
            height: 190px;
            background-color: rgb(228, 226, 226);
        } */

        .str_wrap {
            width: 255px;
            height: 3em;
            line-height: 3em;
            font-size: 1.2em;
        }
		.str_wrap2 {
            width: 1255px;
            height: 3em;
            line-height: 3em;
            font-size: 1.2em;
        }
.nav_top {
    width: 100%;
    height: 73px;
    line-height: 73px;
    background-color: #1f4ba2;
    min-width: 1200px;
}

.nav_content {
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
}

.main_top_left {
    color: #fff;

}

.main_top_left>img {
    width: 28px;
    vertical-align: middle;
}

.main_top_left>span {
    vertical-align: middle;

}

.main_top_right a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.main_top_right a img {
    vertical-align: middle;
    width: 30px;
}

.main_top_right a span {
    vertical-align: middle;

}

.bgc_img {
    width: 100%;
    min-width: 1200px;
    height: 170px;
    background: url(top_bgc.jpg) no-repeat;
}

.search_all {
    display: flex;
    justify-content: space-between;
    height: 45px;
    background-color: #F0F0F0;
}

.search_left {
    display: flex;
    justify-content: start;
    align-items: center;
    /*  */
}

.search_left img {
    width: 19px;
    margin-right: 5px;
}

.search_right {
    display: flex;
    align-items: center;

}

.txt {
    width: 200px;
    height: 25px;
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.btn {
    width: 38px;
    height: 25px;
    background: url(g_02.png) center center no-repeat;
    border: 0;
    margin-left: -5px;
    cursor: pointer;
}

.banner {
    width: 100%;
}

/* 轮播图 */
.lunbo .swiper-container {
    width: 100%;
    height: 200px;
}

.lunbo .swiper-slide>img {
    width: 100%;
}

.notication {
    display: flex;
    justify-content: space-between;
}

.notication_left {
    width: 40%;
    height: 362px;
}

.notication_right {
    width: 59%;
    margin-left: 1%;
    border: 1px solid rgb(231, 231, 231);
    height: 362px;
}

.content {
    margin-top: 10px;
}

.notication_right_top {
    line-height: 40px;
    width: 100%;
    height: 40px;
    color: #fff;
    background: url(blue_bgc.png) no-repeat;
    background-color: #e9e9e9;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.notication_right_top span {
    font-size: 16px;
    color: #ffffff;
    /* margin-left: 20px; */
}

.notication_right_art {
    padding: 10px;
}

.notication_right_art {
    border-bottom: 1px dashed rgb(173, 172, 172);
}

.notication_right_art h2 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.notication_right_art p {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    letter-spacing: .5px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notication_right_top a {
    font-size: 16px;
    color: #666666;
}

.long_ban {
    width: 100%;
    height: 90px;
    margin: 15px 0;
}
.long_bans {
    height: 100%;
}
.long_bans img {
    width: 100%;
    height: 100%;
}

.table_list .table_item a {
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.table_list .table_item a:hover {
    color: #6e8dca;
}

.table_list .table_item img {
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    margin-right: 10px;
}
.data_st{
    display: flex;
    justify-content: start;
    align-items: center;
}
.table_list .table_item .data_st span {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.str_move span {
    color: #666666;
    font-size: 14px;
}

.table_list {
    margin-top: 20px;
}

.table_list .table_item {
    height: 37px;
    line-height: 37px;
    border-bottom: .7px solid rgb(241, 240, 240);
}

.table_list .table_item:nth-last-child(1) {
    border: none;
}

.function {
    margin-bottom: 15px;
}

.function_top {
    display: flex;
    justify-content: space-between;
}

.function_top_item {
    width: 32%;
    border: 1px solid rgb(214, 212, 212);
}

.function_top_left {}

.function_top_item .article_tops {
    width: 100%;
    height: 40px;
    background: url(blue_bgc.png) no-repeat;
    background-color: #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    align-items: center;
}

.function_top_item .article_tops span {
    color: #fff;
}

.function_top_item .article_tops a {
    color: #666666;
}

.img_mid {
    display: flex;
    justify-content: start;
    padding: 10px;
    box-sizing: border-box;
}

.img_mid>img {
    width: 150px;
    margin-right: 10px;
}

.img_mid_r h2 {
    font-size: 14px;
    color: #292828;
    margin-bottom: 13px;
    margin-top: 10px;
}

.img_mid_r p {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 15px;

}

.img_mid_r .p_one {
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.table_bom {
    padding: 10px 15px;
}

.table_list_s a {
    color: #3f3f3f;
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: .5px;
}

.table_list_s a:hover {
    color: #6e8dca;
}

.table_list_s a img {
    width: 6px;
    vertical-align: middle;
}

.function_mid {
    margin: 15px 0;
}

.function_mid_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function_mid_all .other_item {
    width: 24%;
    margin-right: 1%;
}

.function_mid_all .other_item:nth-last-child(1) {
    width: 24%;
    margin-right: 0;
}

.other_item a {
    width: 100%;
}

.other_item a img {
    width: 100%;
    border-radius: 8px;
}

.other_item {
    position: relative;
}

.other_item a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.function_bom {
    display: flex;
    justify-content: space-between;
    height: 360px;
}
.list_info p{
    font-size: 14px;
    line-height: 27px;
    color: #3f3f3f;
}
.function_bom_left {
    width: 16%;
    border: 1px solid rgb(214, 212, 212);
    box-sizing: border-box;
    position: relative;
    height: 100%;
}


.function_bom_lefts {
    width: 41%;
    margin-right: 2%;
    /* height: 362px; */
}

.function_bom_left img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.function_bom_left p {
    line-height: 25px;
    letter-spacing: 1px;
    color: #3f3f3f;
    font-size: 13px;
}

.article_topst {
    width: 100%;
    height: 40px;
    background: url(blue_bgc.png) no-repeat;
    background-color: #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    align-items: center;
    /* margin-bottom: 10px; */
}

.function_bom_left_bom {
    padding: 10px;

}

.article_topst span {
    color: #fff;
}

.article_topst a {
    color: #666666;
}

.function_bom_left_bom p {
    min-height: 250px;
}

.more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #1F4BA2;

}

.more a {
    color: #fff;
}

.function_img .article_tops {
    width: 100%;
    height: 40px;
    background: url(blue_bgc.png) no-repeat;
    background-color: #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    align-items: center;
}

.article_tops a {
    color: #666666;
}

.article_tops span {
    color: #fff;
}

.function_img {
    margin-top: 15px;
}

.function_img_com {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(214, 212, 212);

}

.big_img {
    width: 34%;
    height: 265px;
    margin-right: 1%;
    position: relative;

}

.big_img img {
    width: 100%;
    height: 100%;
}

.big_img p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.small_img {
    width: 65%;

}

.small_img_top {
    width: 100%;
    height: 135.5px;
    display: flex;
    justify-content: start;
}

.small_img_item {
    width: 32%;
    margin-right: 1.1%;
    margin-bottom: 1%;
    transition: all linear 1s;
    position: relative;
    overflow: hidden;
}

.small_img_item p {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    /* height: 20px; */
    position: absolute;
    bottom: -13px;
    left: 0;

}

.small_img_item:hover p {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small_img_top>div:nth-last-child(1) {
    margin-right: 0;
}

.small_img_bom>div:nth-last-child(1) {
    margin-right: 0;
}

.small_img_item img {
    width: 100%;
    height: 100%;
}

.small_img_bom {
    width: 100%;
    height: 135.5px;
    display: flex;
    justify-content: space-between;
}

.link_s {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.link_left {
    height: 35px;
    line-height: 35px;
    width: 10%;
}

.link_left img {
    width: 15px;
    vertical-align: middle;
    align-items: center;
}

.link_left span {
    font-size: 16px;
    color: #3f3e3e;
    vertical-align: middle;
}

.link_select {
    width: 17%;
}

.link_select select {
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #474747;
	font-family:"微软雅黑";
}

/* 轮播图3 */
.swiperst {
    border: 1px solid rgb(238, 238, 238);
}

.swiperst img {
    width: 100%;
    height: 100%;
}

.icon_list i {
    font-size: 30px;
    color: #1F4BA2;
    padding-top: 2px;
}

.icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
}

.icon_list {
    width: 47%;
    text-align: center;
    margin-bottom: 37px;
    padding-top: 5px;
    box-sizing: border-box;
}

.icon_list:hover {
    background-color: rgb(230, 230, 230);
}

.icon_list p {
    margin-top: 10px;
}

/* .icon_list i:hover {
    color: #3f3e3e;
}

.icon_list p:hover {
    color: #3f3e3e;
} */
.container {
    position: relative;
}

.top_more {
    position: absolute;
    top: 10px;
    right: 10px;

}

.top_more a {
    font-size: 16px;
    color: #666666;
}

/* 轮播 */
.device {
    width: 100%;
    height: 100%;
    position: relative;
}

.device .arrow-left {
    background: url(arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.device .arrow-right {
    background: url(arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.device .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #2a6ff8;
}

.swiper02 {
    width: 100%;
    position: relative;
}

.swiper02 .pagination {
    position: absolute;
    z-index: 20;
    right: 0 !important;
    bottom: 10px;
    width: 20%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 999;
}

.swiper02 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper02 p {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
}
.swiper03{
    width: 100%;
    height: 100%;
    border: 1px solid #e4e1e1;
}
.swiper03 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper03 .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}
.swiper03 .swiper-slide {
    text-align: center;
}