.txt_tip{
    margin-bottom: 30px;
}
.detail_area{
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}
.detail_area dl{
    margin: 0 auto;
}
.detail_area dl dt{
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    color: #000;
}
.detail_area dl.row11 dt{
    padding: 5px 0;
    vertical-align: top;
    line-height: 1;
}
.key_icon{
    color: #ff0000;
    line-height: 1;
    vertical-align: middle;
}
.detail_area dl dd{
    position: relative;
    display: inline-block;
    padding: 20px 0;
    width: 554px;
}
.detail_area dl.row11 dd{
    font-size: 0;
    padding-top: 0;
}
.detail_area .tip{
    position: absolute;
    color: #ff0000;
    font-size: 10px;
    left: 0;
    bottom: 4px;
    line-height: 1;
    //display: none;
}
.detail_area dl dd input{
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 0;
    text-indent: 15px;
    font-size: 16px;
    background-color: #f2f2f2;
}
.detail_area dl dd input[name=checkcode]{
    width: auto;
}
.row01 input,
.row03 input,
.row05 input,
.row07 input,
.row08 input,
.row09 input,
.row12 input{
    width: 178px;
}
.row04 input,
.row06 input,
.row10 input{
    width: 368px;
}
.row02 input{
    width: 100%;
}
.row03 select,
.row06 select{
    width: 178px;
    height: 40px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    font-size: 16px;
    text-indent: 15px;
}
.row11 textarea{
    width: 666px;
    height: 160px;
    border: 1px solid #cccccc;
    resize:none;
    padding: 20px 15px;
    font-size: 16px;
    text-align: justify;
    background-color: #f2f2f2;
}
.row12 dd span{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccccc;
    margin-left: 3px;
}
.row12 span img{
    display: block;
}
.detail_area .row12{
    border-bottom: none;
}
.row12 p{
    position: relative;
    display: inline-block;
}
.verify_tip{
    position: absolute;
    display: block;
    width: 100%;
    bottom: -25px;
    left: 0;
    text-align: center;
    font-size: 10px;
    color: #3d92d2;
    cursor: pointer;
}
.ok_btn{
    display: block;
    width: 225px;
    height: 46px;
    line-height: 46px;
    color: #0048b7;
    border: 1px solid #0048b7;
    text-align: center;
    margin: 40px auto 0;
}
.ok_btn:hover{
    color: #fff;
    border: 1px solid #07a5d3;
    background-color: #07a5d3;
    
}
.last_link_btn > a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.last_link_btn{
    display: inline-block;
    margin: 50px auto 0;
    width: 100%;
    text-align: center;
}
.last_link_btn > a{
    width: auto;
    height: 50px;
    line-height: 50px;
    background-color: #0a70b6;
    color: #FFFFFF;
    padding: 15px 30px;
    /*margin-right: 5px;*/
}
.confirm_btn{
    text-align: center;
}
.c_btn01,
.c_btn02{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #0a70b6;
    color: #ffffff;
    text-align: center;
    margin: 50px 30px 0;
}
.c_btn01:hover,
.c_btn02:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*感谢页面*/
#c_thanks_content .detail_area{
    padding: 90px 0;
}
#c_thanks_content .img{
    text-align: center;
    margin-bottom: 20px;
}
#c_thanks_content h3{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
#c_thanks_content .txt{
    font-size: 18px;
    text-align: center;
}

/* 20190315 */
.contact_company_intro{
    padding: 40px 0;
    background-color: #f7f7f7;
}
.contact_company_intro h2{
    margin-bottom: 40px;
    text-align: center;
    font-size: 0;
}
.contact_wrapper{
    margin: 0 auto;
    width: 970px;
}
.contact_company_intro_detail{
    margin-bottom: 40px;
    padding: 40px 0;
    background-color: #0071be;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.contact_company_intro_detail .ccid_bottom{
    margin-top: 20px;
    font-size: 0;
}
.contact_company_intro_detail .ccid_bottom_left,
.contact_company_intro_detail .ccid_bottom_right{
    display: inline-block;
}
.contact_company_intro_detail .ccid_bottom_left a,
.contact_company_intro_detail .ccid_bottom_right a{
    font-size: 18px;
}
.contact_company_intro_detail .ccid_bottom_left{
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
}
.contact_company_intro_detail .ccid_bottom_left::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    display: block;
    width: 1px;
    height: 35px;
    background-color: #015086;
}
.contact_wrapper .txt_tip{
    color: #000;
}
@media (max-width: 1024px) {
    .detail_area {
        padding: 10px 0 40px;
        margin-bottom: 30px;
        background-color: #f9f9f9;
    }
    .txt_tip {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .detail_area dl {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px dotted #aeaeae;
    }
    .detail_area dl dt {
        width: 90px;
        font-size: 14px;
        padding: 15px 0;
    }
    .detail_area dl dd {
        padding: 15px 0;
        width: 62%;
    }
    .detail_area dl dd input {
        width: 100% !important;
        font-size: 14px;
    }
    .row03 select, .row06 select {
        width: 100%;
        font-size: 14px;
    }
    .row06 select {
        margin-bottom: 15px;
    }
    .detail_area dl.row06 dt,
    .detail_area dl.row12 dt {
        vertical-align: top;
    }
    .detail_area dl.row11 dd {
        width: 100%;
    }
    .row11 textarea {
        width: 100%;
        font-size: 14px;
    }
    .detail_area dl.row12 dd input {
        margin-bottom: 15px;
    }
    .ok_btn {
        margin: 20px auto 0;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    /*感谢页面*/
    #c_thanks_content .detail_area {
        padding: 50px 20px;
    }
    #c_thanks_content .img img{
        width: 60%;
    }
    #c_thanks_content h3 {
        font-size: 22px;
    }
    #c_thanks_content .txt {
        font-size: 15px;
    }
    /* 20190315 */
    .contact_company_intro{
        padding: 20px 0 20px 0;
    }
    .contact_company_intro h2{
        margin-bottom: 20px;
    }
    .contact_company_intro h2 img{
        width: 92.1875%;
    }
    .contact_wrapper{
        width: 92.1875%;
    }
    .contact_company_intro_detail{
        margin-bottom: 20px;
        padding: 20px 0;
        font-size: 14px;
    }
    .contact_company_intro_detail .ccid_bottom{
        margin-top: 10px;
    }
    .contact_company_intro_detail .ccid_bottom_left a,
    .contact_company_intro_detail .ccid_bottom_right a{
        font-size: 14px;
    }
    .contact_company_intro_detail .ccid_bottom_left{
        margin-right: 10px;
        padding-right: 10px;
    }
    .contact_company_intro_detail .ccid_bottom_left::after{
        display: none;
    }
}

@media all and (max-width: 768px) {
    .last_link_btn > a{
        display: inline-block;
        padding: 0 30px;
        /*margin-right: 5px;*/
    }

    .last_link_btn > a:last-child {
        margin-top: 10px;
    }

}
