.claims_main{
    width: 1200px;
    margin: 0 auto;
}
.claims_main .claims_main_name{
    font-weight: bold;
    color: #133C8B;
    line-height: 52px;
    font-size: 24px;
}
.claims_main .onLine{
    width: 46px;
    height: 5px;
    background: #F9642C;
    border-radius: 3px;
}
.claims_main .item-list .List_item .onLine{
    margin-bottom: 27px;
}
.claims_main .item-list .clause_item{
    width: 286px;
    height: 84px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background: #F7F7F7;
    margin-right: 19px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.claims_main .item-list .clause_item:hover{
    cursor: pointer;
    background-color: #F9632C;
    color: white;
    /*border: 1px solid #F9632C;*/
}
.claims_main .item-list .clause_item .clause_name{
    font-size: 18px;
    margin-top: 20px;
}
.claims_main .item-list .clause_item img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
}
.active{
    background: linear-gradient(89deg, #F9632C, #FF7F39);
    color: #fff;
}


/* 理赔中心样式修改*/
.service-main{

}
.service-item{
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0px;
}
.service-item .item{
    position: relative;
}
.screen{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.service-main .service-name{
    font-size: 24px;
    color: #133c8b;
    font-weight: bold;
}
.service-main .line{
    width: 40px;
    height: 5px;
    background: #F25822;
    border-radius: 2px;
    position: relative;
    top: 5px;
    margin-bottom: 70px;
}
.item-content .item{
    text-align: center;
    width: 360px;
    height: 430px;
    margin-right: 60px;
    color: #fff;
}
.item-content .item .hover-img{
    position: relative;
    z-index: 100;
}
.item-content .item .name,.description{
    position: relative;
    z-index: 100;
}
.item-content .item:nth-child(3){
    margin-right: 0px;
}
.item .hover-img{
    margin-top: 159px;
}
.item-content a.item:hover .screen{
    display: block;
    width: 360px;
    height: 430px;
    background-color: #0D2B62;
    opacity: 0.7;
    border-radius: 2px;
}
.service-item_content{
    height: 330px;
    padding: 30px  0;
    margin-bottom: 45px;
}
.content_service{
    width: 1200px;
    margin: 0 auto;
}
.service-name{
    position: relative;
    z-index: 100;
}
.line{
    position: relative;
    z-index: 100;
}
.content_service .service-name{
    height: 23px;
    color: #fff;
}
.content_service .line{
    top: 12px;
    margin-bottom: 80px;
}
.service-item_content .itemOne{
    text-align: center;
    color: #fff;
    margin: 0 110px;
    transition: transform .5s;
}
.service-item_content .content_service .itemOne:hover{
    transform: translateY(-20px);
}
.content_service_footer{
    width: 682px;
    padding: 50px 0 50px 50px;
    position: relative;
}
.content_service_footer .service-name{
    color: #fff;
}
.content_service_footer .itemOne div{
    color: #fff;
}
.content_service_footer .itemOne{
    text-align: center;
    margin: 0 80px;
    position: relative;
    z-index: 100;
    transition: transform .5s;
}
.content_service_footer .itemOne:hover{
    transform: translateY(-20px);
}
.service-item_footer{
    width: 1200px;
    margin: 0 auto 61px;
}

.service-item_footer .content_service_footer .screen{
    width: 682px;
    height: 330px;
    background: #6D7EAC;
    opacity: 0.5;
    display: block;
}