body {
    margin: 0;
    padding: 0;
    width: 100%;
}

iframe {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow:hidden;
}

a {
    color: #4c4c4c;
    text-decoration: none;
}

#header{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#footer{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#header > .el-container {
    width: 100%;
    height: 100%;
}

#footer > .el-container {
    width: 100%;
    height: 100%;
}

#main {
    /*background: url("../images/black-bg.png") bottom center no-repeat #343330 ;*/
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#main > .el-container {
    width: 100%;
    height: 100%;
}

#main .el-container > div > h3{
    float: left;
    border-bottom: none;
    color: #409EFF;
    font-weight: bold;
    font-size: 20px;
}

/*fonts-define*/
.fonts-normal{
    line-height:26px;
    text-indent:2em;
    font-family:Microsoft YaHei;
    font-size: 13px;
    text-align: left;
    /*!*若文字长度超过width，则隐藏文字*!*/
    /*overflow:hidden;*/
    /*!*超过的部分用 ... 显示*!*/
    /*text-overflow: ellipsis;*/
    /*!*取消文字自动换行，如果不加则文字会自动换行使得高度改变*!*/
    /*white-space:nowrap;*/
    /*width:150px;*/
}
.fonts-unormal{
     line-height:26px;
     font-family:Microsoft YaHei;
     font-size: 13px;
     text-align: left;
     /*!*若文字长度超过width，则隐藏文字*!*/
     /*overflow:hidden;*/
     /*!*超过的部分用 ... 显示*!*/
     /*text-overflow: ellipsis;*/
     /*!*取消文字自动换行，如果不加则文字会自动换行使得高度改变*!*/
     /*white-space:nowrap;*/
     /*width:150px;*/
 }
.fonts-unnormal{
    line-height:26px;
    font-family:Microsoft YaHei;
    font-size: 13px;
    text-align: left;
    padding-left: 2em;
}


.fonts-normal-center {
    line-height:26px;
    text-indent:2em;
    font-family:Microsoft YaHei;
    font-size: 13px;
    text-align: center;
    /*!*若文字长度超过width，则隐藏文字*!*/
    /*overflow:hidden;*/
    /*!*超过的部分用 ... 显示*!*/
    /*text-overflow: ellipsis;*/
    /*!*取消文字自动换行，如果不加则文字会自动换行使得高度改变*!*/
    /*white-space:nowrap;*/
    /*width:150px;*/
}

/*fonts-define end*/

/*element ui stuffs*/
.el-dropdown-menu__item a {
    list-style: none;
    line-height: 36px;
    /*padding: 0 20px;*/
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

/*定义container的布局设计*/
.el-container{
    margin: 0;
    padding: 0;
}

.el-main {
    background-color: #ffffff;
    color: #333;
    text-align: center;
    line-height: 160px;
    width: 100%;
    min-height: 800px;
    padding: 0px;
    margin: 0px;
}

body > .el-container {
    margin-bottom: 0px;
    margin-left: 0;
}

.el-carousel__container {
    height: 100% !important;
}


.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;
}

.height-full{
    height: 100%;
}

.height-800px{
    min-height: 800px;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}
/*#tag {*/
/*    margin: -19px 0px 16px -4px;*/
/*    width: 106%;*/
/*}*/

/*.avue-tip {*/
/*    -webkit-box-align: center;*/
/*    align-items: center;*/
/*    display: flex;*/
/*    margin-bottom: 10px;*/
/*    margin-top: 20px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*.pagination {*/
/*    margin-top: 18px;*/
/*    !*float: right;*!*/
/*    padding: 0 15px;*/
/*}*/

/*.el-table-column {*/
/*    text-align: center;*/
/*}*/

/*.name {*/
/*    color: black;*/
/*}*/

/*.count {*/
/*    color: #409eff;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    padding: 0 6px;*/
/*}*/