.w1600{max-width: 1600px;margin: 0 auto;}
.w1500{max-width: 1500px;margin: 0 auto;}
.w1400{max-width: 1400px;margin: 0 auto;}
*{box-sizing: border-box;}
a{transition: .3s;}
@media screen and (max-width: 1650px){
    .w1600{max-width: 1400px;}
}
@media screen and (max-width: 1480px){
    .w1600{max-width: 1200px;}
}
@media screen and (max-width: 1520px){
    .w1500{max-width: 1200px;}
    .w1400{max-width: 1200px;}
}
body{background-color: #f2fcfd;}

.zncgq{padding-top: 20px;background: url(/ztjd/zncgq_01_bg1.png) top center no-repeat;background-size: cover;padding-bottom: 50px;}
.zncgq .header_wrap .w1500{position: relative;z-index: 3;}
.zncgq .header_wrap .wza{position: absolute;top: 30px;right: 60px;}
.zncgq .header_wrap .wza a{color: #fff;text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}
.zncgq .header_wrap .wza a img{vertical-align: middle;margin-right: 5px;}

.zncgq .header_wrap h1{text-align: center;font-size: 54px;line-height: 1.8;font-weight: bolder;color: #1e3cf3;width: 1410px;margin: 0 auto;margin-top:43px;}
.zncgq .content_box{margin-top: 100px;}


.zncgq .content_box .outBg{padding: 10px;border-radius: 30px;position: relative;background: linear-gradient(to bottom,#709bff 0%,#89adff 25%,#a3beff 50%,#c3d5fe 75%,#dfe9fe 100%);margin-bottom: 70px;box-shadow: 0 0 10px rgba(38, 99, 131, 0.5);}
.zncgq .content_box .outBg .cBox{background-color: #fff;width: 100%;height: 100%;border-radius: 30px;padding-top: 90px;}
.zncgq .content_box .outBg .titImg{font-size: 0;position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 5;}
.zncgq .content_box .outBg .pFont{font-size: 19px;line-height: 1.9;color: #091561;text-indent: 2em;}
/* @media screen and (min-width: 1921px){body .lhq_jyfw_wrap .header_wrap{background-size:auto}} */
.zncgq .content_box .th{margin-bottom: 70px;}
.zncgq .content_box .theme1 .cBox{padding: 100px 55px 35px;}

.zncgq .content_box .theme2 .cBox{padding: 95px 30px 35px;}
.zncgq .content_box .theme2 .t a{display: block;float: left;width:30%;height: 115px;line-height: 115px;padding-left: 30px;color: #FFF;font-size: 24px;font-weight: bolder;margin-right: 5%;border-radius: 12px;}
.zncgq .content_box .theme2 .t a:nth-child(1){background:url(/ztjd/zncgq_img11.png) no-repeat 330px center,linear-gradient(to right,#1ea2ff 0%,#1f91fe 50%,#1f7ffe 100%);}
.zncgq .content_box .theme2 .t a:nth-child(2){background:url(/ztjd/zncgq_img9.png) no-repeat 330px center,linear-gradient(to right,#59ccb7 0%,#4fc6a7 50%,#45c096 100%);}
.zncgq .content_box .theme2 .t a:nth-child(3){background:url(/ztjd/zncgq_img10.png) no-repeat 330px center,linear-gradient(to right,#8b6cfe 0%,#7e57fe 50%,#7142fe 100%);margin-right: 0;}

.zncgq .content_box .theme2 .b{padding: 30px;background-color: #e2efff;margin-top: 35px;}
.zncgq .content_box .theme2 .b .item{background-color: #fff;padding: 30px;float: left;width: 30%;margin-right: 5%;}
.zncgq .content_box .theme2 .b .item:nth-child(3n){margin-right: 0;}
.zncgq .content_box .theme2 .b .mob-txt{display: none;text-indent: 2em;}

.zncgq .content_box .theme3 .cBox{padding: 85px 30px 40px;display: flex;height: 430px;}
.zncgq .content_box .theme3 .cBox .sidebar {
    background-color: #fff;
    padding: 20px;
    width: 26%;
}


.zncgq .content_box .theme3  .sidebar ul li {
    padding: 20px;
    color:#3360a6;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
     position: relative;
     margin-top:5px;
     transition: all 0.5s;
}

.zncgq .content_box .theme3 .sidebar ul li::before {
    content: '';
    display: inline-block;
    width:6px;
    height: 22px;
    background-color: #3360a6;
    margin-right: 10px;
    vertical-align: sub;
}

.zncgq .content_box .theme3  .sidebar ul li::after {
     content: '';
    display: inline-block;
    width: 0;
    background-color: #2b61b8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 0;

}

.zncgq .content_box .theme3 .cBox .theme3_content {
    width:100%;
}

.zncgq .content_box .theme3 .cBox  .sidebar ul li.on_two {
    background-color: #2b61b8;
    border-radius: 6px;
    color:#fff;
}
.zncgq .content_box .theme3 .cBox .sidebar ul li.on_two::before {
    background-color: #fff;
}

.zncgq .content_box .theme3 .cBox .sidebar ul li:hover {
    border-radius: 6px;
    color:#fff;
    z-index: 3;
    background-color: #2b61b8;
    box-shadow:0 0 2px #3360a6;
}

.zncgq .content_box .theme3 .cBox  .sidebar ul li:hover::before {
    background-color: #fff;
}

.zncgq .content_box .theme3 .cBox .theme3_box_text {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background-color: rgba(255 255 255 / 36%);
    padding: 20px;
    position: relative;
}

.zncgq .content_box .theme3 .cBox .theme3_box_text .theme3_p {
    height: 100%;
    overflow: auto;
}

.zncgq .content_box .theme3 .cBox .theme3_box_text.active {
    display: block;
    opacity: 1;
}

.zncgq .content_box .theme3 .cBox .theme3_box_text p{
    color:#3360a6;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    width: 90%;
    margin: 0 auto;
}

.zncgq .content_box .theme3 .cBox .theme3_box_text .theme3_center {
    height: auto;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}


.zncgq .content_box .theme3 .cBox .theme3_box_text .theme3_p::-webkit-scrollbar {
        width: 8px;
        background-color: #e4e5e6;
        border-radius: 20px;
}
.zncgq .content_box .theme3 .cBox .theme3_box_text .theme3_p::-webkit-scrollbar-thumb {
        background-color: #6f96bc;
        border-radius: 20px;
    }


.zncgq .content_box .theme4 .cBox{padding: 95px 360px 40px 30px;background:#fff url(/ztjd/zncgq_img7.png) no-repeat 1100px center;}
.zncgq .content_box .theme4 .cBox li a{display: block;position: relative;background: #e2efff;font-size: 19px;color: #091561;margin-bottom: 15px;padding-left: 40px;padding-right: 60px;height: 70px;line-height: 70px;border-top-right-radius: 35px;border-bottom-right-radius: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.zncgq .content_box .theme4 .cBox li:last-child a{margin-bottom: 0;}
.zncgq .content_box .theme4 .cBox li a::before{content: "";position: absolute;width: 10px;height: 10px;border-radius: 50%;background-color: #709bff;border-radius: 50%;left: 20px;top: 50%;transform: translateY(-50%);}
.zncgq .content_box .theme4 .cBox li a:hover{color: #709bff;}

.zncgq .content_box .theme5 .cBox {padding: 95px 30px 50px;}
.zncgq .content_box .theme5 .cBox .item{float: left;width: 23.5%;margin-right: 2%;background-color: #e2efff;height: 200px;display: flex;align-items: center;}
.zncgq .content_box .theme5 .cBox .item:nth-child(4n){margin-right: 0;}
.zncgq .content_box .theme5 .cBox .item em{font-size: 19px;color: #fff;height: 72px;background-color: #1e3cf3;padding: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.zncgq .content_box .theme5 .cBox .item em.one-line{text-align: center;line-height: 52px;}
.zncgq .content_box .theme5 .cBox .item .b {padding: 15px 0;}
.zncgq .content_box .theme5 .cBox .item .b a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 18px;line-height: 26px;height: 52px;color: #091561;margin-bottom: 5px;padding-left: 35px;padding-right: 15px;position: relative;}
.zncgq .content_box .theme5 .cBox .item .b a::after{content: "";position: absolute;width: 8px;height: 8px;border-radius: 50%;background-color: #4085f4;left: 15px;top: 10px;}
.zncgq .content_box .theme5 .cBox .item .b a:hover{color: #1e3cf3;}

.zncgq .content_box .theme6 .cBox{padding: 100px 520px 85px 20px;background: #fff url(/ztjd/zncgq_img8.png) no-repeat 980px 355px;}
.zncgq .content_box .theme6 .cBox ul{padding-right: 40px;padding-left: 30px; height: 580px;overflow-y: auto;}
.zncgq .content_box .theme6 .cBox ul::-webkit-scrollbar{width:10px;background-color:#fff;}
.zncgq .content_box .theme6 .cBox ul::-webkit-scrollbar-track{background-color:#e2efff;border-radius: 5px;}
.zncgq .content_box .theme6 .cBox ul::-webkit-scrollbar-thumb{background-color: #1e3cf3;border-radius: 5px;}

.zncgq .content_box .theme6 .cBox li {border-bottom: 10px solid #c8cbfe;position: relative;margin-bottom: 30px;}
.zncgq .content_box .theme6 .cBox li em.tit{display: block;position: relative;width: calc(100% + 25px);min-height: 50px;padding: 10px 20px 10px 75px;background: #1e3cf3;font-size: 18px;color: #fff;border-radius:999px;top: 20px;}
.zncgq .content_box .theme6 .cBox li em.tit::before{content: '?';display: block;width: 82px;height: 82px;border-radius: 50%;background: url(/ztjd/zncgq_img12.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: -20px;top: 50%;transform: translateY(-50%);}
.zncgq .content_box .theme6 .cBox li p{font-size: 18px;color: #091561;padding: 50px 30px 40px;background-color: #e2efff;border: 1px solid #999fe3;}

.zncgq .content_box .theme6 .cBox .tel{display: block;position: absolute;right: 55px;top: 120px;width: 420px;background: linear-gradient(to right,#5893ff 0%,#6d9ffd 50%,#88affb 100%);padding: 25px 0;text-align: center;color: #FFF;font-size: 40px;font-weight: bolder;border-radius: 15px;}
.zncgq .content_box .theme6 .cBox .tel::after{content: '';display: block;position: absolute;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 58px solid #6d9ffd;bottom: -58px;left:125px;}
.zncgq .content_box .theme6 .cBox .tel p:last-child{margin-top: 15px;}

@media screen and (max-width: 1520px){
    .zncgq{padding:0 0 50px;}
    .zncgq .header_wrap{height: 430px;padding-top: 30px;}
    .zncgq .header_wrap h1{margin-top: 40px;font-size: 42px;width: 1100px;}
    .zncgq .header_wrap h1 img{width: 480px;}

    .zncgq .content_box {margin-top: 20px;}
    .zncgq .content_box .outBg .titImg img{height: 62px;}
    .zncgq .content_box .outBg{padding: 5px;margin-bottom: 50px;}
    .zncgq .content_box .outBg .pFont{font-size: 16px;}

    .zncgq .content_box .theme1 .cBox {padding: 75px 20px 30px;}

    .zncgq .content_box .theme2 .cBox {padding: 75px 20px 30px;}
    .zncgq .content_box .theme2 .t a{padding-left: 20px;font-size: 20px;}
    .zncgq .content_box .theme2 .t a:nth-child(1) {
        background: url(/ztjd/zncgq_img11.png) no-repeat 260px center, linear-gradient(to right, #1ea2ff 0%, #1f91fe 50%, #1f7ffe 100%);
        background-size: 55px, 100%;
    }
    .zncgq .content_box .theme2 .t a:nth-child(2) {
        background: url(/ztjd/zncgq_img9.png) no-repeat 260px center, linear-gradient(to right, #59ccb7 0%, #4fc6a7 50%, #45c096 100%);
        background-size: 55px, 100%;
    }      
    .zncgq .content_box .theme2 .t a:nth-child(3) {
        background: url(/ztjd/zncgq_img10.png) no-repeat 260px center, linear-gradient(to right, #8b6cfe 0%, #7e57fe 50%, #7142fe 100%);
        background-size: 55px, 100%;
        margin-right: 0;
    } 
    .zncgq .content_box .theme2 .b{padding: 20px;margin-top: 20px;}
    .zncgq .content_box .theme2 .b .item{padding: 20px;}
.zncgq .content_box .theme3 .cBox .theme3_content {
    width: 94%;
}
    .zncgq .content_box .theme4 .cBox {padding: 85px 400px 40px 30px;background: #fff url(/ztjd/zncgq_img7.png) no-repeat 840px center;background-size: 320px;}
    .zncgq .content_box .theme4 .cBox li a{font-size: 15px;height: 55px;line-height: 55px;padding-left: 25px;padding-right: 30px;}
    .zncgq .content_box .theme4 .cBox li a::before{width: 6px;height: 6px;left: 10px;}

    .zncgq .content_box .theme5 .cBox {padding: 75px 20px 40px;}
    .zncgq .content_box .theme5 .cBox .item em{font-size: 15px;height: 60px;}
    .zncgq .content_box .theme5 .cBox .item em.one-line{line-height: 40px;}
    .zncgq .content_box .theme5 .cBox .item .b a{font-size: 14px;padding-left: 25px;}
    .zncgq .content_box .theme5 .cBox .item .b a::after{width: 6px;height: 6px;left: 10px;}

    .zncgq .content_box .theme6 .cBox {padding: 80px 500px 70px 20px;background: #fff url(/ztjd/zncgq_img8.png) no-repeat 735px 355px;background-size: 380px;}
    .zncgq .content_box .theme6 .cBox ul::-webkit-scrollbar{width: 5px;}
    .zncgq .content_box .theme6 .cBox li{margin-bottom: 10px;}
    .zncgq .content_box .theme6 .cBox li em.tit{min-height: 42px;padding: 8px 20px 8px 60px;font-size: 15px;}
    .zncgq .content_box .theme6 .cBox li em.tit::before{width: 68px;height: 68px;}
    .zncgq .content_box .theme6 .cBox li p{font-size: 14px;padding: 35px 20px 25px;}
    .zncgq .content_box .theme6 .cBox .tel{font-size: 30px;}
}

@media screen and (max-width: 1200px){
    .zncgq .header_wrap .wza{top: 30px;}
    .zncgq .header_wrap{height: auto;}
    .zncgq .header_wrap h1{font-size: 30px;margin-top: 15px;width:700px;}

    .zncgq .content_box{padding:0 15px;margin-top: 50px;}
    .zncgq .content_box .outBg{margin-bottom: 35px;}
    .zncgq .content_box .outBg .titImg img {height: 48px;}
    .zncgq .content_box .outBg .pFont {font-size: 14px;}

    .zncgq .content_box .theme1 .cBox{padding-top: 60px;}
    .zncgq .content_box .theme2 .cBox{padding: 55px 20px 30px;}
    .zncgq .content_box .theme2 .t a{width: 32%;height: 90px;margin-right: 2%;align-items: center;font-size: 16px;white-space: wrap;line-height: 1.7;display: flex;padding: 0 10px;justify-content: center;}
    .zncgq .content_box .theme2 .t a:nth-child(1) {background:  linear-gradient(to right, #1ea2ff 0%, #1f91fe 50%, #1f7ffe 100%);}
    .zncgq .content_box .theme2 .t a:nth-child(2) {background:linear-gradient(to right, #59ccb7 0%, #4fc6a7 50%, #45c096 100%);}      
    .zncgq .content_box .theme2 .t a:nth-child(3) {background: linear-gradient(to right, #8b6cfe 0%, #7e57fe 50%, #7142fe 100%);margin-right: 0;} 
    .zncgq .content_box .theme2 .b{padding: 15px;display: flex;}
    .zncgq .content_box .theme2 .b .item{width: 32%;margin-right: 2%;padding: 10px;}

    .zncgq .content_box .theme3 .cBox{padding: 60px 20px 30px;      flex-direction: column;
            height: auto;}
       .zncgq .content_box .theme3 .cBox .sidebar ul {
        display: flex;
        flex-direction: column;
    }

    .zncgq .content_box .theme3 .sidebar ul li {font-size: 14px;    padding: 10px 15px;}

       .zncgq .content_box .theme3 .cBox .sidebar {
        width: 100%;
        margin-right: 0;
        float: none;
    }

      .zncgq .content_box .theme3 .cBox .theme3_box_text .theme3_center {
            transform: none;
                position: initial;
    }

       .zncgq .content_box .theme3 .cBox .theme3_box_text {
        width: 100%;
        float: none;
        height: auto;
        padding:0;
    }

        .zncgq .content_box .theme3 .cBox .theme3_box_text p {
        position: initial;
        transform: none;
        margin:0 auto;
        font-size: 14px;
            line-height: 1.9;
    }
    .zncgq .content_box .theme4 .cBox{background: #FFF;padding: 55px 20px 30px;}
    .zncgq .content_box .theme4 .cBox li a{font-size: 14px;border-radius: 0;height: 42px;line-height: 42px;padding-right: 15px;}

    .zncgq .content_box .theme5 .cBox .item{width: 49%;margin-right: 2%;margin-bottom: 10px;}
    .zncgq .content_box .theme5 .cBox .item:nth-child(2n){margin-right: 0;}
    .zncgq .content_box .theme5 .cBox .item em{padding: 10px;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;height: 72px;}

    .zncgq .content_box .theme6 .cBox{padding: 65px 20px 300px;background: #fff url(/ztjd/zncgq_img8.png) no-repeat center 850px;background-size:  300px;}
    .zncgq .content_box .theme6 .cBox .tel::after{border-top-width: 40px;bottom: -40px;}
    .zncgq .content_box .theme6 .cBox .tel{position: relative;top: 0;left: 0;}
    .zncgq .content_box .theme6 .cBox .tel {margin: 10px auto;font-size: 22px;width: 380px;max-width: 80%;}
}

@media screen and (max-width: 760px){
    .zncgq {padding-bottom: 10px;}
    .zncgq .header_wrap{padding: 15px 0 0;height: auto;}
    .zncgq .header_wrap .lh_online img{width: 210px;}
    .zncgq .header_wrap .wza{top: 10px;right: 10px;}

    .zncgq .header_wrap h1{font-size: 22px;padding: 0 26px;width: 98%;}
    .zncgq .content_box .outBg .titImg img{height: 35px;}

    .zncgq .content_box{margin-top: 30px;}
    .zncgq .content_box .outBg .pFont{font-size: 14px;}

    .zncgq .content_box .theme1 .cBox{padding: 50px 15px 20px;}

    .zncgq .content_box .theme2 .cBox{padding: 40px 15px 20px;}
    .zncgq .content_box .theme2 .t a{font-size: 14px;position: relative;}
    .zncgq .content_box .theme2 .b .item{display: none;}
    .zncgq .content_box .theme2 .b .mob-txt{display: block;width: 100%;background-color: #fff;font-size: 14px;line-height: 1.8;padding: 10px;}

    .zncgq .content_box .theme2 .t a::after{content: '';display: none;position: absolute;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 14px solid #1f95fe;bottom: -14px;left: 50%;transform: translateX(-50%);}
    .zncgq .content_box .theme2 .t a.act::after{display: block;}
    .zncgq .content_box .theme2 .t a:nth-child(2)::after{border-top: 14px solid #50c7a8;}
    .zncgq .content_box .theme2 .t a:nth-child(3)::after{border-top: 14px solid #7c54fe;}
    /* .zncgq .content_box .theme3 .cBox{padding: 40px 15px 20px;}
    .zncgq .content_box .theme3 .cBox .l-list a.tit{font-size: 16px;}
    .zncgq .content_box .theme3 .cBox .s-list a{font-size: 14px;} */
        .zncgq .content_box .theme3 .cBox {
        padding: 20px;
        }

        .zncgq .content_box .theme3 .cBox .sidebar ul {margin-top:10px;}
    .zncgq .content_box .theme3 .cBox .sidebar {
    background-color: #fff;
    padding: 10px 0;
    }

        .zncgq .content_box .theme3 .cBox .theme3_content {
        width: 100%;
    }

    .zncgq .content_box .theme3 .cBox .theme3_box_text p {
        width:100%;
    }

    .zncgq .content_box .theme4 .cBox {padding: 45px 15px 20px;}
    .zncgq .content_box .theme4 .cBox li a{font-size: 14px;height: 35px;line-height: 35px;margin-bottom: 10px;}

    .zncgq .content_box .theme5 .cBox{padding: 40px 15px 20px;}
    .zncgq .content_box .theme5 .cBox .item{width: 100%; margin-right: 0;height: auto;}
    .zncgq .content_box .theme5 .cBox .item em{font-size: 14px;height: auto;}

    .zncgq .content_box .theme5 .cBox .item .b{padding: 10px 0;}
    .zncgq .content_box .theme5 .cBox .item .b a{display: block;height: auto;}

    .zncgq .content_box .theme6 .cBox{padding: 40px 15px 300px;}
    .zncgq .content_box .theme6 .cBox ul{padding:0 20px;}
    .zncgq .content_box .theme6 .cBox li em.tit::before{width: 55px;height: 55px;}
    .zncgq .content_box .theme6 .cBox li em.tit {padding: 8px 20px 8px 40px;font-size: 14px;width: calc(100% + 15px);}
    .zncgq .content_box .theme6 .cBox li p {font-size: 14px;padding: 35px 15px 15px;}

    .zncgq .content_box .theme6 .cBox {padding: 40px 20px 220px;background: #fff url(/ztjd/zncgq_img8.png) no-repeat center 760px;background-size: 200px;}
    .zncgq .content_box .theme6 .cBox .tel{padding: 15px;font-size: 18px;margin: 20px auto 10px;}
    .zncgq .content_box .theme6 .cBox .tel::after {border-top-width: 20px;bottom: -20px;left: 50%;transform: translateX(-50%);}
    .zncgq .content_box .theme6 .cBox .tel p:last-child {margin-top: 5px;}
}