/*mobile*/
@media (max-width: 767px){
.t_contact .body {background-color: #fff;}    
.t_contact .Breadcrumbs {margin: 0 2em;}   
    
/* 地图 */
.t_contact .mapBox {background-color: #f7f7f7;padding: 0 2em 3em;}
.t_contact #map {position: relative;z-index: 1; width: 100%;height: 15rem;margin: 2.08rem auto 0;box-sizing: border-box;}
.t_contact #map img {max-width: none;}
.t_contact #loading {display: none;position: absolute;z-index: 2;width: 100%;margin-top: -9.3rem;left: 50%;margin-left: -0.8rem;}

/* 公司基本信息 */
.t_contact .mapBox .infobox {position: relative;margin-top: -3rem;padding-bottom: 2em; background-color: #fff;}
.t_contact .infobox .logo_a {width: 100%;padding-top: 2.91rem;}
.t_contact .logo_a img {width: 100%;}

.t_contact .infobox .info {padding: 0 1em;margin: 0.3rem 0;}
.t_contact .infobox .h2 {margin: 2rem 0 0.7rem;font-weight: bold;}
.t_contact .infobox .h4 {margin: 0.5rem 0 0.5rem;font-weight: bold;}

.t_contact .infobox .info1 {overflow: hidden;}
.t_contact .infobox .link .cont {color: #00b6ee;text-decoration: underline;}
.t_contact .infobox .icons {float: left;width: 4%;margin-right: 0.7rem;margin-top: 0.25rem;}
.t_contact .infobox .icons img {width: 100%;}
.t_contact .infobox .cont {float: left;width: 90%;}

/* 二维码 */
.t_contact .qr_card {width: 100%;text-align: center;}
.t_contact .qr_box p {font-size: 1.2em;font-weight: bold;width: 70%;text-align: center;margin-left: 15%;}
.t_contact .qr_box .qr {width: 30%;margin: 0 auto 5rem;}

/* 名片 */
.t_contact .managers {width: 100%;height: 100%;margin-bottom: 2.7rem;}
.t_contact .secTitle {margin: 1.66rem 0;}
.t_contact .secTitle .icon_color {display: inline-block;width: 2.79rem;height: 1.375rem;vertical-align: top;}
.t_contact .secTitle .icon_color img {width: 100%;}
.t_contact .secTitle .icon_txt {font-size: 1.1em;font-weight: bold;} 

.t_contact .cardBox .cards {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;margin-bottom: 1rem;}
.t_contact .cardBox .card {width: 47%;background-color: #f7f7f7;padding-bottom: 1rem;margin-bottom: 2rem;}

.t_contact .cardBox {padding: 0 2em;}
.t_contact .cards .txt {font-size: 1em;text-align: center;padding: 0.5em 0;color: #fff;height: 36%;}
.t_contact .cards .txt1 {background-color: #003377;}
.t_contact .cards .txt2 {background-color: #00b6ee;}
.t_contact .cards .txt3 {background-color: #e50011;}

.t_contact .card .info1 {width: 100%;padding: 0 0.8em;margin: 1rem 0; overflow: hidden;word-break: break-all;}
.t_contact .card .icons {width: 10%; float: left;margin-right: 0.7rem; margin-top: 0.2rem;}
.t_contact .card .icons img {width: 100%;}
.t_contact .card .cont {width: 75%; float: left;text-align: left;}

}