@charset "utf-8";


.head-page .contact_item span{
    color: #D42D26;
}
.head-page .contact_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.contact_pg01 .lists{
    background: #fff;
    align-items: center;
}
.contact_pg01 .contents{
    width: 36.82%;
    padding: 25px 65px;
    box-sizing: border-box;
}
.contact_pg01 .contents .items {
    padding: 25px 0;
    box-sizing: border-box;
}
.contact_pg01 .contents .items:nth-child(2n){
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.contact_pg01 .contents .items .tit {
    margin-bottom: 7px;
}
.contact_pg01 .contents .items .con img {
    max-width: 128px;
}
.ewm {
    max-width: 128px;
}
.contant_map{
    /* height: 817px; */
    border-radius: 0px 20px 20px 0px;
    width: 63.18%;
}
.contant_map img {
    /* max-width: initial; */
    max-width: 100%;
}
.contact_pg02 .item {
    width: 49%;
    margin-bottom: 30px;
    margin-right: 2%;
}
.contact_pg02 .item:nth-child(2n) {
    margin-right: 0;
}
.contact_pg02 .item input{
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #666;
    outline: none;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #F7F7F7;
}
.contact_pg02 textarea {
    width: 100%;
    height: 227px;
    padding: 22px 30px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #F7F7F7;
    color: #333;
}
.contact_pg02 .sub-btn {
    width: 200px;
    height: 53px;
    border: 1px solid #E5E5E5;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 50px auto 0;
    background: #fff;
}
.contact_pg02 .sub-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #D42D26;
    transition: all .4s;
    z-index: -1;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus{
    border-color: #D42D26;
    box-shadow: none!important;
}
.contact_pg02 .sub-btn:hover {
    color: #FFFFFF;
}
.contact_pg02 .sub-btn:hover::after {
    width: 100%;
}
@media only screen and (max-width: 1366px) {
    .contact_pg01 .contents .items{
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .contant_map{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact_pg01 .contents{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact_pg01 .contents .items {
        box-sizing: border-box;
        max-width: 27%;
    }
    .contact_pg01 .contents .items:nth-child(2n) {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
@media only screen and (max-width: 1200px) {
    .contact_pg01 .contents {
        padding: 25px 50px;
    }
}
@media only screen and (max-width: 1043px) {
    .contact_pg01 .contents {
        padding: 25px 40px;
    }
    .contact_pg01 .contents .items {
        width: 47%;
        max-width: initial;
    }

}
@media only screen and (max-width: 960px) {
    .contact_pg01 .contents {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_pg01 .contents {
        padding: 10px 20px;
        width: 100%;
    }
    .contact_pg01 .contents .items {
        padding: 20px 0;
        width: 100%;
        border-bottom: 1px solid #E8E8E8;
        max-width: 100%;
    }
    .contact_pg01 .contents .items:nth-child(2n){
        border-bottom: 1px solid #E8E8E8;
    }
    .contact_pg01 .contents .items:last-child{
        border-bottom: none;
    }
    .contant_map {
        height: auto;
        width: 100%;
    }
    .contact_pg02 .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contact_pg02 .item input{
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
    }
    .contact_pg02 .sub-btn{
        max-width: 125px;
        width: 50%;
        height: 44px;
        margin: 28px auto 0;
    }
    .contact_pg01 .contents .items .con img{
        max-width: 90px;
    }
}