.g-about .g1 {
  float: left;
  width: 8rem;
}
.g-about .g2 {
  width: 970px;
  float: right;
}
.nav-about {
  background: #fafafa;
}
.nav-about li {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.nav-about li a {
  display: block;
  line-height: 2rem;
  font-size: .8rem;
}
.nav-about li.current {
  border-bottom: 1px solid #f17d01;
}
.nav-about li.current a {
  color: #fff;
  background: #f17d01;
}
.content-about {
  /* margin-bottom: 210px; */
}
.content-about h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.content-about p {
  font-size: .8rem;
  margin: 1.6em 0;
  line-height: 1.8;
}
.content-about hr {
  border: none;
  background: #eee;
  height: 1px;
}
.content-about-links p a {
  margin-right: 8px;
  white-space: nowrap;
}
.content-about-links p .name {
  display: none;
}
.content-about-links p .sep {
  display: none;
}
@media (max-width: 800px) {
  .g-about .g1 {
    float: none;
    width: auto;
  }
  .g-about .g2 {
    padding: 0 10px;
    width: auto;
    float: none;
  }
  .content-about {
    margin-bottom: 10px;
  }
  .nav-about {
    padding: 0 10px;
    background: none;
    overflow-x: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  .nav-about:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .nav-about li {
    display: inline-block;
    white-space: nowrap;
  }
  .nav-about li a {
    font-size: 13px;
  }
  .nav-about li.current a {
    color: #f17d01;
    background: inherit;
  }
}
@media (max-width: 1199px) {
	.g-about .g1{
		width: 5rem;
	}
	.g-about .g2{
		width: calc(100% - 5rem);
	}
	.content-about p{
		margin:.4rem 0;
	}
	.content-about{
		margin-bottom: 2rem;
		padding:0 1rem;
	}
	.content-about img{
		width: 100%;
	}
	.content-about h1{
		font-size: 1rem;
	}
	.content-about img.tougao{
		width: 60%;
	}
}