.cancat_top {
    margin: 70px 0px 80px;
}

.top_inner {
    overflow: hidden;
    box-shadow: 0px 2px 17px 1px 
		rgba(58, 58, 58, 0.06);
}

.cancat_left {
    height: 100%;
    background: #b59868 url(../images/cancat_left_bg.png) no-repeat 100% 100%;
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 60px 30px 126px;
}

.cancat_title {
    font-size: 24px;
	font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.title_line {
    width: 36px;
    border-bottom: 3px solid #fff;
    margin-bottom: 45px;
}

.phone_title {
    overflow: hidden;
    margin-bottom: 28px;
}

.phone_title img {
    width: 20px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.phone_title span {
    font-size: 20px;
	font-weight: bold;
    color: #fff;
}

.cancat_phone {
    font-size: 36px;
    color: #fff;
    font-family: "myFont";
    margin-bottom: 50px;
    display: block;
}

.cancat_phone:hover {
    color: #fff;
}

.address_title {
    overflow: hidden;
    margin-bottom: 28px;
}

.address_title img {
    width: 17px;
    height: 23px;
    margin-right: 13px;
    margin-bottom: 6px;
}

.address_title span {
    font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.cancat_address {
    font-size: 18px;
    width: 100%;
	color: #fff;
}

.cancat_form {
    width: 60%;
    box-sizing: border-box;
    float: right;
    padding: 50px;
}

.form_top {
    font-size: 20px;
    color: #666;
    margin-bottom: 60px;
}

.form_info {
    overflow: hidden;
    margin-bottom: 40px;
}

.form_info input {
    width: 45%;
    margin-right: 4%;
    border-bottom: 1px solid #d6d6d6;
    line-height: 40px;
    height: 40px;
}

.cancat_form textarea{
    width: 100%;
    background: #e5e5e5;
    box-sizing: border-box;
    padding: 15px;
    height: 140px;
    margin-bottom: 40px;
}

.note_title {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px;
}

.immedia {
    width: 160px;
	height: 52px;
    background: #b59868;
    font-size: 20px;
    color: #fff;
    border: 1px solid #b59868;
    cursor: pointer;
}

.immedia:hover {
    background: transparent;
    color: #b59868;
}


.map_img {
    width: 100%;
}

.name_form {
    width: 45%;
    float: left;
    margin-right: 5%;
    position: relative;
}

.holderInput {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    color: #999;
}

.name_form input {
    width: 100%;
    margin-right: 0px;
}

.form_info {
    width: 100%;
    overflow: hidden;
}


.mapWarp {
    width: 100%;
    height: 553px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

#allmap{height: 100%;}

@media (max-width:767px) {
    .mapWarp {
        width: 100%;
        height: 280px;
        margin-top: 122px;
    }
    .info_list img {
        width: 65% !important;
    }
    .cancat_title {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 40px;
    }
    .cancat_address {
        font-size: 14px;
        width: 60%;
        float: left;
        color: #fff;
    }
    .address_title span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }
    .address_title img {
        width: 13px;
        height: 17px;
        margin-right: 8px;
        margin-bottom: 6px;
    }
    .phone_title span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }
    .phone_title img {
        width: 14px;
        height: 18px;
        margin-right: 10px;
        margin-bottom: 3px;
    }
    .cancat_form textarea {
        background: #e5e5e5;
    }
    .img01 {
        display: none;
    }

    .img02 {
        display: inline-block;
    }
    .cancat_left {
        height: auto;
        width: 100%;
        padding: 15px 15px;
    }
    .cancat_title {
        margin-bottom: 10px;
    }
    .title_line {
        margin-bottom: 10px;
    }
    .cancat_phone {
        margin-bottom: 0px;
        font-size: 16px;
        width: 48%;
        display: inline-block;
        /* padding-bottom: 15px; */
        float: left;
    }
    .phone_title {
        margin-bottom: 10px;
        width: 40%;
        float: left;
        margin-top: 2px;
    }
    .address_title {
        margin-bottom: 10px;
        width: 40%;
        float: left;
    }
    .cancat_form {
        width: 100%;
        padding: 15px;
    }
    .form_top {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .form_info input {
        width: 100%;
        margin-right: 0px;
    }
    .form_info {
        margin-bottom: 20px;
    }
    .note_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .immedia {
        width: 100%;
    }
    .cancat_top {
        margin: 0px 0px 30px;
    }
}