#app{
    width: 100%;
    min-width: 1180px;
}
.header {
    height: 290px;
    /* max-width: 1920px; */
    background: url('../img/header.jpg?1128') center top no-repeat;
    background-size: 100%;
}
.header-top{
    width: 100%;
    height: 35px;
    background-color: #E8F1FC;
}
.header-top-box{
    width: 1180px;
    line-height: 35px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-left{
    font-size: 14px;
    color: #666;
}
.header-top-right{
    position: relative;
}
.header-top-right img{
    width: 17px;
    position: absolute;
    top: 10px;
    left: -20px;
}
.header-box {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 290px;
}
.header-box .name {
    font-size: 50px;
    color: #ffffff;
}
.header-box .search {
    width: 330px;
    height: 40px;
    outline-style: none;
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    text-indent: 5%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
}
.header-box .submit {
    width: 70px;
    height: 40px;
    outline-style: none;
    border: none;
    background-color: #0d6ed9;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: white;
    box-sizing: border-box;
    font-size: 14px;
}

.navigation{
    width: 100%;
    background-color: #0d6ed9;
    height: 50px;
    display: flex;
    justify-content:center;
}
.navigation .ul-list{
    width: 1180px;
    margin: 0 auto;
}
.navigation ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.navigation ul li{
    list-style: none;
    height: 50px !important;
    line-height: 50px !important;
    float: left;
    /*width: 11%;*/
    text-align: center;
}
.navigation ul li a{
    font-size: 18px;
    font-weight: 600 !important;
}
/* .el-menu--horizontal>.el-menu-item  {
    font-weight: 600 !important;
  background-color: #0d6ed9 !important;
  height: 50px !important;
  line-height: 45px !important;

}
.el-menu-demo{
  width: 1180px;
  display: flex;
  justify-content: space-between;
  height: 50px;
  background-color: #0d6ed9 !important;
}
.el-menu-item a{
  font-size: 18px;
}
.el-menu.el-menu--horizontal {
  border-bottom: none !important;
} */

*{
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei",微软雅黑;
}
body{
    background-color: #f4f4f4;
    font-size: 16px;
    margin: 0 auto;
    min-width: 1180px;
}
a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
a:hover{
    text-decoration: none;
}

a:link{
    text-decoration:none;
}

.breadcrumb{
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px 0;
    /* padding-top: 20px; */
    display: flex;
    flex-direction: row;
}

.breadcrumb span {
    line-height: 21px;
}

.breadcrumb span a {
    display: block;
}

.breadcrumb .current-position{
    font-size: 15px;
    font-weight: 600;
}
.breadcrumb a:hover{
    color: #0d6ed9;
}

.footer {
    background-color: #424242;
    height: 165px;
    margin-top: 30px;
}
.info {
    max-width: 1180px;
    margin: 0 auto;
}
.text-info{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-between;
    padding-top: 30px;
    font-size: 14px;
}
.erweima {
    width: 85px;
    height: 85px;
}
.text-info  p {
    line-height: 34px;
    color: white;
    margin: 0 0 0 !important;
}

.HeaderPc {
    min-width: 1180px;
}

.navigationPc {
    min-width: 1180px;
}

.bottomPc {
    min-width: 1180px;
}
.block .pagination li a {
    font-size: 16px;
}
/* 全局样式修改 */
