@charset "UTF-8";

html,
body {
  padding: 0;
  margin: 0;
  position: relative;
}

img {
  border: none;
  outline: none;
}

.yinda_container {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.yinda_container a {
  text-decoration: none;
}

.yinda_container a:hover {
  color: #0070D9
}

.yinda_container .home {
  position: absolute;
  top: 0;
  right: 50px;
  transform: translateX(-50%);
  float: right;
  line-height: 46px;
  padding-left: 25px;
  font-size: 16px;
}

.yinda_container .home a {
  color: #fff;
}

.yinda_container .top_wrap {
  width: 100%;
  text-align: center;
  position: relative;
}

.yinda_container .slt-logo {
  width: 280px;
  margin: 30px 25px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 12px 10px 15px;
  box-sizing: border-box;
}

.yinda_container .slt-logo img {
  width: 100%;
}

.yinda_container .yinda_banner {
  width: 100%;
  max-width: 100%;
}

.yinda_container .sologn {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 42%;
}

.yinda_container .intro_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 60%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  font-family: 'OPPOSans';
  font-size: 20px;
  line-height: 200%;
  color: #fff;
  text-align: justify;
  word-break: break-all;
  padding: 20px;
  box-sizing: border-box;
  text-indent: 2rem;
}

.yinda_container .content_wrap {
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}

.yinda_container .content_wrap:nth-child(odd) {
  background: #F4F9FA;
}

.yinda_container .title_box {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: OPPOSans;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  height: 136px;
}

.yinda_container .title_box a {
  color: #020202;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.yinda_container .title_blue {
  color: #013489
}

.yinda_container .title_box img {
  max-width: 261px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.yinda_container .content_grid_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  justify-content: space-between;
  grid-template-columns: auto auto;
  column-gap: 20px;
  box-sizing: border-box;
}

.yinda_container .no_gap {
  column-gap: 0px;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  justify-content: flex-start;
  max-height: 348px;
  background: #EEF4FF;
}

.yinda_container .yinda-swiper01 {
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  position: relative;
}

.yinda_container .yinda-swiper01 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.yinda_container .yinda-swiper01 .swiper-slide img {
  width: 100%;
  max-width: 578px;
  max-height: 348px;
  object-fit: cover;
}

.yinda_container .yinda-swiper01 .text_box {
  width: 100%;
  max-width: 578px;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 45px;
  background: rgba(7, 7, 7, 0.3);
  border-radius: 0;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.yinda_container .yinda-swiper01 .text_box a {
  display: inline-block;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 13px;
}

.yinda_container .yinda-swiper01 .swiper-pagination {
  width: 30%;
  left: auto;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.yinda_container .yinda-swiper01 .swiper-pagination-bullet-active {
  background: #FA5151;
}

.yinda_container .yinda-swiper02,
.yinda_container .yinda-swiper03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.yinda_container .yinda-swiper02 .swiper-slide {
  position: relative;
  width: 640px;
  height: 355px;
}

.yinda_container .yinda-swiper02 .swiper-slide img {
  width: 100%;
  max-width: 640px;
  max-height: 355px;
  border-radius: 0px 0px 10px 10px;
}

.yinda_container .yinda-swiper02 .string_box {
  width: 100%;
  max-width: 640px;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 45px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 0, 0, 0.5098);
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yinda_container .yinda-swiper02 .string_box a {
  display: inline-block;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}

.yinda_container .yinda-swiper03 {
  padding-bottom: 20px;
}

.yinda_container .yinda-swiper03 .swiper-slide {
  position: relative;
  width: 377px;
  height: 277px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.yinda_container .yinda-swiper03 .swiper-slide img {
  width: 100%;
  max-width: 377px;
}

.yinda_container .yinda-swiper03 .string_box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yinda_container .yinda-swiper03 .string_box a {
  display: inline-block;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #020202;
}

.yinda_container .top_news_wrap {
  width: 100%;
  /* min-width: 620px; */
  max-height: 348px;
  overflow: hidden;
  background: #EEF4FF;
  padding: 15px 20px;
  position: relative;
  left: -1px;
  box-sizing: border-box;
}

/* .yinda_container .news_title {
  font-family: 'Source Han Sans';
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  color: #015293;
  word-break: break-all;
} */

.yinda_container .news_title a {
  color: #015293;
}

.yinda_container .top_news {
  padding: 0;
  margin: 0;
  /* margin-top: 20px; */
  width: 100%;
}

.yinda_container .news_item {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  font-family: 'Source Han Sans';
  font-size: 20px;
  /* color: rgba(0, 0, 0, 0.71);
  margin: 0;
  padding: 0; */
  /* margin-bottom: 20px; */
  width: 100%;
}

.yinda_container .news_item a {
  /* font-size: 18px;
  color: #000000;
  display: block;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  text-indent: 16px; */
  position: relative;
  width: 100%;
  display: block;
  color: #015293;
  height: 108px;
  line-height: 180%;
  box-sizing: border-box;
  padding: 18px 14px;
  text-align: justify;
}

.yinda_container .news_item a span {
  font-size: 18px;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.yinda_container .news_item a:hover {
  color: #fff;

  border-radius: 5px;
  opacity: 1;
  background: #015293;
}

/* 
.yinda_container .news_item a::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #013489;
} */

.yinda_container .import_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Source Han Sans';
  font-size: 24px;
  color: #282727;
  margin-top: 25px;
  width: 100%;
  max-width: 570px;
}

.yinda_container .import_item a {
  color: #020202;
  display: block;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-indent: 16px;
}

.yinda_container .import_item a:hover {
  color: #0070D9
}

.yinda_container .import_item a::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #013489;
}

@media screen and (max-width: 1550px) {
  .yinda_container .intro_box {
    width: 60%;
    bottom: 50px;
    font-size: 20px;
    padding: 15px;
    line-height: 150%;
  }
}

@media screen and (max-width: 1200px) {
  .yinda_container .intro_box {
    width: 86%;
    bottom: 50px;
    font-size: 20px;
    padding: 15px;
    line-height: 150%;
  }

  .yinda_container .content_grid_box {
    width: 94%;
  }

  .yinda_container .top_news_wrap {
    max-width: 490px;
  }

  .yinda_container .import_item {
    max-width: 450px;
  }

  .yinda_container .yinda-swiper03 .swiper-slide {
    height: 230px;
  }
}

@media (max-width: 980px) {
  .yinda_container .intro_box {
    width: 86%;
    bottom: 30px;
    font-size: 16px;
    padding: 10px;
    line-height: 140%;
  }

  .yinda_container .top_news_wrap {
    max-width: 470px;
  }

  .yinda_container .import_item {
    max-width: 440px;
  }
}

.foot {
  margin: 0 auto;
  width: 100%;
  /* max-width: 1200px; */
}

@media screen and (max-width: 1200px) {

  .bigBg,
  .top-,
  .nav,
  .foot {
    width: 100%;
    max-width: 1200px !important;
  }
}

.content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px !important;
}