@charset "utf-8";
html body {
    width: 100% !important;
    height: 100% !important;
}
.kjwd {
    width: 100%;
    padding: 25px 0;
    position: relative;
}
#barrierfree_container{
    background: url(bg.jpg) no-repeat top center !important;
    background-attachment: fixed !important;
}
.active_bfr .containers1 a,
.active_bfr .containers1 span{
    color: #000!important;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.kjwd_head .right>a {
    color: #FFFFFF;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 8px 32px;
    margin-top: 16px;
    transition: all .5s;
}

.kjwd_form {
    margin-top: 245px;
}

.kjwd_form form {
    width: 450px;
    background-color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.kjwd_form form .search_txt {
    border: none;
    outline: none;
    width: 83%;
}

.kjwd_form form .search_bnt {
    background-color: transparent;
    border: none;
    width: 10%;
    height: 24px;
    text-align: right;
    background: url(./sousuo.png) no-repeat top center;
    position: absolute;
    top: 8px;
    right: 0px;
    outline:none;
}

.kjwd_cont {
    background-color: #FFFFFF;
    padding: 60px;
    border-radius: 15px;
    margin-top: 40px;
    padding-top: 30px;
}

.kjwd_list {
    margin-top: 30px;
}

.kjwd_w {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 20px;
    background-color: rgb(0, 144, 254);
}

.kjwd_w .left {
    width: 6%;
    position: absolute;
    top: -24px;
    text-align: center;
}

.kjwd_w .right {
    width: 91%;
}

.kjwd_w .right h4 {
    color: #FFFFFF;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.kjwd_d {
    margin-top: 30px;
    padding: 30px 40px;
    position: relative;
    border: 1px solid rgb(220, 220, 220);
}

.kjwd_d_icon {
    position: absolute;
    right: -25px;
    top: -25px;
    padding: 12px 16px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(0, 103, 198);
    color: #FFFFFF;
}

.kjwd_d p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000000;
}

.kjwd_yw {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}

.kjwd_yw>ul>li {
    float: left;
}

.kjwd_yw li img {
    margin-right: 16px;
}

.kjwd_yws {
    margin-top: 28px;
}

.kjwd_yw li p {
    font-family: "黑体";
    color: #000000;
    margin: 8px 0;
}

.kjwd_yws span {
    color: red;
}

.kjwd_more {
    text-align: center;
}

.kjwd_more a {
    border: 1px solid rgb(0, 144, 254);
    border-radius: 25px;
    padding: 10px 60px;
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(0, 144, 254);
}