/* app下载 */
.app {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 160px;
    cursor: pointer;
}
.el-popover {
    padding: 0 !important;
}

/* pc首页样式 */
.header-wrap{
    display: flex;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.logo-wrap {
    flex: 1;
}
.service-wrap {
    width: 240px;
}
.language-wrap {
    width: 140px;
    color: #2196f3;
}
.language-wrap a {
    color: #2196f3;
    text-decoration: none;
}
.bg {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background:#2196f3;
    z-index: -1;
}
/* banner */
.banner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    width: 100%;
}
.swiper-wrap {
    width: 870px;
    border-radius: 10px;
    overflow: hidden;
}
.login-wrap {
    width: 301px;
    height: 321px;
    border-radius: 10px;
    overflow: hidden;
}
/* module */
.module-name {
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.module-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 30px;
}
.information::before {
    background-color: #2196f3;
}
.operations::before {
    background-color: #ff8a65;
}
.services::before {
    background-color: #80cbc4;
}
.infomation-wrap {
    position: relative;
    width: 100%;
    height: 366px;
}
.news-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.news-wrap {
    padding: 50px 20px 10px;
    box-sizing: border-box;
}
.news-item {
    padding-bottom: 8px;
}
.news-item a {
    text-decoration: none;
    color: #333
}
.news-more {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: right;
}
.news-more a {
    text-decoration: none;
    color: steelblue;
}
/* 关于我们 */
.about-wrap {
    margin-top: 20px;
}
.about-us {
    margin-bottom: 20px;
}
.about-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 友情链接 */
.links-wrap {
    margin-bottom: 40px;
}