
.hangcai {
    margin: 20px 0 90px;
    /*background: #efefef;*/
    box-sizing: border-box;
    padding: 45px 60px;
}

.ser-title {
    width: 100%;
    float: left;
    color: #5684c5;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 40px;
}

.ser-title .line {
    width: 60px;
    height: 5px;
    margin-top: 10px;
    background: #fd9b27;
}

.hc-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.hc-item {
    background: #efefef;
    width: 225px;
    height: 290px;
    float: left;
    text-align: center;
    transition:all .5s;
    -webkit-transition:all .5s; /* Safari */
    margin-top:0px;
}

.hc-item:hover{
    margin-top:-30px;
}

.hc-list img.arrow {
    display: block;
    float: left;
    width:38px;
    height:49px;
}

.hc-item .img-box {
    width: 140px;
    height: 140px;
    background: #5684c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 40px;
}

.hc-item p {
    font-weight: bold;
    color: #5684c5;
    font-size: 20px;
}

.yizhan {
    margin-bottom: 135px;
    text-align: center;
}

.zengzhi .t-title,
.yizhan .title {
    font-size: 28px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 25px;
}

.zengzhi .t-title{
    text-align: center;
    margin-bottom: 40px;
}

.yizhan .desc {
    margin-bottom: 65px;
    font-size: 20px;
    color:#5684c5;
}

.zengzhi {
    margin-bottom: 90px;
}

.zengzhi .ser-title .title{
    font-size:28px;
    margin-bottom:10px;
}

.zengzhi .ser-title{
    margin-left:60px;
}

.zengzhi ul {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.zengzhi li {
    width: 23%;
    height: 450px;
    background: #efefef;
    border-radius: 4px;
    margin-top: 55px;
    position: relative;
    text-align: center;
    transition:all .5s;
    -webkit-transition:all .5s; /* Safari */
}

.zengzhi li:hover{
    margin-top:25px;
}

.zengzhi li .img-box {
    width: 110px;
    height: 110px;
    background: #5684c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    margin-bottom: 40px;
    margin:-55px auto 40px;
}

.zengzhi li .img-box img.clock{
    margin-left:-10px;
}

.zengzhi .title {
    font-size: 20px;
    color: #5684c5;
    margin-bottom: 20px;
}

.zengzhi .text {
    font-size: 18px;
    line-height: 28px;
    color: #646464;
    padding: 0 20px;
}

.zixun {
    padding: 50px 0;
    background: #f5f5f5;
}

.zixun ul {
    width: 100%;
    float: left;
    padding:0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.zixun .ser-title{
    padding:0 60px;
    box-sizing: border-box;
}

.zixun li {
    width: 250px;
    height: 355px;
    box-sizing: border-box;
    padding: 30px 20px 0;
    float:left;
    border-bottom:5px solid #5684c5;
    background: #fff;
    margin-top:0;
    transition:all .5s;
    -webkit-transition:all .5s; /* Safari */
}

.zixun li:hover{
    margin-top:-15px;
}

.zixun li .title {
    font-size: 20px;
    color: #727171;
    height:120px;
    line-height: 30px;
    border-bottom: 2px solid #ccc
}

.zixun li .texts {
    margin-top:20px;
    color: #727171;
    font-size: 16px;
    /*line-height: 35px;*/
}

.zixun li .texts p{
    line-height: 20px;
    margin-bottom:12px;

}

.zixun li .texts p:before {
    content: '●';
    color: #5684c5;
    margin-right: 8px;
    display: block;
    float: left;
    font-size: 14px;
}

.zixun .tip {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left:60px;
    color:#5684c5;
}

.service-box{
    margin-top:90px;
}

.yizhan-img{
    display: block;
    margin:0 auto;
}

.m-yizhan-img{
    display: none;
}

@media screen and (max-width: 1600px) {
    .zengzhi li{
        height:500px;
    }
    .zixun li {
        width: 210px;
        height: 340px;
        box-sizing: border-box;
        padding: 20px 20px 0;
        float:left;
        background: #fff;
    }
    .zixun li .title {
        height:100px;
        line-height: 27px;

    }

    .zixun li .texts {
        line-height: 30px;
    }
}

@media screen and (max-width: 1000px){
    .zengzhi .t-title{
        font-size:17px;
    }
    .service-box {
        margin-top: 20px;
    }
    .hangcai {
        margin: 20px 0 30px;
         background: #fff;
        box-sizing: border-box;
        padding: 0;
    }

    .ser-title {
        width: 90%;
        float: none;
        color: #5684c5;
        font-weight: 500;
        font-size: 16px;
        margin:0 auto 20px;
    }
    .ser-title .line {
        width: 30px;
        height: 3px;
        margin-top: 7px;
        background: #fd9b27;
    }
    .hc-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #efefef;
        padding: 30px 0;
    }
    .hc-item {
        background: #fff;
        width: 25%;
         height: auto;
        float: left;
        text-align: center;
        transition: all .5s;
        -webkit-transition: all .5s;
        margin-top: 0px;
        padding-bottom: 15px;
        max-width: 100px;
    }
    .hc-item:first-child{
        margin-left:5%;
    }
    .hc-item:last-child{
        margin-right:5%;
    }
    .hc-item .img-box {
        width: 60px;
        height: 60px;
        background: #5684c5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto 15px;
    }
    .hc-item .img-box img{
        display: block;
        width: 65%;
    }
    .hc-item p {
        font-weight: bold;
        color: #5684c5;
        font-size: 14px;
    }
    .hc-list img.arrow {
        display: block;
        float: left;
        width: 14px;
        height: 22px;
    }
    .service-box .container{
        width:100%;
    }
    .service-box .is-title.border{
        width:90%;
        float:none;
        margin:0 auto;
    }
    .yizhan-img{
        display: none;
    }

    .m-yizhan-img{
        display: inline-block;
        width:90%;
        max-width: 536px;
    }
    .yizhan {
        margin-bottom: 30px;
        text-align: center;
    }
    .yizhan .title {
        font-size: 17px;
        color: #646464;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .yizhan .desc {
        margin-bottom: 30px;
        font-size: 14px;
        color: #5684c5;
    }
    .zengzhi {
        margin-bottom: 10px;
    }
    .zengzhi .ser-title .title {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .zengzhi ul {
        width: 90%;
        float: left;
        margin-top: 15px;
        display: flex;
        margin-left: 5%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zengzhi li {
        width: 45%;
        height: 200px;
        background: #efefef;
        border-radius: 4px;
        margin-top: 40px;
        position: relative;
        text-align: center;
        transition: all .5s;
        margin-bottom: 20px;
        -webkit-transition: all .5s;
    }
    .zengzhi li .img-box {
        width: 80px;
        height: 80px;
        background: #5684c5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -40px auto 15px;
    }
    .zengzhi li .img-box img{
        width:50px;
    }
    .zengzhi .title {
        font-size: 17px;
        color: #5684c5;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .zengzhi .text {
        font-size: 14px;
        line-height: 25px;
        color: #646464;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px){
    .zengzhi li {
        width: 45%;
        height: 200px;
        background: #efefef;
        border-radius: 4px;
        margin-top: 40px;
        position: relative;
        text-align: center;
        transition: all .5s;
        margin-bottom: 20px;
        -webkit-transition: all .5s;
    }
    .zengzhi .ser-title {
        margin-left: 5%;
    }

    .zixun {
        padding: 30px 0;
        background: #f5f5f5;
    }
    .zixun .ser-title {
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .zixun ul {
        width: 100%;
        float: left;
        padding: 0 5%;
        box-sizing: border-box;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .zixun li {
        width: 47%;
        height: 300px;
        box-sizing: border-box;
        padding: 10px 10px 0;
        float: left;
        background: #fff;
        margin-bottom: 20px;
    }
    .zixun li .title {

    }
    .zixun li .title {
        font-size: 16px;
        color: #727171;
        height: 80px;
        line-height: 25px;
        font-weight: 500;
        border-bottom: 2px solid #ccc;
    }
    .zixun li .texts {

    }
    .zixun li .texts {
        margin-top: 10px;
        color: #727171;
        font-size: 14px;
        line-height: 25px;
    }
    .zixun .tip {
        width: 95%;
        float: left;
        font-size: 16px;
        margin-top: 0px;
        margin-left: 5%;
        color: #5684c5;
    }
}

@media screen and (max-width: 560px){
    .zengzhi li {
        width: 100%;
        height: auto;
        background: #efefef;
        border-radius: 4px;
        margin-top: 40px;
        position: relative;
        text-align: center;
        transition: all .5s;
        margin-bottom: 20px;
        -webkit-transition: all .5s;
        padding-bottom:20px
    }
    .zixun li {
        width: 100%;
        height:auto;
        box-sizing: border-box;
        padding: 10px 10px 0;
        float: left;
        background: #fff;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px){
    /*.zengzhi li {*/
        /*width: 45%;*/
        /*height: 400px;*/
        /*background: #efefef;*/
        /*border-radius: 4px;*/
        /*margin-top: 40px;*/
        /*position: relative;*/
        /*text-align: center;*/
        /*transition: all .5s;*/
        /*margin-bottom: 20px;*/
        /*-webkit-transition: all .5s;*/
    /*}*/

    .zixun li .title {
        font-size: 15px;
        color: #727171;
        height: 60px;
        line-height: 25px;
        font-weight: 500;
        border-bottom: 2px solid #ccc;
    }
    .zixun li .texts {

    }
    .zixun li .texts {
        margin-top: 10px;
        color: #727171;
        font-size: 12px;
        line-height: 25px;
    }
}
