@charset "UTF-8";

/***
 *      ┌─┐       ┌─┐
 *   ┌──┘ ┴───────┘ ┴──┐
 *   │                 │
 *   │       ───       │
 *   │  ─┬┘       └┬─  │
 *   │                 │
 *   │       ─┴─       │
 *   │                 │
 *   └───┐         ┌───┘
 *       │         │
 *       │         │
 *       │         │
 *       │         └──────────────┐
 *       │                        │
 *       │                        ├─┐
 *       │                        ┌─┘
 *       │                        │
 *       └─┐  ┐  ┌───────┬──┐  ┌──┘
 *         │ ─┤ ─┤       │ ─┤ ─┤
 *         └──┴──┘       └──┴──┘
 *                神兽保佑
 *               代码无BUG!
 */


/* ----------------------------------- 轮播图 ----------------------- */

.swiperliu {
    position: relative;
    margin: auto;
    width: 75%;
    height: auto;
    margin-top: 30%;
}

.swiperliu .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperliu .swiper-slide {
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: .30rem;
}

.swiperliu .swiper-slide img {
    border-radius: .30rem .30rem 0 0;
}

.swiperliu .swiper-slide-active,
.swiperliu .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiperliu .wordwexr {
    text-align: center;
    margin-right: .22rem;
    padding-bottom: .41rem;
}

.swiperliu .wordwexr p {
    font-size: .34rem;
    margin-top: .25rem;
    font-style: italic;
}

.swiperliu .wordwexr h1 {
    font-size: .36rem;
    margin-top: .21rem;
    font-weight: 600;
    font-style: italic;
}


/* ----------------------------------- 轮播图 end ----------------------- */


/* ----------------------------------- 新闻  ----------------------- */

.tab01 .TxtHd ul {
    display: flex;
    justify-content: center;
}

.tab01 .TxtHd ul li {
    font-size: .16rem;
    margin: 0 .06rem;
    border-radius: .12rem;
    border: .01rem solid red;
    padding: .03rem .18rem;
    color: red;
    margin-top: .33rem;
    margin-bottom: .38rem;
}

.tab01 .TxtHd ul li.active {
    background: red;
    color: #fff;
}

.tab01 .TxtBd ul li {
    margin: 0 .17rem;
    border-bottom: .01rem solid #f3f2f2;
    margin-bottom: .20rem;
    padding-bottom: .15rem;
}

.tab01 .TxtBd ul li .left {
    width: 70%;
    position: relative;
}

.tab01 .TxtBd ul li .left p {
    font-size: .16rem;
    line-height: .23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #6c6c6c;
}

.tab01 .TxtBd ul li .left h5 {
    color: #6c6c6c;
    position: absolute;
    bottom: 0;
}

.tab01 .TxtBd ul li .left span {
    font-size: .12rem;
    border-radius: .09rem;
    border: .01rem solid red;
    padding: .02rem .07rem;
    color: red;
    display: inline-block;
    margin-right: .06rem;
}

.tab01 .TxtBd ul li img {
    width: 25%;
    height: 1.2rem;
}


/* ----------------------------------- 新闻 end ----------------------- */


/* ----------------------------------- 栏目 ----------------------- */

.tabo1 .TxtHd ul {
    display: flex;
    justify-content: center;
    margin-bottom: .40rem;
    border-bottom: 0.04rem #2593d2 solid;
}

.tabo1 .TxtHd ul li {
    font-size: .32rem;
    margin: 0 .18rem;
    padding: .14rem .2rem;
    color: #2593d2;
    margin-top: .13rem;
    background: #f4f4f4;
    color: #333;
    border-radius: 8px 8px 0 0;
}

.tabo1 .TxtBd {
    padding: 0rem;
}

.tabo1 .TxtHd ul li.active {
    background: #2593d2;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.tab0 {
    display: flex;
}

.tab0 .TxtHddddd,
.tab0 .TxtHdddd,
.tab0 .TxtHddd {
    width: 15%;
}

.tab0 .TxtHddddd ul,
.tab0 .TxtHdddd ul,
.tab0 .TxtHddd ul {
    width: .38rem;
    margin: auto;
    padding-top: .56rem;
}

.tab0 .TxtHddddd ul li.active,
.tab0 .TxtHdddd ul li.active,
.tab0 .TxtHddd ul li.active {
    background: #053ec1;
    color: #fff;
}

.tab0 .TxtHddddd ul li,
.tab0 .TxtHdddd ul li,
.tab0 .TxtHddd ul li {
    writing-mode: vertical-lr;
    background: #dadadb;
    color: #053ec1;
    padding: .20rem .10rem;
    font-size: .18rem;
}

.tab0 .TxtBdddd,
.tab0 .TxtBddd,
.tab0 .TxtBdd {
    width: 100%;
}

.tab0 .TxtBdddd ul,
.tab0 .TxtBddd ul,
.tab0 .TxtBdd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tab0 .TxtBdddd ul li,
.tab0 .TxtBddd ul li,
.tab0 .TxtBdd ul li {
    width: 33%;
    text-align: center;
    margin-bottom: .49rem;
}

.tab0 .TxtBdddd ul li img,
.tab0 .TxtBddd ul li img,
.tab0 .TxtBdd ul li img {
    width: 1.2rem;
    border-radius: 100%;
    /*border: .01rem solid #d3cfcf;*/
}

.tab0 .TxtBdddd ul li p,
.tab0 .TxtBddd ul li p,
.tab0 .TxtBdd ul li p {
    font-size: .28rem;
    margin-top: 0.22rem;
    color: #474747;
    font-weight: 600;
}



.banner_top {
    position: relative;
}

.banner_top .search {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    background: #ffffff59;
    border-radius: .6rem;
    top: 3%;
    z-index: 9;
    display: flex;
    padding: .13rem .18rem;
    align-items: center;
}

.banner_top .search i {
    color: #fff;
}

.banner_top .search input {
    margin-left: .04rem;
    width: 100%;
    border: none;
    background: none;
    color: #fff;
    font-size: 0.30rem;
}

.banner_top .search input::-webkit-input-placeholder {
    color: #fff;
}

nav.index_nav ul {
    margin-top: 0.65rem;
    padding: 0 .1rem;
}

nav.index_nav ul li {
    width: 25%;
    text-align: center;
    margin-bottom: .32rem;
}

nav.index_nav ul li img {
    width: .8rem;
}

nav.index_nav ul li p {
    font-size: .28rem;
    margin-top: .2rem;
    font-weight: 600;
}


/*  */

.navigationbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.navigationbar ul {}

.navigationbar ul li {
    width: 20%;
    text-align: center;
    padding: .16rem 0;
}

.navigationbar ul li img {
    width: .46rem;
}

.navigationbar ul li p {
    font-size: .26rem;
    margin-top: .09rem;
}

nav.banner_nav {
    position: absolute;
    z-index: 9;
    width: 90%;
    margin: 0 5%;
    top: 17%;
}

nav.banner_nav ul {}

nav.banner_nav ul li {
    width: 20%;
    text-align: center;
    padding: .16rem 0;
}

nav.banner_nav ul li img {
    width: .50rem;
}

nav.banner_nav ul li p {
    font-size: .26rem;
    margin-top: .14rem;
    color: #fff;
}


/*  */

.index_featured {
    padding: 0 5%;
    margin-top: .6rem;
    margin-bottom: .50rem;
}

.index_featured .title {
    color: #000;
    font-size: .34rem;
    font-weight: 600;
}

.index_featured .top {}

.index_featured .top a {
    color: #999797;
    font-size: .32rem;
}

.index_featured ul {
    margin-top: .30rem;
    padding: 3px 0;
    overflow: initial;
    overflow-X: scroll;
}

.index_featured ul li {
    width: 20rem;
    border-radius: .10rem;
    padding-top: .16rem;
    /* padding-bottom: 1.00rem; */
    margin-right: .21rem;
    padding: 0.2rem 0.1rem 0rem 0.1rem;
    -webkit-box-shadow: 0 0 0 0.6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0 0.6px rgb(0 0 0 / 10%);
    text-align: center;
}

.index_featured ul li p {
    font-size: .28rem;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 1.50rem;*/
    white-space: nowrap;
    font-weight: 600;
    padding-top: 0.2rem;
}

.index_featured ul li h1 {
    font-size: .26rem;
    text-align: center;
    margin-top: .10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_featured ul li img {
    width: .60rem;
    /* position: absolute; */
    /* bottom: 3px; */
    /* right: 3px; */
}

.index_featured ul li {
    background: #ffffff;
}


/*  */

.index_featured1 {
    margin-top: .5rem;
    margin-bottom: .20rem;
}

.index_featured1 .title {
    color: #000;
    font-size: .34rem;
    font-weight: 600;
}

.index_featured1 .top {}

.index_featured1 .top a {
    color: #999797;
    font-size: .32rem;
}

.index_featured1 ul {
    margin-top: .30rem;
    padding: 3px 0;
    /* overflow: initial; */
    /* overflow-X: scroll; */
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.index_featured1 ul li {
    width: 46%;
    border-radius: .10rem;
    padding-top: .16rem;
    /* padding-bottom: 1.00rem; */
    margin-right: .1rem;
    padding: 0.2rem 0.1rem 0rem 0.1rem;
    -webkit-box-shadow: 0 0 0 0.6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0 0.6px rgb(0 0 0 / 10%);
    text-align: center;
    height: 60px;
    background-size: 100%;
    margin-bottom: 10px;
    position: relative;
}


.index_featured1 ul li p {
    font-size: .32rem;
    text-align:
    center;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*width: 1.50rem;*/
    white-space: nowrap;
    font-weight: 600;
    padding-top: 0.2rem;
    color: #fff;
}

.index_featured1 ul li h1 {
    font-size: .26rem;
    text-align: center;
    margin-top: .10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.index_featured1 ul li img {
    width: .60rem;
    /* position: absolute; */
    /* bottom: 3px; */
    /* right: 3px; */
}

.index_featured1 ul li {
    background: #ffffff;
}

