@charset "utf-8";

/* 我们的服务 */

.wmfw {
    margin-top: 60px;
}

.wmfw_title h6 {
    font-size: 36px;
    color: #333;
}

.wmfw_title p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.wmfw_ct {
    margin-top: 35px;
}

.wmfw_ctitem {
    height: 366px;
    margin-right: 2%;
    width: 32%;
    border: 1px solid #eee;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.wmfw_ctitem .wmfw_ctitema {
    position: relative;
}

.wmfw_ctitem:nth-child(3n) {
    margin-right: 0;
}

.wmfw_ctitema_x {
    width: 50px;
    height: 2px;
    background-color: #084fb6;
    margin: 24px auto;
}

.wmfw_ctitema_h {
    font-size: 24px;
    color: #333;
}

.wmfw_ctitemadw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 89, 190, .8);
    padding: 0 30px;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.wmfw_ctitemadw_h {
    font-size: 24px;
    color: #fff;
}

.wmfw_ctitemadw_p {
    width: 100%;
    margin-top: 30px;
    height: 75px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wmfw_ctitemadw_gd {
    border: 1px solid #fff;
    margin-top: 20px;
    padding: 15px 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}

.wmfw_ctitem .wmfw_ctitema:hover .wmfw_ctitemadw {
    opacity: 1;
}


/* 我们的优势 */

.wmys {
    margin-top: 50px;
}

.wmys_titlel {
    font-size: 50px;
    width: 250px;
    text-align: right;
    line-height: 44px;
    color: #084fb6;
    padding-top: 10px;
}

.wmys_titler_h {
    font-size: 45px;
    color: #333;
    font-weight: 700;
    line-height: 68px;
}

.wmys_titler_p {
    margin-top: -12px;
    font-size: 34px;
    color: #333;
}

.wmys_x {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.wmys_ct {
    margin-top: 35px;
}

.wmys_ctlbox_item {
    padding-right: 60px;
}

.wmys_ctlbox_item:last-child {
    margin-bottom: 0;
}

.wmys_ctlbox_iteml {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #084fb6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.wmys_ctlbox_itemr {
    flex: 1;
    margin-left: 20px;
}

.wmys_ctlbox_itemr {
    font-size: 18px;
    color: #666;
}

.wmys_ctcbox img {
    /*    height: 100%;*/
}

.wmys_ctr.wmys_ctl .wmys_ctlbox_item {
    padding-left: 60px;
    padding-right: 0;
}


/* 成功资料 */

.cgzl {
    margin-top: 50px;
}

.cgzl_ct {
    margin-top: 35px;
}

.cgzl_ctbox {
    margin: auto;
    margin-left: -25px;
    width: calc(100% + 50px);
}

.cgzl_item {
    margin: 0 25px;
}

.cgzl_itemimg {
    overflow: hidden;
}

.cgzl_itemimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgzl_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cgzl_ctbox .owl-controls .owl-page.active span {
    background-color: #084fb6;
}
.dltd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dltd .dltdbox {
    height: 195px;
}
.qtnrbox.dltd {
    margin-top: 60px;
}

.dltdbox i {
    font-size: 60px;
    color: #fff;
}

.dltdbox span {
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 768px){
    /* 我们的服务 */
    .wmfw{
        margin-top: 40px;
    }
    h3{
        font-size: 24px;
    }
    .wmfw_title p{
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }
    .wmfw_ct{
        margin-top: 25px;
    }
    .wmfw_ctitem{
    
    
        width: 100%;
        margin-bottom: 15px;
    }
    .wmfw_ctitem .wmfw_ctitema{
        padding: 30px 10px;
    }
   .wmfw_ctitema_x{
       display: none;
   }
   .wmfw_ctitema>.wmfw_ctitema_h{
       display: none;
   }
   .wmfw_ctitemadw_h{
       font-size: 20px;
   }
   .wmfw_ctitemadw_p{
       margin-top: 10px;
   }
   .wmfw_ctitemadw_gd{
       margin-top: 10px;
   }
   .wmfw_ctitem{
       height: 250px;
   }
    .wmfw_ctitemadw{
        opacity: 1;
        padding: 0 15px;
    }
    .wmfw_ctitemadw_gd{
        padding: 10px 20px;
    }
    .wmfw_ctitem{
        margin-right: 0;
    }
    /* 为什么 */
    .wmys{
        margin-top: 40px;
    }
    .wmys_titlel{
        display: none !important;
    }
    .wmys_titler{
        text-align: center;
    }
    .wmys_titler_h{
        font-size: 24px;
    }
    .wmys_titler_p{
        font-size: 14px;
    }
    .wmys_ctc{
        display: none !important;
    }
    .wmys_ct{
        margin-top: 25px;
    }
    .wmys_ctlbox_item{
        padding: 5px 10px;
    }
    .wmys_ctlbox_iteml{
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .wmys_ctlbox_itemr{
        margin-left: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .wmys_ctr.wmys_ctl .wmys_ctlbox_item{
        padding:5px 10px;
    }
    /* 其他内容 */
    .dltd .dltdbox{
        height: 160px;
    }
    .qtnrbox.dltd{
        margin-top: 45px;
    }
    .dltdbox i{
        font-size: 40px;
    }
    .dltdbox span{
        font-size: 12px;
        line-height: 20px;
    }
    /* 成功资料 */
    .wmfw_title h6{
        font-size: 24px;
    }
    .cgzl_ct{
        margin-top: 25px;
    }
    /* 问题 */
    .cgzl_ct .col {
        overflow: hidden;
    }
    .cjwt_ct{
        margin-top: 25px;
    }
    .cjwt_ctbox_item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cjwt_ctbox_itemhy{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .sqlx_titleh{
        font-size: 24px;
    }
    .cjwt_ctbox_itemhz{
        font-size: 16px;
    }
    .cjwt_ctbox_itemp  p{
        font-size: 12px;
        line-height: 20px;
    }
    .foot{
        margin-top: 40px;
    }
}