.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-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;
    padding-right:  20px;
}
.tab-hd .crumbs img{
    vertical-align: sub;
}
.tab-con #tab1{

padding-bottom: 50px;
}
.tab-con #tab3{

padding-bottom: 50px;
}
.tab-con #tab2{
    text-align: left;
}
.tab-con #tab2 h3{
    font-size: 26px;
    font-weight: normal;
    color: #222222;
    margin: 55px 0 42px;
}
.tab-con #tab2 p{
    font-size: 16px;
    color: #222222;
    text-indent: 2em;
    text-align: justify;
    line-height: 2em;
}
#tab2{
    padding-bottom: 50px;
}

.form{
    background-color: #f4f4f4;
    padding: 18px 21px;
}
.form-inline{
    display: inline-block;
    width: 160px;
    position: relative;
    font-size: 14px;
    color: #222222;
    margin-right: 8px;
}
.form-inline .total{
    margin-left: 21px;
}
.form-inline input,.form-inline select{
    width: 100%;
    height: 34px;
    background-color: #e9e9e9;
    font-size: 14px;
    color: #222222;
    border: 0;
    text-indent: 1em;
}
.form-inline input::placeholder{
    color: #222222;
}
.form-inline img{
    position: absolute;
    top: 14px;
    right: 4px;
}
.form .search{
    display: inline-block;
    background-color: #0056a3;
    font-size: 14px;
    color: #ffffff;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: right;
}
.list ul li{
    color: #005bac;
    list-style: none;
    padding: 20px 0;
    border-bottom: dashed 1px #eeeeee;
}
.list ul li a {
    font-size: 16px;
    color: #333333;
}
.list ul li i{
    color: #fba706;
    font-size: 16px;
    margin-right: 8px;
}
.list ul li a:hover{
    text-decoration: underline;
}
.list ul li i.over{
    color: #bbbbbb;
    font-size: 16px;
}
.list ul li span {
    float: right;
    font-size: 14px;
    color: #999999;
}


/*table样式s*/
.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;
}