@charset "utf-8";


.head-page .item:nth-child(7) span {
    color: #C41A1F
}
.contant_map {
    position: relative;
}
.contant_map img {
    max-width: initial;
}
.contant_map_box {
    width: 42%;
    height: 420px;
}
.allmap_content {
    width: 48%;
    background: #FFFFFF;
    box-sizing: border-box;
    ;
}
.map_texts {
    border-top: 1px solid #EEEEEE;
    margin-top: 18px;
    padding-top: 26px;
    box-sizing: border-box;
}
.map_texts .map_item {
    margin-bottom: 13px;
    align-items: flex-start;
}
.map_texts .map_item:last-child {
    margin-bottom: 0;
}
.map_texts .map_item .map_tit {
    width: 100px;
    display: flex;
    align-items: center;
}
.map_texts .map_item .map_text {
    width: calc(100% - 100px);
}
.contant_map .map_tit img {
    margin-right: 15px;
}
.contact_pg02 .width1440 {
    padding: 0 7.5%;
    box-sizing: border-box;
}
.contact_pg02 .link {
    width: 49%;
    height: 65px;
    line-height: 65px;
    outline: none;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 27px;
    margin-right: 2%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #666;
    font-weight: 400;
}
.contact_pg02 .link:nth-child(2n) {
    margin-right: 0;
}
.contact_pg02 textarea {
    width: 100%;
    height: 227px;
    padding: 40px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    color: #666666;
    border: 1px solid #E5E5E5;
}
.contact_pg02 .btn-item {
    width: 200px;
    height: 53px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    background: none;
    cursor: pointer;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 50px auto 0;
}
.contact_pg02 .btn-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #C41A1F;
    transition: all .4s;
    z-index: -1;
}
.contact_pg02 .page-tit {
    margin: 0 0 25px;
    padding-top: 0;
}
.contact_pg02 .btn-item:hover {
    color: #FFFFFF;
}
.contact_pg02 .btn-item:hover::after {
    width: 100%;
}



::-webkit-input-placeholder {
    color: #cdcdcd;
}

:-moz-placeholder {
    color: #cdcdcd;
}

::-moz-placeholder {
    color: #cdcdcd;
}

:-ms-input-placeholder {
    color: #cdcdcd;
}

@media only screen and (max-width: 1200px) {
    .contact_pg02 .width1440 {
        padding: 0 5.25%;
    }
    .contant_map_box {
        width: 45%;
        height: 398px;
    }
}

@media only screen and (max-width: 750px) {
    .contant_map .width1440 {
        display: flex;
        flex-direction: column-reverse;
    }
    .map_box {
        padding: 20px 0 30px;
        width: 100%;
    }
    .contant_map_box {
        width: 100%;
        height: 248px;
        margin-top: 25px;
    }
    .allmap_content {
        width: 100%;
    }
    .contant_map .map_tit img {
        margin-right: 7px;
    }
    .map_texts .map_item .map_tit {
        width: 72px;
    }
    .map_texts .map_item .map_text {
        width: calc(100% - 72px);
    }
    .map_texts .map_item {
        margin-bottom: 8px;
    }
    .contact_pg02 .width1440 {
        padding: 0;
    }
    .contact_pg02 .link {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contact_pg02 textarea {
        width: 100%;
        height: 198px;
        padding: 20px 15px;
    }
    .contact_pg02 .btn-item {
        width: 45%;
        height: 42px;
        margin: 25px auto 0;
    }
}<!--0.00011014938354492-->