* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  /* overflow-x: hidden; */

}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

img,
video:hover {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}

/* 鐗堝績 */
.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  
}

@media screen and (max-width:1100px) {
  .container {
    /* min-width: 1050px; */
  }
}

.top {
  text-align: center;
  line-height: 5.8rem;
  display: flex;
  justify-content: space-between;

}

.top-n {
  font-size: 1.6rem;
  color: #333;
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}

.flex {
  display: flex;
}

.flexa {
  display: flex;
  align-items: center;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.net {
  font-size: .7rem;
  color: #A40000;
  margin-left: .5rem;
}

.net a {
  color: #A40000;
}

.search {
   /*  border: .05rem solid #ccc;
  width: 12.5rem;
  height: 2.4rem;
  margin-left: 2rem; */
}
.topright{
  display: flex;
  align-items: center;
}

.topright .form {
  margin-left:10px;
     width: 270px;
     height: 100%;
   display: none;
   position: relative;
 }
 
 .topright .inputa {
   width: 100%;
   height: 50px;
   outline: none;
   border: 1px solid #ddd;
 }
 
 .topright .serbb {
  position: absolute;
    height: 50px;
      top: 22px;
     right: 0;
    width: 70px;
    border: none;
    color: #333;
    font-size: 16px;
    background-color: #eee;
    text-align: center;
   outline:none;
  line-height: 3.125rem;
 }
.search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-box img {
  height: 1.4rem;
  /* margin-top: .5rem; */
  margin-left: .5rem;
}

.bgred {
  background-color: #A40000;
}

.navigator-menu {
  line-height: 3.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 0 36px;
}

.navigator-menu .menu-item .menu-name {
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: .9rem;
}

.menu-name img {
  position: absolute;
  bottom: 28%;
  left: 40%;
}

.navigator-menu .menu-item {
  position: relative;
  width: 8.6rem;

}

.navigator-menu .menu-item .children-menu-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 85%;
  z-index: 99;
}

.navigator-menu .menu-item .children-menu {
  width: 100%;
  margin-top: .5rem;
  display: none;
  background-color: #830819;

}

.children-menu li:hover {
  background-color: #FF9600;
}

.children-menu li a {
  color: #fff;
  font-size: .8rem;
}

.menu-item:hover {
  background-color: #830819;
}

.menu-item:hover .children-menu {
  display: block;
}

.navigator-menu .menu-item .children-menu>li {
  /* white-space: nowrap; */
  /* text-align: center; */
  line-height: 2.5rem;
}


.navtop .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-next {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

.swiper-button-next::after {
  content: '';
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 1;
  display: inline-block;
}

.swiper-pagination-bullet-active {
  background-color: rgb(217, 100, 45);
}

#swiper2 .swiperClass2 {
  margin-bottom: 28px;
}

#swiper2 .swiper-pagination-bullet-active {
  background-color: rgb(217, 100, 45);
}


.news-swiper {

  width: 49%;
  margin-right: 30px;
}

.news-swiper .swiper {
  height: 362px;
}
.swiper-slide{
  position: relative;
}

.news-swiper .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-mark {
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  text-align: center;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;

}

.listbox {
  display: flex;
}

.listbox ul {
  flex: 1;
  padding-top: 25px;
}

.ml30 {
  margin-right: 30px;
}

.mt38 {
  margin-top: 38px;
}

.mt60 {
  margin-top: 60px !important;
}

.listbox ul li h3 {
  font-size: 18px;
  color: #31373D;
  margin-left: 8px;
}

.listbox ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.listbox ul li a {
  font-size: 14px;
  color: #333;
}

.listbox ul li .imgbox {
  width: 34px;
  height: 34px;
}

.listbox ul li .imgbox img {
  width: 100%;
  height: 100%;
}

.listbox ul li:first-child {
  margin-bottom: 40px;
}

.listbox ul li:not(:first-child) {
  justify-content: space-between;
  padding-left: 16px;
  margin-bottom: 14px;
}

.listbox ul li:not(:first-child)::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #D9D9D9;
  position: absolute;
  left: 6px;
  top: 9px;
}

.listbox ul li span {
  font-size: 14px;
  color: #333;

}

.listbox ul li span:last-child {
  color: #999;
}


/* 棣栭〉 */

/* 椤佃剼 */
/* 灞呬腑 */
.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}


.foot {
  background-color: #A40000;
}

.footbox {
  height: 16rem;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

.friend-link {
  margin: 1.6rem 0 .8rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

.friend {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;

}

.foot-item {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
}

.friend a {
  margin-right: .8rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;

}
.foot-item img{
  width: .9rem;
  height: .9rem;
}

.phone {
  font-size: .7rem;
  color: #fff;
}

.phonenum {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}

.friend a:hover {
  color: #cecece;
}

.dvi-line {
  height: .05rem;
  width: 100%;
  background-color: #Ffff;
}

.adr {
  color: #fff;
  font-size: .7rem;
  margin-top: 1.6rem;
}

.copyright {
  color: #fff;
  margin-top: 16px;
  font-size: .7rem;
}

.copyright a {
  color: #fff;
  font-size: .7rem;
}

.foot-logo-box {
  padding: 0 2rem;
  background-color: rgb(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-around;
}


.focu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bline {
  height: .05rem;
  width: 2.4rem;
  background-color: #fff;
}

.flowus {
  font-size: .7rem;
  color: #fff;
  margin: 0 .5rem;
}


/* 閮ㄩ棬姒傚喌 */

.ban {
  width: 100%;
}

.ban img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bmbox {
  position: relative;
  /* height: 524px; */
}

.jj-nav {
  position: absolute;
  width: 222px;
  height: 390px;
  display: flex;
  flex-direction: column;
  text-align: center;
  top: 30px;
  z-index: 10;
}

.jj-nav .navhead {
  font-size: 24px;
  color: #fff;
  width: 100%;
  line-height: 82px;
  background: url(../images/Intersect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.jj-nav .navbody {
  background: #F7F4F0;
  font-size: 14px;
  font-weight: 500;
  color: #A40000;
  width: 100%;
  flex: 1;
}

.jj-nav .navbody .act {

  display: inline-block;
  background: #fff;
  line-height: 70px;
  width: 100%;
  margin-left: 30px;
  border: 1px dashed #EDD7BB;

}

.jj-nav .navbody .act a {
  color: #A40000;
}

.jj-nav .navbody li a {
  line-height: 70px;
  width: 100%;
  color: #A40000;
  font-weight: 500;

}

.jj-nav .navfoot {
  width: 100%;
  height: 104px;
  background: url(../images/Mask\ group.png);
  position: absolute;
  bottom: -16px;
}

/* 閮ㄩ棬绠€浠  */
.jj-right {
  padding-left: 266px;
  padding-top: 24px;
  position: relative;
}

.jj-right .right {
  margin-left: 2rem;
  flex: 1;
}

.jj-right .right .right-top-name {
  font-size: 1.2rem;
  color: #A40000;
  font-weight: 500;
  margin-bottom: .4rem;
}

.jj-right .right .line-box {
  display: flex;
  align-items: center;
}

.jj-right .right .right-top {
  margin-bottom: 1rem;
  padding-left: 26px;
}

.jj-right .right .line-box .right-solid {
  height: .2rem;
  width: 5.3rem;
  background: #A40000;
}

.jj-right .right .line-box .right-dash {
  height: .05rem;
  width: 94%;
  background: #EDEDED
}

.jj-right .loca {
  position: absolute;
  right: .5%;
  font-size: .7rem;
  color: #333;
  top: 24px;
}

.jj-right .loca span {
  margin-right: .3rem;
}

.jj-right .right p {
  color: #333;
  font-size: 16px;
  line-height: 1.6rem;
  text-indent: 2em;
  text-align: justify;

}

.jj-right .right p {
  margin-bottom: .5rem;
}

.jj-right .right a:not(:last-child) {
  margin-bottom: .5rem;
}

/* 鏂伴椈鍔ㄦ€  */
.jj-right ul {
  padding-left: 20px;
}

.jj-right ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 1px solid #EFEFEF;
  padding: 0px 0px 16px 16px;
}


.jj-right ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #D9D9D9;
  position: absolute;
  left: 6px;
  top: 9px;
}

.jj-right ul li span:first-child {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;

}

.jj-right ul li span:last-child {
  color: #999;
  font-size: 14px;
  width: 40px;
}

/* 鍒嗛〉 */
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 144px;
  margin-top: 36px;
}


.page span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: 4px;
}

.page span:first-child {
  border: 1px solid #CCCCCC;
  padding: 6px 14px;
}

.page span:last-child {
  border: 1px solid #CCCCCC;
  padding: 6px 14px;
}

.now {
  color: #d9642d !important;
}

.down-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgb(109, 108, 108);
  /* 鏀瑰彉棰滆壊鍗冲彲鏀瑰彉绠ご棰滆壊 */
}

/* 鏂伴椈璇︽儏 */
.detail-box {
  padding-left: 20px;
}

.detail-title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin-bottom: .8rem;
}

.time-from-read {
  display: flex;
  color: #666;
  justify-content: center;
  font-size: .8rem;
  margin-bottom: 1.4rem;
}

.time-from-read .item {
  display: flex;
  margin-right: 2rem;
  align-items: baseline;
}

.time-from-read .item div:first-child {
  margin-right: .3rem;
}

.new-p {
  text-align: justify;
  font-size: .8rem;

}

.text-img {
  width: 100%;
  height: 48rem;
  background-color: #004EA2;
  margin-bottom: .8rem;
}

.nextpage {
  font-size: .8rem;
  color: #333;
  line-height: 1.6rem;
  margin-top: 2.35rem;
}

.nextpage a {
  color: #333;
}

.new-line {
  height: .05rem;
  width: 100%;
  background-color: #F2F3F5;
  margin-top: 2.5rem;

}

/* 涓嬭浇涓撳尯 */
.image-container {
  position: relative;
  height: 44px;
  padding-left: 50px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  /* 灏忓浘鏍囧搴  */
  height: 44px;
  /* 灏忓浘鏍囬珮搴  */
  background-image: url(../images/Frame\ 339.png);
  background-size: cover;
}

.jj-right .right ul li .red {
  color: #A40000;
  font-weight: 500;
}

.xzbox .right ul li::before {
  display: none;
}

.xzbox .right ul li {
  padding-left: 0px;
}

.b-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.b-row .row-item {
  flex: 30%;
  height: 4.3rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.b-row .row-item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.b-row .row-item img {
  margin-right: 1rem;
}

.b-row .row-item:hover span {
  color: #A40000;
}

.smallnav{
  position: absolute;
  top: 4.95rem;
  right: 1.2rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 32px;
 height: 32px;
  background-color: rgba(107, 105, 105, 0.12);
  border-radius: 14%;
}
.smallnav img{
  width: 100%;
}
#mask1.active{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  padding: 14px;
}
#mask1 .allnav{
  width: 80%;
  display: block;
 padding-left: 30px;
 margin-top: 1.8rem;
}
#mask1 .logobox{
  width: 14rem;
}
#mask1 .logobox img{
  width: 100%;
}
#mask1 .allnav li{
  border-bottom: .0625rem solid #bdbdbd;
}
#mask1 .allnav li a{
  color: #EEEEEE!important;
  padding-left: 4px;
}
#mask1 .allnav li a:hover {
  color: #A40000!important;
}
#mask1 .allnav li ul li a{
  padding-left: .5rem;
}
.allnav {
  width: 21%;
  margin-top: 7.125rem;
  margin-bottom: 12.5rem;
}

.allnav li:first-child {
  border-top: .0625rem solid #DCDCDC;
}

.allnav li {
  width: 100%;
  border-bottom: .0625rem solid #DCDCDC;
  cursor: pointer;
}

.allnav .act {
  color: #A40000 !important;
}

.allnav li a {
  font-size: 1.125rem;
  color: #777777;
  line-height: 3rem;
  display: block;
}

.allnav li ul li a {
  padding-left: .75rem;
}

.allnav li ul li:last-child {
  border-bottom: none;
}
.allnav li a:first-child {
  position: relative;
}

.allnav li .af::after {
  content: '';
  background-image: url(../images/add.png);
  background-size: cover;
  width: .75rem;
  height: .8125rem;
  position: absolute;
  left: 90%;
  top: 35%;
  transition: all .5s ease-in-out;
}

.bf::after {
  content: '';
  background-image: url(../images/h.png);
  background-size: cover;
  width: .75rem;
  height: .0625rem;
  position: absolute;
  left: 90%;
  top: 50%;
  transition: all .5s ease-in-out;
}

.allnav li ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;

}

.visible {
  max-height: 62.5rem !important;
}
.unfold {
  transition: max-height .5s ease-in-out;
  max-height: 62.5rem !important;
}


@media (max-width: 1150px) {
  .listbox ul li a {
     flex: 1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
  }
  .jj-right .right {
     margin-left: 0;
  }
  .news-mark{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
  }
}
 @media (max-width: 1550px) {
   .topright .serbb {
     top:16px
   }
  }

@media (max-width: 1050px) {
  .b-row .row-item {
    flex: 45%;
  }
  .b-row .row-item:not(:last-child){
    margin-right: 5%;
  }
  .b-row .row-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .topright .form {
    width:180px;
   }
   .topright .serbb{
    width: 55px;
   }
}
@media (max-width: 780px) {
  .topright .form {
    width: 144px;
  }
}
@media (max-width: 768px) {
  .listbox {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .news-swiper{
    width: 100%;
  }
  .listbox ul {
    width: 100%;
  }
  .friend{
    flex-wrap: wrap;
    margin-bottom:.5rem ;
  }
  .foot-item {
    margin-bottom:.5rem ;
  }
  .adr {
    margin-top: .8rem;
  }
  .jj-right{
    padding-left: 220px;
  }
}
@media (max-width: 750px) {

 .logo-box {
 margin-right: .5rem;
  }
 }
  @media (max-width: 690px) {
    .top-n{
      font-size: 1.2rem;
    }
    .net{
      display: none;
    }
  }
@media (max-width: 640px){
  .jj-nav{
    display: none;
  }
  .jj-right{
    padding-left: 0;
  }
  .navigator-menu{
    display: none;
  }
  .smallnav{
    display: block;
  }
}
 @media (max-width: 630px) {
  .top-n{
    font-size: 1.2rem;
  }
  .logo-box img{

  }
 }
@media (max-width: 570px){
  .footbox .footR{
      padding-left: 4%;
     }
     .footbox  .foot-logo-box{
       display: none;
     }
     .friend  .foot-item{
       margin-right: .5rem;
     }
  .top-n {
    font-size: 1.2rem;
  }
  .logo-box{
    margin-right: .5rem;
  }
  .net{
    display: none;
  }
}
  @media (max-width: 560px) {
    .topright .serbb{
      top: 6px;
    }
  }
 @media (max-width: 540px) {
  .logo-box img{
  
 }
 .top{
  line-height: 4.4rem;
 }
  }
@media (max-width: 500px){
  .top-n {
    font-size: .9rem;
  }
  .logo-box img{
  
 
  }
  .image-container {
    flex: 1;
    padding-top: 20px;
  }
  .jj-right .right ul li .red{
    padding-top: 20px;
  }
  .navigator-menu {
    padding: 0 ;
  }
  .jj-right ul {
    padding-left: 0;
  }
  .jj-right .right .right-top {
    padding-left: 0;
  }
  .b-row .row-item {
    flex: 50%;
    margin-right: 1%!important;
  }
  .friend .foot-item {
    margin-right:0;
}
.friend .foot-item:nth-child(1) {
margin-bottom: .5rem;
}
.friend{
  margin-bottom: 0;
}
.news-swiper{
display: none;
}
.dvi-line{
  display: none;
}
.detail-box{
  padding-left: 0;
}
}
@media (max-width: 490px){
  .friend .foot-item {
    margin-right:2rem;
}

}
.detail-box img{
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
  display: block;
}