.head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.head:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/h-mask.png") repeat-x top center;
  background-size: 100% 99%;
}
.head .wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  height: 1.68rem;
  transition: 0.5s;
}
.head .logo img {
  display: block;
  height: 0.88rem;
}
.head .header-right {
  width: calc(100% - 7.56rem);
}
.head .header-right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head .header-right .top .list_box0 {
  display: flex;
  align-items: center;
}
.head .header-right .top .list_box0 .li {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 0.2rem;
  transition: 0.5s;
}
.head .header-right .top .list_box0 .li a {
  display: flex;
  align-items: center;
}
.head .header-right .top .list_box0 .li a img {
  display: block;
  width: 0.22rem;
}
.head .header-right .top .list_box0 .li:hover {
  color: #fff;
}
.head .header-right .top .search {
  position: relative;
  width: 2.08rem;
  height: 0.36rem;
  margin-left: 0.3rem;
}
.head .header-right .top .search .inpt {
  display: block;
  width: 100%;
  height: 0.36rem;
  font-size: 0.14rem;
  color: #b8b8b8;
  padding-left: 0.19rem;
  padding-right: 0.45rem;
  line-height: 0.36rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 0.5rem;
}
.head .header-right .top .search .inpt::placeholder {
  color: #b8b8b8;
}
.head .header-right .top .search .inpt::-moz-placeholder {
  color: #b8b8b8;
}
.head .header-right .top .search .subm {
  position: absolute;
  top: 0.09rem;
  right: 0.16rem;
  width: 0.19rem;
  height: 0.19rem;
}
.head .header-right .bottom ul li {
  position: relative;
}
.head .header-right .bottom ul li h2 {
  font-size: 0.18rem;
  line-height: 0.68rem;
  color: #fff;
  position: relative;
}
.head .header-right .bottom ul li h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.6s;
  width: 0;
  height: 2px;
  background: #c9211e;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
}
.head .header-right .bottom ul li h2 a {
  display: block;
  color: inherit;
  font-weight: inherit;
}
.head .header-right .bottom ul li .sub {
  position: absolute;
  top: 100%;
  min-width: 1.4rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
}
.head .header-right .bottom ul li .sub .box {
  padding: 0;
  background: #f9f9f9;
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.head .header-right .bottom ul li .sub .box a {
  padding: 0.12rem 0.1rem;
  line-height: 1.375;
  transition: 0.6s;
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: 100%;
  border-bottom: rgba(0, 0, 0, 0.02) 1px solid;
}
.head .header-right .bottom ul li .sub .box a:hover {
  color: #fff;
  background: #c9211e;
}
.head .header-right .bottom ul li:hover h2 {
  font-weight: 600;
}
.head .header-right .bottom ul li:hover h2:after {
  opacity: 1;
  visibility: visible;
  width: 0.34rem;
  margin-left: -0.17rem;
}
.head .header-right .bottom ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
.head .header-right .bottom ul li.on h2 {
  font-weight: 600;
}
.head .header-right .bottom ul li.on h2:after {
  opacity: 1;
  visibility: visible;
  width: 0.34rem;
  margin-left: -0.17rem;
}
.head.xg1 .wp {
  height: 1.18rem;
}

.foot {
  padding: 0.26rem 0;
  background: #c9211e;
}
.foot .wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.foot .ftadd h5 {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #fff;
}
.foot .ftadd h5 img {
  display: block;
  width: 0.13rem;
  margin-right: 0.24rem;
}
.foot .ftadd h5:nth-child(2) img {
  width: 0.15rem;
  margin-right: 0.22rem;
}
.foot .ftlogo img {
  display: block;
  height: 0.94rem;
}
.foot .ftewm {
  display: flex;
}
.foot .ftewm .li {
  width: 0.82rem;
  margin-left: 0.54rem;
}
.foot .ftewm .li img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.foot .ftewm .li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
  text-align: center;
  margin-top: 0.04rem;
}

.bq {
  background: #7d0806;
}
.bq a {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.46rem;
  text-align: center;
}

.wap-head {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-right: 15px;
  padding-left: 15px;
  background: #c9211e;
  height: 0.75rem;
}

.big-nav {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  padding: 0.9rem 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #c9211e;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.big-nav .list_box0 {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.big-nav .list_box0 .li {
  font-size: 14px;
  color: #e8e8e8;
  display: inline-block;
  transition: 0.6s;
  margin-right: 0.2rem;
  margin-left: 0;
  position: relative;
  line-height: 0.5rem;
}
.big-nav .list_box0 .li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.big-nav .list_box0 .li a img {
  display: block;
  width: 0.22rem;
}
.big-nav .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.04rem;
  bottom: 0;
  overflow-y: auto;
}
.big-nav .list_box_nav_mobile {
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  flex: 1;
}
.big-nav .list_box_nav_mobile li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.big-nav .list_box_nav_mobile li .con {
  position: relative;
}
.big-nav .list_box_nav_mobile li .a {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 0.64rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  font-size: 0.2rem;
  display: flex;
  position: relative;
  transition: 0.5s;
}
.big-nav .list_box_nav_mobile li i {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0.64rem;
  height: 0.64rem;
  background: url("../images/nav-icon.png") center no-repeat;
  background-size: auto 0.12rem !important;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.big-nav .list_box_nav_mobile li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.big-nav .list_box_nav_mobile li .list a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5;
}
.big-nav .list_box_nav_mobile.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.big-nav .list_box_nav_mobile.on1 .a {
  color: rgb(255, 255, 255);
}
.big-nav .wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 60px;
  display: block;
}
.big-nav .wap_search .header-search {
  height: 40px;
  border-radius: 0;
  background: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  margin: 10px auto;
}
.big-nav .wap_search .header-search .input {
  font-size: 14px;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 0.24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
  width: calc(100% - 40px);
}
.big-nav .wap_search .header-search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url("../images/search.png") center no-repeat #F39800;
  background-size: 0.2rem;
  border-radius: 0;
}
.big-nav .wap_search .header-search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

body.navShow .big-nav {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.banner a {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .page {
  font-size: 0;
  bottom: 0.3rem;
}
.banner .page span {
  width: 0.11rem;
  height: 0.11rem;
  margin: 0 0.07rem;
  background: #f3f3f3 no-repeat 50%/100%;
  opacity: 1;
}
.banner .page span.active {
  background-image: url("../images/dots.png");
}
.banner .btn {
  width: 0.94rem;
  height: 0.63rem;
  background: transparent no-repeat 50%/100%;
}
.banner .btn.prev {
  left: 0.44rem;
  background-image: url("../images/prev01.png");
}
.banner .btn.next {
  right: 0.44rem;
  background-image: url("../images/next01.png");
}

.title001 {
  position: relative;
}
.title001 .tit {
  text-align: center;
}
.title001 .tit h3 {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #010101;
  position: relative;
  z-index: 3;
}
.title001 .tit p {
  font-size: 0.56rem;
  line-height: 1;
  color: #e9f2f7;
  font-weight: 700;
  position: relative;
  margin-top: -0.22rem;
}
.title001 .more {
  position: absolute;
  right: 0;
  top: 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #c9211e;
  line-height: 0.2rem;
  padding-right: 0.13rem;
  background: url("../images/more2.png") no-repeat right center/0.07rem;
  z-index: 5;
}
.title001 .more img {
  display: block;
  width: 0.7rem;
  margin-right: 0.05rem;
}

.list1w {
  margin: 0 -0.15rem;
  padding: 0 0.15rem;
}
.list1w .swiper-slide {
  position: relative;
  padding: 0.2rem 0 0;
}
.list1w .swiper-slide a .pic{
  padding-top:3.4rem;
}
.list1w .swiper-slide a .txt-box{
  display: block;
  position: relative;
  padding: 0.34rem 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.13);
  background: #fff no-repeat right bottom/contain;
  /* border-radius: 0 0.2rem 0 0; */
}
.list1w .swiper-slide a time {
  display: block;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #c9211e;
  margin-bottom: 0.17rem;
}
.list1w .swiper-slide a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #010101;
  margin-bottom: 0.16rem;
}
.list1w .swiper-slide a p {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #606060;
  -webkit-line-clamp: 3;
  height: 0.84rem;
}
.list1w .swiper-slide a .icon {
  position: absolute;
  width: 0.72rem;
  height: 0.34rem;
  background: #c9211e;
  border-radius: 0.5rem;
  left: 0;
  right: 0;
  top: -0.17rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list1w .swiper-slide a .icon img {
  display: block;
  width: 0.22rem;
}
.list1w .swiper-slide a .icon .img2 {
  display: none;
}
.list1w .swiper-slide a:hover .txt-box{
  background-color: #c9211e;
  background-image: url("../images/s1-img03.png");
}
.list1w .swiper-slide a:hover time {
  color: #f67977;
}
.list1w .swiper-slide a:hover h3, .list1w .swiper-slide a:hover p {
  color: #fff;
}
.list1w .swiper-slide a:hover .icon {
  background: #fff;
}
.list1w .swiper-slide a:hover .icon .img2 {
  display: block;
}
.list1w .swiper-slide a:hover .icon .img1 {
  display: none;
}
.list1w .swiper-slide * {
  transition: 0.5s;
}
.list1w .page {
  position: static;
  font-size: 0;
  margin-top: 0.49rem;
}
.list1w .page span {
  width: 0.11rem;
  height: 0.11rem;
  margin: 0 0.07rem;
  background: #e3e3e3 no-repeat 50%/100%;
  opacity: 1;
}
.list1w .page span.active {
  background-image: url("../images/dots.png");
}

.home1 {
  padding: 0.86rem 0 2.9rem;
  background: url("../images/home1.png") no-repeat bottom center/cover;
}
.home1 .title001 {
  margin-bottom: 0.28rem;
}

.list_box1 li {
  position: relative;
  width: 18.375%;
  margin-left: 2.03125%;
  background: #fff;
  border-radius: 0 0.2rem 0 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.list_box1 li:first-child {
  margin-left: 0;
}
.list_box1 li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #c9211e url("") no-repeat bottom right/contain;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.list_box1 li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.48rem 0;
}
.list_box1 li a .icon {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px dashed #c9211e;
}
.list_box1 li a .icon .img2 {
  display: none;
}
.list_box1 li a .txt-box {
  margin-top: 0.46rem;
}
.list_box1 li a .txt-box h3 {
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.32rem;
}
.list_box1 li a .txt-box h5 {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #737373;
  font-weight: 200;
  text-align: center;
}
.list_box1 li * {
  transition: 0.5s;
}
.list_box1 li:hover:after {
  opacity: 1;
  visibility: visible;
}
.list_box1 li:hover a .icon {
  border-color: #fff;
}
.list_box1 li:hover a .icon .img2 {
  display: block;
}
.list_box1 li:hover a .icon .img1 {
  display: none;
}
.list_box1 li:hover a h3 {
  color: #fff;
}
.list_box1 li:hover a h5 {
  color: rgba(255, 255, 255, 0.8);
}

.home2 {
  position: relative;
  margin-top: -2.28rem;
  z-index: 2;
}
.home2 .title001 {
  margin-bottom: 0.45rem;
}
.home2 .title001 .tit p {
  color: #ecead9;
}

@media screen and (min-width: 1025px) {
  .list2w {
    touch-action: pan-y;
    perspective: 1200px;
  }
  .list2w .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .list2w .item {
    width: 2.27rem;
    transform-origin: left center;
  }
  .list2w .item a {
    display: block;
  }
  .list2w .item a .pic {
    padding-top: 2.76rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  }
  .list2w .item a h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #010101;
    text-align: center;
    margin-top: 0.42rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .list2w .item.swiper-slide-next, .list2w .item.swiper-slide-next + div, .list2w .item.swiper-slide-next + div + div {
    transform-origin: right center;
  }
  .list2w .item.swiper-slide-active a h4 {
    opacity: 1;
    visibility: visible;
  }
}
.home3 {
  padding: 1rem 0 0.58rem;
}
.home3 .title001 {
  margin-bottom: 0.47rem;
}
.home3 .title001 p {
  color: #f4e4e4;
}

.homea {
  padding-top: 0.1rem;
  background: #fff4f4;
}

.title002 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d1403e;
  margin-bottom: 0.3rem;
}
.title002 h3 {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #010101;
}
.title002 h3 img {
  display: block;
  height: 0.32rem;
  margin-right: 0.19rem;
}
.title002 .more {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #c9211e;
  line-height: 0.2rem;
  padding-right: 0.13rem;
  background: url("../images/more2.png") no-repeat right center/0.07rem;
  z-index: 5;
}
.title002 .more img {
  display: block;
  width: 0.7rem;
  margin-right: 0.05rem;
}

.home4 {
  padding: 0.79rem 0 0.7rem;
  background: url("../images/home4.jpg") no-repeat bottom center/cover;
 
}
.home4 .left {
  width: 100%;
}
.home4 .right {
  width: 48.125%;
}

.list_box2 li {
  position: relative;
  line-height: 0.34rem;
  margin-bottom: 0.2rem;
}
.list_box2 li:last-child {
  margin-bottom: 0;
}
.list_box2 li a {
  font-size: 0.2rem;
  color: #010101;
  padding-right: 1.4rem;
  transition: 0.5s;
}
.list_box2 li time {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 1.06rem;
  font-size: 0.14rem;
  background: #fff;
  color: #696969;
  border-radius: 0 0.05rem 0 0;
  transition: 0.5s;
}
.list_box2 li:hover a {
  color: #d1403e;
}
.list_box2 li:hover time {
  color: #fff;
  background: #d1403e;
}

#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #c9211e;
}
#m_n_nav h1 {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0px;
  line-height: 50px;
}
#m_n_nav #bnt_sub_nav {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 50px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: flex;
  align-items: center;
}
#m_n_nav #bnt_sub_nav svg {
  fill: rgb(255, 255, 255);
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#m_n_nav #bnt_sub_nav img {
  display: block;
  height: 20px;
}
#m_n_nav #bnt_sub_nav.on img {
  transform: rotate(-180deg);
}

#bnt_back {
  position: absolute;
  left: 15px;
  top: 0px;
}
#bnt_back img {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
#bnt_back svg {
  fill: rgb(255, 255, 255);
  height: 30px;
  vertical-align: middle;
  width: 26px;
}

#sub_nav_content {
  background: rgb(240, 243, 245);
  display: none;
  -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
  box-shadow: rgb(153, 153, 153) 0px 0px 5px;
  z-index: 9;
}
#sub_nav_content ul {
  display: none;
}
#sub_nav_content ul li {
  display: block;
  line-height: 28px;
}
#sub_nav_content ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
  color: rgb(83, 84, 85);
}
#sub_nav_content ul li.on a {
  color: #c9211e;
}
#sub_nav_content dl {
  font-size: 0px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 10px 0px;
}
#sub_nav_content dl dt {
  position: relative;
  background: rgb(255, 255, 255);
  z-index: 999;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  line-height: 30px;
  padding: 0 20px;
}
#sub_nav_content dl dt i {
  float: right;
  font-family: simsun;
  font-style: normal;
  font-weight: bold;
  font-size: 0.16rem;
}
#sub_nav_content dl dt a {
  display: inline-block;
  width: 88%;
  color: rgb(91, 83, 73);
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}
#sub_nav_content dl dt a i {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: none;
}
#sub_nav_content dl dt a i.on {
  transform: rotate(90deg);
}
#sub_nav_content dl dd {
  display: none;
}
#sub_nav_content dl dd .box {
  padding: 0px;
}
#sub_nav_content dl dd a {
  padding: 0px 25px;
  line-height: 30px;
  border-top: 1px solid rgb(231, 231, 231);
  font-size: 12px;
  color: rgb(91, 83, 73);
  display: block;
  height: 30px;
}
#sub_nav_content dl dd a.on {
  color: #c9211e;
}

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.3rem;
}
.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 7px;
}
.pagination a.active, .pagination a:hover {
  background: #c9211e;
  color: #fff;
  border: 1px solid #c9211e;
}
.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

.n_banner img {
  display: block;
  width: 100%;
}

.n_container {
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
}
.n_container .aleft {
  width: 20%;
}
.n_container .rightBox {
  width: 75.86%;
}

.leftNav {
  min-height: 1.56rem;
}
.leftNav .nav_tit h2 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1rem;
  text-align: center;
  background: #c9211e;
}
.leftNav .lv1 {
  padding: 0.16rem 0;
  background: #F9F9F9;
}
.leftNav .lv1 li {
  margin-bottom: 0.1rem;
}
.leftNav .lv1 li.on h2, .leftNav .lv1 li.active h2, .leftNav .lv1 li:hover h2 {
  color: #c9211e;
  font-weight: 600;
}
.leftNav .lv1 li.on h2 i, .leftNav .lv1 li.active h2 i, .leftNav .lv1 li:hover h2 i {
  opacity: 1;
  visibility: visible;
}
.leftNav .lv1 li h2 {
  position: relative;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.32rem;
  padding: 0.14rem 0.3rem;
  text-align: center;
  transition: 0.5s;
}
.leftNav .lv1 li h2 a {
  color: inherit;
}
.leftNav .lv1 li h2 i {
  position: absolute;
  right: 0.15rem;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  background: url("../images/n_left.png") no-repeat 50%;
  background-size: 0.15rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.leftNav .lv2 {
  display: none;
}
.leftNav .lv2 li {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #000;
  padding: 0.1rem;
  text-align: center;
  margin-bottom: 0;
}
.leftNav .lv2 li a {
  color: inherit;
}
.leftNav .lv2 li:hover {
  color: #c9211e;
}

.ny-tit {
  position: relative;
  margin-bottom: 0.3rem;
}
.ny-tit:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #D8D8D8;
}
.ny-tit h4 {
  position: relative;
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #c9211e;
  font-weight: 600;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  background: #fff;
  z-index: 3;
  min-width: 1.5rem;
}
.ny-tit h4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 0.04rem;
  height: 0.2rem;
  background: #c9211e;
}

.position {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.32rem;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 3;
  padding-left: 0.4rem;
}
.position * {
  display: block;
  font-size: 0.16rem;
  color: #666666;
}
.position img {
  display: block;
  width: 0.13rem;
  margin-right: 0.03rem;
}
.position span {
  margin: 0 0.02rem;
}
.position a.active {
  color: #c9211e;
}

.n_list li {
  display: block;
  position: relative;
  line-height: 0.6rem;
  font-size: 0.16rem;
  border-bottom: 1px solid #e8e1e1;
  transition: all 0.5s;
  background-size: auto 0.6rem;
  background-position: right center;
  background-repeat: no-repeat;
}
.n_list li:before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 50%;
  width: 0.05rem;
  height: 0.05rem;
  transform: translateY(-50%);
  background: #000000;
  border-radius: 50%;
}
.n_list li a {
  color: inherit;
  padding-left: 0.26rem;
  padding-right: 1.25rem;
}
.n_list li time {
  position: absolute;
  right: 0.1rem;
  top: 0;
  color: #777e6e;
}
.n_list li:hover {
  color: #fff;
  background: #c9211e;
  background-size: 100% 100%;
  border: none;
}
.n_list li:hover:before {
  background: #fff;
}
.n_list li:hover time {
  color: #fff;
}

.dtl-tit {
  padding-top: 0.5rem;
  padding-bottom: 0.07rem;
  border-bottom: 1px solid #dee4eb;
}
.dtl-tit h4 {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.dtl-tit .dtl-ar {
  font-size: 0;
  text-align: center;
}
.dtl-tit .dtl-ar span {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
  margin: 0 0.08rem;
}

.dtl-txt p,.dtl-txt p span {
  font-size: 0.18rem;
  color: #000000;
  line-height: 2;
  text-indent: 2em;
  margin: 0.1rem 0;
  font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜ !important;
}
.dtl-txt img {
  display: block !important;
  width: 80% !important;
  max-width: 100% !important;
  margin: 0 auto;
  height: auto !important;
}

.p-page {
  border-top: 1px solid #dee4eb;
  padding-top: 0.3rem;
  margin-top: 0.42rem;
}
.p-page p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #c9211e;
}
.p-page p a {
  color: #333;
}
.p-page p:hover a {
  color: #c9211e;
}

.n_listTxt li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 0.3rem;
}
.n_listTxt li:nth-child(4n+1) {
  margin-left: 0;
}
.n_listTxt li a {
  display: block;
}
.n_listTxt li a .pic {
  padding-top: 3.15rem;
}
.n_listTxt li a .txt {
  position: relative;
  padding: 0.2rem 0.2rem 0.24rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.13);
}
.n_listTxt li a .txt time {
  display: block;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
  margin-bottom: 0.14rem;
}
.n_listTxt li a .txt h3 {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-bottom: 0.18rem;
}
.n_listTxt li a .txt i {
  display: none;
  height: 0.07rem;
  background: url("../images/s1-img02.png") no-repeat right center;
  background-size: auto 100%;
}
.n_listTxt li a .txt * {
  transition: 0.5s;
}
.n_listTxt li a .line {
  position: absolute;
  background: #c9211e;
  transition: 0.5s;
}
.n_listTxt li a .line.line1 {
  left: 0;
  top: 0;
  height: 0;
  width: 1px;
}
.n_listTxt li a .line.line2 {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.n_listTxt li a .line.line3 {
  right: 0;
  bottom: 0;
  height: 0;
  width: 1px;
}
.n_listTxt li a .line.line4 {
  right: 0;
  top: 0;
  height: 1px;
  width: 0;
}
.n_listTxt li a:hover .line1 {
  height: 100%;
  transition: 0.5s 0.2s;
}
.n_listTxt li a:hover .line2 {
  width: 100%;
  transition: 0.5s 0.2s;
}
.n_listTxt li a:hover .line3 {
  height: 100%;
  transition: 0.5s 0.2s;
}
.n_listTxt li a:hover .line4 {
  width: 100%;
  transition: 0.5s 0.2s;
}
.n_listTxt li a:hover .txt time {
  color: #c9211e;
  font-weight: 600;
}
.n_listTxt li a:hover .txt h3 {
  color: #c9211e;
}
.n_listTxt li a:hover .txt i {
  background-image: url("../images/s1-img03.png");
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 85px !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}
.wp {
  width: 16rem;
  margin: 0 auto;
  max-width: 96%;
}

@media screen and (max-width: 1200px) {
  html, body {
    overflow-x: hidden !important;
  }
  .ar_web {
    display: none;
  }
  .ar_wap {
    display: block;
  }
  .wp {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .wap-head {
    display: flex;
    z-index: 11111;
  }
  .wap-head .logo img {
    width: auto;
    height: 0.58rem;
  }
  .wap-head .navbtnm {
    width: 0.86rem;
    height: 0.75rem;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
  }
  .wap-head .navbtnm i {
    display: block;
    width: 100%;
    height: 0.75rem;
    background: url("../images/menu.png") no-repeat 50%;
    background-size: 0.32rem 0.32rem;
    transition: all 0.3s;
    position: relative;
    z-index: 3;
  }
  .wap-head .navbtnm:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #debb7b;
  }
  .wap-head .navbtnm:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -6px;
    border-right: #debb7b 6px solid;
    border-bottom: transparent 0.75rem solid;
  }
  .navShow .navbtnm i {
    background-image: url("../images/close-menu.png");
  }
  .banner {
    margin-top: 0.75rem;
  }
  .n_banner {
    margin-top: 0.75rem;
  }
  .leftNav {
    display: none;
  }
  .n_container {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .n_container .rightBox {
    width: 100%;
    padding-top: 0;
  }
  #m_n_nav {
    display: block;
  }
  .ny-tit h4 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1025px) {
  .foot {
    padding: 0.2rem 0;
  }
  .foot .ftadd h5 img {
    margin-right: 0.15rem;
  }
  .foot .ftadd h5:nth-child(2) img {
    margin-right: 0.13rem;
  }
  .foot .ftlogo img {
    height: 0.64rem;
  }
  .foot .ftewm .li {
    width: 0.8rem;
    margin-left: 0.3rem;
  }
  .banner .btn {
    width: 0.54rem;
    height: 0.36rem;
  }
  .banner .btn.prev {
    left: 0.1rem;
  }
  .banner .btn.next {
    right: 0.1rem;
  }
  .banner .page {
    bottom: 0.15rem;
  }
  .title001 .tit h3 {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .title001 .tit p {
    font-size: 0.36rem;
    margin-top: -0.18rem;
  }
  .title001 .more img {
    width: 0.45rem;
  }
 .list1w .swiper-slide a .txt-box{
    padding: 0.2rem;
  }
  .list1w .swiper-slide a .pic{
    padding-top:64%;
  }
  .list1w .page {
    margin-top: 0.24rem;
  }
  .home1 {
    padding: 0.45rem 0 1rem;
  }
  .home1 .title001 {
    margin-bottom: 0.15rem;
  }
  .list_box1 li a {
    padding: 0.2rem;
    height: 100%;
  }
  .list_box1 li a .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .list_box1 li a .icon img {
    max-width: 0.4rem;
    max-height: 0.4rem;
  }
  .list_box1 li a .txt-box {
    margin-top: 0.2rem;
  }
  .list_box1 li a .txt-box h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .list_box1 li a .txt-box h5 {
    line-height: 0.24rem;
  }
  .home2 {
    margin-top: -0.85rem;
  }
  .home2 .title001 {
    margin-bottom: 0.25rem;
  }
  .list2w .item a .pic {
    padding-top: 121.59%;
  }
  .list2w .item a h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
  }
  .home3 {
    padding: 0.45rem 0;
  }
  .home3 .title001 {
    margin-bottom: 0.25rem;
  }
  .title002 {
    margin-bottom: 0.2rem;
  }
  .title002 h3 {
    font-size: 0.26rem;
    line-height: 0.68rem;
  }
  .title002 h3 img {
    height: 0.28rem;
    margin-right: 0.1rem;
  }
  .title002 .more img {
    width: 0.45rem;
  }
  .list_box2 li a {
    font-size: 0.18rem;
  }
  .home4 {
    padding: 0.45rem 0;
  }
  .n_list li {
    font-size: 0.18rem;
  }
  .pagination {
    padding-top: 0.25rem;
  }
  .dtl-tit {
    padding-top: 0;
  }
  .p-page {
    padding-top: 0.2rem;
    margin-top: 0.3rem;
  }
  .n_listTxt li a .pic {
    padding-top: 63.19%;
  }
}
@media screen and (max-width: 769px) {
  .foot .ftlogo {
    width: 100%;
    order: 0;
    margin-bottom: 0.2rem;
  }
  .foot .ftlogo img {
    max-width: 100%;
    height: 0.6rem;
    margin: 0 auto;
  }
  .foot .ftadd {
    width: 100%;
    order: 1;
    margin-bottom: 0.15rem;
  }
  .foot .ftadd h5 {
    justify-content: center;
    font-size: 0.12rem;
  }
  .foot .ftewm {
    width: 100%;
    order: 2;
    justify-content: center;
  }
  .foot .ftewm .li {
    width: 0.85rem;
    margin: 0 0.15rem;
  }
  .list_box1 li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.2rem;
  }
  .list_box1 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .home4 .left {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .home4 .right {
    width: 100%;
  }
  .ny-tit {
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .ny-tit:after {
    top: auto;
    bottom: 0;
  }
  .position {
    position: static;
    padding-left: 0;
    margin-top: 0.05rem;
  }
  .n_listTxt ul {
    justify-content: space-between;
  }
  .n_listTxt ul li {
    width: 48%;
    margin-left: 0;
  }
  .n_listTxt ul li a .txt {
    padding: 0.2rem;
  }
  .n_listTxt ul li a .txt time {
    margin-bottom: 0.1rem;
  }
  .n_listTxt ul li a .txt h3 {
    line-height: 0.28rem;
    height: 0.56rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 481px) {
  .wap-head .logo img {
    height: 0.45rem;
  }
  .list1w {
    padding: 0 0.1rem;
    margin: 0 -0.1rem;
  }
  .list_box1 ul {
    justify-content: space-between;
  }
  .list_box1 li {
    width: 48%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .list_box1 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .home3 {
    padding: 0.15rem 0 0.35rem;
  }
  .n_listTxt li {
    width: 100%;
  }
}

/*# sourceMappingURL=bundle.css.map */