html,body{
    background-color: #fff !important;
}
.operation img{
    display: block;
    margin: 0 auto;
}
.operation_navs{
    width: 100%;
    background: #fff;
    height:57px;
    border-top: 1px solid #e8e8e8;
}
.operation_navs_width{
    width: 1126px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.operation_navs_div1{
    display: flex;
    justify-content: space-between;
}
.operation_navs_div1 p{
    font-size: 16px;
}
.operation_navs_div1 p:nth-child(1){
    color: #ff8330;
    padding-right: 30px;
    position: relative;
    font-weight: bold;
}
.operation_navs_div1 p:nth-child(1)::after{
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    height: 15px;
    background: #999;
    content: "";
}
.operation_navs_div1 p:nth-child(2){
    color: #333;
    margin-left: 30px;
    font-weight: bold;
}
.operation_navs_div1 p:nth-child(2) span{
    color: #999;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: bottom;
}
.operation_navs_div2 {
    display: flex;
    justify-content: space-between;
}
.operation_navs_div2 a:hover{
    color: #fff;
}
.operation_navs_div2 a{
    width: 89px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.operation_navs_div2 a:nth-child(1){
    background: #2e69e4;
    margin-right: 10px;
}
.operation_navs_div2 a:nth-child(2){
    background: #f63e42;
}
.operation_title{
    min-width: 1126px;
    background:linear-gradient(-35deg,rgba(237,77,71,1),rgba(247,181,105,1));
    padding: 25px 0 46px 0;
}
.operation_width,.operation_item3,.operation_item7{
    width: 1126px;
    margin: 0 auto;
}
.operation_title img{
    width: 885px;
    margin-left: 25px;
}
.operation_item1{
    width: 1126px;
    margin: 0 auto;
    padding: 80px 0;
}
.operation_item1 img{
    width: 1024px;
}
.operation_item2,.operation_item6{
    min-width: 1126px;
    background-color: #f9f9f9;
    padding: 80px 0;
}
.operation_item2 img{
    width: 1126px;
    margin: 0 auto;
}
.operation_item3{
    padding-bottom: 50px;
}
.operation_item3 p{
    font-size: 34px;
    color: #333;
    text-align: center;
    padding: 80px 0 60px 0;
}
.operation_item3 ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.operation_item3 ul li{
    position: relative;
    margin-bottom: 30px;
}
.operation_item3 ul li img{
    width: 354px;
}
.operation_item3 ul li div{
    position: absolute;
    bottom: 35px;
    left: 117px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    z-index: 2;
}
.background_ff8330{
    background-color: #ff8330;
}
.background_07a950{
    background-color: #07a950;
}
.operation_item4{
    min-width: 1126px;
    background-color: #f9f9f9;
    text-align: center;
    padding-bottom: 80px;
}
.operation_item4 h4{
    font-size: 34px;
    color: #333;
    padding: 80px 0 25px 0;
}
.operation_item4 p{
    font-size: 18px;
    color: #333;
    margin-bottom: 50px;

}
.operation_item4_div{
    width: 1022px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
}
.operation_item4_div div{
    width: 50%;
    height: 65px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 65px;
    font-weight: 700;
    cursor: pointer;
}
.operation_item4_div div:nth-child(1){
    background-color: #07a950;
}
.operation_item4_div div:nth-child(2){
    background-color: #7ac09b;
}
.operation_item4 img{
    width: 1022px;
    margin: 0 auto;
}
.operation_item5{
    min-width: 1126px;
    color: #f9f9f9;
    padding: 60px 0 80px 0;
}
.operation_item5 img,.operation_item6 img{
    width: 1126px;
    margin: 0 auto;
}
.operation_item7 img{
    width: 100%;
    margin: 0 auto;
}
.operation_item7 img:nth-child(1){
    margin-top: 80px;
}
