

.contact_list{
    margin: 0.86rem 0 0.82rem;
    display: flex;
    justify-content: space-between;
    column-gap: 0.53rem;
}
.contact_list .contact_item{
    width: calc(33.33% - 0.354rem);
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.12rem;
    border: 0.01rem solid #E4E4E4;
    padding: 0.34rem;
    box-sizing: border-box;
}
.contact_list .contact_item .contact_title{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    padding-left: 0.1rem;
}
.contact_list .contact_item .contact_icon{
    width: 1.5rem;
    height: 1.02rem;
    margin: 0.35rem 0;
}
.contact_list .contact_item .contact_txt{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.44rem;
}
.contact_list .contact_item .contact_key{
    font-weight: 400;
    font-size: 0.14rem;
    color: #8D8D8D;
}
.contact_map{
    width: 100%;
    height: 6.5rem;
    position: relative;
    overflow: hidden;
}
.contact_map .map_icon{
    width: 0.25rem;
    height: 0.3rem;
    position: absolute;
    z-index: 99;
    top: 27%;
    left: 46%;
}
.contact_map .map_icon img{
    object-fit: contain;
}
.contact_form{
    background: url(../images/img/contact_bg.png) center no-repeat;
    background-size: cover;
    padding: 1.25rem 0 0.98rem;
    box-sizing: border-box;
}
.contact_form .contact_name{
    text-align: center;
    font-weight: 400;
    font-size: 0.36rem;
    color: #333333;
    margin-bottom: 0.82rem;
}
.contact_form form{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.78rem;
    row-gap: 0.25rem;
}
.contact_form .form_lab{
    width: calc(50% - 0.39rem);
}
.contact_form .form_lab.lab1{
    width: 100%;
}
.contact_form .form_lab label{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.contact_form .form_lab label span{
    color: #FF0000;
}
.contact_form .form_lab input{
    width: 100%;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #C5C5C5;
    margin-top: 0.08rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 500;
    color: #000;
}
.contact_form .form_lab textarea{
    width: 100%;
    height: 1.57rem;
    margin-top: 0.08rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #C5C5C5;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 500;
    color: #000;
}
.contact_form .submit{
    margin-top: 0.1rem;
    padding: 0.16rem 0.75rem;
    box-sizing: border-box;
    background: #002673;
    border-radius: 0.28rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    cursor: pointer;
}







/* 搜索 */
.banner_search{
    max-width: 6.56rem;
    margin: 0 auto;
    position: relative;
}
.banner_search .search_input {
  width: 100%;
  border-radius: 0.25rem;
  border: 0.01rem solid #D8D8D8;
  height: 0.5rem;
  padding-left: 0.27rem;
  padding-right: 1.3rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #000;
}
.banner_search .search_input::placeholder {
  color: #7A7A7A;
}
.banner_search .search_btn {
  width: 1.15rem;
  height: 0.52rem;
  background: #002673 url("../images/img/search_btn.png") center no-repeat;
  border-radius: 0.25rem;
  border: 0.01rem solid #002673;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -0.01rem;
  z-index: 9;
}





.search_body{
    /* min-height: 4.54rem; */
    padding: 0.69rem 0;
    box-sizing: border-box;
}
.search_body .search_num{
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
}
.search_body .search_num span{
    color: #FF0000;
}
.search_body .search_list .search_item{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    margin-top: 0.27rem;
    padding: 0.18rem 0.27rem 0.21rem 0.47rem;
    box-sizing: border-box;
}
.search_body .search_list .search_txt{
    width: calc(100% - 3.73rem);
    padding-top: 0.31rem;
    box-sizing: border-box;
}
.search_body .search_list .search_txt .search_title{
    font-weight: bold;
    font-size: 0.24rem;
    color: #383635;
    margin-bottom: 0.21rem;
}
.search_body .search_list .search_txt .search_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #757575;
    line-height: 2;
}
.search_body .search_list .search_img{
    width: 2.87rem;
    height: 1.67rem;
    border-radius: 0.1rem;
    overflow: hidden;
}






.search_null{
    padding: 1.2rem 0;
}
.search_null img{
    width: 3.6rem;
    height: auto;
    margin: 0 auto;
}
.search_null span{
    display: block;
    text-align: center;
    margin-top: 0.27rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
}

