@charset "utf-8";
.contact_in_content{ padding-top: 0.8rem; padding-bottom: 1rem;}
.map_show{ width: 100%; background-position: center center; background-repeat: no-repeat; height: 5rem; border-radius: 0.2rem;box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13); margin-top: 0.5rem; }
.company {}
.company .company_l{ float: left; width: 45%;background-position: center center; background-repeat: no-repeat; height:4.2rem; border-radius: 0.2rem;box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13); background-size: cover }
.company .company_r{ float: right; width:50%; line-height: 1}
.company .company_r .tit{ font-size: 0.16rem; margin-bottom: 0.2rem; margin-top: 0.6rem}
.company .company_r .company_namesd{ position: relative; font-size: 0.4rem; font-weight: bold;margin-bottom: 0.5rem;}
.company .company_r .company_namesd::after {
  content: '';
  position: absolute;
  left:0%;
  bottom:-0.3rem;
  z-index: 0;
  width:0.4rem;
  height: 4px;
  background-color: #c73036;
  margin-left: 0;
}
.company .company_r .con_fonts{ font-size: 0.2rem; line-height: 2.4}

@media (max-width:768px) {
	.company .company_l {
    float: none;
    width: auto;
		height: 3.2rem;}
	.company .company_r {
    float: none;
    width: auto;
    line-height: 1;
}
	.map_show {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
		height: 3.6rem;}
	
}
