@import 'common.css';

.contentInner {
  /* font-size: 1rem; */
}

.flagTitle {
  background: url(../images/titleFlag.png) no-repeat left;
  height: 31px;
  width: 209px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  font-size: 18px
}
.contentInner .serviceTel {
  font-size: 0.8rem;
  padding: 0.3rem 0;
}

.mapTitle {
  margin: 60px 0 10px 0;
}
.mapInner{
  /* margin: 50px 0 0 0; */
  /* text-align: left;
  display: flex; */
}
.mapInner .fl {
  float: left;
}

.mapInner .add {
  /* height: 30px; */
  padding: 20px 0 ;
  font-size: 0.8rem;
  margin: 0 0 20px 0;
  text-align: left;
  /* flex: 0 0 40%; */
  /* display: inline-block; */
}
.mapInner .map {
  width: 100%;
  height: 600px;
  /* flex: 0 0 60%; */
  /* display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content:left; */
}
.mapInner .add span{
  padding: 5px 20px;
}
.mapInner .add .sq01 {
  padding: 5px 20px;
  margin: 0 10px 0 0;
  background: #d34343;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;

}

.mapInner .add .sq02 {
  width: 77px;
  background: #50a7e3;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold
}



.branch-title {
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    color: #474745;
    font-weight: bold;
    padding: 0.3rem 0.7rem;
    border-bottom: 3px solid #E8E7E7;
    text-align: left;
    box-sizing: border-box;
  }
  .branch-list {
    list-style: none;
    line-height: 1.5rem;
    padding: 0.7rem;
    text-align: left;
    box-sizing: border-box;
  }
  .branch-list li:not(:last-child) {
    border-bottom: 3px dotted #E8E7E7;
  }
  .branch-name {
    color: #0e5883;
    font-size: 0.7rem;
    line-height: 1.5rem;
   
  }
  .branch-address {
    width: 16rem;
    line-height: 1.5rem;
    white-space: pre-wrap;
  }


.serviceInner {
  text-align: left;
  line-height: 1rem;
  font-size: 0.5rem;
}

.tableInner td {
  color: #000;
  line-height: 30px;
  border: 1px #000 solid
}

.tableInner .tbHd td {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #3579ce
}

.tableInner .odd td {
  background: #aaa;
  color: #fff
}



.tabInner {
  padding: 3rem 0 0rem 0;
  font-size: 0.5rem;
}
.tabInner li {
  margin: 0 1rem;
  line-height: 1.5rem;
  font-size: 0.80rem;
  padding: 0 0.5rem;
  display: inline-block;
}
.tabInner .active {
  border-bottom: 0.04rem #0e8bcc solid;
}
.tabInner .swiper-slide a {
  color: #333333;
}

.infoInner .serviceTel {
  width: 100%;
  margin: 0.8rem 0 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
}
.infoInner .item {
  padding: 0.05rem 0;
  line-height: 0.45rem;
  font-size: 0.24rem;
  display: flex;
}
.infoInner .item .sKey {
  width: 1.5rem;
  display: inline-block;
  flex: 0 0 20%;
}
.infoInner .item .sValue {
  display: inline-block;
}