@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

.container {
  /*根据效果图主体宽度定义*/
  padding-left: 20px;
  padding-right: 20px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

html, body {
  min-height: 100%;
  width: 100%;
}

.m-home {
  margin: 0 auto;
  max-width: 640px;
  min-width: 320px;
  position: absolute;
  z-index: 99;
  /*cursor:pointer;*/
  min-height: 100%;
  left: 50%;
  margin-left: -320px;
}

.header-tel {
  background: url("../images/header-bar.png") no-repeat top center;
  height: 40px;
  line-height: 40px;
  position: fixed;
  max-width: 640px;
  z-index: 9998;
  width: 100%;
}
.header-tel img {
  vertical-align: middle;
}

header {
  position: fixed;
  max-width: 640px;
  z-index: 9998;
  height: 104px;
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  top: 40px;
}
header .logo {
  padding-top: 13px;
}
header .logo img {
  display: block;
}
header .nav-bar {
  cursor: pointer;
  padding-top: 40px;
}

.menu {
  background: rgba(0, 51, 102, 0.95);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  z-index: 99999;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.menu .menu-close {
  position: absolute;
  top: 70px;
  right: 20px;
}
.menu .menu-cont {
  text-align: center;
}
.menu .menu-cont a.a-title {
  display: block;
  font-size: 32px;
  color: #ffffff;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin-bottom: 2px;
}
.menu .menu-cont a.a-title span {
  margin-left: 20px;
}
.menu .menu-cont a.a-title span img {
  vertical-align: middle;
}
.menu .menu-cont a.a-title:hover, .menu .menu-cont a.a-title.current {
  background: #0559ae;
}
.menu .menu-cont .down-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.menu .menu-cont .down-menu a {
  display: block;
  font-size: 26px;
  line-height: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.menu .menu-cont .down-menu a:hover, .menu .menu-cont .down-menu a.current {
  color: #ffffff;
}

/*footer*/
.go-top {
  display: block;
  height: 54px;
  line-height: 54px;
  background: #0d2c4b;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.footer-info {
  color: #ffffff;
}
.footer-info .f-logo-erwm {
  background: url("../images/footer-bg.png") no-repeat top center;
  overflow: hidden;
  height: 103px;
}
.footer-info .f-logo-erwm .footer-logo {
  padding-top: 15px;
}
.footer-info .f-logo-erwm .footer-logo img {
  display: block;
}
.footer-info .f-logo-erwm .footer-erwm {
  font-size: 14px;
  padding-top: 8px;
}
.footer-info .f-logo-erwm .footer-erwm span {
  margin-left: 5px;
}
.footer-info .footer-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  background: #0d2c4b;
}

.content {
  margin-top: 144px;
  height: 100%;
  min-height: 100%;
  position: relative;
}

/*other-banner*/
.other-banner img {
  display: block;
}

/*bread-crumbs*/
.bread-crumbs {
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 18px;
    color: #666666;
    background: #fff;
    text-align: left;
}
.bread-crumbs a {
  color: #666666;
  padding-left: 5px;
  padding-right: 5px;
}
.bread-crumbs span {
  color: #9e2d89;
  padding-left: 5px;
  padding-right: 5px;
}

.bread-crumbs .on{
    color: #9e2d89;
    padding-left: 5px;
    padding-right: 5px;
}

/*-----------------------------------------------------------*/
.banner .swiper-slide img {
  display: block;
}
.banner .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  opacity: 1;
  border-radius: 3px;
  background: rgba(158, 42, 136, 0.4);
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9e2a88;
  opacity: 1;
}

.other-warp {
  padding-top: 20px;
  padding-bottom: 35px;
}

.load-more {
  display: block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  margin: 40px auto 20px;
  background: #e5e5e5;
  color: #333333;
  font-size: 20px;
  width: 210px;
}
.load-more:hover, .load-more:focus {
  background: #0d2c4b;
  color: #ffffff;
}

/*module*/
.mod-01 .m-title {
  font-size: 32px;
  color: #02366a;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: bold;
}
.mod-01 .main {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}

.mod-02 .m-title {
  font-size: 32px;
  color: #333333;
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 15px;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
.mod-02 .m-title .title-other {
  font-size: 18px;
  margin-top: 20px;
}
.mod-02 .m-title .title-other span {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-02 .main {
  font-size: 22px;
  line-height: 42px;
  color: #666666;
  text-align: justify;
}

.mod-03 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px dashed #999999;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-03 li .img-s {
  width: 235px;
}
.mod-03 li .img-s img {
  display: block;
  width: 235px;
  height: 160px;
}
.mod-03 li .info-s {
  width: 335px;
}
.mod-03 li .info-s .title {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: bold;
}
.mod-03 li .info-s .txt-s {
  font-size: 20px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mod-03 li .info-s .box-s {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.mod-03 li .info-s .box-s span {
  font-weight: bold;
}
.mod-03 li .info-s .a-more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #bababa;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.mod-03 li .info-s .a-more:hover {
  background: #003366;
  color: #ffffff;
}

.mod-04 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px dashed #999999;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-04 li .img-s {
  width: 280px;
}
.mod-04 li .img-s img {
  display: block;
  width: 280px;
  height: 210px;
}
.mod-04 li .info-s {
  width: 300px;
}
.mod-04 li .info-s .box-s {
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}
.mod-04 li .info-s .box-s span {
  font-weight: bold;
  font-size: 24px;
}
.mod-04 li .info-s .a-more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #bababa;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
}
.mod-04 li .info-s .a-more:hover {
  background: #003366;
  color: #ffffff;
}

.mod-05 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px dashed #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.mod-05 li .s-title {
  display: block;
  position: absolute;
  margin-left: -80px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  overflow: hidden;
}
.mod-05 li .s-title.s-1 {
  background: #bcbcbc;
}
.mod-05 li .s-title.s-2 {
  background: #02366a;
  margin-top: -6px;
}
.mod-05 li .box-title {
  padding-left: 80px;
  min-height: 68px;
  line-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.mod-05 li .box-title a {
  display: block;
  color: #333333;
  font-size: 26px;
}
.mod-05 li .box-txt {
  padding-left: 80px;
  min-height: 68px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 32px;
  color: #333333;
  font-size: 22px;
}

.mod-06 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-06 li .img-s {
  width: 240px;
  float: left;
}
.mod-06 li .img-s img {
  display: block;
  width: 240px;
  height: 150px;
}
.mod-06 li .info-s {
  width: 340px;
  float: right;
}
.mod-06 li .info-s .title {
  display: block;
  max-height: 60px;
  line-height: 30px;
  color: #333333;
  font-size: 24px;
}
.mod-06 li .info-s .date {
  height: 32px;
  line-height: 32px;
  color: #999999;
  font-size: 20px;
}
.mod-06 li .info-s .txt-s {
  font-size: 20px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

/*index*/
.index-title {
  background: url("../images/title-bg.png") no-repeat bottom center;
  padding-bottom: 25px;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.index-box {
  padding-top: 35px;
  padding-bottom: 35px;
}

.swiper-list .btn-group {
  text-align: center;
}
.swiper-list .swiper-button-next,
.swiper-list .swiper-button-prev {
  position: static;
  width: 46px;
  height: 38px;
  margin-top: 0;
  display: inline-block;
}
.swiper-list .swiper-button-next {
  background: url("../images/next.png") no-repeat;
}
.swiper-list .swiper-button-next:hover {
  background: url("../images/next-h.png") no-repeat;
}
.swiper-list .swiper-button-prev {
  background: url("../images/prev.png") no-repeat;
}
.swiper-list .swiper-button-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}

.index-box-02 {
  background: #f5f5f5;
}
.index-box-02 .box-title {
  text-align: center;
  margin-bottom: 35px;
}
.index-box-02 .box-title a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #bababa;
  color: #ffffff;
  font-size: 24px;
  margin: 0 4px;
}
.index-box-02 .box-title a:hover, .index-box-02 .box-title a.current {
  background: #003366;
}
.index-box-02 .box-cont > div {
  display: none;
}

.index-box-04 {
  background: #f5f5f5;
}
.index-box-04 .m-title {
  color: #003366;
  font-size: 24px;
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.index-box-04 .main {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  text-align: justify;
}
.index-box-04 .a-more {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #003366;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

/*footer-tel*/
.tel-box {
  height: 60px;
  line-height: 60px;
}

.footer-tel {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 9997;
}
.footer-tel img {
  vertical-align: middle;
}
.footer-tel .f-a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  color: #ffffff;
  background: #9f2f8a;
  font-size: 24px;
}

/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #c9c5c5;
    color: #9e2d89;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ccc;
    color: #9e2d89;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.txt-s a{
  color: #333;
}
.m-nav {
    padding: 2% 3%;
    background: #114172;
}
.m-nav a {
    width: 32%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}
.circle_nav_i {padding: 10px 5px;max-width: 100%;font-size: 18px;color: #666666;background: #f5f5f5;}
.nav_h1{font-size: 14px; line-height: 24px; height: 24px; margin-bottom: 0; position: relative; text-align: center; color: #999;}
.nav_h1 span{position: relative; z-index: 999; height: 24px; padding: 0 10px; background: #ececec;}
.nav_h1 i{margin: 0 3%;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    height: 1px;
    border-bottom: 1px dotted #0a0a0a;}
.hdnav_i{font-size: 18px;}
.hdnav_i a{
    display: inline-block;
    width: 33.333%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    color: #666666;}
/*# sourceMappingURL=style.css.map */
