.p60 {
    padding: 60px 0
}

.contact {
    background: #007192;
    padding: 50px 0 0
}

.contact li,
.contact li a {
    color: #fff;
    float: left;
    font-size: 16px
}

.contact li {
    width: 30%;
    padding-left: 80px;
    box-sizing: border-box;
    margin-bottom: 55px
}

.contact li:last-child {
    width: 60%
}

.contact li p {
    overflow: hidden;
    font-size: 16px
}

.contact li span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 24px
}

.contact li i {
    width: 20px;
    height: 23px;
    margin-right: 9px;
    float: left;
    display: inline-block;
    font-size: 20px
}

.contact li a:hover {
    text-decoration: underline
}

.case_xunpan_nr {
    border-radius: 20px 20px;
    box-shadow: #b3b3b3 0 2px 10px;
    width: 98%;
    background: #fff;
    margin: 8px auto;
    overflow: hidden;
    margin-top: 50px
}

.message_yingdao {
    position: relative;
    margin: 20px 40px;
    padding-top: 40px;
    overflow: hidden
}

.message_yingdao .right {
    width: auto;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin-left: 2%
}

.message_yingdao .left {
    background: #d8e8f7;
    background: #fff4ea;
    border: 1px solid #b0edff;
    border-radius: 0 1.024rem 1.024rem 1.024rem;
    padding: 20px 65px 20px 0;
    overflow: hidden;
    background: #d3f5ff
}

.message_yingdao .left .con {
    margin-right: 10%;
    margin-left: 3%
}

.message_yingdao .left .tip {
    text-indent: 0;
    font-size: 16px;
    line-height: 34px;
    color: #007192
}

.message_yingdao .left .tip a {
    color: #007192;
    text-decoration: underline
}

.message_yingdao .left .tel {
    width: 52%;
    float: left;
    color: #ed2225;
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px
}

.message_yingdao .left .tel span {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    vertical-align: center
}

.inq_form_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 2%;
    text-align: left;
    padding: 30px 30px 0
}

.inq_form_list dd {
    float: left;
    width: 48%;
    margin-bottom: 15px
}

.inq_form_tt {
    font-size: 18px;
    line-height: 50px;
    color: #000
}

.inq_form_tt span {
    color: #ed1c24;
    font-size: 16px
}

.inq_form_inp1 {
    width: 97%;
    border: 0;
    color: #666;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: #999 1px solid;
    text-indent: 5px;
    *text-indent: 0px
}

.inq_form_area {
    border: 0;
    width: 99%;
    background-color: #fff;
    border: #999 1px solid;
    height: 100px;
    line-height: 20px;
    font-size: 15px;
    margin: 6px 0 0;
    padding: 10px;
    color: #666;
    resize: none
}

.inq_form_list dt {
    width: 100%;
    margin-bottom: 25px
}

.inq_form_btn1:hover {
    opacity: .8
}

.cb-title h2 {
    clear: both;
    font-size: 34px;
    padding: 17px 0 36px;
    color: #3d3d3d;
    font-weight: 400;
    text-align: center;
    line-height: 1
}

.case_xunpan_nr .cb-title h2 {
    padding: 27px 0 6px
}

@media screen and (max-width:991px) {
    .contact li {
        width: 40%;
        padding-left: 60px
    }

    .contact li:last-child {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .contact li {
        width: 100%;
        padding-left: 20px
    }

    .message_yingdao {
        margin: 0 0 10px
    }

    .message_yingdao .left {
        border-radius: 0;
        padding: 10px 0
    }

    .message_yingdao .right {
        display: none
    }

    .message_yingdao .left .con {
        margin-right: 5px;
        margin-left: 5px
    }

    .message_yingdao .left .tip {
        font-size: 14px;
        line-height: 22px
    }

    .inq_form_list dd {
        width: 100%;
        float: inherit
    }

    .inq_form_list {
        padding: 10px
    }

    .inq_form_tt {
        line-height: 30px
    }

    .case_xunpan_nr .cb-title h2 {
        font-size: 26px
    }
}