@charset "utf-8";

.head {
  height: 184px;
  background-image: url(../images/bg.jpg);
  background-position: center top;
}

.nav {
  padding-left: 103px;
  width: 990px;
}

.nav p {
  width: 126px;
  text-align: center;
  /* flex: 1; */
}

.i3 .li {
  width: 145px;
  overflow: hidden;
}

.i3 .dt p {
  height: 117px;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-left: #232222 1px dashed;
}

.i3 .li2 .dt p,
.i3 .li4 .dt p {
  height: 217px;
}

.i3 .dd {
  background: -11px -6px no-repeat url(../images/ibg2.png);
  height: 348px;
}

.i3 .li:hover .dd {
  background-image: url(../images/ibg2b.png);
}

.i3 dl dd .p1 {
  font-size: 24px;
  line-height: 1.2;
}

.i3 dl dd .p2 {
  position: relative;
}

.i3 dl dd .p2 span {
  position: absolute;
  font: normal 400 14px/1 '微软雅黑';
  transform: rotate(90deg);
  display: block;
  width: 180px;
  left: -75px;
  top: 50px;
  text-align: center;
}

.foot {
  background: center top no-repeat url(../images/fbg.jpg);
  background-size: 100% 100%;
  height: 300px;
}

.foot .line {
  width: 1px;
  height: 200px;
  background-color: #fff;
}

.place {
  background: left center no-repeat url(../images/leftnav.png);
  height: 96px;
}

.place dd {
  color: #E21717;
  font-family: 微软雅黑;
  font-size: 32px;
  font-weight: 700;
}

/*  */
.ddpage {
  clear: both;
  text-align: center;
  padding: 40px 0;
}

.ddpage ul {
  display: inline-block;
  border-left: 1px solid #eee;
}

.ddpage li {
  display: inline-block;
  list-style: none;
  border: 1px solid #eee;
  border-left: 0;
}

.ddpage li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 13px;
}

.ddpage li:hover,
.ddpage li.active {
  background-color: #CA0000;
}

.ddpage li:hover a,
.ddpage li.active a {
  color: #fff;
}