﻿﻿﻿﻿@charset "utf-8";

/* CSS Document */
header {
    background: #fff;
}

.neBanner {
    position: relative;
    padding-top: 1.02rem;
    width: 100%;
    overflow: hidden;
}

.pcImg {
    display: block;
    width: 100%;
}

.mImg {
    display: none;
    width: 100%;
}


.neBanner img {
    width: 100%;
    animation: changeScale 1 2.5s;
    position: relative;
    z-index: 1;
}

.neBanner .text {
    position: absolute;
    left: 2.1rem;
    top: 2.4rem;
    z-index: 2;
}

    .neBanner .text h1 {
        font-size: 0.56rem;
        line-height: 0.56rem;
        margin-bottom: 0.25rem;
    }

    .neBanner .text p {
        font-size: 0.26rem;
        margin-bottom: 0.25rem;
    }

.neBanner .banner-but {
    width: 2.28rem;
    height: 0.6rem;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.2rem;
    background: #104cc7;
    cursor: pointer;
    transition-duration: .5s;
}

    .neBanner .banner-but a {
        color: white;
    }

.neBanner .banner-but {
    background: #0840b3;
}

    .neBanner .banner-but .iconfont {
        font-size: 0.22rem;
        line-height: 0.24rem;
    }

.neNavBox {
    width: 100%;
    padding: 0 2.25rem;
    box-shadow: 0 0 10px #9d9d9d;
    background: #fff;
}

.neMenu {
}

    .neMenu ul {
        display: flex;
        height: 0.76rem;
    }

        .neMenu ul li {
            flex: 1;
            text-align: center;
            font-size: 0.22rem;
            line-height: 0.76rem;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            transition: all 0.4s ease;
            color: #333333;
            overflow: hidden;
            z-index: 1;
        }

            .neMenu ul li a {
                width: 100%;
                font-size: 0.22rem;
                display: inline-block;
                position: relative;
            }

                .neMenu ul li .on,
                .neMenu ul li a:hover {
                    color: #0058a8;
                    position: relative;
                }

    .neMenu li .on:before {
        opacity: 1;
        transform: translateY(0);
    }

    .neMenu li:after {
        width: 1px;
        height: 40%;
        right: 0;
        top: 30%;
        position: absolute;
        content: "";
        background: #e6e6e6;
    }

    .neMenu li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 35%;
        width: 30%;
        height: 5px;
        background: linear-gradient(45deg, #104cc7, #3a6dd5);
        z-index: -1;
        opacity: 0;
        transform: translateY(100%);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .neMenu ul li .on:before {
        content: "";
        position: absolute;
        top: 0;
        left: 35%;
        width: 30%;
        height: 5px;
        background: linear-gradient(45deg, #104cc7, #3a6dd5);
        opacity: 1;
        transform: translateY(0);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .neMenu ul li:last-child:after {
        display: none;
    }

    .neMenu li:hover {
        color: #104cc7;
        transform: translateY(0px);
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    }

        .neMenu li:hover:before {
            opacity: 1;
            transform: translateY(0);
        }

/*  */

.neWrap {
    margin: 0 2.2rem;
    /*overflow: hidden;*/
}

.ne-pos {
    width: 100%;
    padding-top: 0.2rem;
    line-height: 0.7rem;
    display: flex;
    justify-content: left;
    font-size: 16px;
    color: #777777;
    position: relative;
}

    .ne-pos span {
        color: #333333;
    }

    .ne-pos .iconfont {
        font-size: 0.24rem;
        margin-right: 8px;
    }

.bitBox {
    padding: 0.45rem 0;
}

/* 新闻中心 */

.newsList dl {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    cursor: pointer;
    box-shadow: 0 0 12px #e0e0e0;
    margin-bottom: 0.8rem;
    border-radius: 0.16rem;
    overflow: hidden;
    position: relative;
    top: 0;
    transition-duration: .5s;
}

    .newsList dl:hover {
        box-shadow: 0 0 18px #a8a8a8;
        top: -5px;
    }

    .newsList dl:nth-child(3n) {
        margin-right: 0;
    }

    .newsList dl dt {
        overflow: hidden;
        width: 100%;
        background: #000;
        border-radius: 0 0 0.16rem 0.16rem;
    }


        .newsList dl dt img {
            display: block;
            width: 100%;
            transition-duration: .5s;
        }

    .newsList dl:hover dt img {
        transform: scale(1.1);
        opacity: 0.7;
    }

    .newsList dl dd {
        width: 100%;
        background: #fff;
        padding: 0.35rem 0.35rem 0.1rem 0.35rem;
    }


        .newsList dl dd h1 {
            line-height: 0.36rem;
            font-size: 0.22rem;
            min-height: 0.7rem;
            margin-bottom: 0.25rem;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            font-weight: normal;
            color: #333333;
        }

    .newsList dl:hover dd h1 {
        color: #0038aa;
        font-weight: bold;
    }

    .newsList dl dd .neir {
        font-size: 0.17rem;
        line-height: 0.3rem;
        color: #888888;
        margin-bottom: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.moreBox {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 0.7rem;
    display: flex;
    justify-content: left;
    font-size: 0.17rem;
    color: #555555;
    align-items: center;
    position: relative;
}

    .moreBox:after {
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        top: -1px;
        content: "";
        background: #3d6ed1;
        transition-duration: 1s;
    }

    .moreBox i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        transition-duration: 1s;
        position: relative;
        font-size: 24px;
        margin-right: 10px;
    }

.newsList dl:hover dd .moreBox:after {
    width: 100%;
}

.newsList dl:hover dd .moreBox i {
    color: #3d6ed1;
}

.newsList dl:hover dd .moreBox {
    color: #3d6ed1;
}

.moreBox i img {
    display: block;
}

/*  */
.neBit {
    width: 100%;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.42rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

    .neBit span {
        color: #104cc7;
    }

.faqList dl {
    width: 100%;
    float: left;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
flex-wrap: wrap;
}







    .faqList dl dt {
        width: 1.4rem;
        line-height: 0.56rem;
        font-size: 0.2rem;
        color: #333333;
        text-align: right;
        padding-right: 10px;
    }

        .faqList dl dt span {
            font-size: 14px;
            color: #b50007;
        }

    .faqList dl dd {
        width: calc(100% - 1.4rem);
        display: flex;
    }

        .faqList dl dd span {
            width: 1.5rem;
            height: 0.56rem;
            display: inline-block;
            margin-left: 0.1rem;
        }

            .faqList dl dd span img {
                display: block;
                width: 100%;
            }

        .faqList dl dd input,
        .faqList dl dd select {
            width: 100%;
            border: 1px solid #e4e4e4;
            background: #fff;
            outline: none;
            padding: 0 0.2rem;
            font-size: 0.2rem;
            height: 0.56rem;
            line-height: 0.56rem;
        }

        .faqList dl dd select {
            text-align: center;
            position: relative;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-align-last: center;
            -moz-text-align-last: center;
        }

        .faqList dl dd textarea {
            width: 100%;
            border: 1px solid #e4e4e4;
            background: #fff;
            outline: none;
            padding: 0.1rem 0.2rem;
            font-size: 0.2rem;
            height: 1.3rem;
            line-height: 0.36rem;
        }

/* .faqList .input-code {
    width: 2rem;
} */

.faqList .code {
    width: 1.8rem !important;
    height: 0.56rem;
    line-height: 0.56rem;
    margin-left: 10px;
}

    .faqList .code span {
        font-size: 0.2rem;
    }

.faqBut {
    width: 2rem;
    line-height: 0.56rem;
    text-align: center;
    background: #132b8d;
    font-size: 0.2rem;
    border-radius: 0.1rem;
    color: #fff;
    margin: 0.2rem auto 1rem;
    transition-duration: .5s;
    cursor: pointer;
}

    .faqBut:hover {
        background: #1b3ecd;
    }

/* 自定义箭头 */
.faqList dl:nth-child(3) dd:after,
.faqList dl:nth-child(4) dd:after,
.faqList dl:nth-child(5) dd:after,
.faqList dl:nth-child(6) dd:after {
    width: 14px;
    height: 10px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(/client/images/select-icon.png)no-repeat;
}

/* 联系我们 */
.mapBox {
    width: 100%;
    position: relative;
    height: 5.5rem;
}

#map {
    width: 100%;
    height: 5.5rem;
    position: relative;
    z-index: 1;
}

.contBox {
    width: 6.3rem;
    border-radius: 0.2rem;
    color: #fff;
    background: #104cc7;
    position: absolute;
    left: 2.2rem;
    top: 1.5rem;
    z-index: 2;
    padding: 0.45rem 0.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .contBox .left {
        width: 68%;
        font-size: 0.18rem;
        line-height: 0.36rem;
    }

        .contBox .left h1 {
            font-size: 0.36rem;
            font-weight: normal;
            margin-bottom: 15px;
        }

    .contBox .ewm {
        width: 1.22rem;
    }

/*  */

.jianT {
    width: 100%;
    text-align: center;
    margin: 0.2rem 0 1rem 0;
}

    .jianT li {
        background: rgba(0, 0, 0, 0.05);
        line-height: 0.58rem;
        height: 0.58rem;
        display: inline-block;
        min-width: 0.58rem;
        margin: 0 4px;
        padding: 0;
        border-radius: 100%;
    }

        .jianT li:nth-child(1) a,
        .jianT li:last-child a {
            padding: 0 0.2rem;
        }


        .jianT li a {
            font-size: 0.2rem;
            color: #474747;
            display: block;
            border-radius: 100%;
        }

            .jianT li a:hover {
                text-decoration: none;
                background: #0469c0;
                color: #fff;
            }

        .jianT li .on {
            background: #0469c0;
            color: #fff;
            display: block;
        }

.homeTitle {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/*  */
.pxtzList {
    margin-bottom: 0.6rem;
    margin-top: 0.4rem;
}

    .pxtzList ul {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

        .pxtzList ul li {
            width: 48.5%;
            margin-right: 3%;
            position: relative;
            height: 2rem;
            cursor: pointer;
            margin-bottom: 0.35rem;
        }

            .pxtzList ul li .dw {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
                border-radius: 0.2rem;
                padding: 0.4rem 1.2rem 0 0.35rem;
                z-index: 2;
            }

            .pxtzList ul li .text {
                font-size: 0.22rem;
                line-height: 0.44rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
            }
.pxtzList ul li .lb{width: 0.8rem; line-height: 0.34rem; border-radius: 10px; text-align: center; color: #fff; font-size: 0.18rem;margin-bottom: 8px; background: #0058a8;} 
            .pxtzList ul li .time {
                line-height: 0.38rem;
                font-size: 0.18rem;
                color: #888888;
                margin-top: 8px;
            }

        .pxtzList ul .dw .icon {
            width: 13px;
            height: 15px;
            position: absolute;
            right: 0.3rem;
            top: 0.6rem;
            background: url(/client/images/fw-jt.png)no-repeat;
            background-size: 100% 100%;
        }

        .pxtzList ul li:hover .dw .icon {
            background: url(/client/images/fw-jt1.png)no-repeat;
            background-size: 100% 100%;
        }

        .pxtzList ul li:after {
            width: 100%;
            height: 100%;
            background: #dadee8;
            border-radius: 0.2rem;
            position: absolute;
            content: "";
            right: -10px;
            bottom: -10px;
            z-index: 1;
            transition-duration: .5s;
        }

        .pxtzList ul li:hover:after {
            background: #104ac2;
        }

        .pxtzList ul li:nth-child(2n) {
            margin-right: 0;
        }

/* 线下培训 */
.xxpxList {
    margin-top: 20px;
    margin-bottom: 0.8rem;
}

    .xxpxList dl {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px #dff2ed;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0.35rem 0.4rem;
        border-radius: 10px;
        margin-bottom: 0.32rem;
        transition-duration: .5s;
        cursor: pointer;
    }

        .xxpxList dl a {
            display: flex;
        }

        .xxpxList dl:hover {
            box-shadow: 0 0 20px #cbcbcb;
        }

        .xxpxList dl dt {
            width: 3.35rem;
            overflow: hidden;
            background: #000;
            position: relative;
        }

            .xxpxList dl dt img {
                display: block;
                width: 100%;
                transition-duration: .5s;
            }

        .xxpxList dl:hover dt img {
            transform: scale(1.1);
            opacity: 0.7;
        }

        .xxpxList dl dd {
            width: calc(100% - 3.35rem);
            padding-left: 0.5rem;
            padding-top: 10px;
        }

            .xxpxList dl dd h1 {
                line-height: 0.36rem;
                font-size: 0.24rem;
                margin-bottom: 10px;
            }

            .xxpxList dl dd .text {
                font-size: 0.18rem;
                line-height: 0.32rem;
            }

            .xxpxList dl dd .time {
                line-height: 0.32rem;
                color: #9a9a9a;
                margin-top: 0.2rem;
            }

/*专题 */

/* 中心介绍 */
.aboutBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .aboutBox .left {
        width: 48%;
        background: #fff;
        border-radius: 0.15rem;
        box-shadow: 0 0 10px #bfbfbf;
        padding: 15px;
        overflow: hidden;
    }

        .aboutBox .left img {
            display: block;
            width: 100%;
            border-radius: 0.15rem;
        }

    .aboutBox .right {
        width: 48%;
        padding-top: 0.15rem;
		overflow-y: auto;
		overflow-x: hidden;
		height: 4.3rem;
    }
	
	 .aboutBox .right::-webkit-scrollbar {
	    width: 3px;
	    height: 16px;
	    background-color: #F5F5F5;
	}
	
	
	 .aboutBox .right::-webkit-scrollbar-thumb {
	    background: #122882;
	    border-radius: 5px;
	}
	
	
	 .aboutBox .right::-webkit-scrollbar-track {
	    background: #caccd7;
	    border-radius: 5px;
	}

        .aboutBox .right p {
            font-size: 0.19rem;
            line-height: 0.3rem;
            padding-bottom: 0.25rem;
			padding-right: 15px;
        }
 .aboutBox .right p span{display: inline-block; width: 8px; height: 3px; background: #0038ac; margin-right: 10px;}
  .aboutBox .right p strong{display: flex;
    align-items: center;}

.aboutZzry {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .aboutZzry .left {
        width: 50%;
        background: url(/client/images/zzryBg.jpg)no-repeat;
        background-size: 100% 100%;
        padding-left: 1.2rem;
		padding-right: 1.2rem;
        padding-top: 0.5rem;
    }

        .aboutZzry .left .bit {
            line-height: 0.66rem;
            font-size: 0.48rem;
            color: #fff;
            font-weight: bold;
        }

    .aboutZzry .right {
        width: 50%;
        position: relative;
        overflow: hidden;
    }

        .aboutZzry .right .dw {
            font-size: 0.44rem;
            font-weight: bold;
            color: #fff;
            top: 0.6rem;
            line-height: 0.44rem;
            left: 0.65rem;
            position: absolute;
            z-index: 2;
        }

        .aboutZzry .right img {
            display: block;
            width: 100%;
            animation: run 12s linear infinite;
            position: relative;
            z-index: 1;
        }

/* 中心介绍 */
.tzggList ul {
    border-top: 1px dashed #ebebeb;
}

.tzggList li {
    width: 100%;
    border-bottom: 1px dashed #ebebeb;
    display: flex;
    justify-content: space-between;
    list-style: none;
    line-height: 0.56rem;
    padding: 0.15rem 0.35rem 0.15rem 0.5rem;
    position: relative;
    cursor: pointer;
    transition-duration: .5s;
}

    .tzggList li::before {
        width: 9px;
        height: 9px;
        background: #0058a8;
        position: absolute;
        content: "";
        left: 0.25rem;
        top: 45%;
    }

    .tzggList li:hover {
        background: #d9e4ee;
    }

    .tzggList li p {
        width: 80%;
        font-size: 0.21rem;
        color: #333333;
        transition-duration: .5s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .tzggList li:hover p {
        padding-left: 5px;
    }

    .tzggList li p .iconfont {
        margin-right: 0.15rem;
        color: #f886aa;
    }

    .tzggList li span {
        width: 10%;
        display: inline-block;
        font-size: 0.21rem;
        color: #666666;
        text-align: right;
    }

        .tzggList li span .iconfont {
            margin-right: 0.1rem;
            color: #f886aa;
            font-size: 0.24rem;
        }

/* 联系我们 */
.contAdd {
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

    .contAdd ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contAdd li {
        display: flex;
        align-items: center;
        cursor: pointer;
    }


        .contAdd li .iconfont {
            width: 0.86rem;
            height: 0.86rem;
            border-radius: 0.1rem;
            background: #0058a8;
            margin-right: 0.18rem;
            color: #fff;
            font-size: 0.4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition-duration: .5s;
        }

        .contAdd li:hover .iconfont {
            transform: rotateY(180deg);
        }

        .contAdd li .text {
            font-size: 0.2rem;
            color: #333333;
            line-height: 0.3rem;
        }

            .contAdd li .text span {
                display: inline-block;
                font-size: 0.22rem;
                line-height: 0.24rem;
                font-weight: bold;
                color: #0058a8;
            }

.contMap {
    height: 6.2rem;
    margin-bottom: 1.1rem;
}

/* 关于我们 */
.aboutH1 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #0058a8;
    margin-bottom: 0.2rem;
}

.aboutText {
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding-bottom: 0.3rem;
}

.aboutPic {
    width: 100%;
    position: relative;
    margin-bottom: 0.25rem;
    overflow: hidden;
}

    .aboutPic img {
        display: block;
        animation: run 12s linear infinite;
    }

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.aboutBox {
    padding-bottom: 0.8rem;
}

/* 诚信承诺 */
.honnrBox {
    width: 100%;
    background: #fafbfb;
    padding: 0.8rem 0 2rem 0;
}


.zsImg {
    width: 2.44rem;
    height: 3.33rem;
    position: relative;
    padding: 0.16rem;
    margin: 0 auto;
}

    .zsImg img {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        display: block;
        max-height: 100%;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    }

.honnrBox .swiper-slide {
    height: 5.44rem;
    padding-top: 1rem;
}

    .honnrBox .swiper-slide p {
        font-size: 0.18rem;
        opacity: 0;
        margin-top: 0.15rem;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 0.3rem;
        position: relative;
        top: -1rem;
    }

.honnrBox .swiper-slide-active p {
    opacity: 1;
}

.honnrBox .swiper-slide-active .zsImg {
    width: 3.26rem;
    height: 4.44rem;
    position: relative;
    padding: 0.16rem;
    top: -1.11rem;
    right: 0.15rem;
}

.honnrBox .swiper-scrollbar {
    height: 8px;
    background: #9d9d9d;
    width: 80%;
    left: 10%;
    bottom: 0.16rem;
}

.honnrBox .swiper-button-next,
.honnrBox .swiper-button-prev {
    background: none;
    bottom: 0;
    top: auto;
    margin-top: 0;
    width: 0.48rem;
    height: 0.48rem;
    border: 1px solid #9d9d9d;
    border-radius: 100%;
    text-align: center;
}

.honnrBox .swiper-scrollbar-drag {
    background: #0058a8;
}

.honnrBox .swiper-button-prev {
    left: 5%;
}

    .honnrBox .swiper-button-next i,
    .honnrBox .swiper-button-prev i {
        font-size: 0.25rem;
        color: #999999;
    }

.honnrBox .swiper-button-next {
    right: 5%;
}

    .honnrBox .swiper-button-next i {
        transform: rotate(180deg);
        display: block;
    }


/* 资质荣誉 */
.zzryListBox {
    position: relative;
    margin-top: 0.3rem;
    padding-right: 0.65rem;
}

    .zzryListBox .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

.zzrylist {
    width: 48%;
    position: relative;
    margin-right: 4%;
    margin-bottom: 0.34rem;
}

    .zzrylist img {
        position: relative;
        z-index: 2;
    }

    .zzrylist:after {
        width: 97%;
        height: 100%;
        position: absolute;
        content: "";
        z-index: 1;
        left: 6px;
        top: 6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 0 0.5rem;
    }

    .zzrylist:nth-child(2n) {
        margin-right: 0;
    }

.zzryListBox .swiper-button-next,
.zzryListBox .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 100%;
    top: -0.65rem;
}

    .zzryListBox .swiper-button-prev:after,
    .zzryListBox .swiper-button-next:after {
        font-size: 0.26rem;
        font-weight: bold;
    }

.zzryListBox .swiper-button-next {
    right: 0.7rem;
}

.zzryListBox .swiper-button-prev {
    left: 72%;
}

/* 新闻详情 */
/*  */
.detailBit {
    width: 100%;
    border-bottom: 1px solid #0058a8;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
}

    .detailBit h1 {
        line-height: 0.7rem;
        font-size: 0.35rem;
        color: #0058a8;
    }

.detailTime {
    display: flex;
    justify-content: space-between;
}

    .detailTime .t {
        line-height: 0.44rem;
        color: #0058a8;
        font-size: 0.16rem;
    }

.detailtext {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
}

    .detailtext img {
        display: inline-block;
        max-width: 100%;
    }

.Listmore {
    width: 2rem;
    height: 0.58rem;
    display: flex;
    justify-content: space-between;
    background: #0058a8;
    border-radius: 15px 0 15px 0;
    color: #ffffff;
    font-size: 0.2rem;
    padding: 0 0.19rem;
    margin: 0.36rem auto 0.8rem;
    align-items: center;
    transition-duration: .5s;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

    .Listmore a {
        color: #fff;
    }

    .Listmore:hover {
        border-radius: 15px;
        color: #fff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

/* -------- */
.hyIntro {
    width: 100%;
    margin: 0.9rem 0 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hyIntro .left {
        width: 44%;
    }

        .hyIntro .left .pText {
            font-size: 0.2rem;
            line-height: 0.36rem;
        }

    .hyIntro .right {
        width: 7.1rem;
        box-shadow: 0 0 15px #eaeaea;
        position: relative;
    }

        .hyIntro .right:before {
            width: 0.36rem;
            height: 0.36rem;
            border-radius: 100%;
            background: #2956c0;
            border: 6px solid #6f8fd9;
            right: -0.18rem;
            top: -0.18rem;
            position: absolute;
            content: "";
            z-index: -1;
        }

        .hyIntro .right:after {
            height: 0.4rem;
            width: 0.4rem;
            border-radius: 50%;
            position: absolute;
            right: -0.15rem;
            top: -0.15rem;
            content: "";
            z-index: -2;
            -webkit-animation: rectangleimg 3s linear infinite;
            animation: rectangleimg 3s linear infinite;
        }

@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 #215496;
        box-shadow: 0 0 0 0 #215496
    }

    50% {
        -webkit-box-shadow: 0 0 0 23px rgba(241, 246, 250, .5);
        box-shadow: 0 0 0 23px rgba(241, 246, 250, .5)
    }

    90% {
        -webkit-box-shadow: 0 0 0 23px rgba(241, 246, 250, .5);
        box-shadow: 0 0 0 23px rgba(241, 246, 250, .5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 23px rgba(241, 246, 250, .5);
        box-shadow: 0 0 0 23px rgba(241, 246, 250, .5)
    }
}


.hyIntro .right .picbox {
    width: 100%;
    border-radius: 0.15rem;
    background: #000;
    border: 16px solid #fff;
    position: relative;
}

    .hyIntro .right .picbox img {
        display: block;
        width: 100%;
    }

.fajgBox {
    width: 100%;
    background: #fff;
    padding: 0.5rem 0 0.9rem 0;
}

/*  */
.hyNav {
    display: flex;
    position: absolute;
    justify-content: left;
    right: 0;
    bottom: 0;
}

    .hyNav a {
        padding: 0 0.3rem;
        height: 0.54rem;
        margin-left: 0.11rem;
        border-radius: 0.5rem;
        background: #888888;
        line-height: 0.54rem;
        text-align: center;
        font-size: 0.2rem;
        color: #fff;
    }

    .hyNav .ts {
        background: #144bcc;
        color: #fff;
    }

    .hyNav a:hover {
        background: #144bcc;
        color: #fff;
    }

.fajg {
    width: 100%;
    position: relative;
}

    .fajg .swiper-slide {
        padding: 0 0.25rem 0.25rem 0.25rem;
        cursor: pointer;
    }

    .fajg .pic {
        width: 100%;
        border-radius: 0.15rem 0.15rem 0 0;
        overflow: hidden;
        background: #000;
        position: relative;
    }

        .fajg .pic:after {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    .fajg .swiper-slide:hover .pic:after {
        -webkit-animation: shine2 1s;
        animation: shine2 1s;
    }

    .fajg .pic img {
        display: block;
        width: 100%;
        transition-duration: .5s;
    }

    .fajg .swiper-slide:hover .pic img {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .fajg .text {
        width: 100%;
        background: #fff;
        border-radius: 0 0 0.15rem 0.15rem;
        box-shadow: 0 10px 15px #dedede;
        padding: 0.2rem 0.28rem;
        transition-duration: .5s;
    }

    .fajg .swiper-slide:hover .text {
        box-shadow: 0 10px 15px #adadad;
    }

    .fajg .text h1 {
        height: 0.38rem;
        color: #333333;
        font-size: 0.24rem;
        line-height: 0.24rem;
    }

    .fajg .text p {
        font-size: 0.18rem;
        line-height: 0.3rem;
        min-height: 1.8rem;
        height: 2rem;
        overflow-y: auto;
        padding-right: 10px;
        position: relative;
    }


        .fajg .text p::-webkit-scrollbar {
            width: 3px;
            height: 16px;
            background-color: #F5F5F5;
        }


        .fajg .text p::-webkit-scrollbar-thumb {
            background: #122882;
            border-radius: 5px;
        }


        .fajg .text p::-webkit-scrollbar-track {
            background: #caccd7;
            border-radius: 5px;
        }


    .fajg .swiper-button-prev,
    .jcxm .swiper-button-prev {
        left: -0.5rem;
    }

    .fajg .swiper-button-next,
    .jcxm .swiper-button-next {
        right: -0.5rem;
    }

        .fajg .swiper-button-prev:after,
        .fajg .swiper-button-next:after {
            color: #c6c6c6;
        }

.ysldBox {
    padding: 0.5rem 0 0.9rem 0;
}

.hyIntro .right .picbox {
    overflow: hidden;
}

    .hyIntro .right .picbox:after {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .hyIntro .right .picbox:hover:after {
        -webkit-animation: shine2 1s;
        animation: shine2 1s;
    }

.ysldcont {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #c4c4c4;
    border-radius: 0.15rem;
    padding: 0.19rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ysldcont .left {
        width: 53%;
        overflow: hidden;
    }

        .ysldcont .left img {
            display: block;
            width: 100%;
            border-radius: 0.15rem;
        }

    .ysldcont .right {
        width: 45%;
        padding-top: 0.2rem;
        height: 4.8rem;
        overflow-y: auto;
        padding-right: 10px;
        position: relative;
		overflow-x: hidden;
    }


        .ysldcont .right::-webkit-scrollbar {
            width: 3px;
            height: 16px;
            background-color: #F5F5F5;
        }


        .ysldcont .right::-webkit-scrollbar-thumb {
            background: #122882;
            border-radius: 5px;
        }


        .ysldcont .right::-webkit-scrollbar-track {
            background: #caccd7;
            border-radius: 5px;
        }





        .ysldcont .right dl {
            width: 100%;
            padding-bottom: 0.3rem;
            padding-right: 0.2rem;
        }

            .ysldcont .right dl dt {
                width: 100%;
                line-height: 0.44rem;
                background: url(/client/images/fwhy-icon.png)no-repeat left center;
                background-size: 25px 25px;
                font-weight: bold;
                font-size: 0.24rem;
                padding-left: 32px;
            }

            .ysldcont .right dl dd {
                padding-left: 32px;
                font-size: 0.19rem;
                line-height: 0.3rem;
            }

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.firstfwlbBox {
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

    .firstfwlbBox .left {
        width: 3.15rem;
        border-radius: 0.15rem;
        overflow: hidden;
    }

        .firstfwlbBox .left .bit {
            width: 100%;
            height: 1.21rem;
            background: url(/client/images/fwlb-bit.png)no-repeat;
            background-size: 100% 100%;
            line-height: 1.1rem;
            text-align: center;
            color: #0038ac;
            text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
            font-size: 0.26rem;
            font-weight: bold;
        }

.fwlbNav {
    width: 100%;
    background: #fff;
    border-radius: 0 0 0.15rem 0.15rem;
   height: 3.1rem;
    background: #fff;
    margin-top: 0.1rem;
    position: relative;
	overflow-y: auto;
overflow-x: hidden;
}


    .fwlbNav::-webkit-scrollbar {
        width: 3px;
        height: 16px;
        background-color: #F5F5F5;
    }

    .fwlbNav::-webkit-scrollbar-thumb {
        background: #122882;
        border-radius: 5px;
    }


.bgLis dl dd p::-webkit-scrollbar-track {
    background: #caccd7;
    border-radius: 5px;
}


.fwlbNav ul {
    padding: 0 0.24rem 0.6rem;
}

    .fwlbNav ul li {
        border-bottom: 1px solid #e7e7e7;
    }

        .fwlbNav ul li:last-child {
            border-bottom: none;
        }

        .fwlbNav ul li h3 {
            padding: 0.2rem 0.12rem 0.2rem 0;
            position: relative;
            cursor: pointer;
            transition-duration: 0.3s;
        }

            .fwlbNav ul li h3:before {
                display: block;
                content: '';
                width: 0;
                background: #104cc7;
                height: 100%;
                position: absolute;
                left: -0.24rem;
                top: 0;
                z-index: 2;
                transition-duration: 0.3s;
            }

            .fwlbNav ul li h3:after {
                display: block;
                content: '';
                width: 0.07rem;
                height: 0.12rem;
                background: url(/client/images/fwlb-navJt.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition-duration: 0.3s;
                opacity: 1;
                visibility: visible;
            }

            .fwlbNav ul li h3 span {
                display: block;
                font-size: 0.19rem;
                color: #222222;
                font-family: 'syhtB';
                line-height: 1.4;
                position: relative;
                z-index: 4;
                transition-duration: 0.3s;
            }

.firstOn {
    border-bottom: none !important;
}

    .firstOn h3 span {
        color: #fff !important;
    }

    .firstOn h3:before {
        width: calc(100% + 0.48rem) !important;
    }

    .firstOn h3:after {
        opacity: 0;
        visibility: hidden;
    }

.fwlbNav ul li dl {
    display: none;
    padding-top: 0.1rem;
}

.fwlbNav ul li.firstOn dl {
    display: block;
}

.fwlbNav ul li dl dd {
    padding-left: 0.2rem;
    font-size: 16px;
    color: #777777;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    position: relative;
    cursor: pointer;
}

    .fwlbNav ul li dl dd a {
        color: #777777;
    }

    .fwlbNav ul li dl dd:before {
        display: block;
        content: '';
        width: 0.14rem;
        height: 1px;
        background: #777777;
        position: absolute;
        left: 0;
        top: 0.12rem;
    }

.secondOn {
    color: #104cc7 !important;
}

    .secondOn:before {
        background: #104cc7 !important;
    }

    .secondOn a {
        color: #104cc7 !important;
    }

.firstfwlbBox .right {
    width: calc(100% - 3.15rem);
    padding-left: 10px;
    /*border-radius: 0.2rem;
    overflow: hidden;*/
    position: relative;
	height: 4.4rem;
}

    .firstfwlbBox .right:before {
        width: 0.36rem;
        height: 0.36rem;
        border-radius: 100%;
        background: #2956c0;
        border: 6px solid #6f8fd9;
        right: -0.18rem;
        top: -0.18rem;
        position: absolute;
        content: "";
        z-index: 2;
    }

    .firstfwlbBox .right:after {
        height: 0.4rem;
        width: 0.4rem;
        border-radius: 50%;
        position: absolute;
        right: -0.15rem;
        top: -0.15rem;
        content: "";
        z-index: 1;
        -webkit-animation: rectangleimg 3s linear infinite;
        animation: rectangleimg 3s linear infinite;
    }

.fwlbNav-contentBox {
    width: 100%;
    height: 100%;
    background: url(/client/images/fwlb-nBg.jpg) no-repeat bottom center;
    background-size: cover;
    border-radius: 0.15rem;
    padding: 0.6rem 0.7rem 0;
    position: relative;
    z-index: 10;
}

.fwlbNav-contentInfo h3 {
    font-size: 0.38rem;
    color: #fff;
    font-family: 'syhtB';
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0.16rem;
}

.fwlbNav-contentInfo p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
    font: caption !important;
}


.fwdxBox {
    width: 100%;
    background: #fff;
    padding: 0.5rem 0 1rem 0;
}

.fBit {
    line-height: 0.34rem;
    text-align: center;
    font-size: 0.2rem;
    margin: 0.1rem 0 0.3rem 0;
}

.fwdxPic {
    width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    position: relative;
    box-shadow: 0 0 15px #c9c9c9;
    overflow: hidden;
    border: 0.2rem solid #fff;
    cursor: pointer;
}

    .fwdxPic img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
        border-radius: 0.2rem;
        transition-duration: .5s;
    }

    .fwdxPic .btn {
        width: 1.66rem;
        background: #fff;
        border-radius: 0.5rem;
        line-height: 0.44rem;
        text-align: center;
        position: absolute;
        bottom: 0.45rem;
        left: 46%;
        overflow: hidden;
        z-index: 2;
    }

    .fwdxPic:hover img {
        transform: scale(1.1);
    }

    .fwdxPic .btn:after {
        width: 0;
        height: 100%;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #0038ac;
        transition-duration: .5s;
    }

    .fwdxPic:hover .btn:after {
        width: 100%;
    }

    .fwdxPic:hover .btn a {
        color: #fff;
    }

    .fwdxPic .btn:hover:after {
        width: 100%;
    }

    .fwdxPic .btn a {
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 100%;
        line-height: 0.44rem;
        font-size: 0.2rem;
        transition-duration: .5s;
    }

        .fwdxPic .btn a:hover {
            color: #fff;
        }

.jcxmBox {
    padding: 0.5rem 0 1rem 0;
}

.jcxmList {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .jcxmList dl {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.28rem;
        border-radius: 0.15rem;
        box-shadow: 0 0 15px #d1d1d1;
        padding: 0.25rem 0.3rem;
        background: linear-gradient(120deg, #e2eefe, #ffffff);
        transition-duration: 0.3s;
		box-sizing: border-box;
    }

        .jcxmList dl:nth-child(2n) {
            margin-right: 0;
        }

        .jcxmList dl:hover {
            box-shadow: 0 0 15px #104cc7;
        }

        .jcxmList dl dt {
            line-height: 0.34rem;
            font-weight: bold;
            color: #333333;
            font-size: 0.24rem;
            margin-bottom: 5px;
        }

        .jcxmList dl dd {
            font-size: 0.18rem;
            line-height: 0.32rem;
        }

.jcxm .swiper-button-prev,
.jcxm .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background: #fff;
}

.jcxm .swiper-button-prev {
    left: -1rem;
}

.jcxm .swiper-button-next {
    right: -1rem;
}

    .jcxm .swiper-button-prev:after,
    .jcxm .swiper-button-next:after {
        font-size: 0.32rem;
        color: #dfeef5;
        font-weight: bold;
    }

.fwjzBox {
    width: 100%;
    padding: 0.9rem 0;
    background: #fff;
}

.fwjzcont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .fwjzcont .left {
        width: 55%;
        border: 0.2rem solid #fff;
        box-shadow: 0 0 15px #cacaca;
        border-radius: 0.15rem;
    }

        .fwjzcont .left img {
            display: block;
            width: 100%;
            border-radius: 0.15rem;
        }

    .fwjzcont .right {
        width: 40%;
        padding-top: 0.9rem;
    }

        .fwjzcont .right p {
            font-size: 0.2rem;
        }

.fwlcBox {
    padding: 0.9rem 0;
}

.lcBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .lcBox p {
        width: 28%;
        height: 0.9rem;
        margin-right: 8%;
        line-height: 0.3rem;
        background: #fff;
        box-shadow: 0 0 10px #cecece;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.42rem;
        border-radius: 0.15rem;
        padding: 8px;
        text-align: center;
        position: relative;
    }

        .lcBox p:after {

            content: '';
            width: 0.39rem;
            height: 0.15rem;
            background: url(/client/images/fwlb-jt.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: -0.42rem;
            top: 50%;
            margin-top: -0.075rem;
        }
   .lcBox p:last-child:after{display: none;}
        .lcBox p:nth-child(3n) {
            margin-right: 0;
        }

        .lcBox p:nth-child(3n):after {
         /*   width: 0.26rem;
            height: 0.1rem;
            transform: rotate(90deg);
            right: auto;
            left: 50%;
            margin-left: -0.05rem;
            margin-top: 0;
            top: auto;
            bottom: -0.27rem; */
			display: none;
        }

       /* .lcBox p:nth-child(5):after, .lcBox p:nth-child(6):after {
            transform: rotate(180deg);
            right: auto;
            left: -0.42rem;
        } */

 /*       .lcBox p:nth-child(4):after {
            display: none;
        } */
/*  */
.zlfz {
    padding: 0.8rem 0 1rem 0;
    position: relative;
}

.zlfzintro {
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    top: 0.8rem;
}
.zlfzintro span{display: inline-block; width: 8px; height: 3px; margin-right: 10px; background: #0038ac;} 

.zlfzBox {
    margin-top: 0.5rem;
}

/* 百叶窗 */

.yyMenubox ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0.2rem;
    overflow: hidden;
}

    .yyMenubox ul li {
        width: calc(100% / 3);
        transition: width 0.5s ease;
        position: relative;
        height: 5.15rem;
        cursor: pointer;
        background-color: #fff;
        z-index: 1;
        overflow: hidden;
    }

        .yyMenubox ul li:nth-child(1) {
            margin-left: 0;
            z-index: 3;
            clip-path: polygon(0 0, 100% 0, calc(100% - 0.8rem) 100%, 0% 100%);
        }

        .yyMenubox ul li:nth-child(2) {
            margin-left: -0.9rem;
            z-index: 2;
            clip-path: polygon(0.8rem 0, 100% 0, calc(100% - 0.8rem) 100%, 0% 100%);
        }

        .yyMenubox ul li:nth-child(3) {
            margin-left: -0.9rem;
            z-index: 1;
            clip-path: polygon(0.8rem 0, 100% 0, 100% 100%, 0% 100%);
        }

        .yyMenubox ul li .smallImg {
            opacity: 1;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }

        .yyMenubox ul li .bigImg {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }


        .yyMenubox ul li.hover {
            width: calc((100%) * 0.53); /* 放大 */
            z-index: 4;
        }

        .yyMenubox ul li:not(.hover) {
            width: calc((100% + 3rem) * 0.235); /* 缩小 */
        }

        .yyMenubox ul li.hover .bigImg {
            opacity: 1;
        }

        .yyMenubox ul li.hover .smallImg {
            opacity: 0;
        }

.lyTxt {
    position: absolute;
    height: 100%;
    top: 0.6rem;
    display: flex;
    justify-content: center;
    z-index: 3;
    text-align: left;
}

.yyMenubox ul li:nth-child(1) .lyTxt {
    width: 70%;
    left: 10%;
}

.yyMenubox ul li:nth-child(2) .lyTxt {
    width: 60%;
    left: 20%;
}

.yyMenubox ul li:nth-child(3) .lyTxt {
    width: 60%;
    left: 20%;
}


.lyTxt h1 {
    width: 0.74rem;
    height: 0.74rem;
    position: relative;
    background: #fff;
    transition-duration: .5s;
    margin: 0 auto;
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
}

    .lyTxt h1 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 70%;
    }

.lyTxt h2 {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0.2rem 0 0.1rem;
}

.lyTxt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.lyTxt a span {
    display: none;
}

.lyTxt a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
}


    .lyTxt a i {
        color: #fff;
        font-size: 0.26rem;
        font-weight: bold;
    }

.yyMenubox li.hover .lyTxt {
    justify-content: left;
    padding-left: 0.4rem;
    color: #fff;
    width: 70%;
    left: 0;
}

.yyMenubox ul li:nth-child(1).hover .lyTxt {
    width: 70%;
    left: 0;
}

.yyMenubox ul li:nth-child(2).hover .lyTxt {
    width: 70%;
    left: 10%;
}

.yyMenubox ul li:nth-child(3).hover .lyTxt {
    width: 70%;
    left: 10%;
}

.yyMenubox li.hover .lyTxt h1 {
    width: 1.07rem;
    height: 1.07rem;
    border-radius: 40px 0 40px 0;
    margin: 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
}

.yyMenubox li.hover .lyTxt h2 {
    font-weight: bold;
    font-size: 0.35rem;
    left: 0;
}

.yyMenubox li.hover .lyTxt p {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.2rem;
}

.yyMenubox li.hover .lyTxt a {
    width: 1.65rem;
    height: 0.47rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px 0 15px 0;
    color: #00a798;
    font-size: 0.16rem;
    padding: 0 0.19rem;
    margin-top: 0.58rem;
}

    .yyMenubox li.hover .lyTxt a span {
        display: block;
    }

    .yyMenubox li.hover .lyTxt a i {
        color: #00a798;
    }


    .yyMenubox li.hover .lyTxt a:hover {
        background: #00aa9b;
        color: #fff;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

        .yyMenubox li.hover .lyTxt a:hover i,
        .homeSynesis .yyMenubox li.hover .lyTxt a i {
            color: #fff;
        }

/* 百叶窗 */
.gzx {
    padding: 0.7rem 0 0.95rem 0;
    background: #fff;
    overflow: hidden;
}

.gzxBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

    .gzxBox .intro {
        width: calc(100% - 5.7rem);
        height: 5.4rem;
        position: relative;
        border-left: 1px solid #efefef;
    }

        .gzxBox .intro .pText {
            width: 100%;
            height: 100%;
            overflow-y: scroll;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding: 0.2rem 0.6rem 0.2rem 0.3rem;
            font-size: 0.2rem;
            line-height: 0.34rem;
        }

            .gzxBox .intro .pText::-webkit-scrollbar {
                display: none;
            }

        .gzxBox .intro .dwicon {
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background: #0038aa;
            position: absolute;
            left: -6px;
            top: 0;
            transition: top 0.2s ease;
            box-shadow: 0 0 0 3px rgba(0, 56, 170, 0.2);
            z-index: 10;
        }

    .gzxBox .pic {
        width: 5.7rem;
        position: relative;
        display: flex;
        overflow: hidden;
        border-radius: 0.2rem;
        border: 0.2rem solid #fff;
        box-shadow: 0 0 15px #dddddd;
    }

        .gzxBox .pic img {
            display: block;
            width: 100%;
        }



    .gzxBox .intro .pText::-webkit-scrollbar {
        width: 3px;
        height: 16px;
        background-color: #F5F5F5;
    }

    .gzxBox .intro .pText::-webkit-scrollbar-thumb {
        background: #122882;
        border-radius: 5px;
    }

    .gzxBox .intro .pText::-webkit-scrollbar-track {
        background: #caccd7;
        border-radius: 5px;
    }

/* 服务承诺 */
.fwcn {
    padding: 0.8rem 0 1rem 0;
}

.fwcnList ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .fwcnList ul li {
        width: 18%;
        background: #fff;
        box-shadow: 0 0 10px #cbcbcb;
        cursor: pointer;
        transition-duration: .5s;
        border-radius: 0.15rem;
        padding: 0.3rem 0.25rem;
        min-height: 2.7rem;
    }

        .fwcnList ul li h1 {
            line-height: 0.4rem;
            font-size: 0.24rem;
            margin-bottom: 0.1rem;
        }

        .fwcnList ul li p {
            font-size: 0.18rem;
            line-height: 0.32rem;
            color: #555555;
            transition-duration: .5s;
        }

        .fwcnList ul li:hover {
            background: #0038aa;
            color: #fff;
        }

            .fwcnList ul li:hover p {
                color: #fff;
            }

.mhwl {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .mhwl img {
        position: relative;
        display: block;
        width: 100%;
        z-index: 1;
        animation: run 12s linear infinite;
    }

    .mhwl .dw1 {
        color: #fff;
        position: absolute;
        left: 2.2rem;
        top: 0.8rem;
        z-index: 2;
    }

        .mhwl .dw1 h1 {
            font-size: 0.42rem;
        }

        .mhwl .dw1 .btn {
            width: 2rem;
            border-radius: 0.5rem;
            background: #fff;
            margin-top: 0.2rem;
            text-align: center;
            cursor: pointer;
            line-height: 0.54rem;
            transition-duration: .5s;
            font-size: 0.2rem;
            color: #104cc7;
        }

            .mhwl .dw1 .btn:hover {
                background: #0038aa;
                color: #fff;
            }

/*  */
.hzhbBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0.9rem 0 1.1rem 0;
}

.hzhbBox-solgan {
    width: 5.71rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

    .hzhbBox-solgan h3 {
        font-size: 0.3rem;
        color: #333333;
        font-weight: normal;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 0.2rem;
    }

.hzhbBox-solgan-cilcle {
    width: 100%;
    height: 5.71rem;
    position: relative;
}

.hzhbBox-solgan-cilcle-bg {
    width: 100%;
    height: 100%;
    background: url(/client/images/hzhb-cilcle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: zq 10s linear infinite;
    animation: zq 10s linear infinite;
}

@-webkit-keyframes zq {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hzhbBox-solgan-info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}

    .hzhbBox-solgan-info img {
        display: block;
        width: 0.84rem;
        margin: 0 auto 0.1rem;
    }

    .hzhbBox-solgan-info h4 {
        font-size: 0.45rem;
        color: #333333;
        font-weight: normal;
        text-align: center;
        line-height: 1.4;
    }

.hzhblist {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .hzhblist dl {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        padding-right: 3rem;
        padding-left: 0.3rem;
        opacity: 1;
    }

        .hzhblist dl:nth-child(2) {
            justify-content: right;
            padding-left: 3rem;
            padding-right: 0.3rem;
        }

        .hzhblist dl dt {
            width: 2.65rem;
            height: 1.07rem;
            background: url(/client/images/hzgb-kuang.png) no-repeat;
            background-size: 100% 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0.3rem;
        }
            .hzhblist dl dt a {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .hzhblist dl:nth-child(1) dt:nth-child(odd) {
            margin-left: 0.8rem;
        }

        .hzhblist dl:nth-child(2) dt:nth-child(even) {
            margin-right: 0.8rem;
        }

        .hzhblist dl dt img {
            display: block;
            max-width: 70%;
            max-height: 70%;
        }

/*        .hzhblist dl dt:hover img {
            -webkit-animation: icon-bounce 0.5s alternate;
            -moz-animation: icon-bounce 0.5s alternate;
            -o-animation: icon-bounce 0.5s alternate;
            animation: icon-bounce 0.5s alternate;
        }*/

.logoList {
    width: 13.2rem;
    margin: 0 auto;
    position: relative;
}

    .logoList .swiper-slide-active dl:nth-child(1) {
        animation: fadeInLeft 1 1.5s forwards;
        animation-delay: 0.3s;
    }

    .logoList .swiper-slide-active dl:nth-child(2) {
        animation: fadeInRight 1 1.5s forwards;
        animation-delay: 0.3s;
    }

.hzhbBox .swiper-button-prev, .hzhbBox .swiper-button-next {
    display: block;
    width: 0.73rem;
    height: 0.73rem;
    background: url(/client/images/hzhb-jt01.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

    .hzhbBox .swiper-button-prev:after, .hzhbBox .swiper-button-next:after {
        display: none;
    }

.hzhbBox .swiper-button-prev {
    transform: rotate(180deg);
}

    .hzhbBox .swiper-button-prev:hover, .hzhbBox .swiper-button-next:hover {
        background: url(/client/images/hzhb-jt02.png) no-repeat;
        background-size: 100% 100%;
    }

.newsDetail {
    padding-bottom: 0.6rem;
}

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

    .new-nr-ti h1 {
        font-size: 0.24rem;
        line-height: 1.4;
        color: #333333;
    }

    .new-nr-ti span {
        font-size: 0.16rem;
        text-align: center;
        line-height: 1.2;
        color: #555555;
    }

.new-nr-zi {
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
}

    .new-nr-zi img {
        display: block;
        margin: 0.2rem auto;
    }


@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {

    .neMenu ul li a {
        font-size: 18px;
    }

    .news-list dl dd .neir h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .neWrap {
        margin: 0 1.3rem;
    }

    .news-list dl dd .neir .txt,
    .detailTime .t,
    .detailtext,
    .honnrBox .swiper-slide p,
    .tzggList li p,
    .aboutText,
    .contAdd li .text,
    .faqList dl dt {
        font-size: 17px;
    }

    .detailtext,
    .aboutText {
        line-height: 30px;
    }

    .contAdd li .text {
        line-height: 24px;
    }
}

@media only screen and (max-width: 1366px) {

    .news-list dl dd .neir .txt,
    .detailTime .t,
    .detailtext,
    .honnrBox .swiper-slide p,
    .tzggList li p,
    .aboutText,
    .contAdd li .text,
    .faqList dl dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
}





@media only screen and (max-width: 769px) {
    .pcImg {
        display: none;
    }

    .mImg {
        display: block;
    }


    .wrap {
        margin: 0 20px;
    }



    .neMenu ul {
        height: 50px;
        width: 100%;
    }

        .neMenu ul li {
            padding: 0 3px;
        }

            .neMenu ul li a {
                height: 50px;
                display: block;
                line-height: 1.5;
                text-align: center;
                font-size: 16px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .neWrap {
        margin: 0 4%;
    }

    .faqList dl {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }

        .faqList dl dt {
            width: 100%;
            line-height: 32px;
text-align: left;
        }

        .faqList dl dd input {
            font-size: 16px;
            height: 32px;
            line-height: 32px;
        }

    .faqBut {
        width: 60%;
        line-height: 38px;
        font-size: 16px;
    }

    .news-list dl dt {
        width: 1.3rem;
        padding-right: 0.2rem;
    }

    .news-list dl dd .neir .txt {
        line-height: 24px;
    }

    .news-list dl dd {
        width: calc(95% - 1.3rem);
        padding-left: 0.2rem;
    }

    .ppfcList li {
        width: 46%;
        margin-right: 2% !important;
        margin-left: 2% !important;
    }

    .honnrBox .swiper-scrollbar,
    .zzryBox .swiper-scrollbar {
        width: 70%;
        left: 15%;
    }

    .honnrBox .swiper-button-next,
    .honnrBox .swiper-button-prev,
    .zzryBox .swiper-button-next,
    .zzryBox .swiper-button-prev {
        width: 34px;
        height: 34px;
    }

        .honnrBox .swiper-button-next i,
        .honnrBox .swiper-button-prev i,
        .zzryBox .swiper-button-next i,
        .zzryBox .swiper-button-prev i {
            font-size: 20px;
        }

    .contAdd li {
        width: 100%;
        margin-bottom: 20px;
    }

        .contAdd li .text span {
            display: inline-block;
            font-size: 18px;
            line-height: 26px;
        }

    .tzggList li p {
        width: 80%;
        line-height: 30px;
        margin: 5px 0;
    }

    .tzggList li {
        line-height: inherit;
    }

    .neBanner {
        padding-top: 55px;
    }

        .neBanner .text {
            width: 92%;
            top: 84px;
            left: 4%;
        }

            .neBanner .text h1 {
                font-size: 26px;
            }

            .neBanner .text p {
                font-size: 16px;
            }

        .neBanner .banner-but {
            font-size: 14px;
        }

    .neNavBox {
        display: none;
    }

    .ne-pos .iconfont {
        font-size: 20px;
    }

    .neBit {
        font-size: 22px;
    }

    .aboutBox {
        display: block;
    }

        .aboutBox .left {
            width: 100%;
        }

        .aboutBox .right {
            width: 100%;
            margin-top: 10px;
        }

            .aboutBox .right p {
                font-size: 14px;
                line-height: 1.6;
                text-align: justify;
            }

    .aboutZzry {
        display: block;
    }

        .aboutZzry .left {
            width: 100%;
        }

        .aboutZzry .left {
            padding: 20px 4%;
        }

    .zzryListBox {
        padding-right: 0;
    }

    .aboutZzry .left .bit {
        font-size: 22px;
    }

    .zzryListBox .swiper-button-next, .zzryListBox .swiper-button-prev {
        top: -24px;
    }

    .zzryListBox .swiper-button-next {
        right: 0;
    }

    .zzryListBox .swiper-button-prev {
        left: auto;
        right: 0.7rem;
    }

    .aboutZzry .right {
        width: 100%;
    }

    .zlfzintro {
        position: relative;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        top: 0;
    }

    .yyMenubox ul {
        display: block;
    }

        .yyMenubox ul li {
            margin-left: 0 !important;
            width: 100% !important;
            height: auto !important;
            clip-path: none !important;
            padding: 20px 20px;
        }

    .yyMenubox li .lyTxt {
        width: 100% !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding-left: 0 !important;
    }

        .yyMenubox li .lyTxt h2 {
            font-size: 20px;
            color: #fff !important;
        }

        .yyMenubox li .lyTxt p {
            font-size: 14px !important;
            line-height: 1.6;
            text-align: justify;
            color: #fff !important;
        }

    .yyMenubox ul li .smallImg {
        opacity: 0 !important;
    }

    .yyMenubox ul li .bigImg {
        opacity: 1 !important;
    }

    .gzxBox {
        display: block;
    }

        .gzxBox .intro {
            width: 100%;
        }

            .gzxBox .intro .pText {
                padding: 20px 0 20px 15px;
                font-size: 14px;
                line-height: 1.6;
                text-align: justify;
            }

        .gzxBox .pic {
            margin-top: 20px;
            width: 100%;
        }

    .fwcnList ul {
        display: block;
    }

        .fwcnList ul li {
            width: 100%;
            margin-bottom: 10px;
        }

            .fwcnList ul li h1 {
                font-size: 20px;
            }

            .fwcnList ul li p {
                font-size: 14px;
                line-height: 1.6;
                text-align: justify;
            }

    .mhwl img {
        animation: none;
    }

    .mhwl .dw1 {
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .mhwl .dw1 h1 {
            font-size: 20px;
            text-align: center;
        }

        .mhwl .dw1 .btn {
            font-size: 14px;
            margin: 0 auto;
        }

    .mapBox {
        height: auto;
    }

    #map {
        margin: 0 auto;
        width: 92%;
        height: 400px;
    }

    .contBox {
        margin: 0 auto 20px;
        width: 92%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
    }

        .contBox .left {
            font-size: 14px;
        }

            .contBox .left h1 {
                font-size: 18px;
            }

    .ne-pos {
        flex-wrap: wrap;
    }

    .hyNav {
        margin-top: 10px;
        position: relative;
        width: 100%;
    }

    .ne-pos {
        font-size: 14px;
    }

    .hyNav a {
        font-size: 14px;
    }

    .hyIntro {
        display: block;
    }

        .hyIntro .left {
            width: 100%;
        }

            .hyIntro .left .pText {
                font-size: 14px;
                text-align: justify;
                line-height: 1.6;
            }

        .hyIntro .right {
            width: 100%;
            margin-top: 20px;
        }

    .fajg .swiper-button-next {
        right: 0;
    }

    .fajg .swiper-button-prev {
        left: 0;
    }

    .fajg .text {
        padding: 20px 10px;
    }

        .fajg .text h1 {
            font-size: 16px;
        }

        .fajg .text p {
            font-size: 14px;
            text-align: justify;
            line-height: 1.6;
        }

    .ysldcont {
        display: block;
    }

        .ysldcont .left {
            width: 100%;
        }

        .ysldcont .right {
            width: 100%;
        }

            .ysldcont .right dl dt {
                font-size: 16px;
                line-height: 1.6;
            }

            .ysldcont .right dl dd {
                font-size: 14px;
                line-height: 1.6;
            }

    .firstfwlbBox {
        display: block;
    }

        .firstfwlbBox .left {
            width: 100%;
        }

            .firstfwlbBox .left .bit {
                font-size: 20px;
            }

    .fwlbNav ul li h3 span {
        font-size: 16px;
    }

    .fwlbNav ul li dl dd {
        font-size: 14px;
    }

    .firstfwlbBox .right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .fwlbNav-contentBox {
        padding: 20px 10px;
    }

    .fwlbNav-contentInfo p {
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
    }

    .fBit {
        font-size: 14px;
        line-height: 1.6;
    }

    .fwdxPic .btn a {
        font-size: 14px;
    }

    .jcxmList dl {
        width: 100%;
        margin-right: 0;
    }

        .jcxmList dl dt {
            font-size: 16px;
            line-height: 1.4;
        }

        .jcxmList dl dd {
            font-size: 14px;
            line-height: 1.6;
            text-align: justify;
        }

    .fwjzcont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .fwjzcont .left {
            width: 100%;
        }

        .fwjzcont .right {
            width: 100%;
            padding-top: 0;
            margin-bottom: 20px;
        }

            .fwjzcont .right p {
                font-size: 14px;
            }

    .fwlcBox .fwjzcont {
        flex-direction: column;
    }

    .lcBox p {
        width: 100%;
        margin-right: 0 !important;
    }

        .lcBox p:after {
            width: 0.26rem !important;
            height: 0.1rem !important;
            transform: rotate(90deg) !important;
            right: auto !important;
            left: 50% !important;
            margin-left: -0.05rem !important;
            margin-top: 0 !important;
            top: auto !important;
            bottom: -0.27rem !important;
display:none;
        }

  

     

    .hzhbBox-solgan {
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }

        .hzhbBox-solgan h3 {
            font-size: 16px;
        }

    .logoList {
        width: 100%;
        margin-top: 20px;
    }

    .hzhblist dl {
        width: 49%;
        padding: 0 !important;
    }

        .hzhblist dl dt {
            width: 100%;
            margin: 0 0 20px !important;
        }

    .hzhbBox .swiper-button-prev, .hzhbBox .swiper-button-next {
        top: auto;
        bottom: 0.5rem;
        background: url(/client/images/hzhb-jt02.png) no-repeat;
        background-size: 100% 100%;
    }

    .hzhbBox .swiper-button-prev {
        left: 36%;
    }

    .hzhbBox .swiper-button-next {
        right: 36%;
    }

    .newsList dl {
        width: 100%;
        margin-right: 0;
    }

        .newsList dl dd h1 {
            font-size: 16px;
            line-height: 1.4;
        }

        .newsList dl dd .neir {
            font-size: 14px;
            line-height: 1.6;
        }

    .moreBox {
        font-size: 14px;
    }

    .pxtzList ul li {
        width: 100%;
        margin-right: 0;
    }

        .pxtzList ul li:after {
            right: -4px;
            bottom: -4px;
        }

        .pxtzList ul li .text {
            font-size: 16px;
        }

        .pxtzList ul li .time {
            font-size: 14px;
        }

    .xxpxList dl {
        display: block;
    }

        .xxpxList dl a {
            display: block;
        }

        .xxpxList dl dt {
            width: 100%;
        }

        .xxpxList dl dd {
            width: 100%;
            padding-left: 0;
        }

            .xxpxList dl dd h1 {
                font-size: 16px;
            }

            .xxpxList dl dd .text {
                font-size: 14px;
                line-height: 1.6;
                text-align: justify;
            }

            .xxpxList dl dd .time {
                font-size: 14px;
            }

    .jcxm {
        position: relative;
    }

        .jcxm .swiper-button-next {
            right: 0;
        }

        .jcxm .swiper-button-prev {
            left: 0;
        }

    .new-nr-ti h1 {
        font-size: 18px;
    }

    .new-nr-ti span {
        font-size: 14px;
    }

    .new-nr-zi {
        font-size: 14px;
    }
	.firstfwlbBox .right {
		height:auto;
	}
.faqList dl dd {
    width: 100%;
    display: flex;
}
.checkbox-item {
    border-radius: 5px;
    padding: 3px 8px !important;
}
.checkbox-content {
    font-size: 15px !important;
}
}
