@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  width: 100%;
  background: #fff;
  font: 16px/1.2 'Poppins-Regular', Microsoft YaHei, system-ui, -apple-system, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #000;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  max-width: 100%;
  border: 0;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
}

a img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

input, textarea {
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 24;
}

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.xs-display {
  display: none !important;
}

/*fonts*/
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* IE低版本提示 */
.pageTips {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.pageTips .con {
  width: 660px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pageTips .con svg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  fill: orangered;
  display: block;
}

.pageTips .con .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  color: #000;
}

.xs-display {
  display: none !important;
}

.lg-display {
  display: block !important;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 999;
}

.banner .logo {
  width: 1.8rem;
  height: 0.29rem;
  position: absolute;
  left: 12%;
  top: 0.35rem;
  z-index: 10;
}

.banner .bannerSwiper {
  position: relative;
}

.banner .bannerSwiper .img {
  width: 100%;
}

.banner .bannerSwiper .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #fff;
}

.banner .bannerSwiper .swiper-pagination-bullet-active {
  width: 0.4rem;
}

.header {
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 999;
  height: 0.92rem;
  background: #fff;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 1.8rem;
  height: 0.3rem;
}

.bg {
  background-color: #F5F5F6;
}

.content {
  padding: 0;
  width: 75%;
  margin: auto;
}

.content .tabs {
  margin-top: 0.3rem;
  border-bottom: 0.01rem solid #EBEBEB;
  text-align: center;
}

.content .tabs a {
  color: #999999;
  font-size: 0.2rem;
  height: 0.83rem;
  line-height: 0.83rem;
  display: inline-block;
  margin-right: 0.56rem;
  min-width: 0.66rem;
}

.content .tabs a.active {
  color: #000000;
  font-family: "Poppins-Medium";
  border-bottom: 0.04rem solid #105BCB;
}

.content .tabs a:last-child {
  margin-right: 0;
}

.content .section1 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.content .section1 ul li {
  width: 32%;
  background: #FFFFFF;
  border-radius: 0.06rem;
  margin-top: 0.4rem;
  overflow: hidden;
  margin-right: 2%;
}

.content .section1 ul li:nth-child(3n+3) {
  margin-right: 0;
}

.content .section1 ul li .video {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;
}

.content .section1 ul li .video .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .section1 ul li .video .stop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 10;
}

.content .section1 ul li .txt {
  background-color: #fff;
  padding: 0.15rem;
}

.content .section1 ul li .txt h3 {
  font-size: 0.24rem;
  line-height: 0.38rem;
  height: 0.76rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content .section2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.content .section2 ul li {
  margin-top: 0.4rem;
  width: 48.5%;
  overflow: hidden;
  border-radius: 0.2rem;
}

.content .section2 ul li a {
  display: block;
  position: relative;
}

.content .section2 ul li a .img {
  width: 100%;
}

.content .section2 ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.02rem;
  background: linear-gradient(180deg, transparent 0%, #191c19 100%);
}

.content .section2 ul li a .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0.3rem 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .section2 ul li a .txt h3 {
  color: #FFFFFF;
  font-size: 0.24rem;
}

.content .section2 ul li a .txt .right {
  width: 0.15rem;
  font-family: "Poppins-Medium";
}

.content .section3 ul li {
  margin-top: 0.3rem;
}

.content .section3 ul li a {
  display: block;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
}

.content .section3 ul li a .tit {
  padding: 0.2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.content .section3 ul li a .tit img {
  width: 0.83rem;
  height: 0.83rem;
}

.content .section3 ul li a .tit h3 {
  color: #000000;
  font-size: 0.28rem;
  font-family: "Poppins-Medium";
  margin-left: 0.3rem;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content .section3 ul li a .down {
  height: 0.64rem;
  line-height: 0.64rem;
  background: #FAFAFD;
  text-align: center;
}

.content .section3 ul li a .down .dw {
  display: inline-block;
  width: 0.22rem;
  vertical-align: middle;
}

.content .section3 ul li a .down span {
  color: #105BCB;
  font-size: 0.28rem;
}

.content .section4 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.content .section4 ul li {
  margin-top: 0.3rem;
  width: 48.5%;
  border-radius: 0.16rem;
}

.content .section4 ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 0.2rem;
}

.content .section4 ul li .item .tit {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}

.content .section4 ul li .item .tit img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.15rem;
}

.content .section4 ul li .item .tit h3 {
  color: #000000;
  font-size: 0.23rem;
  font-family: "Poppins-Medium";
  margin-left: 0.2rem;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content .section4 ul li .item .down {
  text-align: center;
  flex: 0 0 1rem;
  padding-left: 0.1rem;
  display: flex;
  justify-content: flex-end;
}

.content .section4 ul li .item .down .dw {
  width: 0.3rem;
  margin-right: 0.15rem;
}

.content .section4 ul li .item .down .see {
  width: 0.3rem;
  margin-right: 0.15rem;
  cursor: pointer;
}

.content .section4 ul li .item .down span {
  color: #105BCB;
  font-size: 0.2rem;
}

.content .detail {
  padding-top: 0.3rem;
}

.content .detail h3 {
  color: #000000;
  font-size: 0.32rem;
  font-family: "Poppins-Bold";
  text-align: center;
  padding-bottom: 0.3rem;
}

.content .detail img {
  width: 100%;
}

.content .detail .mySwiper {
  position: relative;
  overflow: hidden;
}

.content .detail .mySwiper .dw {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  width: 0.24rem;
  z-index: 100;
}

.content .detail .mySwiper .swiper-pagination {
  width: auto !important;
  padding-left: 0.2rem;
}

.content .detail .btn {
  margin: 0.7rem auto 0;
  text-align: center;
  width: 4.25rem;
  height: 0.68rem;
  line-height: 0.68rem;
  background: #105BCB;
  border-radius: 0.34rem;
}

.content .detail .btn .dw {
  width: 0.22rem;
  display: inline-block;
  vertical-align: middle;
}

.content .detail .btn span {
  color: #fff;
  font-size: 0.28rem;
}

.content .galleryTitle {
  padding-top: 0.43rem;
}

.content .galleryTitle h2 {
  color: #000000;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.66rem;
}

.content .galleryTitle p {
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #585858;
}

.content .galleryPcList {
  margin-top: 0.24rem;
  margin-bottom: 0.4rem;
}

.content .galleryPcList .swiper {
  width: 100%;
  height: 100%;
}

.content .galleryPcList .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .galleryPcList .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .galleryPcList .swiper-slide {
  width: 60%;
  opacity: .2;
}

.content .galleryPcList .swiper-slide-active {
  opacity: 1;
}

.content .galleryPcList .g_item {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
}

.content .galleryPcList .g_item .dw {
  width: 0.23rem;
  height: 0.23rem;
  right: 0.35rem;
  bottom: 0.28rem;
  position: absolute;
}

.content .galleryPcList .mySwiper {
  padding-bottom: 0.96rem;
}

.content .galleryPcList .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: rgba(0, 0, 0, 0.21);
}

.content .galleryPcList .swiper-pagination-bullet-active {
  width: 0.4rem;
  background-color: #000;
  border-radius: 0.02rem;
}

.footer {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background: #202020;
  color: #989898;
  font-size: 0.2rem;
  text-align: center;
}

/*!
 *  <=991 手机端
 */
@media all and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding: 0 .3rem;
  }
  .xs-display {
    display: block !important;
  }
  .lg-display {
    display: none !important;
  }
  .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 999;
  }
  .banner .logo {
    width: 1.8rem;
    height: 0.3rem;
    position: absolute;
    left: 0.4rem;
    top: 0.35rem;
    z-index: 10;
  }
  .banner .bannerSwiper {
    position: relative;
    height: 6.17rem;
  }
  .banner .bannerSwiper .img {
    width: 100%;
  }
  .banner .bannerSwiper .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background: #fff;
  }
  .banner .bannerSwiper .swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  .header {
    width: 100%;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 0.92rem;
    background: #fff;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
  }
  .header .logo {
    width: 1.8rem;
    height: 0.3rem;
  }
  .content {
    padding: 0 0.3rem 0.6rem;
    background: #F1F1F2;
    min-height: 60vh;
    width: 100%;
  }
  .content .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
    margin-top: 0;
  }
  .content .tabs a {
    color: #999999;
    font-size: 0.3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    flex: 1;
    margin-right: 0;
    position: relative;
  }
  .content .tabs a.active {
    color: #000000;
    font-family: "Poppins-Bold";
    border-bottom: none;
  }
  .content .tabs a.active::after {
    content: '';
    width: 40%;
    height: 0.04rem;
    border-radius: 0.01rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #105BCB;
  }
  .content .section1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .content .section1 ul li {
    background: transparent;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
    overflow: hidden;
    margin-right: 0;
    width: 100%;
  }
  .content .section1 ul li .video {
    display: block;
    width: 100%;
    border-radius: 0.16rem;
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .content .section1 ul li .video .img {
    width: 100%;
    object-fit: cover;
  }
  .content .section1 ul li .video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.16rem;
  }
  .content .section1 ul li .video .stop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    z-index: 10;
  }
  .content .section1 ul li .txt {
    background-color: transparent;
    padding: 0.2rem 0;
  }
  .content .section1 ul li .txt h3 {
    font-size: 0.3rem;
    font-family: "Poppins-Medium";
    line-height: 0.46rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content .section2 ul {
    display: block;
    margin-bottom: 0;
  }
  .content .section2 ul li {
    margin-top: 0.3rem;
    width: 100%;
  }
  .content .section2 ul li a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .content .section2 ul li a .img {
    width: 100%;
  }
  .content .section2 ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.02rem;
    background: linear-gradient(180deg, transparent 0%, #191c19 100%);
  }
  .content .section2 ul li a .txt {
    border-radius: 0 0 0.06rem 0.06rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0.3rem 0.2rem 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content .section2 ul li a .txt h3 {
    color: #FFFFFF;
    font-size: 0.3rem;
    font-family: "Poppins-Bold";
  }
  .content .section2 ul li a .txt .right {
    width: 0.16rem;
    font-family: "Poppins-Medium";
  }
  .content .section3 ul li {
    margin-top: 0.3rem;
  }
  .content .section3 ul li a {
    display: block;
    border-radius: 0.06rem;
    overflow: hidden;
    position: relative;
  }
  .content .section3 ul li a .tit {
    padding: 0.2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .content .section3 ul li a .tit img {
    width: 0.83rem;
    height: 0.83rem;
  }
  .content .section3 ul li a .tit h3 {
    color: #000000;
    font-size: 0.28rem;
    font-family: "Poppins-Medium";
    margin-left: 0.3rem;
    line-height: 0.38rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .content .section3 ul li a .down {
    height: 0.64rem;
    line-height: 0.64rem;
    background: #FAFAFD;
    text-align: center;
  }
  .content .section3 ul li a .down .dw {
    display: inline-block;
    width: 0.22rem;
    vertical-align: middle;
  }
  .content .section3 ul li a .down span {
    color: #105BCB;
    font-size: 0.28rem;
  }
  .content .section4 ul {
    display: block;
    margin-bottom: 0;
  }
  .content .section4 ul li {
    margin-top: 0.3rem;
    width: 100%;
  }
  .content .section4 ul li .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.16rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0.2rem;
  }
  .content .section4 ul li .item .tit {
    display: flex;
    align-items: center;
  }
  .content .section4 ul li .item .tit img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .content .section4 ul li .item .tit h3 {
    color: #000000;
    font-size: 0.3rem;
    font-family: "Poppins-Medium";
    margin-left: 0.3rem;
    line-height: 0.38rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .content .section4 ul li .item .down {
    text-align: center;
    flex: 0 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .content .section4 ul li .item .down .dw {
    display: inline-block;
    width: 0.54rem;
    vertical-align: middle;
    margin: 0;
  }
  .content .section4 ul li .item .down .see {
    display: inline-block;
    width: 0.54rem;
    vertical-align: middle;
    margin-right: 0.26rem;
  }
  .content .detail {
    padding-top: 0.3rem;
  }
  .content .detail h3 {
    color: #000000;
    font-size: 0.32rem;
    font-family: "Poppins-Bold";
    text-align: center;
    padding-bottom: 0.3rem;
  }
  .content .detail img {
    width: 100%;
  }
  .content .detail .mySwiper {
    position: relative;
    overflow: hidden;
  }
  .content .detail .mySwiper .dw {
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 0.24rem;
    z-index: 100;
  }
  .content .detail .mySwiper .swiper-pagination {
    width: auto !important;
    padding-left: 0.2rem;
  }
  .content .detail .btn {
    margin: 0.7rem auto 0;
    text-align: center;
    width: 4.25rem;
    height: 0.68rem;
    line-height: 0.68rem;
    background: #105BCB;
    border-radius: 0.34rem;
  }
  .content .detail .btn .dw {
    width: 0.22rem;
    display: inline-block;
    vertical-align: middle;
  }
  .content .detail .btn span {
    color: #fff;
    font-size: 0.28rem;
  }
  .content .galleryTitle {
    padding-top: 0.43rem;
  }
  .content .galleryTitle h2 {
    color: #000000;
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .content .galleryTitle p {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #585858;
  }
  .content .galleryList {
    margin-top: 0.24rem;
  }
  .content .galleryList .g_item {
    display: block;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .content .galleryList .g_item .dw {
    width: 0.23rem;
    height: 0.23rem;
    right: 0.35rem;
    bottom: 0.28rem;
    position: absolute;
  }
  .footer {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #202020;
    color: #989898;
    font-size: 0.24rem;
    text-align: center;
  }
}
