.head {
  background: url(../images/head_bg.jpg) no-repeat center top;
  height: 100px;
}
.head .logo {
  padding-top: 19px;
}

.head .serach{
    padding-top: 39px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.nav {
  background: #00449e;
  color: #fff;
}
.nav li {
  float: left;
  width: 11%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.nav li.active, .nav li:hover {
  background: #f60;
}
.nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.tuijian .title {
  background: #f2f2f2;
  border-bottom: 1px solid #00449e;
}
.tuijian .title h2 {
  background: #00449e;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.tuijian .title .more {
  padding-top: 12px;
  padding-right: 5px;
}
.tuijian .title .more a {
  color: #999;
}
.tuijian .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 39px;
  width: 100%;
  text-align: center;
}
.tuijian .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.tuijian .swiper-visible-switch {
  background: #f60;
}
.tuijian .swiper-active-switch {
  background: #f60;
}
.tuijian .tuijian img {
  width: 100%;
}
.tuijian #tj {
  height: 300px;
  margin-top: 10px;
}
.tuijian #tj img {
  height: 300px;
}
.tuijian #tj .swiper-slide {
  position: relative;
}
.tuijian #tj .text {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
}
.tuijian .news-list-text a {
  width: 270px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
}
.tuijian .news-list-text a:hover {
  color: #00449e;
}
.tuijian .news-list-text span {
  font-size: 12px;
  color: #999;
}
.tuijian .news-list-text li {
  height: 44.3px;
  line-height: 44.3px;
  border-bottom: 1px #ddd dashed;
  padding-left: 10px;
  background: url("../images/point.png") center left no-repeat;
}

.footer {
  background: #00449e;
  color: #fff;
  margin-top: 30px;
  padding: 20px 0;
}
.footer .copyright p {
  margin-top: 10px;
  font-size: 14px;
}

.position {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}
.position ul li {
  float: left;
  padding-top: 14px;
  font-size: 16px;
  color: #999;
}
.position ul li::after {
  content: " ";
  width: 20px;
  margin: 0 5px;
  display: inline-block;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABAUlEQVQ4T83TMUrEUBAG4JkJuUOO4QnELdZmbxGSN4EcwrQKstslE9DGxs0B1kpPYCGewUIQktIqjDzQRpbMC7uIUz++9//DewhHHjyyB38Ltm174px7mdNiMqGIXALAJzNXoahZWURuAeCVmTchqAmqKorIHSI+h6Am6FNVVUVJkmwR8YmZ66mkQaAHuq6L+r6/J6IH55xfw94JBn/QYRgeVfWqKIrdPnEWWNf1GRFdR1G0zLKsPwj8xtZxHJ+nafpxUOWmaZaI6LHFFOYvMSuLyEpV1+M4npZl+W69ReunrABgQ0SLPM/fLMxMKCI3RHQRiplgSKLfZ8wdzkX/P/gFTIRSFb/KuTEAAAAASUVORK5CYII=");
  position: relative;
  top: 5px;
}
.position ul li:last-child::after {
  content: '';
  width: 0;
  background: none;
}
.position ul li a {
  color: #999;
}

.this-tit {
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.this-tit .icon {
  width: 30px;
  /* -webkit-border-radius: 5px;
   -moz-border-radius: 5px;*/
  background: #00449e;
  text-align: center;
  padding: 3px 5px 7px;
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: normal;
}
.this-tit .icon i {
  font-size: 32px;
  color: #fff;
  font-weight: 100;
}
.wxcode {
    position: fixed;
    bottom: 150px;
    left: 10px;
    width: 120px;
    z-index: 9999;
}
.wxcode img {
  width: 100%;
}

/*# sourceMappingURL=common.css.map */