.introduce{
  margin-top: 100px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 80px;
}
.introduce .title_box{
  float: left;
}
.introduce .title_box p{
  font-size: 48px;
  color: #070b29;
  line-height: 48px;
  margin-bottom: 32px;
}
.content_box{
  float: right;
  width: 775px;
  font-size: 16px;
  color: #030000;
  text-indent: 2em;
  line-height: 38px;
}
.content_box p span{
  color: #1473e6;
}
.tellUs{
  background-color: #edf5fd;
  padding: 60px 0;
}
.tellUs .title_box p:first-child{
  font-size: 48px;
  color: #070b29;
  line-height: 48px;
  margin-bottom: 32px;
}
.tellUs .phone_box img{
  width: 28px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.tellUs .phone_box p{
  font-size: 22px;
  color: #1473e6;
  font-weight: bold;
  line-height: 18px;
  float: left;
}

.tellUs .type_box div p:first-child{
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}

.tellUs .type_box div p:nth-child(2){
  font-size: 16px;
  color: #666666;
}
.tellUs .type{
  float: right;
  width: 775px;
}

.tellUs .type_box div:nth-child(2){
  margin-top: 40px;
}

.certificate_box ul {
  text-align: justify;
  margin-top: 75px;
}

.certificate_box ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.certificate_box ul li{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #525252;
}

.certificate_box ul li img{
  margin-bottom: 25px;
}

#container {
  overflow: hidden;
  width: 740px;
  height: 475px;
  margin: 0;
  font-family: "微软雅黑";
}
.map_box{
  float: left;
}
.map_box ul li{
  padding: 15px 15px 15px 45px;
  position: relative;
  margin-bottom: 10px;
}
.map_box ul li:last-child{
  margin-bottom: 0;
}

.map_box ul li:hover{
  background-color: #edf5fd;
  cursor: pointer;
}
.map_box ul li .map_asc{
  position: absolute;
  top: 15px;
  left: 15px;
}
.map_box ul li .map_asc span{
  color: #FFF;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 2px;
}
.map_box ul li .map_asc .bd{
  background: url("../images/bd1.png");
  width: 21px;
  height: 33px;
}
.map_box ul li:hover .map_asc .bd{
  background: url("../images/bd2.png");
  width: 21px;
  height: 33px;
}
.map_box p:first-child{
  font-size: 14px;
  color: #1473e6;
}

.map_box p{
  color: #666666;
  margin-bottom: 6px;
}

.map_box .active{
  background-color: #edf5fd;
}

.map_box .active .map_asc .bd{
  background: url("../images/bd2.png");
}
