@-webkit-keyframes halo { 0% { opacity: 0;-webkit-transform: scale(0.1); }
    50% {opacity: 1; }
    100%{opacity: 0; -webkit-transform: scale(1.2); } }
@-moz-keyframes halo {0% { opacity: 0; -moz-transform: scale(0.1); }
    50% { opacity: 1; }
    100%{ opacity: 0; -moz-transform: scale(1.2); } }
@-ms-keyframes halo {0% { opacity: 0; }
    50% { opacity: 1; }
    100%{opacity: 0; } }
@-o-keyframes halo {0% { opacity: 0; -o-transform: scale(0.1); }
    50% {opacity: 1; }
    100%{ opacity: 0;-o-transform: scale(1.2); } }
@keyframes halo {0% { opacity: 0; transform: scale(0.1); }
    50% {opacity: 1; }
    100%{opacity: 0;transform: scale(1.2); } }


.scyq-new-cont .img-cont{
    overflow: hidden;
    height: 100%;
}

.scyq-new-cont .img-cont img{
    display: block;
    width: 100%;
    height: 100%;
}

.scyq-new-cont{
    overflow: hidden;
    margin-top: .6rem;
}

.scyq-new-cont .city_policy_title span{
    color: #11ac95;
}

.scyq-new-cont .cqdt-cont{
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 0.3rem;
    padding-right: 0.1rem;
}

.scyq-new-cont .cqdt-cont ul{
    height: 6.3rem;
    overflow-y: auto;
    padding-right: 0.2rem;
}

.scyq-new-cont .cqdt-cont ul::-webkit-scrollbar{width:6px;height:1px;}
.scyq-new-cont .cqdt-cont ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#11ac95;}
.scyq-new-cont .cqdt-cont ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#e0e6e9;}

.scyq-new-cont .cqdt-cont ul li{
    margin-bottom: 0.3rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    #f1f3f5;
}

.scyq-new-cont .cqdt-cont ul li a{
    display: block;
    overflow: hidden;
}

.scyq-new-cont .cqdt-cont ul li .img-cont{
    width: 2.54rem;
    height: 1.87rem;
    float: left;
}

.scyq-new-cont .cqdt-cont ul li .text-cont{
    width: 3.4rem;
    float: right;
    position: relative;
    padding: 0.4rem .2rem 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.scyq-new-cont .cqdt-cont .text-cont .t-city{
    position: absolute;
    height: 0.3rem;
    background-color: #00b19d;
    line-height: 0.3rem;
    top: 0;
    left: 0;
    padding: 0 0.14rem;
    font-size: 0.2rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scyq-new-cont .cqdt-cont .text-cont .t-title h3{
    font-size: 0.24rem;
    color: #28303e;
    font-weight: normal;
    text-align: justify;
}

.scyq-new-cont .cqdt-cont .text-cont .t-title .t-time{
    display: none;
}

.scyq-new-cont .cqdt-cont .text-cont p{
    display: none;
}

.scyq-new-cont .zcgg-cont .zcgg-select-cont{
    text-align: center;
    position: relative;
    z-index: 2;
}

.scyq-new-cont .scyg-form span{
    font-size: 0.25rem;
}

.scyq-new-cont .scyg-form .s-name{
    color: #004165;
}

.scyq-new-cont .scyg-form .policy_check{

    background-position-x: 96%;
}

.scyq-new-cont .zcgg-cont .zcgg-select-cont .policy_check{
    width: 4rem;
    text-align: left;
}

.scyq-new-cont .scyg-form .sel-btn{
    display: inline-block;
    width: 1.2rem;
    height: 0.55rem;
    text-align: center;
    line-height: 0.55rem;
    color: #fff;
    margin-left: 0.2rem;
    background: url("policy_btn1.jpg");
    cursor: pointer;
    vertical-align: top;
}

.scyq-new-cont .zcgg-cont .zcgg-swiper{
    margin-top: 0.4rem;
}


.scyq-new-cont .cgzh-cont .cgzh-list{
    overflow: hidden;
}

.scyq-new-cont .swiper-container{
    /* padding-bottom: 0.6rem; */
}

.scyq-new-cont .cgzh-cont .cgzh-list li{
    height: 2.22rem;
    margin-bottom: 0.3rem;
    border-bottom: 0.06rem solid #0065a4;
    background: #fff;
}

.scyq-new-cont .cgzh-cont .cgzh-list li:last-child{
    margin-bottom: 0;
}

.scyq-new-cont .cgzh-cont .cgzh-list li a{
    display: block;
    height: 2.23rem;
    overflow: hidden;
}

.scyq-new-cont .cgzh-cont .cgzh-list li .img-cont{
    width: 43.05%;
    height: 100%;
    float: left;
}

.scyq-new-cont .cgzh-cont .cgzh-list li .img-cont img{
    width: 100%;
    height: 100%;
}
.scyq-new-cont .cgzh-cont .cgzh-list li .text-cont{
    width: 56%;
    float: right;
    box-sizing: border-box;
    padding: 0.45rem 0.35rem 0;
    position: relative;
}

.scyq-new-cont .cgzh-cont .cgzh-list li .text-cont:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 1rem;
    right: 100%;
}

.scyq-new-cont .cgzh-cont .cgzh-list li .text-cont h4{
    font-size: 0.3rem;
    color: #28303e;
}


.scyq-new-cont .cgzh-cont .cgzh-list li .text-cont p{
    display: none;
}

.scyq-new-cont .wyrz-cont .wyrz-form{
    box-shadow: 0px 0px 18px 0px
    #d9d9d9;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 0.4rem 0.3rem;
    border-bottom: 1px solid #b3c9dc;
}

.scyq-new-cont .wyrz-cont .wyrz-form .policy_check{
    width: 4.6rem;
    margin-left: 1.08rem;
}

.scyq-new-cont .wyrz-cont .wyrz-form .policy_check:nth-of-type(2){
    margin-left: 0;
}


.scyq-new-cont .wyrz-cont .wyrz-form .wyrz-arrow{
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid transparent;
    border-right-color: #004165;
    border-bottom-color: #004165;
    transform: rotate(45deg);
    margin-left: 3.4rem;
    margin-top: 0.04rem;
    margin-bottom: 0.14rem;
}

.scyq-new-cont .wyrz-cont .wyrz-form .sel-btn{
    width: 4.6rem;
    margin-left: 1.08rem;
    margin-top: 0.2rem;
}

.scyq-new-cont .wyrz-cont .wyrz-form .scyq-search{
    width: 4.6rem;
    margin-left: 1.2rem;
    margin-top: 0.2rem;
    border: solid 1px #a5b8c5;
    display: block;
    background: url("ncsti_searchicon_v2021.png") no-repeat;
    background-size:  0.36rem auto;
    background-position: right 7px center;
}

.scyq-new-cont .wyrz-cont .wyrz-form .scyq-search input{
    background: transparent;
    width: 100%;
    height: 0.68rem;
    line-height: 0.68rem;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 0.28rem;
    color: #8598a8;
}

.scyq-new-cont .wyrz-cont .wyrz-swiper{
    margin-top: 0.4rem;
}

.scyq-new-cont .wyrz-cont .wyrz-list{
    overflow: hidden;
    margin-right: -30px;
}

.scyq-new-cont .wyrz-cont .wyrz-list li{
    width: 3.26rem;
    float: left;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.scyq-new-cont .wyrz-cont .wyrz-list .img-main{
    position: relative;
    overflow: hidden;
}

.scyq-new-cont .wyrz-cont .wyrz-list .hide-cont{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 101, 164, 0.8);
    box-sizing: border-box;
    padding: 0.5rem 0.28rem;
    overflow: hidden;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 1.6;
    z-index: 2;
    transition: top 0.8s;
    display: none;
}

/*.scyq-new-cont .wyrz-cont .wyrz-list li:hover .hide-cont{*/
/*    top: 0;*/
/*}*/

.scyq-new-cont .wyrz-cont .wyrz-list .text-cont{
    text-align: center;
    padding-top: 0.1rem;
}

.scyq-new-cont .wyrz-cont .wyrz-list li:hover h4{
    color: #0065a4;
}

.scyq-new-cont .wyrz-cont .wyrz-list .text-cont h4{
    font-size: 0.24rem;
    color: #28303e;
    transition: color 0.4s;
}

.scyq-new-cont .wyrz-cont .wyrz-list .text-cont p{
    font-size: 0.24rem;
    color: #8598a8;
    margin-top: 0.1rem;
}

.scyq-new-cont .mlcq-cont .mlcq-list{
    margin-top: 0.4rem;
}

.scyq-new-cont .mlcq-cont .mlcq-item{
    display: none;
    overflow: hidden;
}

.scyq-new-cont .mlcq-cont .mlcq-item.active{
    display: block;
}

.scyq-new-cont .mlcq-cont .mlcq-swiper ul{
    overflow: hidden;
    margin-right: -30px;
}

.scyq-new-cont .mlcq-cont .mlcq-swiper ul li{
    float: left;
    width: 3.3rem;
    margin-right: 0.3rem;
    background: #fff;
}

.scyq-new-cont .mlcq-cont .mlcq-swiper .img-main{
    position: relative;
}

.scyq-new-cont .mlcq-cont .mlcq-swiper .img-main .play-btn{
    width: 0.6rem;
    height: 0.6rem;
    background: url("kc_scyq_new_play.png") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.scyq-new-cont .mlcq-cont .mlcq-swiper .img-main .v-time{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 24px 0px 0px 0px;
    width: 0.9rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.22rem;
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding-left: 0.15rem;
}

.scyq-new-cont .mlcq-cont .mlcq-swiper .text-cont{
    padding: 0.1rem 0.2rem;
    height: .6rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    overflow: hidden;
}

.mlcq-swiper .img-cont img {
    display: block;
    width: 3.3rem;
    height: 2rem;
}
.home-scqy-main .scqy-swiper{ width: 100% !important;}
.home-scqy-main .scqy-swiper .scqy-item{
    overflow: hidden;
}

.home-scqy-main .scqy-swiper .scqy-item .text-cont{
    color: #004165;
}

.home-scqy-main .scqy-swiper .scqy-item .text-cont h4{
    font-size: 0.38rem;
    position: relative;
    padding-bottom: 0.25rem;
    white-space: nowrap;
}

.home-scqy-main .scqy-swiper .scqy-item .text-cont h4:after{
    content: '';
    position: absolute;
    width: 1.02rem;
    height: 0.04rem;
    background-color: #004165;
    border-radius: 2px;
    left: 0;
    bottom: 0;
}

.home-scqy-main .scqy-swiper .scqy-item .text-cont p{
    font-size: 0.34rem;
    line-height: 2;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .3rem;
}

.home-scqy-main .scqy-swiper .scqy-item .img-cont{
    overflow: hidden;
}

.home-scqy-main .scqy-swiper .scqy-item .img-cont img{
    display: block;
    width: 100%;
}


.home-scqy-main .scqy-swiper .cx-item h4{
    color: #0faa91;
}

.home-scqy-main .scqy-swiper .scqy-item.cx-item h4:after{
    background-color: #0faa91;
}

.home-scqy-main .scqy-list{
    margin-top: 0.4rem;
    width: 100% !important;
}
.home-scqy-main .scqy-list img{
    max-width: 100%;
    height: auto !important;
}

.home-scqy-main .scqy-list .li-tab{
    overflow: hidden;
}
.home-scqy-main .scqy-list .li-tab .tab1 {
    background: url("kc_home_scyq_tabBg1.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.home-scqy-main .scqy-list .li-tab .tab2 {
    background: url("kc_home_scyq_tabBg2.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.home-scqy-main .scqy-list .li-tab .tab-item{
    height: 0.8rem;
    line-height: 0.8rem;
    width: 45%;
    float: left;
    text-align: center;
    font-size: 0.32rem;
    color: #ffffff;
    cursor: pointer;
    transition: width 1s;
}

.home-scqy-main .scqy-list .li-tab .tab-item.active{
    opacity: 1;
    width: 55%;
    transition: width 1s;
}


.home-scqy-main .scqy-list .li-main{

    background-color: #ffffff;
    border: solid 1px #e7e9eb;
    border-top: none;
    box-sizing: border-box;
    padding: 0.3rem;
}

.home-scqy-main .scqy-list .li-main ul {
    min-height: 9rem;
    /* overflow-y: auto; */
    height: 9.2rem;
    overflow-x: hidden;
}

.home-scqy-main .scqy-list .li-main .li-item{
    width: 100%;
    display: none;
}

.home-scqy-main .scqy-list .li-main .li-item.active{
    display: block;
}

.home-scqy-main .scqy-list .li-main ul{
    width: 100%;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.home-scqy-main .scqy-list .li-main .qcdt-list li{
    padding: 0.3rem 0;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}


.home-scqy-main .scqy-list .li-main .qcdt-list li:first-of-type{
    padding-top: 0;
}

.home-scqy-main .scqy-list .li-main .qcdt-list .text-cont{
    width: 3.06rem;
    float: left;
}

 .jchd-list .img-cont img{
    width: 100%;
}

.home-scqy-main .scqy-list .li-main .text-cont h4{
    font-size: 0.3rem;
    color: #28303e;
    line-height: 1.5;
    margin-bottom: 5px;
}

.home-scqy-main .scqy-list .li-main .qcdt-list .text-cont .li-time{
    font-size: 0.26rem;
    color: #8598a8;
    background: url("time_icon.png") 0 center no-repeat;
    padding-left: 0.4rem;
    background-size: 0.28rem auto;
}

.home-scqy-main .scqy-list .li-main .qcdt-list .img-cont{
    width: 2.57rem;
    height: 1.43rem;
    float: right;
}
.home-scqy-main .scqy-list .li-main .qcdt-list .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-scqy-main .scqy-list .li-main ul::-webkit-scrollbar{width:6px;height:1px;}
.home-scqy-main .scqy-list .li-main ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#d2e4ee;}
.home-scqy-main .scqy-list .li-main ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#e0e6e9;}

.home-scqy-main .scqy-list .li-main .jchd-list h4{
    padding-top: 0.2rem;
}

.home-scqy-main .scqy-swiper .swiper-points{
    margin-top: 0.4rem;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top{
    text-align: center;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top .top-item{
    width: 1.6rem;
    height: 0.62rem;
    line-height: 0.62rem;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 0.24rem;
    color: #ffffff;
    background-size: 100% auto;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top .yq {
    width: 3.6rem;

}
.home-scqy-main .scqy-swiper .swiper-points .point-top .top-item:nth-of-type(1){
    background-image: url("kc_home_scyq_btn1.png");
    color: #004165;
    margin-right: .8rem;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top .top-item:nth-of-type(2){
    background-image: url("kc_home_scyq_btn4.png");
    background-size: 100% 100%;
    color: #00b19d;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top .top-item:nth-of-type(1).active{
    background-image: url("kc_home_scyq_btn3.png");
    color: #fff;
}

.home-scqy-main .scqy-swiper .swiper-points .point-top .top-item:nth-of-type(2).active{
    background-image: url("kc_home_scyq_btn2.png");
    color: #fff;
}

.home-scqy-main .scqy-swiper .point-main{
    margin-top: 0.26rem;
    padding-top: 0.26rem;
    background: url("kc_scyq_new_border.png") 0 0.4rem no-repeat;
    background-size: 100% auto;
}

.home-scqy-main .scqy-swiper .point-main .point-item{
    width: 20%;
    float: left;
    text-align: center;
    color: #8598a8;
    font-size: 0.26rem;
}

.scyq-new-cont .jchd-cont .jchd-item{
    width: 100%;
    height: 100%;
    position: relative;
}

.scyq-new-cont .jchd-cont .jchd-item .text-cont{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 0.8rem;
    background-image: linear-gradient(0deg,rgba(0,0,0,100),rgba(0,0,0,0));
    background-blend-mode: normal;
    font-size: .3rem;
    color: #ffffff;
    line-height: .36rem;

}

.home-scqy-main .scqy-swiper .point-main .point-item span{
    display: inline-block;
    text-align: left;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon{
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    background: #115175;
    display: inline-block;
    position: relative;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon:after{
    content: '';
    display: block;
    width: 1px;
    height: 0.4rem;
    background: #115175;
    position: absolute;
    left: 0.05rem;
    opacity: 0.8;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon span{
    display: none;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:after,.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:before,.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon span{
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #115175;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.3rem;
    margin-left: -0.3rem;
    background: transparent;
    opacity: 0;
    animation: halo 1.5s 0s infinite ease-in;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:before{
    animation-delay: 0.5s;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon span{
    animation-delay: 1s;
}

.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4) .p-icon,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4) .p-icon:after{
    background: #00b19d;
}

.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon:after,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon:before,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon span{
    border-color: #00b19d;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-text{
    margin-top: 0.3rem;
}


.scyq-new-cont .top-screen{
    position: relative;
    height: 800px;
}

.scyq-new-cont .top-screen .screen-cont{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: none;
}

.scyq-new-cont .top-screen .screen-cont.main-screen{
    background: url("kc_scyq_new_screen_bg1.jpg") no-repeat;
    display: block;
    background-size: 100% auto;
}

.scyq-new-cont .main-screen .m-title{
    background: url("kc_scyq_new_screen_title1.png") no-repeat;
    background-size: 100% auto;
    height: 90px;
    margin-top: 12px;
}

.scyq-new-cont .main-screen .m-texts{
    width: 1000px;
    height: 75px;
    background: url("kc_scyq_new_screen_bg3.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: #92d9ff;
    font-size: 18px;
    position: absolute;
    bottom: 35px;
    left: 200px;
    line-height: 72px;
}

.scyq-new-cont .main-screen .m-swiper{
    width: 600px;
    height: 300px;
    margin: 100px auto 0;
    position: relative;
}

.scyq-new-cont .main-screen .m-swiper .swiper-item{
    width: 180px;
    position: relative;
}


.scyq-new-cont .main-screen .m-swiper .IRJS_Overlay{
    display: none !important;
}

.scyq-new-cont .main-screen .m-swiper .item-main .show-cont{
    position: relative;
    overflow: hidden;
}

.scyq-new-cont .main-screen .m-swiper .item-main:hover .show-cont{
    opacity: 0;
}

.scyq-new-cont .main-screen .m-swiper .item-main:hover .hide-cont{
    display: block;
}

.scyq-new-cont .main-screen .m-swiper .item-main .hide-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("kc_new_scyq_screen_hoverBg.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
    display: none;
}

.scyq-new-cont .main-screen .m-swiper .item-main .hide-cont h4{
    color: #d0f3ff;
    font-size: 32px;
    margin-bottom: 30px;
}

.scyq-new-cont .main-screen .m-swiper .item-main .hide-cont p{
    font-size: 16px;
    color: #519aff;
    line-height: 1.8;
}

.scyq-new-cont .main-screen .m-swiper .item-main .text-cont{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #d0f3ff;
    font-size: 38px;
    padding-bottom: 20px;
    left: 0;
    bottom: 0;
    display: none;
}

.scyq-new-cont .main-screen .text-more{
    width: 100px;
    height: 94px;
    background: url("kc_scyq_new_screen_more.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -36px;
    z-index: 2;

}

.scyq-new-cont .main-screen .hide-text{
    position: absolute;
    top: 110px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: #022039;
    border-radius: 6px;
    border: solid 1px #00bef2;
    z-index: 3;
    box-shadow: 0 0 20px 2px #0ab9bf inset;
    box-sizing: border-box;
    padding: 30px 60px;
    display: none;
}

.scyq-new-cont .main-screen .hide-text p{
    font-size: 18px;
    color: #d4fdff;
    line-height: 2;
}

.scyq-new-cont .main-screen .hide-text p span{
    display: inline-block;
    position: relative;
    color: #21e7fe;
}

.scyq-new-cont .main-screen .hide-text p span:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #21e7fe;
    top: 100%;
    left: 0;
}

.scyq-new-cont .main-screen .hide-text p span:hover .text-tip{
    display: block;
}

.scyq-new-cont .main-screen .hide-text p span .text-tip{
    position: absolute;
    width: 500px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(21, 251, 255, 0.86);
    left: 0;
    margin-left: -200px;
    color: #050f30;
    font-size: 16px;
    top: 100%;
    margin-top: 25px;
    z-index: 2;
    display: none;
}

.scyq-new-cont .main-screen .hide-text p span .text-tip.t-center{
    width: 260px;
    margin-left: -100px;
    text-align: center;
}
.scyq-new-cont .main-screen .hide-text p span .text-tip:after{
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #15fbff;
    opacity: 0.86;
    border-bottom-width: 20px;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.scyq-new-cont .zgc-screen{
    background-image: url("kc_new_zgc_bg.jpg");
    z-index: 3;
}

.scyq-new-cont .zgc-screen .zgc-title{
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    line-height: 2.4;
}

.scyq-new-cont .zgc-screen .zgc-wrapper{
    margin-top: 55px;
    padding: 0 90px;
}

.scyq-new-cont .zgc-screen .zgc-top{
    position: relative;
    height: 320px;
}

.scyq-new-cont .zgc-screen .tab-item{
    position: absolute;
    width: 100%;
}

.scyq-new-cont .zgc-screen .tab-item .img-cont{
    width: 520px;
}

.scyq-new-cont .zgc-screen .tab-item .text-cont{
    width: 760px;
    position: absolute;
    background: url("kc_new_zgc_bg2.png") no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 40px 80px;
    font-size: 18px;
    color: #d0fffe;
    right: 0;
    top: 5px;
    line-height: 2;
}

.scyq-new-cont .zgc-screen .zymb-cont{
    margin-top: 30px;
}

.scyq-new-cont .zgc-screen .zymb-cont .zymb-title{
    font-size: 20px;
    color: #ffeeee;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.scyq-new-cont .zgc-screen .zymb-cont .zymb-title:after{
    content: '';
    width: 100px;
    height: 3px;
    background:#21fff7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.scyq-new-cont .zgc-screen .zymb-cont ul{
    overflow: hidden;
    margin-right: -20px;
}

.scyq-new-cont .zgc-screen .zymb-cont ul li{
    width: 598px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #00dfff;
    background: rgba(0, 223, 255, .2);
    float: left;
    margin-bottom: 20px;
    color: #c0d9f3;
}
.scyq-new-cont .zgc-screen .zymb-cont ul li span{
    display: inline-block;
}

.scyq-new-cont .zgc-screen .zymb-cont ul li span:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #21fff7;
    margin-right: 10px;
    vertical-align: 2px;
}

.scyq-new-cont .zgc-screen .zymb-cont ul li i{
    color:  #ff5656;
}

.scyq-new-cont .zgc-screen .more-btn-cont{
    text-align: right;
}

.scyq-new-cont .zgc-screen .more-btn-cont .screen-more-btn{
    display: inline-block;
}

.scyq-new-cont .screen-more-btn{
    width: 165px;
    height: 47px;
    background: url("kc_new_sqyc_screen_more.png") no-repeat;
    background-size: 100% auto;
}

.scyq-new-cont .hy-screen{
    background-image: url("kc_new_hy_screen_bg.jpg");
    z-index: 3;
}

.scyq-new-cont .hy-screen .hy-title{
    font-size: 40px;
    line-height: 2.2;
    text-align: center;
    color: #ffffff;
}

.scyq-new-cont .hy-screen .hy-title span{
    color: #5aedff;
    font-size: 30px;
    margin-left: 10px;
}

.scyq-new-cont .hy-screen .hy-wrapper{
    margin-top: 40px;
    padding: 0 90px;
}

.scyq-new-cont .hy-screen .kxfx-cont{
    width: 292px;
    float: left;
    height: 476px;
    background: url("kc_new_hy_screenbg1.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.scyq-new-cont .hy-screen .kxfx-cont h4{
    color: #00ffff;
    font-size: 28px;
    margin-bottom: 40px;
}

.scyq-new-cont .hy-screen .kxfx-cont li{
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: url("kc_new_hy_screenbg2.png") no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 20px;

}

.scyq-new-cont .hy-screen .hy-main{
    background: url("kc_new_hy_screenbg3.jpg") no-repeat;
    background-size: 100% auto;
    width: 850px;
    height: 519px;
    float: right;
}

.scyq-new-cont .hy-screen .hy-main .top-text{
    width: 570px;
    margin-left: auto;
    padding: 60px;
    font-size: 18px;
    color: #2a2a2a;
    line-height: 2;
    text-indent: 2em;
    height: 270px;
    box-sizing: border-box;
}

.scyq-new-cont .hy-screen .hy-main .top-text span{
    font-weight: bold;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text{
    width: 300px;
    box-sizing: border-box;
    padding: 20px 30px;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text .b-title{
    color: #1d1d1d;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text .b-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #21fff7;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text p{
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #5d5d5d;
}

.scyq-new-cont .hy-screen .more-btn-cont{
    text-align: right;
    clear: both;
}


.scyq-new-cont .hy-screen .more-btn-cont .screen-more-btn{
    display: inline-block;
}


.scyq-new-cont .wl-screen{
    background-image: url("kc_new_wl_screen_bg.jpg");
    z-index: 3;
}

.scyq-new-cont .wl-screen .wl-title{
    font-size: 40px;
    line-height: 2.2;
    text-align: center;
    color: #ffffff;
    letter-spacing: 10px;
}

.scyq-new-cont .wl-screen .wl-left{
    width: 580px;
    float: left;
}

.scyq-new-cont .wl-screen .wl-left .top-text{
    padding: 50px;
    color: #fefefe;
    font-size: 18px;
    text-indent: 2em;
    line-height: 2;
    height: 470px;
    box-sizing: border-box;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text{
    padding: 20px 50px;
    color: #010101;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text .b-title{
    font-size: 26px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 10px;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text .b-title:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #21fff7;
    left: 0;
    bottom: 0;
    position: absolute;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text p{
    font-size: 18px;
    line-height: 2;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text p:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #21fff7;
    margin-right: 15px;
    vertical-align: 2px;
}


.scyq-new-cont .wl-screen .wl-right{
    width: 820px;
    float: right;
    padding-top: 30px;
    box-sizing: border-box;
    padding: 30px 85px 0;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont{
    width: 650px;
    height: 140px;
    background: url("kc_new_wl_screen_bg1.png") no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont h3{
    font-size: 24px;
    color: #00ffff;
    margin-bottom: 20px;
    letter-spacing: 5px;
    padding-left: 25px;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont ul{
    overflow: hidden;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont ul li{
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
    margin-left: 40px;
    float: left;
    background: url("kc_new_wl_screen_bg3.png") no-repeat;
    background-size: 100% auto;
}

.scyq-new-cont .wl-screen .wl-right .img-cont{
    margin-top: 20px;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom{
    margin-top: 20px;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom .b-texts{
    float: left;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom .b-texts p{
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    background: url("kc_new_wl_screen_icon1.png") 0 center no-repeat;
    background-size: 15px auto;
    line-height: 2;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom .screen-more-btn{
    display: block;
    float: right;
    margin-top: 30px;
}


.scyq-new-cont .jj-screen{
    background-image: url("kc_new_jj_screen_bg.jpg");
    z-index: 3;
}

.scyq-new-cont .jj-screen .jj-title{
    font-size: 40px;
    line-height: 2.2;
    text-align: center;
    color: #ffffff;
    letter-spacing: 10px;
}

.scyq-new-cont .jj-screen .jj-wrapper{
    padding: 30px 60px 0;
}

.scyq-new-cont .jj-screen .jj-wrapper .top-text{
    padding: 0 50px;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    text-indent: 2em;
}

.scyq-new-cont .jj-screen .jj-wrapper .top-text span{
    font-weight: bold;
}

.scyq-new-cont .jj-screen .jj-main{
    margin-top: 20px;
    overflow: hidden;
    background: url("kc_new_jj_screen_bg2.png") no-repeat;
    background-size: 100% auto;
    padding: 60px 30px 0;
    height: 460px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont{
    width: 280px;
    background: url("kc_new_jj_screen_bg1.png") no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    height: 410px;
    float: left;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont h3{
    font-size: 26px;
    color: #00ffff;
    margin-bottom: 30px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont ul{
    padding: 0 30px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont ul li{
    height: 50px;
    line-height: 50px;
    background: url("kc_new_jj_screen_bg3.png") no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.scyq-new-cont .jj-screen .jj-main .img-cont{
    width: 360px;
    float: left;
    margin-left: 20px;
}

.scyq-new-cont .jj-screen .jj-main .text-cont{
    width: 500px;
    float: right;
}

.scyq-new-cont .jj-screen .jj-main .text-cont .t-title{
    font-size: 22px;
    color: #1cfdfb;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.scyq-new-cont .jj-screen .jj-main .text-cont .t-title:after{
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #1cfdfb;;
}

.scyq-new-cont .jj-screen .jj-main ul li{
    font-size: 16px;
    line-height: 2.5;
    color: #fff;
}

.scyq-new-cont .jj-screen .jj-main .text-cont ul li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #21fff7;
    border-radius: 50%;
    margin-right: 10px;
}

.scyq-new-cont .jj-screen .jj-main .more-btn-cont{
    text-align: right;
    margin-top: 60px;
    margin-right: 30px;
}

.scyq-new-cont .jj-screen .jj-main .more-btn-cont .screen-more-btn{
    display: inline-block;
}

.scyq-new-cont .sy-screen{
    background-image: url("kc_new_sy_screen_bg.jpg");
    z-index: 3;
}

.scyq-new-cont .sy-screen .sy-title{
    font-size: 32px;
    line-height: 2.8;
    text-align: center;
    color: #ffffff;
}

.scyq-new-cont .sy-screen .sy-wrapper{
    padding: 50px 60px;
}

.scyq-new-cont .sy-screen .sy-left{
    width: 230px;
    float: left;
}

.scyq-new-cont .sy-screen .sy-left .le-title{
    height: 44px;
    line-height: 44px;
    background: url("kc_new_sy_screen_bg1.png") no-repeat;
    background-size: 100% auto;
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
}

.scyq-new-cont .sy-screen .sy-left .top-text{
    height: 280px;
    background: url("kc_new_sy_screen_bg3.png") no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 160px 18px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 35px;
}

.scyq-new-cont .sy-screen .sy-left .top-text span{
    color: #ff5656;
}

.scyq-new-cont .sy-screen .sy-left .bottom-text{
    height: 160px;
    background: url("kc_new_sy_screen_bg4.png") no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    color: #fff;
    line-height: 2.2;
}

.scyq-new-cont .sy-screen .sy-center{
    width: 690px;
    margin-left: 60px;
    float: left;
}

.scyq-new-cont .sy-screen .sy-center .cen-texts{
    width: 612px;
    background-color: rgba(3, 65, 121, .6);
    border: solid 1px #1e3462;
    margin: 0 auto;
}

.scyq-new-cont .sy-screen .sy-center .cen-texts .text-item{
    padding: 15px 30px;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.scyq-new-cont .sy-screen .sy-center .cen-texts .text-item span{
    color: #3f8e27;
}

.scyq-new-cont .sy-screen .sy-right{
    width: 284px;
    float: right;
}

.scyq-new-cont .sy-screen .sy-right .ri-title{
    height: 36px;
    line-height: 36px;
    background: url("kc_new_sy_screen_bg2.png") no-repeat;
    background-size: 100% auto;
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
}

.scyq-new-cont .sy-screen .sy-right .ri-texts{
    height: 400px;
    background: url("kc_new_sy_screen_bg5.png") no-repeat;
    background-size: 100% auto;
    padding: 30px 35px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

.scyq-new-cont .sy-screen .sy-right .ri-texts p:first-of-type{
    margin-bottom: 40px;
}

.scyq-new-cont .sy-screen .sy-right .ri-texts p span{
    color: #ff5656;
}

.scyq-new-cont .sy-screen .sy-right .more-btn-cont{
    text-align: right;
    margin-top: 20px;
}

.scyq-new-cont .sy-screen .sy-right .more-btn-cont .screen-more-btn{
    display: inline-block;
}



.scyq-new-cont:nth-of-type(2){
    overflow-x: auto;
}

.scyq-new-cont .main-screen .text-more{
    width: 80px;
    margin-left: -30px;
    top: 70px;
}

.scyq-new-cont .top-screen{
    width: 1000px;
    height: 560px;
}

.scyq-new-cont .main-screen .m-texts{
    width: 800px;
    left: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.scyq-new-cont .main-screen .hide-text{
    top: 80px;
    padding: 15px 25px;
}

.scyq-new-cont .main-screen .hide-text p{
    font-size: 15px;
    line-height: 1.6;
}

.scyq-new-cont .main-screen .hide-text p span .text-tip{
    width: 300px;
    margin-left: -110px;
    font-size: 14px;
    padding: 15px;
}



.scyq-new-cont .zgc-screen .zgc-title{
    font-size: 26px;
}

.scyq-new-cont .zgc-screen .zgc-wrapper{
    padding: 0 40px;
    margin-top: 20px;
}

.scyq-new-cont .zgc-screen .tab-item .img-cont{
    width: 420px;
}

.scyq-new-cont .zgc-screen .zgc-top{
    height: 250px;
}

.scyq-new-cont .zgc-screen .tab-item .text-cont{
    font-size: 16px;
    width: 600px;
    padding: 25px 35px;
}

.scyq-new-cont .zgc-screen .zymb-cont .zymb-title{
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.scyq-new-cont .zgc-screen .zymb-cont .zymb-title:after{
    width: 80px;
    height: 2px;
}

.scyq-new-cont .zgc-screen .zymb-cont ul li{
    width: 446px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin-bottom: 10px;
}

.scyq-new-cont .screen-more-btn{
    width: 120px;
    height: 35px;
}

.scyq-new-cont .hy-screen .hy-title{
    font-size: 28px;
}

.scyq-new-cont .hy-screen .hy-title span{
    font-size: 24px;
}

.scyq-new-cont .hy-screen .hy-wrapper{
    margin-top: 30px;
    padding: 0 40px;
}

.scyq-new-cont .hy-screen .kxfx-cont{
    width: 220px;
    height: 360px;
}

.scyq-new-cont .hy-screen .kxfx-cont h4{
    font-size: 22px;
}

.scyq-new-cont .hy-screen .kxfx-cont li{
    width: 170px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-bottom: 10px;
}

.scyq-new-cont .hy-screen .hy-main{
    width: 640px;
    margin-top: 5px;
    height: 360px;
}

.scyq-new-cont .hy-screen .hy-main .top-text{
    width: 420px;
    padding: 25px;
    font-size: 16px;
    height: 200px;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text{
    width: 230px;
    padding: 15px 10px;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text .b-title{
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.2;

}

.scyq-new-cont .hy-screen .hy-main .bottom-text .b-title:after{
    width: 60px;
    height: 2px;
}

.scyq-new-cont .hy-screen .hy-main .bottom-text p{
    margin-top: 5px;
}

.scyq-new-cont .hy-screen .more-btn-cont{
    padding-top: 20px;
}

.scyq-new-cont .wl-screen .wl-title{
    font-size: 28px;
}

.scyq-new-cont .wl-screen .wl-left{
    width: 420px;
}



.scyq-new-cont .wl-screen .wl-left .top-text{
    padding: 30px;
    font-size: 16px;
    line-height: 1.8;
    height: 330px;

}
.scyq-new-cont .wl-screen .wl-left .bottom-text{
    padding: 20px 30px;
}
.scyq-new-cont .wl-screen .wl-left .bottom-text .b-title{
    font-size: 18px;
    padding-bottom: 10px;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text .b-title:after{
    width: 80px;
    height: 2px;
}

.scyq-new-cont .wl-screen .wl-left .bottom-text p{
    font-size: 14px;
}

.scyq-new-cont .wl-screen .wl-right{
    width: 580px;
    padding: 20px 35px;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont{
    width: 100%;
    height: 110px;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.scyq-new-cont .wl-screen .wl-right .hxly-cont ul li{
    width: 140px;
    margin-left: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.scyq-new-cont .wl-screen .wl-right .img-cont{
    margin-top: 0;
    padding: 0 30px;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom .b-texts p{
    font-size: 14px;
}

.scyq-new-cont .wl-screen .wl-right .wl-bottom{
    margin-top: 10px;
}



.scyq-new-cont .jj-screen .jj-title{
    font-size: 26px;
}

.scyq-new-cont .jj-screen .jj-wrapper .top-text{
    font-size: 14px;
}

.scyq-new-cont .jj-screen .jj-main{
    padding: 25px 20px;
    height: 340px;
}

.scyq-new-cont .jj-screen .jj-wrapper{
    padding: 25px 35px 0;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont{
    width: 200px;
    padding-top: 20px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont h3{
    font-size: 18px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont ul{
    padding: 0 20px;
}

.scyq-new-cont .jj-screen .jj-main .zdcy-cont ul li{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
}

.scyq-new-cont .jj-screen .jj-main .img-cont{
    width: 280px;
}

.scyq-new-cont .jj-screen .jj-main .text-cont{
    width: 360px;
}

.scyq-new-cont .jj-screen .jj-main .text-cont .t-title{
    font-size: 18px;
    padding-bottom: 15px;
}

.scyq-new-cont .jj-screen .jj-main .text-cont .t-title:after{
    width: 80px;
    height: 2px;
}

.scyq-new-cont .jj-screen .jj-main ul li{
    font-size: 14px;
}

.scyq-new-cont .jj-screen .jj-main .more-btn-cont{
    margin-top: 30px;
}

.scyq-new-cont .sy-screen .sy-title{
    font-size: 26px;
}

.scyq-new-cont .sy-screen .sy-wrapper{
    padding: 30px;
}

.scyq-new-cont .sy-screen .sy-left{
    width: 180px;
}
.scyq-new-cont .top-screen .screen-cont.sy-screen{
    display: block;
}

.scyq-new-cont .sy-screen .sy-left .le-title{
    height: 38px;
    line-height: 36px;
    font-size: 14px;
}

.scyq-new-cont .sy-screen .sy-left .top-text{
    height: 220px;
    padding: 120px 10px 0;
    font-size: 12px;
    margin-bottom: 10px;
}

.scyq-new-cont .sy-screen .sy-left .bottom-text{
    height: 120px;
    padding-top: 15px;
    font-size: 14px;
}

.scyq-new-cont .sy-screen .sy-center{
    width: 500px;
    margin-left: 20px;
}

.scyq-new-cont .sy-screen .sy-center .cen-texts{
    width: 100%;
}

.scyq-new-cont .sy-screen .sy-right{
    width: 210px;
}

.scyq-new-cont .sy-screen .sy-right .ri-title{
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.scyq-new-cont .sy-screen .sy-right .ri-texts{
    padding: 15px 20px;
    font-size: 12px;
    height: 300px;
}

.scyq-new-cont .sy-screen .sy-right .ri-texts p:first-of-type{
    margin-bottom: 0px;
}

.scyq_node{
    width: 100%;
    
}

.swiperCity{
    width: 100%;
    height: 3.2rem;
}

.swiperCity img{
    height: 100%;
}

.swiper-slideCity {
    height: 100%;
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

  .swiper-slide-visibleCity {
    opacity: 1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .swiper-slide-activeCity {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .swiper-slideCity a{
      width: 100%;
      height: 100%;
      display: block;
  }


.home-scqy-main .scqy-swiper .point-main .point-item.active .p-text {
    color: #004165;
}

.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-text {
    color: #00b19d;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon{
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #115175;
    display: inline-block;
    position: relative;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon:after{
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #115175;
    position: absolute;
    left: 4px;
    opacity: 0.8;
}

.home-scqy-main .scqy-swiper .point-main .point-item .p-icon span{
    display: none;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:after,
.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:before,
.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon span{
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #115175;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    background: transparent;
    opacity: 0;
    animation: halo 2.4s 0s infinite ease-in;
    -webkit-animation: halo 2.4s 0s infinite ease-in;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon span{
    width: 46px;
    height: 46px;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:before{
    animation-delay: 0.7s;
}

.home-scqy-main .scqy-swiper .point-main .point-item.active .p-icon:after{
    animation-delay: 1s;
}

.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4) .p-icon,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4) .p-icon:after{
    background: #00b19d;
}

.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon:after,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon:before,.home-scqy-main .scqy-swiper .point-main .point-item:nth-of-type(n+4).active .p-icon span{
    border-color: #00b19d;
    background: transparent;
}


.wl-item .img-cont{
}

.cx-item .img-cont{
}

.navClose{
    width: .35rem;
    height: .35rem;
}
.home-scyq-new-cont .city_policy_title {
    text-align: left;
}

.wyrz-swiper .img-cont img {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
}
.city_more {
    text-align: center;
}
.policy_tabCnt {
    height: 83.3vw!important;
}
.scyq-new-cont .cgzh-cont .cgzh-list .bgline {
    display: none;
}