/* 头部 */
#header {
    height: 90px;
    z-index: 999;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .1);
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}


.logo {
    padding: 15px 0;
    width: 200px;
}

.liss>ul>li {
    float: left;
    padding: 0 30px;
}

.liss>ul>li>a{
    position: relative;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-weight: 600;

}

.liss>ul>li>a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.liss>ul>li>a::after {
    content: "";
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: -5px;
    left: 0px;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: 50% 50% 0px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ss {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 25px;
    border-radius: 40px;
    background-color: #065AA8;
    margin-left: 20px;
    cursor: pointer;
}

.search {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 底部 */
.dibu {
    background-color: #0d4b92;
}

.dibu .xr {
    padding: 30px 0;
}

.dibu .top {
    display: flex;
    justify-content: space-between;
}

.dibu .top .t1 {
    margin-left: 10px;
}

.dibu .top .t1 .logo {
    width: 160px;
}

.dibu .top .t1 p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.dibu .top .t2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 280px;
    height: 200px;
}

.dibu .top .t2 .uls p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    cursor: pointer;
}
.dibu .xia{
    margin-top: 40px;
       text-align: center;
}
.dibu .xia span {
    color: #fff;
    font-size: 16px;
 
}
.dibu .xia a{
     color: #fff;
       font-size: 16px;
    text-align: center;
}
.dibu .top .t3 {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;

}
.dibu .top .t3>div{
    margin-left: 15px;
}
.dibu .top .t3 img {
    width: 120px;
    height: 120px;
}

.dibu .top .t3 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}