@charset "UTF-8";
.brnner-wrapper {
  margin-top: -150px;
  padding-top: 278px;
  height: 670px;
  background-size: cover;
  background-image: url("../assets/declare/1.png");
}

.child-nav {
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.child-nav .lt {
  column-gap: 20px;
  height: 80px;
}
.child-nav .lt .icon-2 {
  width: 24px;
  height: 24px;
}
.child-nav .lt .icon-1 {
  width: 8px;
  height: 14px;
}
.child-nav .lt span {
  font-size: 16px;
  color: #333333;
}
.child-nav .item {
  column-gap: 40px;
}
.child-nav .item .it {
  position: relative;
  line-height: 80px;
  height: 80px;
  cursor: pointer;
}
.child-nav .item .it:hover {
  color: #0550a2;
}
.child-nav .item .it.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #0550a2;
}

.container-q1 {
  padding-top: 88px;
  padding-bottom: 118px;
}
.container-q1 .title {
  position: relative;
  width: 300px;
  height: 80px;
  font-size: 30px;
  color: #0550A2;
  border: 3px solid #0550A2;
  margin: 0 auto;
}
.container-q1 .title .t {
  position: absolute;
  font-size: 24px;
  color: #999999;
  top: -16px;
  background-color: #fff;
  padding: 0 5px;
}
.container-q1 .wrapper {
  padding-top: 60px;
  padding-bottom: 134px;
}
.container-q1 .wrapper .lt .img {
  width: 530px;
  height: 330px;
  border: 6px solid #0550A2;
}
.container-q1 .wrapper .lt .img img {
  transform: translate(-21px, 21px);
  width: 100%;
  height: 100%;
}
.container-q1 .wrapper .rt {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 30px;
}
.container-q1 .wrapper .rt p {
  text-indent: 30px;
  font-size: 15px;
  color: #999999;
  line-height: 27px;
}
.container-q1 .wrapper .rt p span {
  color: #000000;
}
.container-q1 .its .it img {
  width: 82px;
  height: 82px;
}
.container-q1 .its .it span {
  font-size: 15px;
  color: #333333;
  margin-top: 14px;
}

.container-q2 {
  padding-top: 82px;
  padding-bottom: 100px;
}
.container-q2 .title {
  text-align: center;
  font-size: 30px;
  color: #0550A2;
}
.container-q2 .hr {
  margin: 18px auto 0;
  width: 630px;
  height: 16px;
}
.container-q2 .slides {
  margin-top: 56px;
}
.container-q2 .slides .slides-item {
  height: 562px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 270px); /* 两行，行高为200px */
  gap: 22px;
  grid-auto-flow: column;
}
.container-q2 .slides .slides-item .img-w {
  position: relative;
}
.container-q2 .slides .slides-item .img-w:nth-child(1), .container-q2 .slides .slides-item .img-w:nth-child(4) {
  grid-row: span 2;
}
.container-q2 .slides .slides-item .img-w img {
  width: 100%;
  height: 100%;
}
.container-q2 .slides .slides-item .img-w p {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  color: #fff;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-q2 .taggle {
  display: flex;
  justify-content: center;
  margin-top: 46px;
  column-gap: 15px;
}
.container-q2 .taggle .li {
  width: 60px;
  height: 4px;
  cursor: pointer;
  background: #C9C9C9;
}
.container-q2 .taggle .li.active {
  background-color: #0550A2;
}

/*# sourceMappingURL=about-1.css.map */
