/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    background-size: 100% 100%;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.lianxifangshi {
    width: 7%;
    position: fixed;
    right: 0px;
    top: 30%;
    background: #fff;
    border: 5px solid #13a7eb;
    border-radius: 12px 0 0 18px;
    padding: 8px;
}
.vxlianxi {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed;
}
.vxlianxi p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}


body {
    background-color: #f0f0f0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input {
    border: none;
    outline: none;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1280px;
    margin: 0 auto;
    
}

img {
    vertical-align: middle;
    width: 100%;
    /*height: 100%;*/
    border-radius: 3px 3px 0 0;
}

a {
    color: #000;
}

::-webkit-scrollbar {
    width: 2px;
    /* Chrome Safari */
}

p,
span {
    text-overflow: ellipsis;
    /* 溢出部分 以缩略 ... 形式展现 */
    word-break: break-all;
}

.liss ul li {
    position: relative;
}

.liss ul li .xiala {
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #125aab;
    z-index: 200;
}

.liss ul li .xiala>div {
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    height: 55px;
}

.liss ul li .xiala>div>a {

    color: #fff;
    font-size: 16px;
    text-align: center;
}

.liss ul li .xiala>div>a p {
    white-space: nowrap;
    /* 强制不换行 */
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    height: 55px;
    line-height: 55px;
}
.heng {
    position: relative;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.heng:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.heng::after {
    content: "";
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 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;
}
#keywords{
    color: #fff;
}