a,
ul {
  text-decoration: none;
  margin: 0;
}
.yidongduan .offcanvas-body {
  font-size: 16px !important;
  padding: 10px 10px 0 20px !important;
}
.yidongduan .offcanvas-body .card li a {
  font-size: 12px !important;
}
.yidongduan .offcanvas-body .card li div {
  font-size: 12px !important;
}
@media screen and (max-width: 1430px) {
  .footer {
    height: auto !important;
    padding: 0 20px !important;
  }
  .footer .f-top {
    margin-top: 20px !important;
  }
  .footer .f-top .download {
    width: 150px !important;
    height: 50px !important;
    padding: 10px !important;
    justify-content: center;
  }
  .footer .f-top .download span {
    font-size: 14px !important;
  }
  .footer .f-t-right {
    display: none !important;
  }
  .footer .f-bot {
    font-size: 14px !important;
    text-align: center !important;
  }
  .footer .text-iphone {
    font-size: 16px !important;
    flex-direction: column;
    gap: 10px !important;
    margin-top: 0 !important;
    align-items: center !important;
  }
  .footer .bot-vr {
    display: none !important;
  }
  .footer .text-one {
    flex-direction: column !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .footer .text-one img {
    margin-top: 0 !important;
    width: 180px;
    height: 30px;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
    font-size: 15px;
  }
  .card {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 10px !important;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .navbar {
    padding: 10px !important;
    align-items: center;
    padding-top: 0 !important;
  }
  #onepage #logo {
    width: 100px !important;
    margin-left: 0;
    height: 30px !important;
  }
  #onepage #logo-text {
    width: 80px !important;
    height: 30px !important;
    margin-left: 0 !important;
  }
  #offcanvasRight {
    margin-top: 0 !important;
    width: 60%;
  }
  #offcanvasRight .offcanvas-header {
    padding: 10px 10px;
  }
  #offcanvasRight .offcanvas-header #offcanvasRightLabel img {
    width: 100px !important;
  }
  #offcanvasRight .offcanvas-header .btn-close {
    font-size: 10px !important;
    padding: 5px !important;
    margin-right: 0 !important;
  }
  .video-box {
    height: 200px !important;
  }
  .n-s {
    display: none !important;
  }
  .lists {
    display: block !important;
  }
}
main .video-box {
  height: 400px;
}
main .news {
  padding: 0 100px;
}
main .news .title {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .news .title .cut {
  font-weight: 900;
}
main .news .title :first-child::before {
  display: none;
}
main .news .title .item {
  width: 188px;
  height: 30px;
  position: relative;
}
main .news .title .item a {
  text-align: center;
  margin-top: 2px;
  display: block;
  color: #333;
}
main .news .title .item a:hover {
  color: #ea5515;
}
main .news .title .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ef2d1a;
}
main .news-swiper {
  padding: 0 100px;
  height: 700px;
}
main .news-lists {
  padding: 0 200px;
}
main .news-lists .content {
  padding-left: 0;
  padding: 60px 0 0 0;
}
main .news-lists .content li {
  display: flex;
  height: 350px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
main .news-lists .content li a {
  display: flex;
  width: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
main .news-lists .content li a:hover {
  box-shadow: 0px 10px 20px 0px rgba(37, 34, 74, 0.08);
}
main .news-lists .content li a:hover .text h5 {
  color: #ea5515;
}
main .news-lists .content li a img {
  width: 482px;
  border-radius: 20px;
}
main .news-lists .content li a .text {
  flex: 1;
  padding: 30px 60px 0;
}
main .news-lists .content li a .text h5 {
  height: 42px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  transition: 0.5s;
}
main .news-lists .content li a .text .jianjie {
  padding-top: 15px;
  padding-bottom: 44px;
  height: 115px;
  color: #999;
  font-size: 16px;
}
main .pages {
  width: 100%;
  padding-bottom: 80px;
}
main .lists {
  display: none;
}
main .lists .box {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .lists .box .item {
  width: 100%;
  background-color: #707070;
}
main .lists .box .item .text {
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.footer {
  height: 375px;
  background-color: #1b2229;
  padding: 0 100px;
  overflow: hidden;
}
.footer .warp {
  margin-left: 40px;
}
.footer .f-top {
  color: #fff;
  margin-top: 80px;
  height: 200px;
  display: flex;
}
.footer .f-top .download {
  width: 170px;
  height: 50px;
  background-color: #31383e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  gap: 20px;
  text-decoration: none;
  transition: 0.4s;
}
.footer .f-top .download:hover {
  background-color: #ea5515;
}
.footer .f-top .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  cursor: pointer;
}
.footer .f-top .f-t-right {
  justify-content: space-around;
}
.footer .f-top .f-t-right .item a {
  text-decoration: none;
  font-size: 15px;
  color: #959595;
}
.footer .f-top .f-t-right .item a:hover {
  color: #ea5515;
}
.footer .f-top input {
  width: 100%;
  border: none;
  background: #31383e;
  box-sizing: border-box;
  height: 58px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}
.footer .f-top input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.qq {
  height: 160px;
  padding: 30px 100px 0;
  display: flex;
  justify-content: center;
}
.qq .content {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.qq .content .item {
  display: flex;
  position: relative;
  flex: 1;
  gap: 20px;
  border-right: 1px solid #dcdcdc;
  cursor: pointer;
}
.qq .content .item:hover .hover {
  color: #ea5515;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  font-size: 24px;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 100px;
  color: #ffffff;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 80%;
    height: 100%;
    margin-right: 10px;
  }
}
.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
.gallery-thumbs .swiper-slide {
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 0 30px;
  background-color: #333;
}
.gallery-thumbs .swiper-slide p {
  text-align: initial;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 22%;
    height: 100%;
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background-color: #ea5515;
}
.container {
  background: #fdfdfd;
  padding: 10px;
  width: 30%;
  text-align: center;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}
.container ul {
  width: 100%;
  display: flex;
  gap: 30px;
}
.container li:hover a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.container li.active a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.container li:first-child {
  float: left;
  width: 20%;
}
.container li:first-child a:after {
  content: "首页";
}
.container li:last-child {
  float: right;
  width: 20%;
}
.container li:last-child a:after {
  content: "尾页";
}
.container li a {
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
}
.pagination .page-link {
  color: #000;
}
.page-num {
  width: 50px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.page-num:hover {
  width: 50px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000;
}
.page-num-current {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
