#header {
    background-color: #fff;
}

.lis ul li a {
    color: #000;
}

.lis ul li a:hover {
    color: #015CAB;

}

.ss {
    background: #015CAB;
}

.lis ul li a::after {
    background-color: #015CAB;
}

.xx {
    position: relative;
    margin-top: 90px;
}

.xx .text {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xx .text h1 {
    position: relative;
    font-size: 28px;
}

.xx .text h1::after,
.xx .text h1::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 30px;
    background-color: #000;
    top: 19px;
}

.xx .text h1::after {
    left: -50px;
}

.xx .text h1::before {
    right: -50px;
}

.luj {
    height: 60px;
    background-color: #fff;
}

.luj span,
.luj a {
    line-height: 60px;
    color: #999999;
    font-size: 18px;
    font-weight: 600;
}

.luj a:hover {
    color: #015CAB;
}

.wzs {
    background-color: #fff;
    padding-bottom: 50px;
}

.wzs .ull ul .yi {
    display: flex;
}

.wzs .ull ul .yi div {
    flex: 1;
}

.wzs .ull ul .yi h2 {
    padding: 20px 0;
    width: 500px;
    font-size: 20px;
    font-weight: 600;
}

.wzs .ull ul .yi span {
    color: #999;
    font-size: 14px;
}

.wzs .ull ul .yi p {
    color: #000;
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
    width: 601px;
}

.wzs .ull ul .yi .lan {
    background-color: #015CAB;
    width: 120px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 50px;
}

.wzs .ull ul li {
    padding: 30px 0;
    border-bottom: 1px solid #999;
}

.wzs .ull ul li>a {
    display: flex;
}

.wzs .ull ul .yi img {
    height: 360px;
}

.wzs .ull ul .yi:hover h2 {
    color: #015CAB;
}

.wzs .ull ul li .fk {
    width: 80px;
    height: 80px;
    border: #015CAB 2px solid;
}

.wzs .ull ul li:hover .fk {
    background-color: #015CAB;
}

.wzs .ull ul li:hover .fk p {
    color: #fff;
}

.wzs .ull ul li:hover .fk span {
    color: #fff;
    border-top: 2px solid #fff;
    transition: all .5s linear;

}

.wzs .ull ul li .fk p {
    font-size: 20px;
    color: #015CAB;
    text-align: center;
    line-height: 40px;
}

.wzs .ull ul li .fk .xiao {
    display: flex;
}

.wzs .ull ul li .fk span {
    color: #015CAB;
    text-align: center;
    margin-left: 18px;
    line-height: 30px;
    border-top: 2px solid #015CAB;
}

.wzs .ull ul li .bt {
    margin-left: 30px;
}

.wzs .ull ul li .bt p {
    font-size: 18px;
    color: #015CAB;
    font-weight: 600;
    margin-bottom: 15px;
}

.wzs .ull ul li .bt span {
    display: block;
    width: 1100px;
    font-size: 16px;
    line-height: 25px;
}