/*鍗＄墖+鏂伴椈甯冨眬-start*/
.card-mobile01 {
  display: none;
}

.card-box {
  padding: 24px 0 50px 0;
}

.card-box .card-banner {
  background-color: #FFFFFF;
  color: #000000;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.card-box .card-banner img {
  width: 30px;
  height: 30px;
  margin: 0 20px;
}

.card-box .card-banner img:last-child {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}

.card-box .card-banner span {
  display: inline-block;
  color: #000000;
  font-size: 28px;
}

.card-box .card-mobile {
  display: none;
}

.card-box .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-box .card li {
  width: 32%;
  height: 516px;
  box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background-color: #FFFFFF;
  position: relative;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #e3f1f8;
}

.card-box .card li:hover {
  border-color: #000000;
}

/*.card-box .card li:hover .card-bg {*/
/*  !*transform: scale(1.15);*!*/
/*  !*transition: all 1s;*!*/
/*  background-size: 115% 50%;*/
/*  background-size: cover;*/

/*}*/

.card-box .card .card-bg01 {
  background-image: url("../images/card/card-bg01.jpg");
}

.card-box .card .card-bg02 {
  background-image: url("../images/card/card-bg02.jpg");
}

.card-box .card .card-bg03 {
  background-image: url("../images/card/card-bg03.jpg");
}

.card-box .card .news-bg01 {
  background-image: url("../images/news/news-bg-1.jpg");
}

.card-box .card .news-bg02 {
  background-image: url("../images/news/news-bg-2.jpg");
}

.card-box .card .news-bg03 {
  background-image: url("../images/news/news-bg-3.jpg");
}

.card-box .card .card-bg {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 30%;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 11;
}

.card-box .card .news-bg {
  /*background-size: cover;*/
}

.card-box .card .card-bg .card-bg-white {
  width: 100%;
  height: 100%;
  background-image: url("../images/card/card-bg-white.png");
  background-repeat: no-repeat;
  padding: 0 20px 20px 20px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: end;
  z-index: 13;
}

.card-box .card li > .white-bg-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #FFFFFF;
  z-index: 12;
}

.card-box .card .news-bg .card-bg-white {
  background-size: cover;
}

.card-box .card .card-bg label {
  line-height: 50px;
  font-size: 18px;
  z-index: 14;
}

.card-box .card .card-bg p {
  font-size: 26px;
  height: 72px;
  line-height: 36px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 14;
  font-weight: 600;
  text-align: justify;
  color: #333333;
}

.card-box .card .card-bg span {
  display: block;
  width: 100px;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 17px;
  text-align: center;
  border-radius: 30px;
  background-color: #FFE7DC;
  color: #F67335;
  z-index: 14;
}

.card-box .news-label {
  display: block;
  font-size: 28px;
  color: #000000;
  padding: 30px 0;
  position: relative;
  margin-bottom: 10px;
}

.card-box .news-label label {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  padding-right: 10px;
  background-color: #e4f3fa;
}

.card-box .news-more {
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 24px;
  line-height: 50px;
  color: #000000;
}

/*鍗＄墖+鏂伴椈甯冨眬-end*/
/*婊氬姩Banner--start*/
.swiper-banner-box {
  width: 100%;
  height: 80px;
  line-height: 80px;
  /*animation: rolling 20s infinite linear;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.swiper-banner-box span {
  font-size: 30px;
  display: inline-block;
  color: #505050;
  margin: 0 30px;
}

/*.swiper-banner-box li:not(:last-child) {*/
/*margin-right: 80px;*/
/*}*/

/*.swiper-banner-box:hover {*/
/*animation-play-state: paused;*/
/*}*/

.str_wrap {
  overflow: hidden;
  width: 100%;
  /*font-size: 12px;*/
  /*line-height: 16px;*/
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/*.str_wrap.str_active {}*/

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
}

.str_move_clone {
  display: flex;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

/*.str_vertical .str_move_clone {*/
/*  left: 0;*/
/*  top: 100%;*/
/*}*/

/*.str_down .str_move_clone {*/
/*  left: 0;*/
/*  bottom: 100%;*/
/*}*/

/*.str_vertical .str_move,*/
/*.str_down .str_move {*/
/*  white-space: normal;*/
/*  width: 100%;*/
/*}*/

/*.str_static .str_move,*/
/*.no_drag .str_move,*/
/*.noStop .str_move {*/
/*  cursor: inherit;*/
/*}*/

/*.str_wrap img {*/
/*  max-width: none !important;*/
/*}*/

/*婊氬姩Banner--end*/

/*瑙嗛-start*/
.video-box {
  width: 80%;
  max-width: 1200px;
  margin: 100px auto;
  height: 600px;
  background-image: url("../images/video01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mobile-video-title {
  display: none;
}

.prism-player .prism-big-play-btn {
  bottom: 30px !important;
}

.prism-player .prism-big-play-btn .outter {
  border: 7px solid #FFE7DC !important;
}

.prism-player .prism-cover {
  background-color: #FFFFFF;
  background-size: contain !important;
  z-index: 999 !important;
}

/*瑙嗛-end*/

/*绀句細璐ｄ换-start*/
.banner {
  width: 100%;
  /* height: 40vh; */
  background-image: url("../images/baner-duty-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .banner-box {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
}

.banner .banner-box p {
  padding: 8vh 8vh 30px 0;
  font-size: 30px;
  line-height: 54px;
  color: #333333;
}

.banner .banner-box label {
  display: block;
  font-size: 26px;
  line-height: 52px;
  color: #333333;
  text-align: right;
  padding-bottom: 8vh;
}

.duty-box {
  padding: 50px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.duty-box p {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
  margin-top: 16px;
  text-align: left;
  margin-bottom: 30px;
}

.duty-box img {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*鍏充簬涓夋€?/
.about-box {
  padding: 50px 0;
  display: flex;
  /*flex-direction: row;*/
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.about-box .text-left {
  width: 100%;
  padding-right: 0;
}

.about-box .text-left p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin-top: 12px;
  text-align: left;
  /* word-break: break-all; */
  box-sizing: border-box;
}

.about-box .text-left p:first-child {
  margin-top: 0;
}

.about-box .text-right {
  /*width: 60%;*/
  /*height: 448px;*/
  /*padding-left: 20px;*/
  box-sizing: border-box;

  width: 100%;
  height: 600px !important;
  padding-left: 0;
  margin-top: 30px;
}

/*.about-box .text-right .prism-player {*/
/*  background-image: url("../images/video01.png");*/
/*  background-repeat: no-repeat;*/
/*  background-position: center center;*/
/*  background-size: cover;*/
/*}*/

/*鏂伴椈涓績*/
.news-mobile-box {
}

.news-mobile-box .news-mobile-card {
  padding: 0 20px
}

.news-mobile-box .news-mobile-card li {
  position: relative;
  margin-bottom: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 6px;
  height: 3.4rem;
  overflow: hidden;
}

.news-mobile-box .news-mobile-card li a {
  display: block;
}

.news-mobile-box .news-mobile-card img {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-block;
  border-radius: 6px;
  /*border-top-left-radius: 6px;*/
  /*border-bottom-left-radius: 6px;*/
}

.news-mobile-box .news-mobile-card .news-text {
  height: 3.4rem;
  position: absolute;
  top: 0;
  left: 3.8rem;
  right: 0.4rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.news-mobile-box .news-mobile-card .news-text .text-label {
  display: block;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
  text-align: justify;
}

.news-mobile-box .news-mobile-card .news-text .time-label {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}

.news-mobile-box .news-mobile-card .news-text .text-p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 600;
  text-align: justify;
}

/*鍏煎鍒嗚鲸鐜?000-1400px*/
@media screen and (min-width: 1000px)and (max-width: 1400px) {
  /*鍗＄墖+鏂伴椈甯冨眬-start*/
  .card-box {
    padding: 24px 0 40px 0;
  }

  .card-box .card-banner {
    height: 60px;
    border-radius: 60px;
    margin-bottom: 30px;
  }

  .card-box .card-banner img {
    width: 26px;
    height: 26px;
    margin: 0 20px;
  }

  .card-box .card-banner span {
    font-size: 24px;
  }

  .card-box .card li {
    height: 420px;
  }

  .card-box .card .card-bg .card-bg-white {
    padding: 0 20px 14px 20px;
  }

  .card-box .card .card-bg label {
    font-size: 16px;
    line-height: 44px;
  }

  .card-box .card .card-bg p {
    width: 100%;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
  }

  .card-box .card .card-bg span {
    font-size: 16px;
    line-height: 18px;
    padding: 7px 15px;
  }

  .card-box .news-label {
    font-size: 24px;
  }

  .card-box .news-more {
    font-size: 22px;
    line-height: 46px;
  }

  /*鍗＄墖+鏂伴椈甯冨眬-end*/
  /*婊氬姩Banner--start*/
  .swiper-banner-box {
    height: 70px;
    line-height: 70px;
  }

  .swiper-banner-box span {
    font-size: 26px;
  }

  /*婊氬姩Banner--end*/
  /*瑙嗛-start*/
  .video-box {
    max-width: 1000px;
    height: 500px;
  }

  /*瑙嗛-end*/
  /*绀句細璐ｄ换-start*/
  .banner .banner-box p {
    font-size: 26px;
    line-height: 52px;
  }

  .banner .banner-box label {
    font-size: 22px;
    line-height: 44px;
  }

  .duty-box p {
    font-size: 20px;
    line-height: 40px;
  }

  /*绀句細璐ｄ换-end*/
  /*鍏充簬涓夋€?/
  .about-box {
    padding: 40px 0;
  }

  .about-box .text-left {
    /*width: 40%;*/
    /*padding-right: 18px;*/
  }

  .about-box .text-left p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .about-box .text-right {
    height: 500px !important;
  }

  .news-mobile-box .news-mobile-card .news-text .text-label {
    font-size: 20px;
    line-height: 32px;
  }

  .news-mobile-box .news-mobile-card .news-text .time-label {
    font-size: 14px;
    line-height: 34px;
  }

  .news-mobile-box .news-mobile-card .news-text .text-p {
    font-size: 16px;
    line-height: 32px;
  }
}

/*鍏煎鍒嗚鲸鐜?00-1000px*/
@media screen and (min-width: 800px)and (max-width: 1000px) {

  /*鍗＄墖+鏂伴椈甯冨眬-start*/
  .card-box {
    padding: 24px 0 40px 0;
  }

  .card-box .card-banner {
    height: 60px;
    border-radius: 60px;
    margin-bottom: 30px;
  }

  .card-box .card-banner img {
    width: 24px;
    height: 24px;
    margin: 0 16px;
  }

  .card-box .card-banner span {
    font-size: 22px;
  }

  .card-box .card li {
    height: 360px;
  }

  .card-box .card .card-bg .card-bg-white {
    padding: 0 12px 8px 12px;
  }

  .card-box .card .card-bg label {
    font-size: 14px;
    line-height: 36px;
  }

  .card-box .card .card-bg p {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
  }

  .card-box .card .card-bg span {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
  }

  .card-box .news-label {
    font-size: 22px;
  }

  .card-box .news-more {
    font-size: 20px;
    line-height: 42px;
  }

  /*鍗＄墖+鏂伴椈甯冨眬-end*/
  /*婊氬姩Banner--start*/
  .swiper-banner-box {
    height: 66px;
    line-height: 66px;
  }

  .swiper-banner-box span {
    font-size: 24px;
  }

  /*婊氬姩Banner--end*/
  /*瑙嗛-start*/
  .video-box {
    max-width: 800px;
    height: 440px;
  }

  /*瑙嗛-end*/
  /*绀句細璐ｄ换-start*/
  .banner .banner-box p {
    font-size: 24px;
    line-height: 40px;
  }

  .banner .banner-box label {
    font-size: 20px;
    line-height: 40px;
  }

  .duty-box p {
    font-size: 18px;
    line-height: 36px;
  }

  /*绀句細璐ｄ换-end*/
  /*鍏充簬涓夋€?/
  .about-box {
    padding: 40px 0;
    flex-direction: column;
  }

  .about-box .text-left {
    width: 100%;
    padding-right: 0;
  }

  .about-box .text-left p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }

  .about-box .text-right {
    width: 100%;
    height: 500px !important;
    padding-left: 0;
    margin-top: 30px;
  }

  .news-mobile-box .news-mobile-card .news-text .text-label {
    font-size: 18px;
    line-height: 28px;
  }

  .news-mobile-box .news-mobile-card .news-text .time-label {
    font-size: 12px;
    line-height: 30px;
  }

  .news-mobile-box .news-mobile-card .news-text .text-p {
    font-size: 14px;
    line-height: 28px;
  }
}

/*绉诲姩绔牱寮?/
@media screen and (max-width: 800px) {
  /*婊氬姩Banner--start*/
  .swiper-banner-box {
    height: 60px;
    line-height: 60px;
  }

  .swiper-banner-box span {
    font-size: 16px;
  }

  /*鍏充簬涓夋€?/
  .about-box {
    padding: 30px 0;
    flex-direction: column;
  }

  .about-box .text-left {
    width: 100%;
    padding-right: 0;
  }

  .about-box .text-left p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }

  .about-box .text-right {
    width: 100%;
    height: 380px !important;
    padding-left: 0;
    margin-top: 30px;
  }

  /*绀句細璐ｄ换*/
  .banner {
    width: 100%;
    /* height: 100vh; */
    background-image: url("../images/baner-duty-bg-m.png");
  }

  .banner .banner-box {
    width: 90%;
    height: 100%;
    position: relative;
  }

  .banner .banner-box p {
    padding: 30px 0;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }

  .banner .banner-box label {
    /* position: absolute; */
    bottom: 100px;
    right: 0;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 10px;
  }

  .duty-box {
    padding: 30px 0;
  }

  .duty-box p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
    text-align: left;
  }

  /*card甯冨眬*/
  .text-label {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
  }

  .text-p {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-align: justify;
  }

  .card-box .card-banner {
    display: none;
  }

  .card-box .card {
    display: none;
  }

  .card-mobile01 {
    display: block;
    width: 100%;
    position: relative;
  }

  .card-mobile01 img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .card-mobile01 .card-top {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .card-mobile01 .card-top label {
    color: #FFFFFF;
  }

  .card-mobile01 .card-top p {
    color: #FFFFFF;
  }

  .card-mobile01 .card-bottom {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .card-mobile01 .card-bottom p {
    font-size: 26px;
    color: #fff;
    line-height: 44px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    text-align: justify;
  }

  .card-mobile01 .card-bottom img {
    display: inline-block;
    width: 44px;
    height: 25px;
    margin: 2px 0 0 10px;
  }

  .card-box .card-mobile {
    display: block;
  }

  .card-box .card-mobile > li {
    margin-top: 40px;
    position: relative;
  }

  .card-box .card-mobile .card-mobile-text p {
    margin-bottom: 20px;
  }

  .card-box .card-mobile > li img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .card-box .card-mobile > li img.icon {
    width: 44px;
    height: 25px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  /*瑙嗛*/
  .section01 {
    min-height: 300px;
  }

  .video-box {
    width: 90%;
    margin: 100px auto;
    height: 5rem;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .mobile-video-title {
    display: block;
    color: #000000;
    line-height: 24px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
  }

  .mobile-video-title label {
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-video-title a {
    float: right;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
  }

  /*.mobile-video-title hr {*/
  /*  border-style: revert;*/
  /*  color: #000000;*/
  /*  margin: 0;*/
  /*  padding: 0;*/
  /*}*/

  .news-mobile-box {
  }

  .card-box .news-label {
    display: none;
  }
  .news-mobile-box .news-mobile-card {
    width: 100%;
    padding: 0;
  }

  .news-mobile-box .news-mobile-card li {
    position: relative;
    margin-bottom: 0.5rem;
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 3rem;
    overflow: hidden;
  }

  .news-mobile-box .news-mobile-card li a {
    display: block;
  }

  .news-mobile-box .news-mobile-card img {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    border-radius: 6px;
    /*border-top-left-radius: 6px;*/
    /*border-bottom-left-radius: 6px;*/
  }

  .news-mobile-box .news-mobile-card .news-text {
    height: 3rem;
    position: absolute;
    top: 0;
    left: 3.3rem;
    right: 10px;
    bottom: 0;
  }

  .news-mobile-box .news-mobile-card .news-text .time-label {
    display: none;
  }

  .news-mobile-box .news-mobile-card .news-text .text-label {
    font-size: 18px;
    line-height: 28px;
  }

  .news-mobile-box .news-mobile-card .news-text .time-label {
    font-size: 14px;
    line-height: 34px;
  }

  .news-mobile-box .news-mobile-card .news-text .text-p {
    font-size: 14px;
    line-height: 22px;
  }
  .card-box .news-more {
    display: none;
  }
}
