@charset "UTF-8";
.parta {
  /* 移动端导航栏样式 */
}

.parta .subcolumna {
  padding: 17px 0;
  background: url("/images/header-bg.png") no-repeat center;
  background-color: #9a0000;
}

.parta .subcolumna .search-pic {
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.parta .subcolumna .right {
  width: 214px;
}

.parta .subcolumna input {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 10px;
  border-radius: 50px;
  border: 1px solid #ba5050;
  background-color: transparent;
  outline: none;
color:#fff;
}

.parta .navmob-btn {
  display: none;
}

.parta .navmob-btn .head-menu-btn {
  z-index: 999;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: -5260px;
  opacity: 1;
  transform: translateY(0);
}

.parta .navmob-btn .head-menu-btn .line-1 {
  margin-top: -11px;
  width: 30px;
}

.parta .navmob-btn .head-menu-btn .line-2 {
  margin-top: 0 !important;
  width: 30px !important;
}

.parta .navmob-btn .head-menu-btn .line-3 {
  margin-top: 11px;
  width: 30px;
}

.parta .navmob-btn .head-menu-btn.active .line-1 {
  transform: rotate(-45deg) translate(-9px, 9px);
}

.parta .navmob-btn .head-menu-btn.active .line-2 {
  opacity: 0;
}

.parta .navmob-btn .head-menu-btn.active .line-3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.parta .navmob-btn .head-menu-btn .line-1,
.parta .navmob-btn .head-menu-btn .line-2,
.parta .navmob-btn .head-menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-right: -20px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-property: transform, width, margin, background-color;
}

@media screen and (max-width: 992px) {
  .parta .logo {
    width: 400px;
  }
  .parta .search {
    display: none;
  }
  .parta .alstart {
    align-items: center;
  }
  .parta .navmob-btn {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .parta {
    padding: 0;
  }
  .parta .logo {
    width: 260px;
  }
  .parta .logo img {
    object-fit: cover;
  }
  .parta .navmob-btn .head-menu-btn {
    width: 30px;
    height: 30px;
  }
}

.parta .nav-list .dht {
  width: 1px;
  height: 50px;
  background: url("../images/dhx.png") no-repeat center;
}

.parta .nav-list .mune_a {
  position: relative;
  width: 15.667%;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.parta .nav-list .mune_a a{
display: block;
}
.parta .nav-list .mune_a .blue-line {
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #9a0000;
}

.parta .nav-list .mune_a.active .blue-line {
  display: block;
}

.parta .nav-list .mune_a:hover .blue-line {
  display: block;
}

.parta .nav-list .mune_a .secondary-menu {
  display: none;
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(154, 0, 0, 0.8);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: none;
}

.parta .nav-list .mune_a .secondary-menu li {
  border-bottom: 1px solid #ddd;
}

.parta .nav-list .mune_a .secondary-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.parta .nav-list .mune_a .secondary-menu li:last-child {
  border-bottom: none;
}

.parta .nav-list .secondary-menu {
  display: none;
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #9a0000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: none;
}

.parta .nav-list .secondary-menu li {
  border-bottom: 1px solid #ddd;
}

.parta .nav-list .secondary-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.parta .nav-list .secondary-menu li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .parta .pc-nav {
    display: none;
  }
  .parta .mb-nav-box {
    z-index: 999;
    padding: 0 20px;
    position: fixed;
    left: -100%;
    top: 85px;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    background-color: #fff;
  }
  .parta .mb-nav {
    font-size: 17px;
  }
  .parta .mb-nav li {
    width: 100%;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .parta .mb-nav .secondary-menu {
    padding: 10px 15px;
    background-color: #9a0000;
    border-radius: 5px;
  }
  .parta .mb-nav .secondary-menu a {
    color: #fff;
  }
  .parta .mb-nav .nav-down {
    display: none;
    width: 100%;
  }
  .parta .mb-nav .nav_click {
    display: block;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #333;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
  }
  .parta .mb-nav .nav_click.active {
    transform: rotate(-180deg);
  }
  .parta .mb-nav .nav_click .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}

@media screen and (max-width: 768px) {
  .parta .mb-nav-box {
    top: 85px;
  }
}

@media screen and (max-width: 576px) {
  .parta .mb-nav-box {
    top: 66px;
  }
}

@media screen and (min-width: 993px) {
  .parta .mb-nav-box {
    display: none;
  }
}

.partb {
  margin-top: 5px;
}

.partb .swiper-container {
  height: 635px;
  display: flex;
  justify-content: center;
}

.partb .swiper-container .swiper-button-next,
.partb .swiper-container .swiper-button-prev {
  position: unset;
  height: auto;
}

.partb .swiper-container .swiper-button-prev:after,
.partb .swiper-container .swiper-button-next:after {
  content: unset;
}

.partb .swiper-container .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  margin: -13px 10px 0;
}

.partb .swiper-container .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #fff;
  opacity: 1;
}

.partb .swiper-container .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: url("../images/swiper-active.png") no-repeat center;
background-size: 100% 100%;
}

.partb .swiper-container .handle-box {
  position: absolute;
  bottom: 47px;
  justify-content: end;
  z-index: 11;
}

.partb .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partb .bamask {
  width: 100%;
  bottom: 0;
  z-index: 5;
display: none;
}

.partb .swiper-text {
  bottom: 77px;
  transform: translateX(-50%);
  color: #fff;
  z-index: 11;
  letter-spacing: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.partb .code-box {
  bottom: 95px;
  right: 0;
  color: #fff;
  z-index: 11;
  letter-spacing: 2px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: end;
}

.partb .code-box .code-desc {
  margin-bottom: 10px;
  text-align: center;
}

.partb .code1 {
  width: 110px;
  height: 107px;
}

.partb .dyh {
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .partb .swiper-container {
    height: 400px;
  }
  .partb .swiper-container .handle-box {
    bottom: 13px;
  }
  .partb .swiper-text {
    bottom: 50px;
    font-size: 18px;
  }
  .partb .code1 {
    width: 70px;
    height: 70px;
  }
  .partb .code-box .code-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .partb {
    margin-top: 0;
  }
  .partb .code-box {
    bottom: 78px;
  }
  .partb .code-box .code-desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .partb .swiper-container {
    height: 280px;
  }
}

.partc {
  padding: 33px 0 44px;
  background: url("../images/partc-bj.png") no-repeat center;
  background-size: 100% 100%;
}

.partc img {
  width: 100%;
  height: 100%;
}

.partc .tzgg-box {
  width: 31.82%;
}

.partc .tzgg-box h1 {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  line-height: 1;
}

.partc .tzgg-box h1 span {
  color: #9A0000;
}

.partc .tzgg-box h1::before {
  display: block;
  content: url("../images/tzgg-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.partc .tzgg-box .pic-text {
  margin-top: 11px;
  display: block;
}

.partc .tzgg-box .pic-box {
  width: 100%;
  height: 200px;
}

.partc .tzgg-box .pic-box img {
  object-fit: cover;
}

.partc .tzgg-box .desc {
  line-height: 1;
  padding: 12px 54px;
  background-color: #9a0000;
text-align: center;
display: none;
}

.partc .tzgg-box .desc .text-white {
  color: #fff;
}

.partc .tzgg-box .desc .desc-text {
  color: rgba(255, 255, 255, 0.51);
}

.partc .tzgg-box .list {
  margin-top: 10px;
padding: 0 11px;
}

.partc .tzgg-box .list li {
  padding-right: 100px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed rgba(154, 0, 0, 0.33);
}
.partc .tzgg-box .list li:last-child{
  border-bottom: none;
}

.partc .tzgg-box .list li:last-child {
  border-bottom: none;
}

.partc .tzgg-box .list li:first-child {
  padding-top: 0;
}

.partc .tzgg-box .list li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9A0000;
}

.partc .xxck-box {
  width: 31.82%;
}

.partc .xxck-box h1 {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  line-height: 1;
}

.partc .xxck-box h1 span {
  color: #9A0000;
}

.partc .xxck-box h1::before {
  display: block;
  content: url("../images/xxck-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.partc .xxck-box .docx-bic-box {
  display: block;
  width: 100%;
  margin-top: 11px;
  padding: 22px 29px 30px;
  background-color: #fff;
  color: #030303;
}

.partc .xxck-box .docx-bic-box .content {
  display: flex;
}

.partc .xxck-box .docx-bic-box .docx-box {
  width: 43px;
  height: 49px;
}

.partc .xxck-box .docx-bic-box .right {
  margin-left: 15px;
  line-height: 1.8;
}

.partc .xxck-box .docx-bic-box .down-icon {
  width: 13px;
  height: 15px;
  margin-right: 6px;
}

.partc .xxck-box .docx-bic-box .time {
  color: #9A0000;
}

.partc .xxck-box .list {
  margin-top: 28px;
}

.partc .xxck-box .list li {
  padding: 0 0 25px;
  position: relative;
  cursor: pointer;
}

.partc .xxck-box .list li a {
  line-height: 1;
}

.partc .xxck-box .list li:first-child {
  padding-top: 0;
}

.partc .xxck-box .list li:last-child {
  padding-bottom: 0;
}

.partc .xxck-box .list li div {
  margin-top: 10px;
  color: #9A0000;
}

.partc .wlsz-box {
  width: 31.82%
}

.partc .wlsz-box h1 {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  line-height: 1;
}

.partc .wlsz-box h1 span {
  color: #9A0000;
}

.partc .wlsz-box h1::before {
  display: block;
  content: url("../images/wlsz-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.partc .wlsz-box .pic-text {
  margin-top: 11px;
  display: block;

}

.partc .wlsz-box .pic-text .mask-bg {
  width: 273px;
  height: 274px;
  right: 0;
  top: 0;
  z-index: -1;
}



.partc .wlsz-box .pic-box {
  width: 100%;
  height: 200px;
}

.partc .wlsz-box .pic-box img {
  object-fit: cover;
}

.partc .wlsz-box .desc {
  line-height: 1;
  padding: 12px 37px;
  background-color: #9a0000;
}

.partc .wlsz-box .desc .text-white {
  margin-bottom: 10px;
  color: #fff;
}

.partc .wlsz-box .desc .desc-text {
  color: rgba(255, 255, 255, 0.51);
}

.partc .wlsz-box .list {
  background-color: #fff;
  padding: 18px 24px 0px;
}

.partc .wlsz-box .list li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  cursor: pointer;
}

.partc .wlsz-box .list li a {
  line-height: 1;
}

.partc .wlsz-box .list li:last-child {
  border-bottom: none;
}

.partc .wlsz-box .list li:first-child {
  padding-top: 0;
}

.partc .wlsz-box .list li div {
  margin-top: 10px;
  color: #9A0000;
}

@media screen and (max-width: 1024px) {
  .partc .big-box {
    flex-wrap: wrap;
  }
  .partc .tzgg-box {
    width: 100%;
  }
  .partc .xxck-box,
  .partc .wlsz-box {
    width: 100%;
    margin-top: 20px;
  }
  .partc .tzgg-box .pic-box {
    height: 300px;
  }
  .partc .xxck-box .docx-bic-box {
    padding: 20px;
  }
  .partc .wlsz-box .pic-box {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .partc .xxck-box,
  .partc .wlsz-box {
    width: 100%;
  }
  .partc .wlsz-box .pic-box,
  .partc .tzgg-box .pic-box {
    height: 200px;
  }
  .partc .wlsz-box .list-box {
    background-color: #fff;
    clip-path: none;
  }
}

.rowd {
  padding: 40px 0 78px;
}

.rowd .left {
  width: 71.111%;
}

.rowd .left h1 {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  line-height: 1;
}

.rowd .left h1 span {
  color: #9A0000;
}

.rowd .left h1::before {
  display: block;
  content: url("../images/jdtk-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.rowd .right {
  width: 28.81944%;
}

.rowd .right h1 {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  line-height: 1;
  padding-left: 20px;
}

.rowd .right h1 span {
  color: #9A0000;
}

.rowd .right h1::before {
  display: block;
  content: url("../images/dzxb-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.rowd .right .baozi-box {
  width: 100%;
  height: 480px;
  margin-top: 23px;
    box-shadow: 0px 0px 17px 1px rgba(180, 180, 180, 0.23);
}

.rowd .right .baozi-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .rowd .left {
    width: 100%;
  }
  .rowd .right {
    width: 100%;
    margin-top: 20px;
  }
  .rowd .right .baozi-box img {
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .rowd {
    padding: 30px 0;
  }
}

.parte {
  position: relative;
}

.parte .video-box1 {
  margin-top: 21px;
  height: 603px;
  display: none;
  width: 100%;
}

.parte .video-box2 {
  height: 250px;
  display: none;
  width: 100%;
}

.parte .video-player {
  width: 100%;
  height: 100%;
  object-fit: unset;
}

.parte .parte-bg {
  bottom: 0px;
  z-index: -66;
}

.parte .parte-hc {
  bottom: 0;
  left: 109px;
  right: 109px;
display: none;
}

.parte .clip {
  width: calc(100% - 39.52%);
  background-color: #9a0000;
  position: absolute;
  top: 0;
  height: 722px;
  z-index: -2;
  transform: skewX(-22deg);
  transform-origin: right top;
  backface-visibility: hidden;
}

.parte .left {
  width: 63.056%;
  padding: 42px 0 0px;
  z-index: 999;
}

.parte .left .logo-mask {
  left: -132px;
  top: 0;
  z-index: -22;
}

.parte .left h1 {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}

.parte .left h1::before {
  display: block;
  content: url("../images/jdsp-icon.png");
  width: 36px;
  height: 36px;
  margin-right: 14px;
}

.parte .left .little-icon {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.parte .left .little-icon .p {
  margin-right: 43px;
}

.parte .left .left-pic {
  display: block;
  margin-top: 21px;
  height: 603px;
  color: #fff;
}

.parte .left .left-pic:hover {
  color: #fff;
}

.parte .left .left-pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.parte .left .left-pic .mask img {
  height: 232px;
}

.parte .left .left-pic .mask-text {
  left: 39px;
  right: 39px;
  bottom: 25px;
  align-items: center;
  flex-wrap: nowrap;
}

.parte .right {
  width: 34.7223%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.parte .right .left-pic {
  display: block;
  height: 250px;
  color: #fff;
}

.parte .right .left-pic:last-child {
  margin-bottom: 0;
}

.parte .right .left-pic:hover {
  color: #fff;
}

.parte .right .left-pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.parte .right .left-pic .mask img {
  height: 105px;
}

.parte .right .left-pic .mask-text {
  left: 39px;
  right: 39px;
  bottom: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.parte .right .left-pic .play-icon {
  width: 36px;
  height: 36px;
}

.parte .list {
  padding-bottom: 66px;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 24.167%);
  justify-content: space-between;
  gap: 10px;
}

.parte .list .item {
  padding: 12.356% 18.97%;
  background-color: #efe8d9;
}

.parte .list .item:hover {
  background-color: #9a0000;
}

.parte .list .item:hover .current {
  display: none;
}

.parte .list .item:hover .active {
  display: block;
}

.parte .list .item:hover .text-box {
  color: #fff;
}

.parte .list .item .current {
  display: block;
}

.parte .list .item .active {
  display: none;
}

.parte .list .text-box {
  margin-left: 19px;
  color: #000000;
}

.parte .list .text-box .line1 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1025px) {
  .parte .right .left-pic .mask-text,
  .parte .left .left-pic .mask-text {
    left: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .parte .list {
    grid-template-columns: repeat(2, 48%);
  }
}

@media screen and (max-width: 768px) {
  .parte .left,
  .parte .clip,
  .parte .right {
    width: 100%;
  }
  .parte .clip {
    height: 420px;
  }
  .parte .left {
    padding-top: 30px;
  }
  .parte .left .logo-mask {
    left: -130px;
    width: 300px;
  }
  .parte .left .little-icon {
    margin-top: 20px;
  }
  .parte .left .play-icon {
    width: 36px;
    height: 36px;
  }
  .parte .left .left-pic {
    margin-bottom: 20px;
  }
  .parte .left .fs24 {
    font-size: 16px;
  }
  .parte .left .left-pic {
    height: 300px;
  }
  .parte .left .video-box1 {
    height: 300px;
    margin-bottom: 20px;
  }
  .parte .right .left-pic {
    margin-bottom: 20px;
    height: 300px;
  }
  .parte .right .video-box2 {
    margin-bottom: 20px;
    height: 300px;
  }
  .parte .list .item {
    padding: 20px;
  }
  .parte .list .item .pic-box img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .parte .clip {
    height: 320px;
    transform: skewX(0deg);
  }
  .parte .list {
    grid-template-columns: repeat(1, 100%);
  }
  .parte .list .justify-start {
    justify-content: center;
  }
  .parte .left .little-icon .p {
    margin-right: 20px;
  }
  .parte .left .logo-mask {
    left: -130px;
    width: 300px;
  }
  .parte .left .left-pic {
    height: 200px;
  }
  .parte .left .video-box1 {
    height: 200px;
  }
  .parte .right .left-pic {
    margin-bottom: 20px;
    height: 200px;
  }
  .parte .right .video-box2 {
    height: 200px;
    margin-bottom: 20px;
  }
}

footer {
  padding: 43px 0 0;
 background: #192455;
 
  background-size: 100% 100%;
}

footer .main-content {
  margin-bottom: 43px;
}

footer .block {
  display: none;
}

footer .p {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
}

footer .p:last-child {
  margin-bottom: 0;
}

footer .p .mr-10 {
  margin-right: 15px;
}

footer .fwzn a .mr-10 {
  display: none;
}

footer .fwzn a:hover {
  color: #fff;
}

footer .fwzn a:hover .mr-10 {
  display: block;
}

footer .copy-box {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

footer .copy-box p {
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 992px) {
  footer .block {
    display: block;
  }
  footer .none {
    display: none;
  }
  footer .content {
    justify-content: center;
    align-items: start;
  }
  footer .content .logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .content .school-msg,
  footer .content .fwzn {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  footer .content .logo {
    width: 300px;
  }
}