#app {
  padding-top: 94px;
}
.pc {
  width: 100vw;
  overflow: hidden;
}

.mask-ac-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1001;
  backdrop-filter: blur(8px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.mask-ac-wrap.active {
  pointer-events: all;
  opacity: 1;
}
.mask-ac-wrap .dialog-ac-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  /*max-width: 90%;*/
}
.mask-ac-wrap .dialog-ac-wrap img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mask-ac-wrap .dialog-ac-wrap {
    width: 90%;
  }
}

@media screen and (min-width: 720px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .banner-wrap {
    padding: unset;
    height: 10.5rem;
  }
  .banner-wrap .swiper-wrapper {
    height: 100%;
  }
  .banner-wrap .swiper-slide {
    height: 100%;
  }
  .banner-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}






@media screen and (max-width: 720px) {
  #app {
    padding-top: 60px;
  }

  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .banner-wrap {
    height: unset;
  }
  .banner-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desc-1-wrap {
    position: relative;
    z-index: 1;
  }

  .desc-1-wrap > img {
    width: 100%;
  }

  .desc-1-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 30px;
  }

  .desc-1-wrap .mask > header > img {
    width: 90%;
    object-fit: contain;
  }

  .desc-1-wrap .mask > .cover {
    margin-top: 15px;
  }

  .desc-1-wrap .mask > .cover > img {
    width: 90%;
  }

  .desc-1-wrap .mask > .detail-btn {
    margin: 0 auto;
  }


  .desc-2-wrap {
    overflow: hidden;
    transform: translateY(-50px);
    position: relative;
  }

  .desc-2-wrap > img {
    width: 100%;
    object-fit: contain;
  }

  .desc-2-wrap > .mask {
    position: absolute;
    top: 0;
    left: 0;
  }

  .desc-2-wrap .swiper-slide > img {
    width: 100%;
    display: block;
  }
  .desc-2-wrap .swiper-slide > a {
    /*width: 60%;*/
    /*height: 40px;*/
    white-space: nowrap;
    border: 2px solid #053991;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #053991;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 5px;
    margin: 40px auto 0;
  }
  .desc-2-wrap .swiper-slide > a:hover,
  .desc-2-wrap .swiper-slide.swiper-slide-active > a {
    background: #053991;
    color: #fff;
  }
  .desc-2-wrap .swiper-slide > a:hover span img:first-child,
  .desc-2-wrap .swiper-slide.swiper-slide-active > a span img:first-child {
    display: none;
  }
  .desc-2-wrap .swiper-slide > a:hover span img:last-child,
  .desc-2-wrap .swiper-slide.swiper-slide-active > a span img:last-child {
    display: block;
  }
  .desc-2-wrap .swiper-slide > a span {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    /*margin-left: 5px;*/
    margin-right: 5px;
  }
  .desc-2-wrap .swiper-slide > a span img:first-child {
    display: block;
  }
  .desc-2-wrap .swiper-slide > a span img:last-child {
    display: none;
  }
  .desc-2-wrap .swiper-slide > a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .desc-2-wrap > .mask > header {
    margin: 100px 0 10px;
    text-align: center;
  }

  .desc-2-wrap > .mask > header img {
    width: 90%;
  }

  .desc-2-wrap .container {
    box-sizing: border-box;
  }

  .desc-2-wrap .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #A26200;
    margin-top: 7.5px;
  }

  .desc-2-wrap .tab-wrap {
    margin-bottom: 15px;
  }

  .desc-2-wrap .tab-wrap li {
    box-sizing: border-box;
    padding: 5px;
  }

  .desc-2-wrap .tab-wrap .wrap {
    height: 22px;
    border: 2px solid #053991;
    border-radius: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: #053991;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: unset;
  }

  .desc-2-wrap .container {
    text-align: center;
    padding: unset;
  }

  .desc-2-wrap .container > img {
    height: 40px;
  }
  .desc-2-wrap .tab-content {
    margin: 22px auto 0;
    width: 100vw;
    height: 250px;
    position: relative;
  }

  .desc-2-wrap .cons {
    /*width: 240px;*/
    display: none;
  }

  .desc-2-wrap .cons img {
    height: 320px;
    object-fit: contain;
  }

  .desc-2-wrap .cons.active {
    display: block;
    margin: 0 auto;
  }

  .desc-2-wrap .detail-btn {
    margin: 15px auto;
    /*width: 80%;*/
  }
  .desc-2-wrap .detail-btn img {
    height: unset;
  }


  .desc-3-wrap {
    position: relative;
    transform: translateY(-95px);
  }

  .desc-3-wrap > img {
    width: 100%;
  }

  .desc-3-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 80px;
  }
  .desc-3-wrap .mask header {
    margin-bottom: 60px;
  }
  .desc-3-wrap .mask img {
    width: 90%;
    height: unset;
    object-fit: contain;
  }

  .desc-3-wrap .container {
    box-sizing: border-box;
  }

  .desc-3-wrap header img {
    width: 90%;
  }

  .desc-3-wrap .detail-btn {
    margin: 65px auto 0;
  }

  .desc-4-wrap {
    position: relative;
    background: url(../image/introduce.png) no-repeat center;
    background-size: contain;
    transform: translateY(-60px);
  }

  .desc-4-wrap > img {
    width: 100%;
  }

  .desc-4-wrap header {
    text-align: center;
  }

  .desc-4-wrap header > img {
    width: 90%;
  }

  .desc-4-wrap .container {
    box-sizing: border-box;
  }

  .desc-4-wrap .history {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 10px 10px;
  }

  .desc-4-wrap .history li {
    box-sizing: border-box;
    text-align: center;
    padding: 8px 5px;
  }

  .desc-4-wrap .history h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #003d98;
    margin: 0 0 5px;
  }

  .desc-4-wrap .history small {
    display: block;
    font-size: 11px;
    line-height: 1.4 !important;
  }

  .desc-4-wrap .desc {
    margin-top: 15px;
  }
  .desc-4-wrap .desc .left {
    box-sizing: border-box;
    padding: unset;
  }

  .desc-4-wrap .rich-text p {
    text-indent: 24px;
    font-size: 14px;
    line-height: 2;
    color: #4D4D4D;
    margin: unset;
  }

  .desc-4-wrap .rich-text p
  .desc-4-wrap .col {
    padding: unset;
    box-sizing: border-box;
  }

  .desc-4-wrap .cover {
    box-sizing: border-box;
    padding: unset;
    margin: 30px 0;
  }

  .desc-4-wrap .cover img {
    width: 100%;
  }

  .desc-4-wrap .detail-btn {
    width: 128px;
    display: block;
    margin: 0 auto;
  }

  .news-wrap {
    background: url(../image/news-bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
  }

  .news-wrap header img {
    width: 90%;
  }

  .news-wrap .container {
    box-sizing: border-box;
  }

  .news-wrap .row {
    margin: 0;
  }

  .news-wrap .row .col {
    padding: unset;
    box-sizing: border-box;
  }

  .news-wrap .video-wrap {
    border: 2px solid #006ABD;
    border-radius: 8px;
    padding: unset;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .news-wrap video {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .news-wrap .list {
    height: 100%;
  }

  .news-wrap .list li {
    width: 100%;
  }

  .news-wrap .list li + li {
    margin-top: 15px;
  }

  .news-wrap .list a {
    display: flex;
    width: 100%;
  }

  .news-wrap .cover {
    width: 95px;
    height: 65px;
    background: #006abd;
    border: 2px solid #006abd;
    border-radius: 4px;
  }

  .news-wrap .cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-wrap .right {
    flex: 1;
    width: 1%;
    margin-left: 15px;
  }
  .news-wrap .right p {
    display: none;
  }

  .news-wrap .right h3 {
    margin: 2px 0 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    transition: color .3s ease;
  }
  .news-wrap .right:hover h3 {
    color: #1d42ab;
  }

  .news-wrap .right small {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .news-wrap .more {
    display: block;
    width: 125px;
    height: 34px;
    margin: 30px auto 0;
    background: url(../image/btn-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
    text-shadow: 1px 2px 4px rgba(191, 114, 24, 0.77);
  }

  .source-wrap {
    background: #fff;
    padding: 0;
  }

  .source-wrap .container {
    width: 85%;
    height: 467px;
    padding: unset;
  }

  .source-wrap .container .title img {
    width: 65%;
  }

  .source-wrap .swiper {
    width: 90%;
  }

  .source-wrap .swiper-slide {
    padding-top: 20px;
  }

  .source-wrap .col {
    float: left;
    width: 100%;
  }

  .source-wrap .search-wrap {
    background-size: cover;
    height: 100%;
  }

  .source-wrap .search-wrap .title {
    text-align: center;
    margin: 60px 0 31px;
  }

  .source-wrap .search-wrap .tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .source-wrap .search-wrap .tab-wrap li {
    flex: 1;
    height: 36px;
    background: #e6e6e6;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #4d4d4d;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .source-wrap .search-wrap .tab-wrap li.active {
    background: #053991;
    color: #ffffff;
  }

  .source-wrap .search-wrap .tab-wrap li + li {
    margin-left: 13px;
  }

  .source-wrap .search-wrap .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: unset;
    height: 34px;
    margin: 0 auto;
  }

  .source-wrap .search-wrap .search {
    border: 1px solid #cccccc;
    width: 90%;
    height: 32px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .source-wrap .search-wrap .search input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    line-height: 1;
    font-size: 14px;
  }

  .source-wrap .search-wrap .button {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 180px;
    height: 34px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #efefef;
    background: radial-gradient(bottom left, ellipse, #03a7ff, #053991);
    background: -webkit-radial-gradient(left bottom, circle, #03a7ff, #053991);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .source-wrap .search-wrap .name {
    width: 80px;
    font-size: 14px;
  }

  .source-wrap .product .search,
  .source-wrap .time .search {
    border-radius: 24px;
  }

  .source-wrap .product .wrap + .wrap,
  .source-wrap .time .wrap + .wrap {
    margin-top: 15px;
  }

  .source-wrap .product .button,
  .source-wrap .time .button {
    border-radius: 24px;
    margin-left: 68px;
  }
}



#ac1_prev,
#ac1_next {
  width: 60px;
  height: 60px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .3);
  color: #333;
  cursor: pointer;
  top: 0;
  transform: translate(0, 0) scale(.8);
  transition: all .3s ease;
  border-radius: 50%;
  font-size: 15px;
}

#ac1_prev:hover,
#ac1_next:hover {
  background: rgba(224, 224, 224, 0.9);
}




.bac_aee {
  position: relative;
}
.bac_aee > img {
  width: 100%;
}
.pc .ac_1 {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  /*overflow: hidden;*/
}
.pc .ac_1 .cover {
  margin: 0 auto;
  position: relative;
  width: 9.4rem;
  /*height: 6.49rem;*/
}
.pc .ac_1 .cover > img {
  width: 100%;
  height: 100%;
}
.pc .ac_1 .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc .ac_1 .layer img {
  position: absolute;
  transition: all .6s ease;
  pointer-events: all;
  user-select: none;
  -webkit-user-drag: none;
}
.pc .ac_1 .layer img:hover {
  transform: scale(1.1);
}
.pc .ac_1 .layer img:nth-child(1) {
  top: 0;
  left: 0.6rem;
  width: 2.35rem;
}
.pc .ac_1 .layer img:nth-child(2) {
  top: 2.5rem;
  left: 0;
  width: 1.7rem;
}
.pc .ac_1 .layer img:nth-child(3) {
  top: 5rem;
  left: 1.4rem;
  width: 2rem;
}
.pc .ac_1 .layer img:nth-child(4) {
  bottom: 0.3rem;
  right: 0.3rem;
  width: 2.2rem;
}
.pc .ac_1 .layer img:nth-child(5) {
  top: 3.6rem;
  right: 1.6rem;
  width: 1.8rem;
}
.pc .ac_1 .layer img:nth-child(6) {
  top: 1.6rem;
  right: 0.3rem;
  width: 1.4rem;
}
.pc .ac_1 .layer img:nth-child(7) {
  top: 0;
  right: 2.4rem;
  width: 1.9rem;
}

/* qac */
.pc .ac_1 .layer img:nth-child(8) {
  top: 0;
  left: -1.2rem;
  width: 1.3rem;
  opacity: .6;
}
.pc .ac_1 .layer img:nth-child(9) {
  top: 3.8rem;
  left: 1.7rem;
  width: 1.5rem;
  opacity: .6;
}
.pc .ac_1 .layer img:nth-child(10) {
  bottom: 1rem;
  left: -1.8rem;
  width: 1.3rem;
  opacity: .6;
}
.pc .ac_1 .layer img:nth-child(11) {
  bottom: 3rem;
  right: -100px;
  width: 1.3rem;
  opacity: .6;
}
.pc .ac_1 .layer img:nth-child(12) {
  bottom: 3rem;
  right: 30px;
  width: 1.3rem;
}
/* qac */



.pc .ac_1 .detail-btn {
  left: 50%;
  font-size: 0.19rem;
  margin-top: 0.2rem;
  transform: translateX(-50%);
}
.pc .ac_1 .detail-btn:hover {
  transform: translateX(-50%) scale(1.05);
}




.pc .ac_2 {
  position: absolute;
  top: 14.5rem;
  left: 50%;
  width: 18.4rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.pc .ac_2 .left {
  width: 11.5rem;
  user-select: none;
  text-align: center;
  padding-top: .9rem;
}
.pc .ac_2 .left .swiper-slide {
  transform: scale(0.7);
  opacity: 0.6;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.pc .ac_2 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.pc .ac_2 .swiper-slide > img {
  width: 100%;
  display: block;
}
.pc .ac_2 .swiper-slide > a {
  /*width: 235px;*/
  /*height: 44px;*/
  border: 2px solid #053991;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #053991;
  transition: all 0.3s ease;
  font-size: 0.16rem;
  padding: 5px;
  margin-top: 20px;
  box-sizing: border-box;
}
.pc .ac_2 .swiper-slide > a:hover,
.pc .ac_2 .swiper-slide.swiper-slide-active > a {
  background: #053991;
  color: #fff;
}
.pc .ac_2 .swiper-slide > a:hover span img:first-child,
.pc .ac_2 .swiper-slide.swiper-slide-active > a span img:first-child {
  display: none;
}
.pc .ac_2 .swiper-slide > a:hover span img:last-child,
.pc .ac_2 .swiper-slide.swiper-slide-active > a span img:last-child {
  display: block;
}
.pc .ac_2 .swiper-slide > a span {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  /*margin-left: 5px;*/
  margin-right: 5px;
}
.pc .ac_2 .swiper-slide > a span img:first-child {
  display: block;
}
.pc .ac_2 .swiper-slide > a span img:last-child {
  display: none;
}
.pc .ac_2 .swiper-slide > a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pc .ac_2 .swiper.right {
  margin: unset;
  width: 6rem;
  /*height: 630px;*/
}
.pc .ac_2 .swiper-controller {
  width: 22vw;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*pointer-events: none;*/
  z-index: 1;
}
.pc .ac_2 .swiper.right .swiper-slide > img {
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
.pc .ac_2 .swiper-button-next:hover,
.pc .ac_2 .swiper-button-prev:hover {
  background: #1d42ab;
  color: #fff;
}
.pc .ac_2 .swiper-button-next,
.pc .ac_2 .swiper-button-prev {
  width: 1.6vw;
  height: 1.6vw;
  border: 1px solid #9a9a9a;
  --swiper-navigation-size: 20px;
  color: #9a9a9a;
  padding: 5px;
  border-radius: 50%;
  transition: all .3s ease;
}
.pc .ac_2 .swiper.right .swiper-pagination {
  bottom: 0px;
}
.pc .ac_2 .swiper.right .swiper-wrapper {
  padding-bottom: 40px;
}
.pc .ac_2 .detail-btn {
  width: 100%;
  margin-top: 20px;
}
.pc .ac_2 .detail-btn > span {
  font-size: 18px;
  line-height: 1;
}


.pc .ac_3 {
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.8rem;
}
.pc .ac_3 .swiper-wrapper {
  padding-bottom: 0.4rem;
}
.pc .ac_3 .swiper-pagination {
  bottom: 0px;
}
.pc .ac_3 .swiper-pagination span {
  width: 0.4rem;
  height: 0.42rem;
}
.pc .ac_3 .rich-text {
  text-align: center;
}
.pc .ac_3 .rich-text p {
  margin: unset;
}
.pc .ac_3 .rich-text img {
  max-width: 100%;
}
.pc .ac_3 .list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc .ac_3 .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4d4d4d;
  cursor: pointer;
}
.pc .ac_3 .list li img {
  width: 1.81rem;
  transition: all .3s ease;
}
.pc .ac_3 .list li.active img,
.pc .ac_3 .list li:hover img {
  transform: scale(1.1);
}
.pc .ac_3 .list li:hover span,
.pc .ac_3 .list li.active span {
  border-color: #003d98;
  color: #003d98;
}
.pc .ac_3 .list span {
  display: block;
  padding: 10px 5px;
  margin-top: 20px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s ease;
  font-size: 0.24rem;
}
.pc .ac_3 .detail-btn {
  display: block;
  width: 260px;
  margin: 65px auto 0;
}


.pc .ac_4 {
  background: url(../image/instruction-bg.png) no-repeat center;
  background-size: cover;
}
.pc .ac_4 .detail-btn {
  display: block;
  width: 260px;
}
.pc .ac_4 .history {
  display: flex;
  justify-content: space-between;
}
.pc .ac_4 .history h3 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #003d98;
  margin: 0 0 10px;
}
.pc .ac_4 .history h3 span {
  font-size: 16px;
  font-weight: 400;
}
.pc .ac_4 .desc {
  margin-top: 90px;
}
.pc .ac_4 .col {
  padding: unset;
  box-sizing: border-box;
}
.pc .ac_4 .cover > img {
  width: 100%;
  object-fit: contain;
}
.pc .ac_4 .rich-text p {
  text-indent: 32px;
  line-height: 1.4;
}





.pc .news-wrap {
  background: url(../image/news-bg.jpg) no-repeat center;
  background-size: cover;
}
.pc .news-wrap .row {
  height: 436px;
  margin: 0 -10px;
}
.pc .news-wrap .video-wrap {
  height: 100%;
}
.pc .news-wrap video {
  width: 100%;
  height: 436px;
  object-fit: cover;
}
.pc .news-wrap .col {
  box-sizing: border-box;
  padding: 0 10px;
}
.pc .news-wrap .list {
  height: 100%;
}
.pc .news-wrap .list li {
  width: 100%;
}
.pc .news-wrap .list li + li {
  margin-top: 15px;
}
.pc .news-wrap .list a {
  display: flex;
  width: 100%;
}
.pc .news-wrap .cover {
  width: 195px;
  height: 132px;
  background: #006abd;
  border: 2px solid #006abd;
  border-radius: 8px;
}
.pc .news-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc .news-wrap .right {
  flex: 1;
  width: 1%;
  margin-left: 24px;
}
.pc .news-wrap .right:hover h3 {
  color: #1d42ab;
}
.pc .news-wrap .right h3 {
  margin: 12px unset 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: color .3s ease;
}
.pc .news-wrap .right small {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.pc .news-wrap .right p {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}


.pc .source-wrap {
  background: #fff;
  padding: 120px 0;
}
.pc .source-wrap .container {
  /*width: 85%;*/
  height: 467px;
  padding: unset;
}
.pc .source-wrap .swiper-slide {
  padding-top: 20px;
}
.pc .source-wrap .col {
  float: left;
  width: 50%;
}
.pc .source-wrap .video-wrap {
  height: 100%;
  position: relative;
}
.pc .source-wrap .video-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pc .source-wrap .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc .source-wrap .search-wrap {
  background: url(../image/source-bg.png) no-repeat center;
  background-size: cover;
  height: 100%;
}
.pc .source-wrap .search-wrap .title {
  text-align: center;
  margin: 60px 0 42px;
}
.pc .source-wrap .search-wrap .tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pc .source-wrap .search-wrap .tab-wrap li {
  width: 155px;
  height: 48px;
  background: #e6e6e6;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4d4d4d;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pc .source-wrap .search-wrap .tab-wrap li:hover {
  background: rgba(5, 57, 145, 0.1);
}
.pc .source-wrap .search-wrap .tab-wrap li.active {
  background: #053991;
  color: #ffffff;
}
.pc .source-wrap .search-wrap .tab-wrap li + li {
  margin-left: 13px;
}
.pc .source-wrap .search-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 491px;
  height: 48px;
  margin: 0 auto;
}
.pc .source-wrap .search-wrap .search {
  border: 1px solid #cccccc;
  width: 100%;
  height: 48px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #efefef;
}
.pc .source-wrap .search-wrap .search input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  line-height: 1;
}
.pc .source-wrap .search-wrap .button {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 180px;
  height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #efefef;
  background: radial-gradient(bottom left, circle, #03a7ff, #053991);
  background: -webkit-radial-gradient(left bottom, circle, #03a7ff, #053991);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.pc .source-wrap .search-wrap .button:hover {
  background-size: 150%;
}
.pc .source-wrap .search-wrap .name {
  width: 80px;
}
.pc .source-wrap .product .search,
.pc .source-wrap .time .search {
  border-radius: 24px;
}
.pc .source-wrap .product .wrap + .wrap,
.pc .source-wrap .time .wrap + .wrap {
  margin-top: 15px;
}
.pc .source-wrap .product .button,
.pc .source-wrap .time .button {
  border-radius: 24px;
  margin-left: 68px;
}
