@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.mobile-banner {
  display: none;
}

.banner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}

.banner .swiper-button-prev {
  left: 20px;
  width: 37px;
  height: 86px;
  background: url("/assets/images/common/prev.png") no-repeat center;
  background-size: 37px 86px;
}

.banner .swiper-button-next {
  right: 20px;
  width: 37px;
  height: 86px;
  background: url("/assets/images/common/next.png") no-repeat center;
  background-size: 37px 86px;
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
  font-size: 0;
}

.banner ul {
  font-size: 0;
  display: flex;
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 2px 27px 2px rgba(0, 0, 0, 0.28);
  height: 140px;
}

.banner ul li {
  width: 25%;
  padding-top: 20px;
  outline: none !important;
  border-right: 1px solid #D8D8D8;
  cursor: pointer;
}

.banner ul li a {
  display: block;
}

.banner ul li img {
  display: block;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.banner ul li p {
  text-align: center;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}

.banner ul li em {
  color: #999999;
  text-align: center;
  display: block;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.banner ul li:hover p {
  color: #8FC31F;
}

.banner ul li:hover p::before {
  opacity: 1;
  transform: translateX(-10px);
}

.banner ul li:hover p::after {
  opacity: 1;
  transform: translateX(10px);
}

.banner ul li.my-bullet-active p {
  color: #8FC31F;
}

.banner ul li.my-bullet-active p::before {
  opacity: 1;
  transform: translateX(-10px);
}

.banner ul li.my-bullet-active p::after {
  opacity: 1;
  transform: translateX(10px);
}

.banner .swiper-container {
  overflow: visible !important;
}

.mobile-pagination {
  display: none;
}

.mobile-pagination ul li {
  margin-bottom: 30px;
}

.mobile-pagination ul li img {
  display: block;
  width: 12%;
  margin: 0 auto;
}

.mobile-pagination ul li h3 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: center;
}

.mobile-pagination ul li p {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  text-align: center;
}

.main-title {
  position: relative;
  padding-left: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}

.main-title::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 21px;
  z-index: 1;
  left: 0;
  top: 0;
  background-image: url("/assets/images/common/title.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 4px 21px;
}

.main-title h2 {
  font-size: 20px;
  font-weight: 600;
}

.policy ul {
  padding-bottom: .6rem;
  border-bottom: 3px solid #036EB8;
}

.policy ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.policy ul li {
  float: left;
  width: 23.33%;
  margin-right: 2.22%;
}

.policy ul li:nth-child(4n) {
  margin-right: 0;
}

.policy ul li:hover .img img {
  transform: scale(1.05);
}

.policy ul li:hover .words {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.policy ul li:hover .words h3 {
  color: #036EB8;
}

.policy ul li:hover .words .more img {
  transform: translateX(8px);
}

.policy ul li .img {
  overflow: hidden;
}

.policy ul li .img img {
  transition: all .3s ease;
}

.policy ul li .words {
  border: 1px solid #e0e0e0;
  padding: .2rem;
  position: relative;
  padding-bottom: 0.7rem;
  transition: all .3s ease;
}

.policy ul li .words h4 {
  font-size: 13px;
  color: #036EB8;
  margin-bottom: 10px;
}

.policy ul li .words h3 {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .3s ease;
  font-weight: 600;
}

.policy ul li .words .more {
  position: absolute;
  z-index: 1;
  left: .2rem;
  bottom: .2rem;
  color: #036EB8;
  font-size: 13px;
}

.policy ul li .words .more img {
  transition: all .3s ease;
}

.otherBlock {
  padding-top: 0.6rem;
}

.otherBlock ul {
  padding-bottom: 0.4rem;
  border-bottom: 3px solid #036EB8;
}

.otherBlock ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.otherBlock ul li {
  float: left;
  width: 30%;
  margin-right: 3.33%;
}

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

.otherBlock ul li .img {
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.otherBlock ul li .img:hover img {
  transform: scale(1.05);
}

.otherBlock ul li .img img {
  transition: all .3s ease;
}

.otherBlock ul li.conference .words h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.otherBlock ul li .words {
  margin-bottom: 0.3rem;
}

.otherBlock ul li .words:hover h3 {
  color: #036EB8;
}

.otherBlock ul li .words h3 {
  font-size: 16px;
  transition: all .3s ease;
  margin-bottom: 5px;
  transition: all .3s ease;
}

.otherBlock ul li .words p {
  font-size: 13px;
  transition: all .3s ease;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  color: #999999;
}

.otherBlock ul li.news .words {
  margin-bottom: 0.2rem;
}

.otherBlock ul li.news .words h3 {
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}

.otherBlock ul li.news .words p {
  margin-bottom: 5px;
  height: auto;
}

.otherBlock ul li.download .img {
  margin-bottom: 0;
}

.otherBlock ul li.download .download-item {
  border: 1px solid #e0e0e0;
  padding-top: 0.3rem;
  height: 190px;
}

.otherBlock ul li.download .download-item h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.3rem;
}

.otherBlock ul li.download .download-item .more {
  display: block;
  width: 71%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #084D7C;
  font-size: 16px;
  line-height: 0.48rem;
  height: 0.48rem;
}

.otherBlock ul li.download .download-item .more img {
  margin-right: 10px;
  vertical-align: middle;
}

.otherBlock ul li.download .download-item .more span {
  display: inline-block;
  vertical-align: middle;
}

.company {
  padding-top: 0.6rem;
}

.company .company-swiper .swiper-slide {
  width: 8.7% !important;
  margin-right: 9.4% !important;
}

.company .company-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.mobile-policy {
  margin-left: 5%;
  display: none;
}

.mobile-policy .swiper-slide {
  width: 80% !important;
  margin-right: 5%;
}

.mobile-policy .swiper-slide a > img {
  display: block;
  width: 100%;
}

.mobile-policy .swiper-slide .words {
  background-color: #fff;
  padding: 20px;
}

.mobile-policy .swiper-slide .words h3 {
  color: #036EB8;
  font-size: 14px;
  margin-bottom: 10px;
}

.mobile-policy .swiper-slide .words h4 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 50px;
}

.mobile-policy .swiper-slide .words .more {
  color: #036EB8;
}

.mobile-company {
  display: none;
}

.mobile-company ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mobile-company ul li {
  width: 27%;
  margin-bottom: 40px;
}

.mobile-company ul li img {
  display: block;
  width: 100%;
}

@media (max-width: 1220px) {
  .banner ul {
    width: 90%;
  }
  .banner ul li {
    padding-top: 2%;
    padding-bottom: 2.5%;
  }
  .banner ul li .img {
    margin-bottom: 10px;
    width: 21%;
  }
}

@media (max-width: 992px) {
  .banner {
    display: none;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .banner ul {
    display: none;
  }
  .mobile-pagination {
    display: block;
  }
  .policy {
    padding-top: 1rem;
  }
  .mobile-policy {
    display: block;
  }
  .policy ul {
    display: none;
  }
  .main-title {
    color: #111111;
  }
  .otherBlock ul {
    border-bottom: none;
  }
  .otherBlock ul li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .otherBlock ul li.conference .words h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .otherBlock ul li.conference .words p {
    font-size: 13px;
    line-height: 20px;
  }
  .otherBlock ul li.news .words {
    margin-bottom: 20px;
  }
  .otherBlock ul li.download .download-item .more {
    height: 48px;
    line-height: 48px;
  }
  .mobile-company {
    display: block;
  }
  .company .company-swiper {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-policy {
    margin-left: 15px;
  }
  .banner {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=maps/index.css.map */
