.js h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #004DA1;
  line-height: 33px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.js p {
  font-size: 18px;
  color: #313131;
  font-weight: normal;
  letter-spacing: 3px;
}

.swiper-container1 .container {
  padding-top: 85px;
  padding-bottom: 60px;
}

.swiper-container1 .d1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container1 .d1 .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.swiper-container1 .d1 .title p {
  margin-left: 15px;
}

.swiper-container1 .d1 .logo {
  width: 200px;
  padding: 30px;
  margin-right: 60px;
  border: 1px solid white;
}

.swiper-container1 .p1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EAA261;
  line-height: 33px;
}

.swiper-container1 .p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}

.swiper-pagination {
  display: flex;
  width: 1280px;
  justify-content: center;
}


.swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: block !important;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 7px;
  transform: scale(.8);
  transition: .3s;
}

.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1);
  border: 5px solid #EAA261;
  border-radius: 50%;
}

.sjbox {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #EAA261;
  margin-bottom: 35px;
}

.kkbox {
  margin-left: 20px;
}

.kksj {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EAA261;
  line-height: 25px;
  margin: 0;
}

.kksj span {
  color: white;
  font-weight: normal;
}

.kksj2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}

.blue_btn {
  width: 200px;
  height: 50px;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 35px;
}


@media screen and (min-width: 960px) {}

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