body {
    overflow-y: hidden;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a {
    list-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #64B942;
}

.el-header,
.el-footer {
    color: #333;
    text-align: center;
}

.el-aside {
    color: #333;
    text-align: center;
    line-height: 200px;
}

.el-main {
    color: #333;
    text-align: center;
    line-height: 160px;
}

body>.el-container {
    margin-bottom: 40px;
}

.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
    line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}

.index {
    height: calc(100vh);
}

html,
body,
#app,
.el-container {

    /*统一设置高度为100%*/
    height: 100%;
}

.el-header a {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.pinfen {
    display: table;
}

.pinfen>p{
    display: table-cell;
    text-align: center;
}

.pinfen a {
    display: inline;
}

.el-footer {
    color: white;
    font-family: '楷体';
    line-height: 60px;
    background: #64B942;
    font-size: 16px;
    text-align: center;
}

.el-footer a {
    color: white;
    display: inline-block;
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 150px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}



.el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav {
    width: 25%;
    display: flex;
    justify-content: space-around;
}

#tab-first,
#tab-sas,
#tab-service,
#tab-partner {
    font-size: 18px;
    opacity: 1;
    box-shadow: 0 0 0 0;
    font-size: 1.5em;
}

#tab-software,
#tab-hardware {
    font-size: 18px;
    opacity: 1;
    box-shadow: 0 0 0 0;
    font-size: 1.4em;
}

#rj,
#yj {
    line-height: 35px;
    text-align: left;
    padding: 10px;
    border-radius: 20px;
}

#yj {
    border: 0;
}

.rj {
    width: 100%;
    text-align: center;
}

.yj a {
    display: inline-block;
    color: rgb(151, 151, 151);
    font-weight: unset;
    font-size: 20px;
    /* border:  1px solid; */
    /* font-weight: bold; */
}

.rj p {
    display: inline-block;
    width: 20%;
    /* border:  1px solid; */
}
#rj p{
    margin: 0;
    padding: 0;
    float: left;
}
.rj a{
    color: rgb(151, 151, 151);
    font-weight: unset;
    font-size: 20px;
    /* font-weight: bold; */
}


#yj .yj {
    float: left;
    width: 25%;
    text-align: center;
}

.is-top {
    margin: 0;
}