.fraud .banner{
    background-image: url('/web/shiwais2/assets/img/fraud/banner.jpg');
    height: 500px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fraud .banner .info-title{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.fraud .banner .info-title p:first-child{
    font-size: 40px;
    margin: 200px 0 35px 0;
}

.fraud .banner .info-title p:last-child{
    width: 500px;
    line-height: 2;
}

.fraud .tab-control{
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
    /* position: fixed; */
}

.fraud .tab-control ul{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.fraud .tab-control ul li{
    line-height: 100px;
    width: 260px;
    text-align: center;
}

.fraud .service-box{
    margin-bottom: 30px;
}

.fraud .service-box .service-box-title,
.fraud .prevention .prevention-box-title,
.fraud .compensate .compensate-title,
.fraud .cn-law .law-title{
    margin-top: 100px;
    font-size: 32px;
    text-align: center;
}

.fraud .service-box .service-box-small,
.fraud .prevention .prevention-box-small,
.fraud .compensate .compensate-small,
.fraud .cn-law .law-small{
    margin-top: 15px;
    text-align: center;
    color: #999;
}

.fraud .service-box ul{
    width:1220px;
    height: 273px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}

.fraud .service-box ul li{
    width: 383px;
    border: 1px solid #eee;
    height: 100%;
}

.fraud .service-box ul li:hover{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.fraud .service-box ul li img{
    margin: 40px auto 0 auto;
    display: block;
}

.fraud .service-box ul li p{
    margin-top: 40px;
    text-align: center;
    color: #999;
}

.fraud .prevention{
    height: 648px;
    background-color: #f5f7f8;
    overflow: hidden;
}

.fraud .prevention ul li{
    width: 600px;
    height: 65px;
    background-color: #fff;
    color: #f40;
    margin-top: 18px;
    text-align: center;
    line-height: 65px;
    background-image: url('/web/shiwais2/assets/img/fraud/icon4.png');
    background-repeat: no-repeat;
    background-position: 220px center;
}

.fraud .prevention{
    margin-bottom: 30px;
}

.fraud .prevention ul{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fraud .compensate ul{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.fraud .compensate ul li{
    width: 600px;
    height: 310px;
    border: solid 1px #eeeeee;
    padding: 40px 30px 0 150px;
    background-repeat: no-repeat;
    background-position: 40px 30px;
    margin-top: 16px;
}

.fraud .compensate ul li p:first-child{
    font-size: 18px;
}

.fraud .compensate ul li:first-child{
    background-image: url('/web/shiwais2/assets/img/fraud/icon5.png');
}

.fraud .compensate ul li:nth-child(2){
    background-image: url('/web/shiwais2/assets/img/fraud/icon6.png');
}

.fraud .compensate ul li:nth-child(3){
    background-image: url('/web/shiwais2/assets/img/fraud/icon7.png');
}

.fraud .compensate ul li:last-child{
    background-image: url('/web/shiwais2/assets/img/fraud/icon8.png');
}

.fraud .compensate ul li p:nth-child(2){
    color: #999;
    line-height: 1.9;
}

.fraud .compensate ul li p:nth-child(3){
    margin-top: 20px;
    line-height: 1.9;
    color: #ff7f00;
}

.fraud .cn-law{
    margin-top: 20px;
    overflow: hidden;
    height: 1420px;
    background-color: #f5f7f8;
}

.fraud .cn-law ul{
    width: 1220px;
    margin: 70px auto;
}

.fraud .cn-law ul li{
    margin-bottom: 30px;
}

.fraud .cn-law ul li .law-list-top{
    width: 1220px;
    height: 60px;
    background-color: #00aaff;
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 60px;
    padding-left: 40px;
}

.fraud .cn-law ul li .law-list-bottom{
    background-color: #fff;
    padding: 24px 40px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
}

@media (max-width: 750px) {
    .fraud .banner{
      width:100%;
      height: 220px;
      background-image: url(/web/shiwais2/assets/img/fraud/bannerda3dba19f70f81d2.png);
      background-size: cover;
    }
    .info-title{
      width: auto !important;
    }
    .fraud .banner .info-title p:first-child{
      font-size: 16px;
      margin: 40px 0 0 20px;
    }
    .fraud .banner .info-title p:last-child {
      width: 60%;
      line-height: 1.5;
      margin: 6px 0 0 20px;
    }
    .fraud .tab-control {
        display: none;
    }
    .fraud .service-box ul {
        height: auto;
        justify-content: space-between;
        flex-direction: column;
    }
    .fraud .service-box ul li {
        margin-top: 31px;
    }
    .fraud .service-box ul li,
    .fraud .service-box ul,
    .fraud .compensate ul {
        width: 100%;
    }
    .fraud .prevention ul {
        width: 370px;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .fraud .prevention ul li {
        width: 179px;
    }
    .fraud .prevention {
        height: 582px;
    }
    .fraud .compensate ul li {
        width: 170px;
        height: auto;
        padding: 126px 30px 0 30px;
        background-position: center 30px;
    }
    .fraud .compensate ul {
        justify-content: space-evenly;
    }
    .fraud .service-box ul li {
        width: 96%;
        margin: 10px auto;
    }
    .fraud .cn-law ul li .law-list-top {
        width: 100%;
    }
    .fraud .cn-law ul {
        width: 90%;
    }
    .fraud .cn-law {
        height: auto;
    }
}