*{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑";
}
a{
    transition:none !important;
}
.box_bg{
    box-shadow: 0px 0px 9px 0px rgba(19, 38, 165, 0.14);
    border-radius: 10px;
    margin-bottom: 50px;
}
ul{
    list-style: none;
}
.w13{
    width: 13%;
}
.w15{
    width: 15%;
}
.w17{
    width: 17%;
}
.w20{
    width: 20%;
}
.w30{
    width: 30%;
}
.banner{
    min-width: 1200px;
    height: 420px;
    background: url(/statics/special/ksyl/images/banner.png) no-repeat center center;
}
.bottom_banner{
    min-width: 1200px;
    height: 378px;
    background:url(/statics/special/ksyl/images/vcode.png) no-repeat center center;
}

.list_class{
    margin: 15px auto;
    display: flex;
    width: 1200px;
    border-radius: 10px;
}
.list_class >li{
    box-sizing: border-box;
    padding: 0px 5px 10px;

    list-style: none;
    border-left: 1px solid rgba(204, 204, 204, 0.553);
}
.list_class li:nth-of-type(1){
    border: none;
}
.list_class>li:last-of-type{
    padding-right: 15px;
}
.list_class>li:last-of-type>.item{
    margin: 0px 10px;
}
.list_class img:nth-of-type(1){
    margin-left: 10px;
}
.list_class img{
    display: inline-block;
}
.list_class span{
    display: inline-block;
    transform: translateY(-8px);
}
.list_class .item{
    margin-top: 5px;
    margin-left: 5px;
}
.list_class .item li{
    display: inline-block;
   
}
.list_class li a{
    width: 56px;
    font-size: 12px;
    display: inline-block;
    margin: 9px 2px;
    text-decoration: none;
    color: #2a2a2a;

}
.list_class span>b{
    font-size: 16px;
}

/* 导航线 */
.advert{
    width: 1200px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px auto 20px;
}
.advert>img{
    border-radius: 10px;
}
