body {
    margin: 0 auto;
    padding: 0;
    font: 14px/1.5 Microsoft YaHei, Helvetica, Tahoma;
    min-width: 1200px;
    background: #f6f6f6;
    color: #000;
}

div,
h1,
dl,
dt,
dd,
ul,
ol,
li,
h3,
p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
    border: 0;
}

ul,
li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

:focus {
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #f68228;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 50px;
    background: #f79141;
    position: fixed;
    z-index: 200;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.header h1,
.header h1 a {
    width: 80px;
    overflow: hidden;
    float: left;
}

.header a {
    display: block;
    height: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.header ol {
    width: 500px;
    float: left;
    margin-left: 10px;
}

.header ol li{
    float: left;
}

.header ol li a {
    width: 100px;
    text-align: center;
}
.header ol li a.on, .header ol li a:hover{
    background: #f68228;
}
.header p {
    width: 200px;
    float: right;
}

.header p a {
    background: #fff;
    float: left;
    color: #f68228;
    margin-left: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 20px;
    margin-top: 10px;
}

.header p a:hover {
    opacity: .9
}

.index {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    width: 1200px;
    margin-left: 15%;
    padding-top: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.index h3 {
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    border-bottom: 1px solid #f6f6f6;
    line-height: 60px;
    position: relative;
    background-color: #f9f9f9;
    font-weight: normal;
    box-sizing: border-box;
    float: left;
}

.index h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 3px;
    background: #f68228;
    margin-top: -7px;
    margin-left: 0;
}

.index ul {
    width: 100%;
    float: left;
}

.index li {
    width: 33.333%;
    float: left;
}

.index li a {
    width: 100%;
    float: left;
    padding: 18px 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
    transition: all .3s ease-out 0s;
}

.index li dt {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
}

.index li dt img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.index li dd {
    float: left;
    margin-left: 45px;
    line-height: 20px;
    width: 100%;
}

.index li dd span {
    font-size: 13px;
    color: #333;
    padding-right: 40px;
    display: block;
    overflow: hidden;
}

.index li a i {
    color: #d34747;
    font-size: 16px;
}

.index li dd em {
    font-size: 12px;
    color: #a6a6a6;
    padding-right: 40px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index li a:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.foot {
    height: 40px;
    width: 100%;
    background: #333;
    color: #999;
    line-height: 40px;
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}
.mi p{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.mi p span{
    margin: 0 5px;
    cursor: pointer;
}
.mi p span:hover, .mi p span.on{
    color: #f79141;
}
.table{
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
    overflow: hidden;
}
.table table{
    float: left;
    width: 830px;
    background: #fff;
    box-shadow: rgba(41,123,255,0.1) 0px 0px 9px 1px;
    box-sizing: border-box;
    padding: 30px;
    min-height: 480px;
    overflow: hidden;
}
.table table td{
    height: 24px;
    line-height: 24px;
    padding: 6px 10px;
    border-bottom: 1px solid  #f79141;
    border-right: 1px solid  #f79141;
}
.table table tr:nth-child(1) td{
    border-top: 1px solid  #f79141;
}
.table table tr:nth-child(1) td:nth-child(2){
    color: #f60;
}
.table table td:nth-child(2n+1){
    text-align: right;
    width: 20%;
    background: #fdfcf3;
    border-left: 1px solid  #f79141;
}
.table table td:nth-child(2n){
    width: 80%;
    box-sizing: border-box;
    padding-left: 10px;
}
.table table td.red{
    color: #f00;
}
.table table td a{
    color: #f79141;
}
.table table td.btn a{
    width: 60px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 2px;
    background: #f79141;
    border: 1px solid #f68228;
    color: #fff;
    margin-right: 10px;
}
.table table td.btn a:hover{
    opacity: .8;
}
.mi-r{
    width: 350px;
    float: right;
    overflow: hidden;
}
.mi-r a{
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    body {
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    .wd1200 {
        width: auto;
        display: flex;
    }
    .header h1{
        display: none;
    }
    .index,
    .index li {
        width: 100%;
    }
    .header ol {
        /*width: 200px;*/
        float: left;
        margin-left: 10px;
    }
    .header ol li{
        width: 25%;
    }
    .header ol li a{
        width: 100%;
    }
    .foot {
        height: 50px;
        line-height: 50px;
    }
    .mi{
        width: 100%!important;
    }
    .mi ul {
        width: 92%!important;
        margin: 0 auto;
    }
    .mi li {
        width: 100%!important;
        margin: 20px 0 0 0!important;
    }
    .table{
        width: 92%;
        margin: 0 4%;
    }
    .table table{
        width: 100%;
        padding: 15px;
    }
    .table table td:nth-child(2n+1){
        width: 35%;
    }
    .table table td:nth-child(2n){
        width: 55%;
    }
    .table table td{
        padding: 0;
    }
    .mi-l{
        width: 100%!important;
    }
    .mi-l li span a{
        margin-left: 0!important;
    }
    .mi-l li span a:nth-child(2){
        border-left: none;
    }
    .mi-r{
        display: none;
    }
}