@bg: #fafafa;
@bg1: #fff;
.box1 {
    width: 100%;
    padding: .1rem 0 .12rem;
    .list {
        display: flex;
        .item {
            width: 25%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #eaeaea;
            .top {
                display: flex;
                .numb {
                    font-weight: 600;
                    font-size: .18rem; // font-weight: 600;
                    padding-top: .08rem;
                    padding-left: .16rem;
                }
                .jia {
                    font-weight: 600;
                    font-size: .16rem;
                    height: 100%;
                    padding: 0 6px 0 2px;
                }
            }
        
            .h3 {
                font-size: .14rem; // font-weight: 600;
                color: #555555;
                text-align: center;
                // font-weight: 600;
            }
        }
        .item:nth-child(1) {
            .numb {
                color: #134c99;
            }
            .jia {
                color: #134c99;
            }
        }
        .item:nth-child(2) {
            .numb {
                color: #ec7e2c;
            }
            .jia {
                color: #ec7e2c;
            }
        }
        .item:nth-child(3) {
            .numb {
                color: #32753b;
            }
            .jia {
                color: #32753b;
            }
        }
        .item:nth-child(4) {
            border: 0;
            .numb {
                color: #c44646;
            }
            .jia {
                color: #c44646;
            }
        }
    }
}

.box2 {
    width: 100%;
    background: @bg;
    padding-bottom: .2rem;
    .list {
        .item {
            width: 100%;
            background: @bg1;
            border-radius: 3px;
            margin-bottom: .1rem;
            transition: all .5s;
            .boxli {
                width: 90%;
                margin: 0 auto;
                height: .5rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                .box-l {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    .img1 {
                        // width: auto;
                        // height: .2rem;
                        width: .2rem;
                        height: auto;
                    }
                    .h2 {
                        padding-left: .12rem;
                        font-size: .14rem;
                        letter-spacing: 1px;
                        color: #212b37;
                    }
                }
                .xiala {
                    width: .1rem;
                }
            }
            .content {
                padding: .08rem 0;
                width: 100%;
                border-top: 1px solid #efefef;
                height: 0;
                display: none;
                .txt {
                    width: 90%;
                    margin: 0 auto;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    li {
                        display: flex;
                        align-items: center;
                        font-size: .12rem;
                        letter-spacing: 1px;
                        color: #666666;
                        margin-right: .12rem;
                    }
                    li::before {
                        content: "·";
                        color: #ff8023;
                        font-size: .2rem;
                        font-weight: 600;
                        margin: 0 2px 0 0;
                    }
                }
            }
            .active {
                height: auto;
                display: block;
            }
        }
    }
}

.box3 {
    width: 100%;
    height: 3.9rem;
    background: url('../img/home (10).jpg') no-repeat center center;
    background-size: cover;
    .tit {
        .h2 {
            color: @bg1;
        }
    }
    .box {
        position: relative;
        .swiper-container {
            width: 2.3rem;
            padding-bottom: .6rem;
            .swiper-wrapper {
                .swiper-slide {
                    width: 2.3rem;
                    height: 2.4rem;
                    background-color: #ffffff;
                    box-shadow: 5px 2px 5px 2px rgba(213, 214, 222, 0.16);
                    border-radius: 10px;
                    span{
                        width: .5rem;
                        height: .5rem;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        margin: .26rem auto .18rem;
                        background-color: #f3f6ff;
                        border-radius: 50%;
                    }
                    img {
                        width: 45%;
                    }
                    .h2 {
                        font-size: .14rem;
                        font-weight: 600;
                        color: #333846;
                        text-align: center;
                    }
                    .line {
                        width: .48rem;
                        height: 2px;
                        background-color: #97a9e0;
                        border-radius: 2px;
                        margin: .06rem auto .2rem;
                    }
                    .h3 {
                        width: 1.72rem;
                        font-size: .12rem;
                        line-height: .2rem;
                        color: #777777;
                        text-align: center;
                        margin: 0 auto;
                    }
                }
            }
        }
        .swiper-pagination-bullet {
            width: .14rem;
            height: .02rem;
            background-color: #ffffff;
            border-radius: 2px;
        }
        .swiper-button-prev {
            top: 42%;
            width: .35rem;
            height: .35rem;
            border-radius: 50%;
            background-color: #f3f6ff;
        }
        .swiper-button-next {
            top: 42%;
            width: .35rem;
            height: .35rem;
            border-radius: 50%;
            background-color: #f3f6ff;
        }
        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: .16rem;
            font-weight: 600;
            color: #fe8209;
        }
        .swiper-button-disabled {
            background: rgba(250, 250, 250, .8);
        }
    }
}

.box4 {
    width: 100%;
    background: @bg;
    .list {
        padding-bottom: .24rem;
        .item {
            width: 100%;
            padding: .16rem 0;
            background: @bg1;
            box-shadow: 7px 3px 7px 2px rgba(213, 214, 222, 0.16);
            border-radius: 5px;
            margin-bottom: .1rem;
            display: flex;
            align-items: flex-start;
            position: relative;
            .numb {
                font-size: .68rem;
                font-weight: 600;
                color: #f6f6f6;
                position: absolute;
                top: -.02rem;
                right: .12rem;
                z-index: 9;
            }
            .boxli {
                z-index: 10;
                display: flex;
                padding-left: .15rem;
                img {
                    height: .2rem;
                    width: auto;
                    display: block;
                }
                .txt {
                    padding-left: .12rem;
                    .h2 {
                        font-size: .14rem;
                        font-weight: 600;
                        color: #323847;
                        padding: .02rem 0 .04rem;
                        padding-top:0;
                    }
                    .h3 {
                        width: 2.64rem;
                        font-size: .12rem;
                        line-height: .16rem;
                        color: #ababab;
                    }
                }
            }
        }
    }
}

.box5 {
    .box{
        img{
            width: 100%;
            margin:0 auto;
        }
    }
 
}
.box6{
    position: relative;
    .box{
        width: 100vw;
    }
    .tit{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        p{
            width: 100%;
            text-align: center;
        }
        .h3{
            b{
                color: #ff6600;
            }
        }
    }
}
.box7{
    background:url("../img/home (10).jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 0.3rem;
    .tit{
        p{
            color: #fff;
        }
    }
    .box{
        width: 90vw;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        div{
            width: 49%;
            padding:0.1rem;
            box-sizing: border-box;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top:1.5vw;
            p{
                width: 100%;
                text-align: center;

            }
            img{
                width: 0.45rem;
            }
            .h1{
                font-size: 0.14rem;
                margin-top:0.1rem;
            }
            .h2{
                font-size: 0.12rem;
                line-height: 0.18rem;
                color: #a2a2a2;
            }
        }
    }
}
.box8{
    padding-bottom: 0.2rem;
    >ul{
        width: 90vw;
        margin:0 auto;
        height: 0.5rem;
        border-bottom:1px solid #eee;
        display: flex;
        justify-content: space-around;
        li{
            height: 0.5rem;
            box-sizing: border-box;
            border-bottom:3px solid #fff;
            font-size: 0.14rem;
            line-height: 0.5rem;
            &.current{
                border-bottom:3px solid #1c48a2;
                color: #1c48a2;
            }
        }
    }
    .gd{
        width: 100%;
        height:0.4rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        a{
            color: #1c48a2;
        }
    }
    .news{
        width: 90vw;
        margin:0 auto;
        div{
            >a{
                display: block;
                width: 100%;
                img{
                    width: 100%;
                    margin-top: 10px;
                }
                .h2{
                    font-size: 0.14rem;
                    font-weight: bold;
                    width: 100%;
                    overflow: hidden;/*超出部分隐藏*/
                    text-overflow:ellipsis;/* 超出部分显示省略号 */
                    white-space: nowrap;/*规定段落中的文本不进行换行 */
                    margin-top:0.1rem;

                }
                .h3{
                    font-size: 0.12rem;
                    line-height: 0.18rem;
                    color: #8c8c8c;
                    display: -webkit-box;
                    text-overflow: ellipsis;
                    overflow-y: hidden;
                    white-space: nowrap;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    white-space: pre-wrap;
                    word-break:break-all;
                    word-wrap:break-word
                }
            }
            ul{
                width: 100%;
                margin-top: 0.1rem;
                li{
                    display: flex;
                    justify-content: space-between;
                    font-size: 0.12rem;
                    margin-top: 0.1rem;
                    background:url("../img/list-style.jpg") no-repeat left center;
                    padding-left: 15px;
                    box-sizing: border-box;
                    border-bottom:1px solid #eee;
                    height: 0.3rem;
                    line-height: 0.3rem;
                    a{
                        width: 70%;
                        overflow: hidden;/*超出部分隐藏*/
                        text-overflow:ellipsis;/* 超出部分显示省略号 */
                        white-space: nowrap;/*规定段落中的文本不进行换行 */
                    }
                    a:hover{
                        color: #0360cd;
                    }
                    &:last-child{
                        border-bottom:0px solid #eee;
                    }
                }
            }
        }
    }
}
