*{
    margin: 0;
    padding: 0;
}
.main{

}
ul,li{
    list-style:none;
}
.bannerImg{
    background-image: url("../images/claimsCenter/nocarbanner.jpg");
    height: 520px;
    width: 100%;
}
.main .content{
    width: 1200px;
    margin: 69px auto 0;
}
.main .content .carTitle{
    margin-bottom: 76px;
    margin-top: 69px;
}
.main .content .carTitle .primaryTitle{
    font-weight: bold;
    color: #123B8A;
    font-size: 36px;
    line-height: 52px;
}
.main .content .carTitle .secondTitle{
    color: #666666;
    font-size: 20px;
    line-height: 52px;
}
.main .content .process{
    /*display: flex;*/
    /*justify-content: space-around;*/
    padding: 0;
    height: 428px;
}
.main .content .process_bottom{
    /*display: flex;*/
    /*justify-content: space-around;*/
    padding: 0;
    margin-bottom: 75px;
}
.main .content .process_bottom li{
    float: left;
    margin-left: 100px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 200px;*/
}
.main .content .process_bottom li img{
    width: 104px;
    height: 103px;
    display: block;
    margin: 0 auto;

}
.main .content .process_bottom li .iconText{
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    color: #123B8A;
    display: block;
}
.main .content .process_bottom li span{
    display: block;
    text-align: center;
}
.content_bottom{
    height: 355px;
    /*display: flex;*/
    /*justify-content: space-around;*/
    margin-bottom: 30px;
}
.content_bottom .contentImg{
    width: 482px;
    background-repeat: no-repeat;
    height: 355px;
    /*background-size:cover;*/
}
.flagOne .contentImg{
    /*background-image: url("../images/claimsCenter/yijianxian.png");*/
}
.flagOne .contentImg_right{
    padding-left: 50px;
}
.flagTwo .contentImg{
    /*background-image: url("../images/claimsCenter/hangkongxian.png");*/
}
.content_bottom .contentImg .ewmImg{
    width: 140px;
    height: 140px;
    position: relative; /*脱离文档流*/
    left:50%;
    top:50%;
    margin-left: -70px;
    margin-top: -70px;
}
.content_bottom .contentImg .ewmImg img{
    width: 100%;
    height: 100%;
    border:10px solid transparent;
    border-color:rgba(151, 151, 151, 0.3);
}
.contentImg_right{
    width: 686px;
    height: 100%;
    padding:25px 39px;
    box-shadow: 0px 3px 19px 2px rgba(114, 114, 114, 0.09);
    border: 1px solid #e5e5e5;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*padding-left: 50px;*/
}
.contentImg_right li{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    /*line-height: 45px;*/
    margin-bottom: 10px;
}
.contentImg_right .contentImg_right_title{
    font-size: 30px;
    font-weight: bold;
    color: #123B8A;
    margin-bottom: 20px;
}
.online{
    width: 78px;
    height: 5px;
    background: #F35A21;
    border-radius: 3px;
    margin-top: 10px;
}
.contentImg_right li .right_title1{
    color: #123B8A;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.contentImg_right li .right_title2{
    color: #123B8A;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.contentImg_right li .right_title3{
    color: #123B8A;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
}
.contentImg_right li .right_title1:before {
    content:"1";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #F35A21;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.contentImg_right li .right_title2:before {
    content:"2";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #F35A21;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.contentImg_right li .right_title3:before {
    content:"3";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #F35A21;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
/*banner 图样式*/
.main .bannerImg .bannerImg_text{
    padding-top: 227px;
    margin-left: 900px;
}
.main .bannerImg .bannerImg_text .title span{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
.main .bannerImg .bannerImg_text span:nth-child(1){
    color: #F9632C;
    line-height: 52px;
}
.main .bannerImg .bannerImg_text .secondTitle{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 52px;
    font-size: 26px;
}
.main .bannerImg .bannerImg_text .ewmImg{
    width: 200px;
    height: 200px;
    background: #fff;
    border:14px solid transparent;
    border-color:rgba(151, 151, 151, 0.1);
}
.main .bannerImg .bannerImg_text .ewmImg img{
    width: 100%;
    height: 100%;
}