.operation-one-banner {
    width: 100%;
    height: 380px;
    background: cornflowerblue;
}
.operation-one-banner img{
    width: 100%;
    height: 100%;
}
.crumbs-content {
    width: 100%;
    background: rgba(255,255,255,1);
}
.crumbs-nav {
    padding-left: 0px;
    width: 1100px;
    margin: 0 auto;

    height: 83px;
    line-height: 83px;
}

.operation-content {
    width: 100%;
}
.w1092 {
    width: 1092px;
    margin: 0 auto;
}
.operation-content-one {

    height: 85px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 1px rgba(35,24,21,0.15);
    border-radius: 10px;

    display: flex;
    align-items: center;
    padding: 0 76px;
    box-sizing: border-box;
    margin: 0px auto 45px auto;
}
.operation-content-one-body {
    display: flex;
}
.operation-content-one-body .operation-content-one-content{
    display: flex;
    max-width: 0px;
    overflow: hidden;
    transition: max-width .5s ease-out;
}

.operation-content-one .operation-content-one-one{
    width: 75px;
    height: 39px;
    border-radius: 10px;
    cursor: pointer;
    background: #ffffff;
    color: black;
}
.operation-content-w39-h75 {
    cursor: pointer;
    width: 75px;
    height: 39px;
    min-width: 75px;
    min-height: 39px;
    border-radius: 10px;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*color: #FFFFFF;*/
    margin-right: 39px;
    user-select: none
}

.operation-content-one .operation-content-w39-h75:last-child {
    margin-right: 0;
}
.operation-content-one .operation-content-one-two{
    background: #48B4FF;
    color: white;
}

.operation-content-one .operation-content-one-three{
    background: #48B4FF;
    color: white;
}

.operation-content-one .operation-content-one-four{

}

.operation-content-one .operation-content-one-five{
    background: #ffffff;
    color: black;
}

.operation-content-one .operation-content-one-active {
    background: #2F75A6;
    color: white;
}

.operation-content-two {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
.operation-content-two .operation-two-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.operation-content-two .operation-two-input {
    margin: 0 17px 0 22px;
}
.operation-content-two .operation-two-input input{
    width: 374px;
    height: 43px;
    background: #F8F8F8;
    border: 1px solid #EEEEF0;
    border-radius: 2px;
    padding-left: 14px;

}
.operation-content-two .operation-two-input input::placeholder{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.operation-content-two .operation-two-button{
    cursor: pointer;
    width: 68px;
    height: 35px;
    background: #2F75A6;
    border-radius: 2px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

    text-align: center;
    line-height: 35px;
}

.operation-content-three {
    margin-bottom: 21px;
}
.operation-content-three .operation-three-tab{
    display: flex;
    align-items: center;
}
.operation-content-three .operation-three-tab .operation-three-tab-left{
    width: 78px;
    height: 45px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;

    text-align: center;
    line-height: 45px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.operation-content-three .operation-three-tab .operation-three-tab-left{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.operation-three-tab-right {
    display: inline-flex;
    align-items: center;
    padding-left: 11px;
}

.operation-three-tab-right span{
    cursor: pointer;
    padding: 9px 8px;
    margin-right: 30px;
}

.operation-three-tab-right .operation-three-item-active{
    background: #2F75A6;
    border-radius: 10px;
    color: #ffffff;
}

.operation-content-four {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/

    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 224px);
    /*grid-gap: 10px;*/
}

.operation-content-four-tab {
    width: 224px;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-bottom: 52px;

    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.operation-content-four:after{
    content: "";
    width: 224px;
}

.operation-content-four-tab .four-tab-img{
    width: 100%;
    height: 152px;
}
.operation-content-four-tab .four-tab-img img{
    width: 100%;
    height: 100%;
}
.operation-content-four-tab .four-tab-title{
    cursor: pointer;
/*     width: 127px; */
    height: 35px;
    background: #FAFAFA;
    border-radius: 4px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2D71B3;

    text-align: center;
/*     line-height: 35px; */

    margin: 20px 0 25px 0;
}
.operation-content-four-tab .four-tab-more{
    width: 208px;
    height: 32px;
    background: #DADADA;
    border-radius: 4px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323131;

    text-align: center;
    line-height: 32px;
}

.operation-content-five {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}

.operation-pagination-previous,.operation-pagination-next {
    margin-right: 49px;
    width: 44px;
    height: 44px;
    background: #FBFBFB;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: black;
    cursor: pointer;
}
.operation-pagination-num {
    margin-right: 44px;
    width: 44px;
    height: 44px;
    background: #F4F4F4;
    opacity: 0.6;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.current-page {
    background: #2F75A6;
    opacity: 0.6;
    border-radius: 50%;
    color: #ffffff;
}
.operation-pagination-num:last-child {
    margin-right: 0px;
}