.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    height: 420px;
    background: linear-gradient( rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8) ), url(/lib/images/contact_us/banner.jpg) no-repeat center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_bg1 h1{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-top: 80px;
    color: #fff;
}
.contact_bg1 span{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255,0.5);
    margin: 20px 0;
}
.contact_bg1 .breadnav{
    font-size: 1.6rem;
    color: #fff;
}
.contact_bg1 .breadnav a{
    font-size: 1.6rem;
    font-size: 1.6rem;
    color: #fff;
}
.contact_content{
    width: 1226px;
    margin: 0 auto;
    padding: 120px 133px;
    background-color: #fff;
    margin-top: -206px;
    box-sizing: border-box;
}
.contact_content .contact1{ 
    text-align: center;
    margin-bottom: 60px;
}
.contact_content .contact1 h2{
    margin-bottom: 30px;
    font-size: 2.4rem;
    color: #1d1d1d;
    font-family: 'calist-bold';
}
.contact_content .contact1 p{
    font-size: 1.6rem;
    max-width: 600px;
    display: inline-block;
    line-height: 24px;
    color: #666;
}
.contact_content .contact1 .minwidth{
    max-width: 560px;
}
.contact_content .contact2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.contact_content .contact2 .left, .contact_content .contact2 .right{
    width: 465px;
    height: 160px;
    background: #e55636;
    flex-direction: column;
    padding: 0  60px;
    box-sizing: border-box;
}
.contact_content .contact2 .left{
    align-items: flex-start;
}
.contact_content .contact2 .right:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), #e55636;
}
.contact_content .contact2>div .box{
    display: flex;
    padding: 13px 0;
}
.contact_content .contact2>div>div p a{
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}
.contact_content .contact2 .right .box .email{
    font-size: 24px;
    color: #fff;
    font-family: 'calist-bold';
    margin-right: 10px;
    text-decoration: underline;
}
.contact_content .contact2 .right .box .email1{
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
    text-align: center;
}
.contact_content .touch .title h2{
    text-align: center;
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 20px;
    font-family: 'calist-bold';
}
.contact_content .touch .line{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 4px;
    position: relative;
    z-index: 1;
}
.contact_content .touch .line span{
    width: 110px;
    height: 4px;
    background: #e55636;
    position: relative;
    z-index: 2;
}
.contact_content .touch_in{
    margin: 40px auto;
}
.contact_content .touch_in form{
    max-width: 830px;
    margin: 0 auto;
    flex-direction: column;

}
.contact_content .touch_in input, .contact_content .touch_in form textarea{
    border: 1px solid #d5d5d5;
    background: #f8f6f3;
    padding-left: 30px;
    height: 56px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    color: #8c8c8c;
    outline: none;
}
.contact_content .touch_in form textarea{
    height: 100%;
    padding: 20px;
}
.contact_content .touch_in form .input_1{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact_content .touch_in form .input_1 input{
    width: 48%;
}
.contact_content .touch_in form input[type=submit]{
    width: 200px;
    height: 48px;
    background: #1d1d1d;
    margin: 0 auto;
    cursor: pointer;
    padding-left: 0;
    color: #fff;
}
.contact_content .map{
    width: 100%;
    height: 240px;
    margin-top: 60px;
}
.contact_content .map iframe{
    width: 100%;
    height: 100%;
}
@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
        margin-top: -110px;
    }
    .contact_content .contact2{
        justify-content: center;
    }
    .contact_content .contact2>div{
        margin: 0 15px;
    }
}
@media (max-width:1279px){
    .contact_content{
        margin-top: -110px;
    }
    .contact_content .contact2 .left, .contact_content .contact2 .right{
        padding: 0 15px;
    }
    .contact_content .contact2 .left{
        align-items: center;
    }
    .contact_content .contact2 .right .box .email{
        font-size: 22px;
    }
}
@media (max-width:767px){
    .contact_content{
        padding: 15px;
    }
    .contact_content .contact2{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact_content .contact2 .left, .contact_content .contact2 .right{
        width: 100%;
        margin: 10px 0;
    }
    .contact_content .touch_in form .input_1{
        flex-direction: column;
    }
    .contact_content .touch_in form .input_1 input{
        width: 100%;
    }
    .contact_content .touch_in input, .contact_content .touch_in form textarea{
        margin-bottom: 20px;
    }
    .contact_content .map{
        margin-top: 30px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }
    .contact_content .contact1{
        margin-bottom: 30px;
    }
}









