/*** 页头部分 ---- 开始 ---- ***/
.nav {
  position: relative;
  background-color: #dd0031;
}

.nav>nav:after {
  content: " ";
  clear: both;
  display: table;
}

.nav>nav .brand {
  float: left;
  height: 58px;
}

.nav>nav .brand>img{
  height: 100%;
}

.nav>nav>ul {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: #e5e5e5;
}

.nav>nav>ul:after {
  content: " ";
  clear: both;
  display: table;
}

.nav>nav>ul>li {
  text-align: center;
  border-bottom: 1px solid #fff;
}

.nav>nav>ul>li:last-child {
  border-bottom: 0;
}

.nav>nav>ul>li>a {
  display: block;
  padding: 19px 0;
  color: #333;
  font-size: 16px;
}

.nav>nav .nav-toggle {
  float: right;
  width: 30px;
  height: 30px;
  margin: 14px 20px 14px 0;
  border: 0;
  background: url("images/nav-toggle.png") transparent center no-repeat;
  background-size: 75%;
}

.nav>nav .nav-toggle.close {
  background-image: url("images/nav-toggle-close.png")
}
/*** 页头部分 ---- 结束 ---- ***/

/*** 页脚部分 ---- 开始 ---- ***/
.footer-nav {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.footer-nav>nav>span {
  display: inline-block;
  padding: 22px 0;
}

.copyright {
  background-color: #e5e5e5;
  color: #8e8e8e;
  text-align: center;
  font-size: 8px;
  line-height:1.3;
  padding: 8px 0;
}
/*** 页脚部分 ---- 结束 ---- ***/

/*** 首页 ---- 开始 ---- ***/
.banner {
  height: 452px;
  background-color: #aaa;
}

.banner .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.swiper-container-horizontal>.swiper-pagination {
  bottom: 20px;
}

.banner.swiper-container-horizontal>.swiper-pagination>.swiper-pagination-bullet {
  margin: 0 6px;
}

.banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  opacity: .75;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e5e5e5;
  transform: scale(1.5, 1.5);
}

.module {
  padding-top: 30px;
}

.module>.title {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
}

.module>.title b {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #00000054;
}

.module>.title p {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.module>.title p>i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #b9b9b9;
}

.module>.title p>i:last-child {
  right: 0;
  left: auto;
}

.service ul li a {
  display: block;
  width: 100%;
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.service .swiper-button-next, .service .swiper-button-prev {
  width: 5%;
  height: 62px;
  margin-top: -31px;
  top: 25%;
  left: 0;
  background-image: url("images/service-left.png");
  background-size: contain;
}

.service .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("images/service-right.png");
}

.partner {
  padding-top: 0;
  padding-bottom: 50px;
  text-align: center;
  font-size: 12px;
  color: #dd0031;
  font-weight: bold;
  text-align: center;
}

.partner .swiper-slide>div {
  width: 90%;
  padding: 20px 14px 0;
  margin: 0 auto;
}

.partner .swiper-slide>div img {
  width: 100%;
}

.partner .swiper-button-next, .partner .swiper-button-prev {
  width: 5%;
  height: 62px;
  margin-top: -16px;
  left: 0;
  background-image: url("images/service-left.png");
  background-size: contain;
}

.partner .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("images/service-right.png");
}

.app {
  padding: 0 30px;
}

.app .logo-info {
  height: 124px;
  background: url("images/logo-ad-phone.png") center no-repeat;
  background-size: contain;
}

.app ul {
  margin: 50px -6px;
}

.app ul:after {
  content: " ";
  clear: both;
  display: table;
}

.app ul>li {
  float: left;
  width: 33.333333%;
  padding: 6px;
  color: #666;
  text-align: center;
  font-size: 13px;
}

.app ul>li a {
  display: block;
  height: 110px;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color:#fff;
}

.app ul>li a>i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*** 首页 ---- 结束 ---- ***/

/*** 系统页面 ---- 开始 ---- ***/
.page-top {
  position: relative;
  height: 120px;
  background: #f5f5f5 center no-repeat;
  background-size: cover;
  text-align: center;
  color: #dd0031;
}

.page-top .table {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}

.page-top h2 {
  font-size: 10px;
  line-height: 14px;
}

.page-top h1 {
  font-size: 14px;
  line-height: 16px;
}

.page-nav {
  padding-left: 8px;
  border-bottom: 1px solid #c6c6c6;
}

.page-nav dl:after {
  content: " ";
  clear: both;
  display: table;
}

.page-nav dl>dd {
  float: left;
  padding-left: 12px;
  padding-right: 18px;
  background: url("images/page-nav-icon.png") right center no-repeat;
  padding-right: 18px;
}

.page-nav dl>dd:last-child {
  padding-right: 12px;
  background-image: none;
}

.page-nav dl a {
  display: block;
  padding: 18px 0;
  color: #666;
  font-size: 14px;
}

.page-nav dl a:hover, .page-nav dl .active a {
  color: #dd0031;
}

.page-con {
  margin: 20px auto 60px;
}

.page-sys {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
}

.page-sys img{
  width: 100%;
}
/*** 系统页面 ---- 结束 ---- ***/

/*** 大记事 ---- 开始 ---- ***/
.page-event {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 70px;
}

.page-event>.event>.li {
  padding: 40px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}

.page-event>.event>.li i {
  float: right;
  margin-top: 5px;
  width: 21px;
  height: 12px;
  background: url("images/page-event-li.png") center -12px no-repeat;
  background-size: 100%;
}

.page-event>.event.active>.li {
  color: #dd0031;
}

.page-event>.event.active>.li i {
  background-position: center 0;
}

.page-event>.event>.list {
  position: relative;
  margin-top: 25px;
  display: none;
}

.page-event>.event>.list>dt {
  position: absolute;
  width: 36px;
  padding: 6px 7px 6px 0;
  color: #dd0031;
  font-size: 14px;
}

.page-event>.event>.list>dt>i {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 10px;
  right: -5px;
  background-color: #dd0031;
  border-radius: 100%;
}

.page-event>.event>.list>dd {
  margin-left: 36px;
  padding-left: 10px;
  padding-bottom: 20px;
  color: #333;
  font-size: 14px;
  border-left: 1px solid #e4e4e4;
}

.page-event>.event>.list>dd>p {
  margin: 0;
  padding: 6px 0 6px 15px;
  line-height: 18px;
  font-size: 14px;
  background: url("images/page-nav-icon.png") 4px 10px no-repeat;
}

.page-event>.event>.list>dd>.imgs {
  padding-left: 15px;
  overflow: hidden;
}

.page-event>.event>.list>dd>.imgs:after {
  content: " ";
  clear: both;
  display: table;
}

.page-event>.event>.list>dd>.imgs img {
  width: 210px;
  max-width: 100%;
  margin-top: 5px;
}
/*** 大记事 ---- 结束 ---- ***/

/*** 新闻列表 ---- 开始 ---- ***/
.page-top-new {
  background-image: url("images/page-top-phone-new.jpg");
}

.page-news {
  margin-top: 0;
}

.page-news .list {
  padding: 10px 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}

.page-news .list>li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.page-news .list>li:last-child {
  border-bottom: 0;
}

.page-news .list div>a {
  display: block;
  position: relative;
  color: #333;
}

.page-news .list div img {
  position: absolute;
  width: 120px;
  height: 80px;
}

.page-news .list div h1 {
  margin-left: 135px;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.page-news .list div label {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #c6c6c6;
  margin-top: 22px;
  line-height: 18px;
}

.page-news .pager {
  text-align: center;
}

.page-news .pager .pagination {
  display: inline-block;
}

.page-news .pager .sr-only {
  display: none;
}

.page-news .pager li {
  line-height: 28px;
  margin: 0 3px;
  float: left;
  border: 1px solid #c6c6c6;
  font-size: 13px;
}

.page-news .pager li span, .page-news .pager li a {
  padding: 0 10px;
}

.page-news .pager li a {
  color: #333;
}

.page-news .pager li.active {
  border-color: #dd0031;
  background-color: #dd0031;
  color: #fff;
}
/*** 新闻列表 ---- 结束 ---- ***/

/*** 新闻详情 ---- 开始 ---- ***/
.page-new {
  margin-top: 20px;
  font-size: 14px;
}

.page-new>h1 {
  margin: 0 20px 12px;
  color: #dd0031;
  font-size: 16px;
}

.page-new>p {
  margin: 0 20px 15px;
  color: #333;
  font-style: italic;
}

.page-new>label {
  display: block;
  margin: 0 20px;
  padding: 10px 0;
  font-size: 10px;
  color: #999;
  border-top: 1px solid #e2e2e2;
}

.page-new>.con {
  margin: 10px 20px 30px;
  color: #333;
  overflow: hidden;
  line-height: 1.8;
}

.page-new>.con img{
  width: 100%;
}

.page-new>.pager {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

.page-new>.pager div {
  display: inline-block;
}

.page-new>.pager a {
  float: left;
  margin: 0 3px;
  width: 56px;
  line-height: 18px;
  border: 1px solid #dd0031;
  background-color: #dd0031;
  color: #fff;
  font-size: 12px;
  border-radius: 18px 0 0 18px;
  text-align: center;
}

.page-new>.pager a:last-child {
  border-radius: 0 18px 18px 0;
}

.page-new>.pager a.disabled {
  border-color: #ddd;
  background-color: #fff;
  color: #333;
}

.beian{
    position: relative;
	width: 12px;
    height: 12px;
    top: 3px;
}

/*** 新闻详情 ---- 结束 ---- ***/