.xq-swiper{
    background-color: #f5f5f5;
    color: #9b9b9b;
    padding: 2rem 5rem;
}
.xq-swiper h1{
    color: #1158a8;
    font-weight: bold;
    margin: 0;
}
.title-warp{
    margin-bottom: 2rem;
}
.address-i{
    position: relative;
}
.address-i:before{
    position: absolute;
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    background-image: radial-gradient(#1158a8, #ccd8e5,transparent);
    left: -1.8rem;
    border-radius: 0.65rem;
    top: 0.5rem;
}
.read-btn{
    margin-top: 3rem;
}
.read-btn a{
    text-decoration: none;
    color: #fff;
    padding: 0.6rem 2.5rem;
    border-radius: 1.8rem;
}
.more{
    background-color: #1158a8;
}
.online{
    background-color: #f08519;
    margin-left: 2rem;
}
.pb-12{
    padding-bottom: 12rem;
}
.swiper-pagination{}

.swiper-pagination-bullet{
    position: relative;
    background: #f5f5f5;
    padding: 1.5rem;
    width: 252px;
    border-radius: 0;
    height: auto;
    opacity: 1;
    display: flex;
}
.swiper-pagination-bullet-active{
    background: #0061ae;
    color: #fff;
}
.swiper-pagination-bullet-active:after{
    position: absolute;
    content: "";
    border: solid 10px transparent;
    border-bottom: #0a53be solid 10px;
    top: -20px;
    left: 50%;
    margin-left: -5px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 3.5rem;
}
.text-big{
    font-size: 2.5rem;

}
.text-big .img2{
    display: none;
}
.swiper-pagination-bullet-active .text-big .img1{
    display: none;
}
.swiper-pagination-bullet-active .text-big .img2{
    display: block;
}
.text-big img,.text-big svg{
    fill: chartreuse;
    color: #1a1d20;
}
.nav-r{
    margin-left: 1rem;
    text-align: left;
}
.nav-r h6{
    text-align: left;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.nav-r span{
    font-size: 0.75rem;
}
.img-bg{
    position: relative;
}


/***************新增*************************/
.sb-container-bg-5{
    
    height: 203px;
    background-position: center;
}
.sb-container-bg-content{

    background-image: url("../images/kczt_bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.sb-container-bg{
    height: 473px;
}
.sb-container{
    width: 1290px;
    margin: 0 auto;
    display: flex;

}
.sb-list-item{
    flex: 1 1 calc((100% - 75px)/4);
    background-color: #fff;
    text-align: center;
    margin-right: 25px;
    padding: 10px;
}
.km-img{
    width: 275px;
}
.sb-title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2rem;
}
.sb-desc{
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding-bottom: 10px;
    color: #999;
}
.sb-container-bg-7{
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    height: 111px;
    text-align: center;
}
.btn-more{
    display: flex;
    align-items: center;
    width: 153px;
    padding: 0.5rem 1rem;
    color: #1158a8;
    background-color: #fff;
    text-decoration: none;
    justify-content: center;
    height: 40px;
    margin-right: 30px;
    border-radius: 20px;
}
.icon-more{
    display: inline-block;
    background-image: url("../images/icon_more1.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin: 0 5px;
}

.btn-more:hover{
    background-color: #f08519;
    color: #fff;
}
.btn-more:hover .icon-more{
    background-image: url("../images/icon_more.png");

}
.online-wechat{
    font-size: 24px;
    margin: 0 5px;
}
.xq-container-bg{
    background-image: url("../images/kczt_13.jpg");
    background-repeat: no-repeat;
    height: 267px;
    overflow: hidden;
    background-position: center;
}
.xq-container{
    width: 1125px;
    margin: 160px auto;
    text-align: center;
    display: flex;
}
.xq-item{
    width: calc((100% - 70px)/8);
    flex: 1 1 calc((100% - 70px)/8);
    box-sizing: border-box;
    margin-right: 10px;
    background-color: #fff;
    color: #999
}
.xq-item:hover{
    background-color: #f08519;
    color:#fff;
}
.xq-item:last-child{
    margin-right: 0;
}
.kc-container-18-bg{
    background-image: url("../images/kczt_18.jpg");
    height: 436px;
    background-repeat: no-repeat;
}
.kc-container-18{
    width: 1227px;

    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.blue-lx,.gray-lx{
    position: relative;
    /*flex: 1 1 134px;*/
    width: 134px;
    height: 75px;
    flex: 0 0 134px;
    text-align: center;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-lx{
    background-color: #2190f8;
}
.gray-lx{
    background-color: #e4e4e5;
}
.lx-img{
    width: 50px;
    height: auto;
}
.blue-lx:before,.gray-lx:before{
    position: absolute;
    left: 0;
    top: -102px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 67px solid transparent;
}
.blue-lx:before{
    border-bottom: solid #2190f8 35px;
}
.blue-lx:after,.gray-lx:after{
    position: absolute;
    left: 0;
    bottom: -102px;
    content: "";
    width: 0;
    height: 0;
    border: 67px solid transparent;
}
.blue-lx:after{
    border-top: solid #2190f8 35px;
}
.gray-lx:before{
    border-bottom: solid #e4e4e5 35px;
}
.gray-lx:after{
    border-top: solid #e4e4e5 35px;
}
.blue-lx:last-child{
    margin-right: 0;
}
.line-container{
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
}
.line{
    position: relative;
    width: 185px;
    background-color: #bababa;
    height: 2px;
}
.line:nth-child(odd):before{
    position: absolute;
    left: 0;
    top: -7px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #048bf9;
    border-radius: 50%;
}
.line:nth-child(even):before{
    position: absolute;
    left: 0;
    top: -7px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #f5f5f5;
    border: #bbb solid 1px;
    border-radius: 50%;
}
.line:last-child:after{
    position: absolute;
    right: 0;
    top: -7px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #048bf9;
    border-radius: 50%;
}
.text-container{
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.text-item{
    font-weight: bold;
    width: 105px;
    flex: 0 0 105px;
    color: #696969;
    margin-right: 80px;
    text-align: center;
}
.text-item:last-child{
    margin-right: 0;
}
.title-num{
    font-size: 3rem;
    font-style: italic;
}
.title-text{
    font-size: 1.2rem;
}

.ktly-container{
    display: flex;
    width: 1300px;
    margin: 0 auto 50px;
    justify-content: center;
}
.ktly-item-1{
    width: 540px;
}
.ktly-item-2{
    width: 380px;
}
.ktly-item-3{
    width: 378px;
    display: flex;
}
.ktly-img{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.ktly-img-ls{
    margin-top: 10px;
}


.ys-bg{
    position: relative;
    background-image: url("../images/kczt_10.jpg");
    background-repeat: no-repeat;
    height: 608px;
    overflow: hidden;
    background-position: center;
}
.ys-container{
    position: relative;
    width: 1300px;
    margin: 0 auto;

}
.ys-t-row{
    display: flex;
    margin-top: 20px;
    width: 100%;
    justify-content: space-around;
}
.ys-m-row{
    display: flex;
    margin-top: 95px;
    width: 100%;
    justify-content: space-between;
}
.ys-b-row{
    display: flex;
    margin-top: 80px;
    width: 100%;
    justify-content: space-around;
}
.ys-items{
    display: flex;
    flex: 1 1 25%;
    max-width: 360px;
}
.ys-t-row .ys-items:first-child{
    max-width: 300px;
}
.ys-t-row .ys-items:last-child{
    margin-left: 150px;
    max-width: 326px;
}
.ys-b-row .ys-items{
    max-width: 340px;
}
.ys-b-row .ys-items:last-child{
    margin-left: 150px;
}
.ys-num{
    background-color: #f08519;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
}
.ys-item-right{
    flex: 1;
    margin-left: 20px;
}
.ys-title{
    font-size: 26px;
    font-weight: bold;
}
.ys-split{
    background-color: #cacaca;
    width: 220px;
    height: 2px;
}
.ys-text{
    color: #898888;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-top: 1.3rem;
}
.zz-btn-img{
    width: 23px;
    height: 23px;
}
.lc-void{
    width: 100%;
    height: 386px;
    object-fit: fill;border:10px solid  #005EA8;
}
.void-row{
    max-height: 386px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.xqzta{
    display: block;
    text-decoration: none;
    color: #999;
    padding: 10px 0;
}
.xqzta:hover{
    color:#fff;
}