.head-bg {
  background: #111941;
}

.head-bg .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 8%;
}

.head-bg .container-fluid .logo {
  width: 30%;
}

.head-bg .container-fluid .logo img {
  max-width: 100%;
}

.head-bg .container-fluid .nav1 {
  width: 70%;
}

.w1 {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: 4rem;
}

.title1 {
  color: #000000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.title1 dl {
  width: 210px;
  height: 1px;
  background: #bfbfbf;
  margin: 1.75rem auto;
}

.title1 span {
  display: block;
  font-size: 1.25rem;
}

.ad1-list {
  margin-top: 2rem;
}

.ad1-list li {
  float: left;
  width: 30.333%;
  margin: 0 1.5%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.ad1-list li a {
  display: block;
}

.ad1-list li a .img1 img {
  width: 100%;
}

.ad1-list li a .wz {
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  right: 0;
}

.ad1-list li a .wz h3 {
  font-size: 2.25rem;
  color: #fff;
  padding-bottom: 3.2rem;
}

.ad1-list li a .wz .more {
  letter-spacing: 2px;
  transition: all .15s ease-in-out;
  width: 8.75rem;
  height: 2.2rem;
  margin: 0 auto;
  background: #fff;
  margin-bottom: -120px;
  line-height: 2.2rem;
  color: #000000;
  font-size: 0.96rem;
  margin-top: 20px;
}

.ad1-list li:hover a h3 {
  padding-bottom: 0;
}

.ad1-list li:hover a .more {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ad1-list li a .wz h3 {
    font-size: 1.8rem;
  }
}

.news-bg {
  background: #f3f3f3;
  padding: 3% 0;
  margin-top: 2%;
}

.news-bg .news-index .title2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-bg .news-index .title2 b {
  display: inline-block;
  color: #000000;
  font-size: 1.9265rem;
  padding: 0 2rem;
}

.news-bg .news-index .title3 {
  text-align: center;
  color: #898989;
  font-size: 1.1125rem;
}

.news-bg .news-index .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.3rem;
}

.news-bg .news-index .con .newsimg {
  width: 33.5%;
}

.news-bg .news-index .con .newsimg p {
  overflow: hidden;
}

.news-bg .news-index .con .newsimg p img {
  max-width: 100%;
  transition: 0.5s;
}

.news-bg .news-index .con .newsimg p:hover img {
  transform: scale(1.1);
}

.news-bg .news-index .con .news2 {
  width: 32.5%;
}

.news-bg .news-index .con .news2 .n-list1 li {
  background: #fff;
  padding: 1.75rem;
  margin-bottom: 10px;
}

.news-bg .news-index .con .news2 .n-list1 li a {
  display: block;
}

.news-bg .news-index .con .news2 .n-list1 li a .tt1 {
  font-size: 1.1rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-bg .news-index .con .news2 .n-list1 li a .nn {
  color: #9fa0a0;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-bg .news-index .con .news2 .n-list1 li a span {
  display: block;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
}

.news-bg .news-index .con .news2 .n-list1 li a .wz1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.75rem;
}

.news-bg .news-index .con .news2 .n-list1 li a .wz1 .date .d1 {
  font-weight: bold;
  color: #9fa0a0;
  font-size: 1.6105rem;
}

.news-bg .news-index .con .news2 .n-list1 li a .wz1 .date .d2 {
  font-size: 0.743rem;
  color: #9fa0a0;
}

.news-bg .news-index .con .news2 .n-list1 li a .wz1 .more {
  color: #9fa0a0;
  font-size: 0.743rem;
}

.news-bg .news-index .con .news3 {
  width: 32.5%;
}

.news-bg .news-index .con .news3 .n-list2 li {
  background: #fff;
  padding: 1.8rem 2.75rem;
  margin-bottom: 10px;
}

.news-bg .news-index .con .news3 .n-list2 li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-bg .news-index .con .news3 .n-list2 li a .date {
  width: 25%;
  border-right: 1px solid #e5e5e5;
  margin-right: 24px;
  padding: 1.6rem 0;
  padding-right: 2rem;
}

.news-bg .news-index .con .news3 .n-list2 li a .date .d1 {
  font-weight: bold;
  color: #9fa0a0;
  font-size: 1.6105rem;
}

.news-bg .news-index .con .news3 .n-list2 li a .date span {
  display: block;
  width: 20px;
  height: 1px;
  background: #9fa0a0;
  margin: 2px 0;
}

.news-bg .news-index .con .news3 .n-list2 li a .date .d2 {
  color: #9fa0a0;
  font-size: 0.743rem;
}

.news-bg .news-index .con .news3 .n-list2 li a .wz {
  width: 65%;
}

.news-bg .news-index .con .news3 .n-list2 li a .wz .wz1 {
  color: #000000;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-bg .news-index .con .news3 .n-list2 li a .wz .more {
  color: #9fa0a0;
  font-size: 0.743rem;
  margin-top: 1.5rem;
}

@media (max-width: 1600px) {
  .news-bg .news-index .con .news2 .n-list1 li {
    padding: 0.9rem 1.75rem;
  }
  .news-bg .news-index .con .news2 .n-list1 li a .wz1 {
    margin-top: 0.9rem;
  }
  .news-bg .news-index .con .news3 .n-list2 li {
    padding: 0.94rem 2.75rem;
  }
}

@media (max-width: 1024px) {
  .news-bg .news-index .con .news3 .n-list2 li a .date {
    padding: 1.5rem 0;
  }
}

@media (max-width: 996px) {
  .news-bg .news-index .con {
    display: block;
  }
  .news-bg .news-index .con .newsimg {
    width: 100%;
    text-align: center;
  }
  .news-bg .news-index .con .newsimg p img {
    width: 100%;
  }
  .news-bg .news-index .con .news2 {
    width: 100%;
  }
  .news-bg .news-index .con .news3 {
    width: 100%;
  }
}

.activity {
  margin-top: 3%;
}

.activity .title2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activity .title2 b {
  display: inline-block;
  color: #000000;
  font-size: 1.9265rem;
  padding: 0 2rem;
}

.activity .title3 {
  text-align: center;
  color: #898989;
  font-size: 1.1125rem;
}

.activity .activity-list {
  margin-top: 3%;
  position: relative;
}

.activity-list .slick-dots {
  position: absolute;
  left: 0;
  right: 2%;
  text-align: right;
  font-size: 0;
  z-index: 9;
  bottom: 20px;
}

.activity-list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
}

.activity-list .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.activity-list .slick-dots li.slick-active {
  background: #ad9861;
}

.activity-list .img1 img {
  width: 100%;
}

.activity-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6% 0;
}

.activity-pic li {
  width: 25%;
  text-align: center;
  background: url(../images/t3.png) no-repeat right center;
}

.activity-pic li a .img1 img {
  max-width: 100%;
}

.activity-pic li a h3 {
  color: #1d2c69;
  font-size: 1.1945rem;
}

.activity-pic li a h4 {
  color: #000000;
  font-size: 0.9245rem;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.activity-pic li a span {
  display: inline-block;
  padding: 0 10px;
  background: #ad9861;
  color: #fff;
  line-height: 2;
  font-size: 0.6295rem;
}

@media (max-width: 768px) {
  .activity-pic {
    display: block;
    font-size: 0;
    margin: 5% 0;
  }
  .activity-pic li {
    display: inline-block;
    width: 50%;
    background: none;
    margin-bottom: 4%;
  }
  .foot-bg .foot-index .lx dt{
      font-size:20px!important;
  }
  .erq{
          margin-top: 16%;
  }
}

.link {
  font-size: 0.9rem;
  color: #000000;
  line-height: 2;
}

.link a {
  padding-right: 5px;
}

.foot-bg {
  background: #111941;
  margin-top: 3%;
  padding: 5% 0;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.foot-bg .foot-index dl dt {
  font-size: 1rem;
  color: #ad9861;
  font-weight: normal;
  padding-bottom: 15px;
}

.foot-bg .foot-index dl dd a {
  display: block;
  color: #ad9861;
  font-size: 0.8rem;
  line-height: 2;
}

.foot-bg .foot-index .lx dt {
  font-size: 1rem;
  color: #ad9861;
  font-weight: normal;
  padding-bottom: 15px;
}

.foot-bg .foot-index .lx p {
  color: #ad9861;
  font-size: 0.8rem;
  line-height: 2;
}

.foot-bg .foot-index .erq p {
  text-align: center;
  color: #ad9861;
  font-size: 0.8rem;
  line-height: 3;
}

.foot-bg .foot-index .erq p img {
  max-width: 100%;
}

.footer {
  background: #0b112d;
  color: #727171;
  font-size: 0.7rem;
  padding: 1% 0;
  line-height: 1.5;
}

.footer a {
  color: #727171;
  font-size: 0.7rem;
}

.footer .power a {
  padding-right: 5px;
}
