*,html,body,img,p,ul,li,input,div{
    margin: 0;
    padding: 0;
    list-style: none;
}
input,button,select,textarea{
    outline:none;
    background:#fff;
    border:0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
    /*color: #6f6f6f;*/
}
a:link{
    text-decoration: none;
    /*color: #6f6f6f;*/
}
a:visited{
    text-decoration: none;
    /*color: #6f6f6f;*/
}

.t-a-r{
    text-align: right !important;
}
.t-a-l{
    text-align: left !important;
}
.t-a-c{
    text-align: center !important;
}
.t-ellipsis{
    -o-text-overflow: ellipsis; /* for Opera */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.v-hidden{
    visibility: hidden;
}
.prl20{
    padding:0 20px !important;
}
.mt20{
     margin-bottom: 20px !important;
 }
.mt40{
    margin-top: 40px !important;
}
.pt20{
    padding-top: 20px !important;
}
.pt40{
    padding-top: 40px !important;
}
.bl1{
    border-left: 1px solid #282828;
}
.br1{
    border-right: 1px solid #282828;
}
.mt8{
    margin-top: 80px;
}



body{
    background: #ededed;
}
header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    background: #fff;
}
header .header-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
header .logo{
    max-width: 200px;
    height: 40px;
    padding: 20px 30px 20px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
header .logo img{
    height: 100%;
    width: 156px;
    display: block;
    border: 0;
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*!*vertical-align: baseline;*!*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*display: block;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*transform:translate(-50%,-50%);*/
}
header .login-slogan{
    float: left;
    font-size: 20px;
    color: #000;
    border-left: 1px solid #000;
    line-height: 20px;
    padding-left: 10px;
    margin: 30px 0;
}
header .search-box{
    width: 400px;
    float: left;
    height: 40px;
    font-size: 18px;
    margin: 20px 0;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    font-weight: 600;
    border-left: 1px solid #ccc;
}
header .search-box input {
    border: 0;
    margin: 0;
    border-radius: 0;
    background: #efefef;
    height: 50px;
    line-height: 50px;
    color: #000000;
}
/*修改提示文字的颜色*/
header .search-box input::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

header .search-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

header .search-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

header .search-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}
header .search-btn {
    text-align: center;
    line-height: 50px;
    background: #be1717;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
header .search-btn:hover{
    background: #f25555;
}


header .nav-box{
    float: right;
    /*width: 700px;*/
}
header .nav{
    float: right;
}
header .nav-box ul,header .nav-box li{
    margin: 0;
    padding: 0;
    position: relative;
}
.hot-box{
    display: block;
    position: absolute;
    top: 16px;
    right: 8px;
}
header .nav-box li{
    float: left;
    /*width: 100px;*/
    list-style: none;
    cursor: pointer;
}
header .nav-box a{
    text-decoration:none;
    color: #333;
    padding: 10px 0;
    margin: 0 15px;
    /*border-radius: 5px;*/
}
header .nav-login{
    margin:0 3px 0 20px !important;
}
header .nav-login a{
    text-decoration:none;
    color: #333;
    padding: 10px 0;
    margin: 0;
}
header .nav-login .login-pad{
    padding: 0 8px;
}
/*header .nav-box li:nth-last-child(1) a{*/
/*    text-decoration:none;*/
/*    margin: 0 0 0 20px;*/
/*}*/
header .nav-box a:hover{
    text-decoration:none;
    border-bottom: 4px solid #be1717;
    color: #ff9900;
}
header .nav-box a:visited{
    text-decoration:none;
}
header .nav-box .active{
    border-bottom: 4px solid #be1717;
}
/*个人信息*/
header .nav-box{
    float: right;
}
header .headBox{
    height: 80px;
    position: relative;
}
header .headBox .img-box{
    padding: 25px 0 0 25px;
}
header .headBox .img-box a{
    padding: 0;
    margin: 0;
    float: left;
}
header .headBox .img-box a:hover{
    border-bottom: 0;
}
header .headBox .down-icon{
    float: left;
    line-height: 30px;
    padding-left: 10px;
}
header .headBox img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}

/*个人信息*/
.headList{
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 9999999;
    width: 80px;
    background: #fff;
    padding: 16px;
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.4); /* 老的 Firefox */
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.4);
    border-radius: 4px;
    text-align: center;
}
.headList .list{
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}
.headList .list:nth-last-child(1){
    border-bottom: 0;
}
.headList .list a{
    padding: 0;
    margin: 0;
}
.headList .list a:hover{
    color: #ff9900;
    border-bottom: 0;
}
.headList .list:hover{
    color: #ff9900;
}
header .headBox:hover .headList{
    display: block;
}



.content{
    width: 1200px;
    /*min-height: 600px;*/
    margin: 0 auto;
}

.table-empty-box p{
    padding: 200px 0;
    color: #be1717;
}

footer{
    background: #121212;
    font-size: 14px;
    padding: 50px 0 20px;
    color: #fff;
    text-align: center;
}
footer .contact-box{
    width: 1200px;
    margin: 0 auto;
}
footer h4{
    text-align: left;
    font-size: 18px;
    padding-bottom: 30px;
}
footer p{
    text-align: left;
    font-size: 12px;
    color: #dddddd;
}
footer ul{
    padding-left: 20px;
    text-align: left;
}

footer li:hover a{
    color: #fff;
}
footer li a:hover{
    text-decoration: none;
    color: #fff;
}
/*footer li a:active{*/
/*    text-decoration: none;*/
/*    color: #5d5d5d;*/
/*}*/
/*footer li a:link{*/
/*    text-decoration: none;*/
/*    color: #5d5d5d;*/
/*}*/
footer li a{
    font-size: 12px;
    color: #5d5d5d;
    line-height: 30px;
    display: block;
}
footer .nav{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 30px;
}
footer .wx-title{
    padding: 30px 0;
}
footer .img-box{
    width: 70px;
    height: 70px;
    margin:  0 auto;
}
footer .img-box3{
    width: 140px;
    height: 140px;
    margin:  0 auto;
}
footer .img-box2{
    width: 30px;
    height: 30px;
    margin:  0 auto;
}
footer img{
    width: 100%;
    height: 100%;
    display: block;
}
footer .copyright{
    text-align: center;
    padding: 30px 0;
}
footer .enlarge{
    transition: all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition:  all 0.6s;
    -o-transition:  all 0.6s;
}
footer .enlarge:hover{
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
}
@media screen and (max-width: 600px) {
    header,footer{
        width: 1200px;
    }
    .banner{
        width: 1200px;
        margin: 0 auto;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 991px) {*/
/*    header{*/
/*        height: 60px;*/
/*        font-size: 14px;*/
/*    }*/
/*    header .header-box{*/
/*        width: 700px;*/
/*        margin: 0 auto;*/
/*        height: 60px;*/
/*        line-height: 60px;*/
/*    }*/
/*    header .logo{*/
/*        width: 150px;*/
/*        height: 100%;*/
/*        padding: 10px 10px 10px 0;*/
/*        float: left;*/
/*    }*/
/*    header .nav-box{*/
/*        width: 550px;*/
/*    }*/
/*    .content{*/
/*        width: 700px;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 992px) and (max-width: 1200px){*/
/*    header{*/
/*        height: 60px;*/
/*        font-size: 16px;*/
/*    }*/
/*    header .header-box{*/
/*        width: 900px;*/
/*        margin: 0 auto;*/
/*        height: 60px;*/
/*        line-height: 60px;*/
/*    }*/
/*    header .logo{*/
/*        width: 150px;*/
/*        height: 100%;*/
/*        padding: 10px 10px 10px 0;*/
/*        float: left;*/
/*    }*/
/*    header .nav-box{*/
/*        width: 750px;*/
/*    }*/
/*    .content{*/
/*        width: 900px;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

.el-tag{
    margin-top: 5px;
    background-color: #be1717;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    /*border: 1px solid rgba(191,18,18,.2);*/
    white-space: nowrap;
}
.el-tag .el-icon-close{
    color: #fff;
}
.el-tag .el-icon-close:hover{
    background: #be1717;
    color: #fff;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100%;
}
.el-input__inner,.el-textarea__inner{
    border: 1px solid #adadad;
}
.el-date-table td.current:not(.disabled) span {
    color: #FFF;
    background-color: #be1717;
}
.el-date-table td.available:hover {
    color: #be1717;
}
.el-date-table td.today span {
    color: #be1717;
}



.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #6c6c6c;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #be1717;
    border-color: #be1717;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #be1717;
}
.el-checkbox__inner:hover {
    border-color: #be1717;
}
.el-checkbox__inner{
    border-color: #6c6c6c;
}
.el-checkbox__label{
    color: #6c6c6c;
}
.el-checkbox__inner{
    border-color: #000;
}
.el-checkbox__label{
    color: #000;
}




.el-radio__input.is-checked .el-radio__inner {
    border-color: #be1717;
    background: #be1717;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #be1717;
}
.el-radio__input.is-focus .el-radio__inner {
    border-color: #be1717;
}
.el-radio__inner:hover {
    border-color: #be1717;
}




.el-input__inner:focus,.el-textarea__inner:focus {
    border-color: #C0C4CC;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #606266;
}

.sort-select .el-input{
    width: 100%;
}



.el-select .el-input.is-focus .el-input__inner {
    border-color: #be1717;
}
.el-select .el-input__inner:focus {
    border-color: #be1717;
}
.el-select-dropdown__item.selected {
    color: #be1717;
}


.el-table th {
    line-height: 40px;
    color: #000;
}


.paging-box{
    text-align: center;
    padding: 20px 0;
}
.el-pagination {
    display: inline-block;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background-color: #ccc;
    color: #000;
    font-weight: 400;
}
.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
    color: #a6a4a4;
}
.el-pagination.is-background .btn-next:hover, .el-pagination.is-background .btn-prev:hover, .el-pagination.is-background .el-pager li:hover{
    color: #be1717;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #be1717
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #be1717;
    color: #FFF;
}

.el-message{
    top: 15%;
}
