* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
}
a{
    color: #000;
}
.top .head {
    height: 80px;
    box-sizing: border-box;
    padding-left: 50px;;
    background: url(../index_image/nav-bg.png) no-repeat;
    width: 100%;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.top .head .text-f {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    font-size: 16px;
    margin-left: 140px;
}

.top .head .text-f .f {
    padding: 30px 55px;
    list-style: none;
    color: #ffffff;
    text-decoration: none;
}

.bg .middle .zjjy {
    position: relative;
}

.bg .middle .zjjy .en {
    position: absolute;
    margin-left: 279px;
    z-index: -1;
    left: 0;
    top: 0;
    color: #dbdbdb;
    font-size: 40px;
    margin-top: -24px;
    text-transform: uppercase;

}

.zh {
    margin-left: 380px;
    margin-top: 64px;
    font-size: 35px;
    font-weight: bold;


}

.content {
    margin: 50px 279px;
    display: flex;
    flex-direction: row;
}

.content .charters {
    margin-left: 30px;
}

.content .charters .text-one {
    font-weight: bold;
    font-size: 25px;

}

.wide {
    margin-top: 20px;
}

.wide .time {
    font-size: 16px;
    color: #757575;
}

.title {
    margin-top: 5px;
    font-size: 24px;
}

.text {
    margin-top: 5px;
    font-size: 16px;
    color: #5b5b5b;
}

.case {
    margin-top: 50px;
}

.case .brief {
    border-bottom: 2px dashed #b5b5b5;
    padding-bottom: 18px;
    margin: 0 279px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.case .brief .title {
    font-size: 18px;
}

.case .brief .time {
    font-size: 18px;
}

.fy {
    background: url(../index_image/wave2.png) no-repeat;
    background-position: 0 170px;
    text-align: center;
    padding: 150px;
}

.fy .pag {
    list-style: none;
    padding-left: 0;
}

.fy .pag li {
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border-radius: 6px;
    margin: 0 1px;
    border: 1px solid #ebebeb;
    height: 30px;
}

.fy .pag li:hover {
    transform: scale(1.1);
    background-color: #006ada;
    color: #fff;
}

.fy .pag li.current {
    background: #006ada;
    color: white;
    cursor: not-allowed;
}

.fy .pag li.disabled {
    cursor: not-allowed;
}

.fy .pag li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

.fy .pag li.totalPage:hover {
    transform: none;
    background-color: #ffffff;
    color: #333;
}


.fy .pag li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 3px 5px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    height: 25px;
    margin: 0 6px;
}

.fy .pag li input:focus {
    border-color: #98A6AD;
}

.dibu {
    height: 280px;
    display: flex;
    align-items: center;
    background: url('../index_image/di.png') no-repeat;
    background-size: cover;
}

.dibu .wenzi {
    margin-left: 279px;
    display: flex;
    color: #ffffff;
    flex-direction: column;

}

.code {
    margin-left: 150px;
}

.logo {
    margin-left: 150px;
}

.fy {
    text-align: center;
    padding: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fy .pag {
    list-style: none;
    padding-left: 0;
}

.fy .pag li {
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border-radius: 6px;
    margin: 0 1px;
    border: 1px solid #ebebeb;
    height: 30px;
}

.fy .pag li:hover {
    transform: scale(1.1);
    background-color: #006ada;
    color: #fff;
}

.fy .pag li.current {
    background: #006ada;
    color: white;
    cursor: not-allowed;
}

.fy .pag li.disabled {
    cursor: not-allowed;
}

.fy .pag li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

.fy .pag li.totalPage:hover {
    transform: none;
    background-color: #ffffff;
    color: #333;
}


.fy .pag li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 3px 5px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    height: 25px;
    margin: 0 6px;
}

.fy .pag li input:focus {
    border-color: #98A6AD;
}

.dibu {
    height: 280px;
    display: flex;
    align-items: center;
    background: url('../index_image/di.png') no-repeat;
    background-size: cover;
}

.dibu .wenzi {
    margin-left: 279px;
    display: flex;
    color: #ffffff;
    flex-direction: column;

}

.dibu .code {
    margin-left: 150px;
}

.dibu .logo {
    margin-left: 150px;
}
.page-item{
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border-radius: 6px;
    margin: 0 4px;
    border: 1px solid #ebebeb;
    height: 30px;
}
.active{
    background: #006ada;
    color: white;
    cursor: not-allowed;
}
