@charset "utf-8";


.head-page .contact_item>a span::after{
    transform: scaleX(1);
    opacity: 1;
}
.contact_pg01 .contents{
    width: 44%;
}
.contact_pg01 .page_ftit{
    margin-top: 10px;
}
.contact_pg01 .contents .con {
    margin: 75px 0  85px;
}
.contact_pg01 .service_con {
    margin-top: 14px;
}
.contact_pg01 .nav{
    width: 45%;
}
.contact_pg01 .item{
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.contact_pg01 .item::after{
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact_map{
    width: 100%;
    height: 635px;
}
.contact_map img{
    max-width: initial;
}
.contact_pg02 .page_title{
   max-width: 40%;
}
.contact_pg02 .lists{
    width: 50.5%;
}
.contact_pg02 .page_desc {
    margin-top: 10px;
}
.contact_pg02 .item {
    width: 49%;
    margin-bottom: 15px;
    margin-right: 2%;
}
.contact_pg02 .item:nth-child(2n) {
    margin-right: 0;
}
.contact_pg02 .item input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666;
    outline: none;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #F5F5F7;
    background: #F5F5F7;
    border-radius: 6px;
}
.contact_pg02 textarea {
    width: 100%;
    height: 227px;
    padding: 22px 30px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #F5F5F7;
    color: #333;
    border-radius: 6px;
}
.contact_pg02 .sub_btn {
    width: 100%;
    height: 65px;
    margin: 25px auto 0;
    border: 1px solid #E60012;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #E60012;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}
.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;
}
@media only screen and (min-width: 960px) {
    .contact_pg02 .sub_btn:hover {
        color: #FFFFFF;
    }
    .contact_pg02 .sub_btn:hover::after {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .contact_pg01 .nav {
        width: 47%;
    }
}
@media only screen and (max-width: 768px) {
    .contact_pg01 .page_title {
        text-align: center;
    }
    .contact_pg01 .contents {
        width: 100%;
    }
    .contact_pg01 .nav {
        width: 100%;
    }
    .contact_pg01 .item {
        padding: 12px 0;
    }
    .contact_pg01 .contents .con {
        margin: 15px 0 20px;
        text-align: center;
    }
    .contact_pg01 .service_con {
        margin-top: 5px;
    }
    .contact_map {
        height: 235px;
    }
    .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_pg02 .page_title {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .contact_pg02 .page_desc {
        margin-top: 5px;
    }
    .contact_pg01 .page_ftit {
        margin-top: 5px;
    }
    .contact_pg02 .lists {
        width: 100%;
        margin-top: 20px;
    }
}