/* common */
.container {
  width: 1360px;
  margin: 0 auto;
}
.header {
  height: 511px;
  background-color: transparent;
  background: url('/_upload/tpl/00/69/105/template105/htmlRes/global_res/bj-4.png') no-repeat 0 0;
  background-position: top left;
  background-size: 100% 100%;
}
.header .menu {
  display: none;
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
}
.header .menu-open {
  width: 70px;
  height: 50px;
}
.header .menu-close {
  display: none;
  width: 62px;
  height: 62px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  html {
    min-width: 1200px;
  }
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .header {
    height: 330px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    min-width: 750px;
  }
  .container {
    width: 710px;
    margin: 0 auto;
  }
  .header {
    height: 200px;
  }
  .header .menu {
    display: block;
  }
}

/* nav */
.nav-wrap {
  height: 50px;
  background-color: #fff2e2;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-item {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.nav a {
  z-index: 2;
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 40px;
  padding: 0 40px;
}
.nav-item-active {
  background-color: #ba0001;
  border-radius: 20px;
  color: #fff;
}
.nav-item::after {
  z-index: 1;
  position: absolute;
  left: -100%;
  top: 0;
  content: '';
  width: 100%;
  height: 40px;
  background-color: #ba0001;
  border-radius: 20px;
  transition: all 0.7s ease-out;
}
.nav-item:hover::after {
  left: 0;
}
.nav-item-active:hover::after {
  left: -100%;
}
.nav-item:hover a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .nav-wrap {
    display: none;
  }
}

/* menu */
.menu-wrap {
  display: none;
  z-index: 8;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: right 0.5s ease-out;
}
.menu-list {
  height: 100vh;
  padding-bottom: 92px;
  background-color: #fff;
  overflow-y: scroll;
  padding-top: 62px;
}
.menu-item {
  position: relative;
  border-bottom: 1px #e5e5e5 solid;
}
.menu-item a {
  display: inline-block;
  font-size: 36px;
  color: #333;
  line-height: 92px;
  padding-left: 20px;
  width: 100%;
}
.menu-item__icon-wrap-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
}
.menu-item__icon-wrap-1 .menu-item__icon {
  position: absolute;
  right: 20px;
  border: solid #afafaf;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
}
.menu-item__icon-wrap-1 .menu-item__icon--up {
  display: none;
  top: 25px;
  transform: rotate(-135deg);
}
.menu-item__icon-wrap-1 .menu-item__icon--down {
  top: 25px;
  transform: rotate(45deg);
}
.menu-item__second-item {
  position: relative;
  overflow: hidden;
}
.menu-item__icon-wrap-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
}
.menu-item__icon-wrap-2 .menu-item__icon {
  position: absolute;
  right: 20px;
  border: solid #afafaf;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
}
.menu-item__icon-wrap-2 .menu-item__icon--up {
  display: none;
  top: 25px;
  transform: rotate(-135deg);
}
.menu-item__icon-wrap-2 .menu-item__icon--down {
  top: 25px;
  transform: rotate(45deg);
}
.menu-item .menu-item__second {
  width: 100%;
}
.menu-item .menu-item__third {
  margin: 0 20px 0 83px;
}
.menu-item .menu-item__second-item>a,
.menu-item .menu-item__third>a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
  font-size: 30px;
}
.menu-item .menu-item__second-item>a {
  color: #666;
  line-height: 83px;
  padding-left: 53px;
}
.menu-item .menu-item__third>a {
  color: #999;
  line-height: 72px;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .menu-wrap {
    display: block;
  }
}

.section {
  background: url('/_upload/tpl/00/69/105/template105/htmlRes/global_res/bj-5.png') no-repeat 0 0;
  background-size: 100%;
}
.section .container {
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .section .container {
    padding: 20px;
  }
}

/* home1 */
.home1 {
  padding-bottom: 40px;
}
.home1-top {
  text-align: center;
  padding: 30px 55px 53px 55px;
  box-sizing: border-box;
}
.home1-top a {
  display: block;
  font-size: 36px;
  color: #9f0902;
  line-height: 36px;
  font-weight: bold;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home1-bottom {
  display: flex;
  justify-content: space-between;
}
.home1-bottom-l {
  width: 542px;
}
.home1-bottom-r {
  width: 690px;
}
.home1-list-item {
  position: relative;
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding: 18px 14px;
  border-bottom: 1px #e2e2e2 solid;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home1-list-item::before {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background-color: #b42640;
  border-radius: 50%;
}
.home1-list-item:hover {
  color: #b42640;
}
.home1-more {
  text-align: right;
  font-size: 16px;
  color: #a2a2a2;
  padding-top: 20px;
}
.home1-bottom-r .swiper-container-1 {
  height: 444px;
}
.home1-bottom-r .swiper-slide-cover {
  width: 100%;
  height: 100%;
}
.home1-bottom-r .swiper-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home1-bottom-r .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
}
.home1-bottom-r .swiper-pagination-1 {
  right: 0;
  font-size: 12px;
  text-align: right;
  padding: 0 12px;
  box-sizing: border-box;
}
.home1-bottom-r .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.home1-bottom-r .swiper-pagination-bullet-active {
  background-color: #f4b512;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .home1-bottom-l {
    width: 478px;
  }
  .home1-bottom-r {
    width: 608px;
  }
}
@media screen and (max-width: 1200px) {
  .home1-top {
    padding-bottom: 30px;
  }
  .home1-bottom {
    display: block;
  }
  .home1-bottom-l, .home1-bottom-r {
    width: 100%;
  }
  .home1-list-item {
    font-size: 24px;
  }
  .home1-more {
    padding: 20px 0;
    font-size: 22px;
  }
}


/* home2 */
.home2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 47px;
}
.home2-l, .home2-r {
  width: 610px;
}
.home2 .common-list {
  padding-top: 33px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .home2-l, .home2-r {
    width: 540px;
  }
}
@media screen and (max-width: 1200px) {
  .home2 {
    display: block;
    padding-bottom: 0;
  }
  .home2-l, .home2-r {
    width: 100%;
  }
  .home2 .common-list {
    padding-bottom: 33px;
  }
}


/* home3 */
.home3-list {
  display: flex;
  padding: 40px 0 48px 0;
}
.home3-list-item {
  width: 390px;
	height: 226px;
  margin-right: 55px;
}
.home3-list-item:last-child {
  margin-right: 0;
}
.home3-list-item img {
  width: 100%;
	height: 100%;
}
@media screen and (max-width: 1200px) {
  .home3-list-item {
    height: 113px;
  }
}


/* home4 */
.home4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 47px;
}
.home4-l, .home4-r {
  width: 610px;
}
.home4 .common-list {
  padding-top: 33px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .home4-l, .home4-r {
    width: 540px;
  }
}
@media screen and (max-width: 1200px) {
  .home4 {
    display: block;
    padding-bottom: 0;
  }
  .home4-l, .home4-r {
    width: 100%;
  }
  .home4 .common-list {
    padding-bottom: 33px;
  }
}


/* home5 */
.home5 .common-list-item {
  width: 610px;
}
.home5 .common-list {
  padding: 27px 0 23px 0;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .home5 .common-list-item {
    width: 540px;
  }
}
@media screen and (max-width: 1200px) {
  .home5 .common-list {
    height: 427px;
    overflow: hidden;
  }
  .home5 .common-list-item {
    width: 100%;
  }
}


/* footer */
.footer {
  height: 122px;
  background-color: #f5f5f7;
}
.footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer-info {
  font-size: 16px;
  color: #989898;
  padding-right: 30px;
}
.footer-info a:hover {
  color: #333;
}
@media screen and (max-width: 1200px) {
  .footer .container {
    flex-wrap: wrap;
    align-content: center;
  }
  .footer-info {
    font-size: 20px;
    line-height: 30px;
  }
}


/* common-title */
.common-title {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
}
.common-title::after {
  position: absolute;
  left: 2px;
  bottom: 0;
  content: '';
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #b12a49, #ba1717);
}
.common-title-l {
  font-size: 30px;
  color: #fff;
  line-height: 47px;
  padding-left: 67px;
  padding-right: 100px;
  background: url('/_upload/tpl/00/69/105/template105/htmlRes/global_res/bj-7.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.common-title-r a {
  font-size: 16px;
  color: #a2a2a2;
}
.common-title-r a:hover {
  color: #b91415;
}
@media screen and (max-width: 1200px) {
  .common-title-r a {
    font-size: 22px;
  }
}


/* common-list */
.common-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 50px;
}
.common-list-item_title {
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 0 14px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list-item_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background-color: #b42640;
  border-radius: 50%;
}
.common-list-item_time {
  flex: none;
  font-size: 18px;
  color: #999;
}
.common-list-item:hover .common-list-item_title {
  color: #b42640;
}
@media screen and (max-width: 1200px) {
  .common-list-item_title {
    font-size: 24px;
    padding: 0 20px;
  }
  .common-list-item_time {
    font-size: 24px;
  }
}


/* common-pos */
.common-pos {
  display: flex;
  align-items: center;
  height: 60px;
	background-color: #f8f8fa;
  padding: 0 23px;
  box-sizing: border-box;
}
.common-pos-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.common-pos-icon img {
  width: 100%;
  height: 100%;
}
.common-pos-cur span,
  .common-pos-cur a  {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .common-pos {
    height: 80px;
  }
  .common-pos-icon {
    width: 35px;
    height: 35px;
  }
  .common-pos-cur span,
  .common-pos-cur a {
    font-size: 26px;
    color: #333;
  }
}



/* news-list */
.news-list-wrap .common-pagination {
  padding-bottom: 50px;
}
.news-list-title {
  font-size: 30px;
  color: #b91203;
  line-height: 30px;
  font-weight: bold;
  padding: 45px 0 30px 0;
}
.news-list-item {
  display: flex;
  padding: 27px 0;
  border-bottom: 1px #eee solid;
}
.news-list-item-l {
  flex: none;
  width: 95px;
	height: 95px;
	background-color: #ba0001;
}
.news-list-item-r {
  display: block;
  overflow: hidden;
  flex: 1;
  padding-left: 30px;
}
.news-list-item_day {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 67px;
}
.news-list-item_year {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  background-color: #8e0001;
}
.news-list-item_title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 15px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list-item_intro {
  font-size: 16px;
  color: #686868;
  line-height: 30px;
}
.news-list-item:hover .news-list-item_title {
  color: #b91203;
}
@media screen and (max-width: 1200px) {
  .news-list-item-l {
    height: 125px;
  }
  .news-list-item_day {
    line-height: 89px;
  }
  .news-list-item_year {
    line-height: 36px;
  }
  .news-list-title {
    font-size: 42px;
  }
  .news-list-item_title {
    font-size: 32px;
    line-height: 33px;
  }
  .news-list-item_intro {
    font-size: 26px;
    line-height: 42px;
  }
}


/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  margin-top: 78px;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}
.common-pagination-form {
  display: inline-block;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .common-pagination {
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .common-pagination-form,
  .common-pagination__count {
    display: none;
  }
}


/* news-detail */
.news-detail-title {
  font-size: 30px;
  color: #333;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  padding: 50px 30px 0 30px;
}
.news-detail-info {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 14px 0 36px 0;
}
.news-detail-info_item {
  font-size: 16px;
  color: #666;
  padding-left: 16px;
}
.news-detail-info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 8px;
  background: url('/_upload/tpl/00/69/105/template105/htmlRes/global_res/bj-3.png') no-repeat 0 0;
}

/*ç¿»é¡µ*/
.pageNum{width:600px;height: 50px;margin: 50px auto; text-align:center;}
.pageNum a,.pageNum i,.pageNum em,.pageNum span{height: 37px; line-height: 37px; padding: 0 15px; display: inline-block; border: 1px #e8e8e8 solid; background-color: #fff;  margin: 0 3px;color:#515151; }
.pageNum i{background-color: #fff;}
.pageNum a:hover,.pageNum .pative,.pageNum span{color:#fff;background-color:#d30b15;}

@media screen and (max-width: 1200px) {
  .news-detail-title {
    font-size: 36px;
  }
  .news-detail-info {
    padding-top: 20px;
  }
  .news-detail-info_item {
    font-size: 20px;
  }
}


/* common-desc */
.common-desc {
  padding: 50px 0;
}

.common-desc,
.common-desc p,
.common-desc p span,
.common-desc span {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  max-width: 100% !important;
}

.common-desc img,
.common-desc p img,
.common-desc p span img,
.common-desc span img {
max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .common-desc,
  .common-desc p,
  .common-desc p span,
  .common-desc span {
    font-size: 26px;
    color: #333;
    line-height: 42px;
    margin: 0;
  }
}




.lbyy { min-height:400px; padding-bottom:50px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}










