.title {
    padding: 54px 0 58px;
    text-align: center;
    color: #808080;
}
.title .title_e {
    line-height: 56px;
    font-size: 36px;
    font-weight: bold;
    color: #737373;
}
.title .title_c {
    line-height: 38px;
    font-size: 24px;
    margin-bottom: 10px;
}
.title .line {
    width: 37px;
    height: 1px;
    background: #808080;
    margin: 0 auto;
}
.title1 {
    margin-top: 10px;
}


/* 优势 */
.adv {
    overflow: hidden;
    padding: 10px 0 54px;
}
.adv li {
    line-height: 30px;;
    width: 255px;
    padding: 0 10px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.adv .img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 189, 255, 0.4);
    margin: 0 auto 15px;
    overflow: hidden;
}
.adv .img img {
    display: block;
    margin: 14px auto;
}
.adv_title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* 理念 */
.concepet_wrap {
    background: #F1FBFF;
}
.con {
    width: 1122px;
    overflow: hidden;
    padding-bottom: 76px;
}
.con li {
    width: 350px;
    height: 237px;
    margin-left: 24px;
    float: left;
    position: relative;
    color: #fff;
}
.con .img {
    width: 350px;
    height: 237px;
    display: block;
}
.con .con_title {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    font-size: 24px;
}
.con .con_title .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #5FD1F8;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    display: block;
}
.con .con_title p {
    position: relative;
    z-index: 3;
}
.con .con_content {
    width: 100%;
    height: 100%;
    line-height: 24px;
    background: rgba(65, 199, 255, 0.9);
    padding: 20px 35px 0;
    font-size: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
.con .con_content .con_t {
    font-size: 24px;
    line-height: 44px;
    padding: 10px 0;
    margin: 10px 0;
}
.con .con_content .line {
    width: 114px;
    height: 1px;
    display: block;
    background: #fff;
    margin-bottom: 16px;
}
.con li:hover .con_title {
    display: none;
}
.con li:hover .con_content {
    display: block;
}

/* 服务流程 */
.pro {
    width: 1220px;
    overflow: hidden;
    margin-left: -40px;
    padding-bottom: 66px;
}
.pro li {
    width: 221px;
    background: #fff;
    position: relative;
    float: left;
    margin-left: 15px;
}
.pro .pro_t {
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 24px;
    color: #fff;
    background: #5FD1F8;
    padding-left: 38px;
}
.pro .pro_t img {
    margin-right: 5px;
    vertical-align: middle;
}
.pro .pro_t .arr_l {
    width: 0;
    height: 0;
    border-width: 38px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.pro .pro_t .arr_r {
    width: 0;
    height: 0;
    border-width: 38px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #5FD1F8;
    position: absolute;
    left: 221px;
    top: 0;
    z-index: 5;
}
.pro .line {
    width: 1px;
    height: 36px;
    background: #5FD1F8;
    margin-left: 130px;
    position: relative;
    margin-bottom: 6px;
}
.pro .line span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 0;
    background: #5FD1F8;
}
.pro .pro_content {
    width: 165px;
    line-height: 24px;
    margin-left: 38px;
    font-size: 16px;
    font-weight: 300;
}
