.container{
    width: 100%;
    margin-top: 110px;
}
.container-box{
    width: 1200px;
    margin: 0 auto;
}
.img-banner-box{
    width: 100%;
    margin: 24px auto;
}
.img-banner{
    width: 100%;
}
.tab{
    width: 100%;
}
.tab-hd{
    border-bottom: solid 1px #0056a3;
}
.tab-list{
    display: inline-block;
}
.tab-hd span{
    display: inline-block;
    background-color: #E5EBF0;
    font-size: 16px;
    color: #0056a3;
    cursor: pointer;
    padding: 12px 24px;
}
.tab-hd .active{
    background-color: #0056a3!important;
    color: #ffffff!important;
}
.tab-hd .crumbs{
    display: inline-block;
    float: right;
    line-height: 44px;
}
.tab-hd .crumbs img{
    vertical-align: sub;
}
.tab-con{
    min-height: 160px;
}
.tab-con #tab1{

}
.rich-text{
    border: solid 1px #e6e6e6;
    margin: 35px 0;
    padding: 0 45px 70px;
}
.rich-text h1{
    font-size: 28px;
    font-weight: normal;
    color: #222222;
    text-align: center;
    margin: 50px 0;
}
.rich-text .sp-lf{
    display: inline-block;
    margin-bottom: 14px;
    color: #666666;
}
.rich-text .sp-rt{
    float: right;
    color: #666666;
}
.rich-text .sp-rt img{
    margin-left: 5px;
    vertical-align: sub;
}
.rich-text-con{

}
.rich-text-con h4{
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 2em;
    margin-top: 34px;
}
.rich-text-con h5{
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    line-height: 2em;
}
.rich-text-con p{
    font-size: 14px;
    color: #222222;
    line-height: 2em;
}
.layui-table thead tr{
    background-color: #adb7c1;
}
.layui-table td, .layui-table th {
    text-align: center;
}
.layui-table th img{
    margin-right: 5px;
    vertical-align: sub;
}
.layui-table td:first-child{
    color: #014099;
}
.layui-table td:nth-child(4){
    color: #fc761c;
    /*background-color: #fff1e8;*/
}