.banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/about/banner.png) no-repeat center;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.navigation {
  height: 56px;
  line-height: 56px;
  background: #f2f2f2;
  box-shadow: 4px 4px 4px #e8e8e8;
}
.navigation p {
  color: #1e1e1e;
  font-size: 22px;
  padding-left: 40px;
  background: url(../images/about/position.png) no-repeat center left;
}
.navigation p a {
  color: #1e1e1e;
}
.toptitle {
  width: 844px;
  margin: 25px auto;
  text-align: center;
  border-bottom: 2px solid #d9d9d9;
}
.toptitle h2 {
  line-height: 54px;
  font-size: 28px;
  color: #b51829;
  width: 120px;
  margin: 0 auto -3px;
  border-bottom: 4px solid #b51829;
}
.part .title {
  font-size: 24px;
  color: #b51829;
  background: url(../images/about/titbg.png) no-repeat center;
  background-position: 110px center;
  margin: 25px 0;
}
.part p {
  font-size: 16px;
  color: #666;
  line-height: 50px;
  letter-spacing: 1.5px;
}
.part > img {
  width: 100%;
}
.part .left {
  float: left;
  width: 708px;
  height: 309px;
}
.part .left #container {
  width: 708px;
  height: 309px;
}
.part .right {
  float: right;
  width: 444px;
  height: 306px;
  border: 1px solid #b51829;
}
.part .right h4 {
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #b51829;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.part .right h6 {
  font-size: 20px;
  color: #666;
  font-weight: normal;
  line-height: 40px;
  margin-top: 10px;
  padding-left: 60px;
}
.part .right h6:nth-of-type(1) {
  background: url(../images/about/gj.png) no-repeat center left;
  background-position: 10px center;
}
.part .right h6:nth-of-type(2) {
  background: url(../images/about/zj.png) no-repeat center left;
  background-position: 10px center;
}
.part .right h6:nth-of-type(3) {
  background: url(../images/about/dt.png) no-repeat center left;
  background-position: 10px center;
}
.part .right p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-left: 60px;
  width: 360px;
}
.part .tel p {
  margin: 50px auto 0;
  font-size: 16px;
  width: 400px;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  border: 1px solid #b51829;
  border-radius: 40px;
  color: #b51829;
  padding-left: 60px;
  letter-spacing: 5px;
  position: relative;
}
.part .tel p a {
  color: #fff;
  display: inline-block;
  background: #b51829;
  width: 170px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
