.header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 99999999;
  opacity: 0;
  transition: all 0.4s;
}
.header .nav {
  width: 100%;
  height: 64px;
  padding: 0 180px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .link_nav {
  width: 31%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .link_nav a {
  text-decoration: none;
}
.header .nav .link_nav .link {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 64px;
  line-height: 60px;
  display: inline-block;
  box-sizing: border-box;
}
.header .nav .link_nav .link_li {
  position: relative;
}
.header .nav .link_nav .link_li ul {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 999;
  overflow: hidden;
  height: 0;
  transition: all 1s;
}
.header .nav .link_nav .link_li ul .mouseli {
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  background: #FFD900;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header .nav .link_nav .link_li ul .mouseli a {
  color: #000;
}
.header .nav .link_nav .link_li:hover .mouseEnter {
  height: max-content;
  transition: all 1.5s;
}
.header .nav .link_nav .link_li:hover .mouseEnter .mouseli:hover {
  background: #fff;
}
.header .nav .link_nav .link_li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FFD900;
}
.header .nav .link_nav .active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FFD900;
}
.header .nav .link_home {
  width: 38%;
  text-align: center;
}
.header .nav .link_home .logo {
  width: 168px;
  height: 32px;
}
.header .mnav {
  display: none;
}
.header:hover {
  opacity: 1;
  background-color: #000000;
  transition: all 0.4s;
}
.banner {
  position: relative;
}
.banner .banner_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner_box .banner_title {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
}
.banner .banner_box .banner_des {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5px;
}
.parse {
  width: 100%;
  max-width: 1560px;
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.parse .parse_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.parse .parse_date {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.parse .parse_content {
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
  margin-top: 40px;
  border-top: 1px solid #E1F1FE;
  padding: 30px 0px;
}
.parse .parse_content .loop2 {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 20px 0 30px;
}
.parse .parse_content .loop2 .swiper {
  width: 100%;
  height: 100%;
}
.parse .parse_content .loop2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parse .parse_content .loop2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parse .parse_content .loop2 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.parse .parse_content .loop2 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.parse .parse_content .loop2 .mySwiper2 {
  height: 80%;
  width: 100%;
}
.parse .parse_content .loop2 .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.parse .parse_content .loop2 .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.parse .parse_content .loop2 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.parse .parse_content .loop2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parse .page {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 30px;
  margin-top: 54px;
}
.parse .page .page_prev {
  width: 33.33%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.parse .page .page_prev a {
  color: #333333;
}
.parse .page .page_prev a:hover {
  text-decoration: none;
  color: #333333;
}
.parse .page .page_prev .prev_img {
  margin-right: 12px;
  vertical-align: baseline;
}
.parse .page .page_back {
  width: 33.33%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.parse .page .page_back a {
  color: #333333;
}
.parse .page .page_back a:hover {
  text-decoration: none;
  color: #333333;
}
.parse .page .page_back .back_img {
  margin-right: 12px;
}
.parse .page .page_next {
  width: 33.33%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
.parse .page .page_next a {
  color: #333333;
}
.parse .page .page_next a:hover {
  text-decoration: none;
  color: #333333;
}
.parse .page .page_next .next_img {
  margin-left: 12px;
  vertical-align: baseline;
}
.footer {
  width: 100%;
  background: #000000;
}
.footer .foot_head {
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: #313131;
  padding: 0 60px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .foot_head span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 20px;
}
.footer .foot_body {
  width: 100%;
  background: #000000;
  padding: 80px 60px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer .foot_body .foot_menu {
  display: flex;
}
.footer .foot_body .foot_menu dl {
  margin-right: 175px;
}
.footer .foot_body .foot_menu dl dt {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.footer .foot_body .foot_menu dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}
.footer .foot_body .foot_wechat .qrcode {
  width: 144px;
  height: 144px;
}
.footer .foot_body .foot_wechat .qr_text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.footer .foot_icp {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  border-top: 1px solid #fff;
}
.footer .foot_icp .icp,
.footer .foot_icp .micp {
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
}
.footer .foot_icp .micp {
  display: none;
}
.footer .foot_icp .share a {
  display: inline-block;
  margin-right: 40px;
}
.footer .foot_icp .share a .sicon {
  width: 22px;
  height: 17px;
}
.footer .foot_icp .share a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 1800px) {
  .footer .foot_body .foot_menu dl {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1420px) {
  .footer .foot_body .foot_menu dl {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .foot_head {
    padding: 0 30px;
  }
  .footer .foot_body {
    padding: 30px;
    flex-wrap: wrap;
  }
  .footer .foot_icp {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .footer .foot_head {
    padding: 0 30px;
  }
  .footer .foot_body {
    padding: 30px;
    flex-wrap: wrap;
  }
  .footer .foot_body .foot_menu .fservice,
  .footer .foot_body .foot_menu .fcase,
  .footer .foot_body .foot_menu .fnews,
  .footer .foot_body .foot_menu .fabout {
    display: none;
  }
  .footer .foot_icp {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .gap_height {
    height: 60px;
  }
  .banner .banner_box .banner_title {
    font-size: 24px;
  }
  .banner .banner_box .banner_des {
    font-size: 14px;
  }
  .parse {
    padding: 30px 10px;
  }
  .parse .parse_title {
    font-size: 20px;
    line-height: 1;
  }
  .parse .parse_date {
    margin-top: 20px;
  }
  .parse .parse_content {
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 14px;
  }
  .parse .parse_content .swiper-button-next,
  .parse .parse_content .swiper-button-prev {
    background-size: 17px 44px;
  }
  .parse .parse_content .loop .swiper-slide {
    text-align: center;
  }
  .parse .parse_content .loop .swiper-slide .loop_img {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
    height: auto;
  }
  .parse .parse_content .loop .swiper-button-next,
  .parse .parse_content .loop .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .parse .page {
    padding: 0 10px;
    margin-top: 20px;
  }
  .footer .foot_head {
    padding: 0 20px;
  }
  .footer .foot_body {
    padding: 30px 20px;
    justify-content: center;
  }
  .footer .foot_body .foot_menu .fservice,
  .footer .foot_body .foot_menu .fcase,
  .footer .foot_body .foot_menu .fnews,
  .footer .foot_body .foot_menu .fabout,
  .footer .foot_body .foot_menu .fcontact {
    display: none;
  }
  .footer .foot_icp {
    padding: 0 10px;
    justify-content: center;
  }
  .footer .foot_icp .micp {
    display: block;
  }
  .footer .foot_icp .icp {
    display: none;
  }
  .footer .foot_icp .share {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  .header .nav {
    padding: 0;
  }
  .header .nav .link_home {
    width: 30%;
  }
}
@media screen and (max-width: 1299px) {
  .header .nav {
    justify-content: space-around;
  }
  .header .nav .link_home {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .nav {
    justify-content: center;
  }
  .header .nav .link_nav {
    justify-content: space-around;
  }
  .header .nav .link_nav .link span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: transparent;
    opacity: 1;
  }
  .header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .nav {
    display: none;
  }
  .header .mnav {
    display: block;
    position: relative;
  }
  .header .mnav .mhead {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #000;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .header .mnav .mhead .link_logo {
    float: left;
  }
  .header .mnav .mhead .link_logo .logo {
    width: 125px;
    height: 24px;
    vertical-align: middle;
  }
  .header .mnav .mhead .menu {
    float: right;
    margin-top: 11px;
  }
  .header .mnav .mhead .menu span {
    display: block;
    width: 27px;
    height: 2px;
    background-color: #fff;
    margin: 8px;
  }
  .header .mnav .mbody {
    background: #FFD900;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    transition: all 0.3s;
    position: absolute;
    top: 60px;
    right: -100%;
  }
  .header .mnav .mbody .mlink {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .mnav .mbody .mlink .sevice {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mnav .mbody .mlink .sevice .bottom_icon {
    width: 20px;
    height: 20px;
    margin-right: 33px;
    color: #fff;
  }
  .header .mnav .mbody .mlink a {
    color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
  }
  .header .mnav .mbody .mlink ul {
    padding-left: 30px;
    display: none;
    margin-bottom: 0;
  }
  .header .mnav .mbody .mlink ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .header .mnav .mbody .mlink ul li:last-child {
    border-bottom: 0;
  }
  .header .mnav .mbody_active {
    right: 0;
    transition: all 0.3s;
  }
  .header .mnav .menu_active {
    margin-top: 13px !important;
  }
  .header .mnav .menu_active span:nth-child(1) {
    transform-origin: 10% 100%;
    transform: translateZ(0) rotate(45deg);
  }
  .header .mnav .menu_active span:nth-child(2) {
    display: none;
  }
  .header .mnav .menu_active span:nth-child(3) {
    transform-origin: 33% 100%;
    transform: translateZ(0) rotate(-45deg);
  }
}
