.contact{
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:43px 20px;
}
.a_title{
    text-align: center;
}
.a_title_en{
    text-align: center;
    font-size: 24px;
    color:#f8f8f8;
    font-weight: bold;
}
.a_title_cn{
    font-size: 26px;
    color:#333;
    font-weight: bold;
    display: inline-block;
    /* margin-top:12px; */
    position: relative;
}
.contact_con{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:20px;
}
.contact_con_left{
    width:296px;
    height:auto;
    overflow:hidden;
    padding:0 12px;
    background: #fbfbfb;
    min-height: 500px;
}
.contact_con_title{
    font-size: 20px;
    color:#333;
    line-height: 73px;
    border-bottom:1px solid #eee;
}
.contact_con_list{
    padding-top:20px;
}
.contact_menu_li{
    display: block;
    margin:0 7px;
    min-height:49px;
    /* border-bottom:1px dashed #eee; */
}
.contact_menu_li{
    font-size: 14px;
    color:#333;
    line-height: 49px;
}
.contact_menu_li span{
    padding-left:10px;
}
.contact_menu_li.active{
    color:#e1410f;
}
.contact_menu_li:last-child{
    border-bottom:none;
}
.contact_menu_li_con{
    width:87%;
}
.contact_menu_li_label{
    font-size: 12px;
    color:#333;
    line-height: normal;
}
.contact_menu_li_text{
    width:79%;
    font-size: 12px;
    color:#333;
    line-height: normal;
}
.contact_menu_li.flex{
    display: flex;
}
.map{
    width:861px;
    height:500px;
}
.message{
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:43px 20px;
    padding-top:0;
}
.a_title_sub{
    font-size: 14px;
    color:#999;
    padding-top:10px;
}
.form{
    padding-top:32px;
}
.form_item_label{
    font-size: 14px;
    color:#333;
}
.form_item_input{
    width:300px;
    height:40px;
    margin-left: 14px;
}
.form_item_input input{
    width:268px;
    margin:0;
    padding:0;
    background: #f8f8f8;
    padding:0 16px;
    height:100%;
    outline: none;
    border: none;
    font-size: 14px;
    color:#333;
    border-radius:4px;
}
.form_item_input input:focus{
    box-shadow: 0 0 8px 2px #f8d3c7;
    background: #fff;
}
.form_textarea{
    width:100%;
    padding-top:20px;
}
.form_item_textarea{
   margin-left: 14px;
}
.form_item_textarea textarea{
    width:1097px;
    margin:0;
    padding:0;
    background: #f8f8f8;
    padding:16px;
    height:83px;
    outline: none;
    border: none;
    font-size: 14px;
    color:#333;
    border-radius:4px;
    resize: none;
}
.form_item_textarea textarea:focus{
    box-shadow: 0 0 8px 2px #f8d3c7;
    background: #fff;
}
.submit{
    width:200px;
    height:40px;
    display: block;
    float: right;
    margin-top:20px;
    text-align: center;
    background: #e1410f;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
}