.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 {
  height: 570px;
}
.container-q1 .container-1200 {
  padding-top: 172px;
  background-image: url("../assets/declare/2.png");
  background-size: 646px 390px;
  background-position: center right;
  background-repeat: no-repeat;
}
.container-q1 .t1 {
  font-size: 26px;
  color: #bfbfbf;
}
.container-q1 .t2 {
  margin-top: 13px;
  font-size: 30px;
  color: #0550a2;
}
.container-q1 .t3 {
  margin-top: 49px;
  font-size: 15px;
  color: #999999;
  line-height: 36px;
}
.container-q1 .t3 p {
  line-height: 26px;
}
.container-q1 .t3 span {
  color: #1b1b1b;
}
.container-q1 .button {
  margin-top: 47px;
  width: 164px;
  height: 48px;
  background: #0550a2;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}

.container-q2 {
  padding-top: 100px;
  padding-bottom: 146px;
  background: #f5f7f9;
}
.container-q2 .title {
  text-align: center;
  font-size: 30px;
  color: #0550a2;
}
.container-q2 .ts {
  margin-top: 26px;
}
.container-q2 .ts p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.container-q2 .items {
  margin-top: 60px;
  column-gap: 10px;
  height: 830px;
}
.container-q2 .items .col-1 {
  row-gap: 10px;
}
.container-q2 .items .col-1 .item:nth-child(1) {
  height: 384px;
}
.container-q2 .items .col-1 .item:nth-child(2) {
  flex: 1;
}
.container-q2 .items .col-2 {
  width: 402px;
  row-gap: 10px;
}
.container-q2 .items .col-2 .item:nth-child(1) {
  height: 220px;
}
.container-q2 .items .col-2 .item:nth-child(2) {
  height: 310px;
}
.container-q2 .items .col-2 .item:nth-child(3) {
  flex: 1;
}
.container-q2 .items .col-3 {
  row-gap: 10px;
}
.container-q2 .items .col-3 .item:nth-child(1) {
  height: 384px;
}
.container-q2 .items .col-3 .item:nth-child(2) {
  flex: 1;
}
.container-q2 .items .item {
  position: relative;
}
.container-q2 .items .item .tc {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  cursor: pointer;
}
.container-q2 .items .item .tc:hover {
  opacity: 1;
}
.container-q2 .items .item .text {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding: 36px 20px;
  border: 1px solid #fff;
}
.container-q2 .items .item .text .t1 {
  text-align: center;
  font-size: 20px;
}
.container-q2 .items .item .text .t2 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}
.container-q2 .items .item img {
  width: 100%;
  height: 100%;
}
.container-q2 .items-5 {
  margin-top: 60px;
  column-gap: 10px;
  height: 830px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 15px;
}
.container-q2 .items-5 .item {
  position: relative;
}
.container-q2 .items-5 .item:nth-child(5) {
  grid-column: span 2;
}
.container-q2 .items-5 .item .tc {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  cursor: pointer;
}
.container-q2 .items-5 .item .tc:hover {
  opacity: 1;
}
.container-q2 .items-5 .item .text {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding: 36px 20px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-q2 .items-5 .item .text .t1 {
  text-align: center;
  font-size: 20px;
}
.container-q2 .items-5 .item .text .t2 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}
.container-q2 .items-5 .item img {
  width: 100%;
  height: 100%;
}

.container-q3 {
  padding-top: 116px;
  padding-bottom: 120px;
}
.container-q3 .title {
  font-size: 30px;
  color: #0550A2;
  text-align: center;
}
.container-q3 .desc {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.container-q3 .items {
  padding-top: 85px;
  display: grid;
  grid-template-columns: 314px 130px 314px 130px 314px;
  row-gap: 42px;
}
.container-q3 .items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-q3 .items .icon img {
  width: 50px;
  height: 47px;
}
.container-q3 .items .item-c {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 134px;
  border: 1px solid #F3F3F3;
}
.container-q3 .items .item-c.bg {
  background: #FAFAFA;
  box-shadow: 10px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.container-q3 .items .item-c p {
  font-size: 15px;
  color: #999999;
  line-height: 30px;
}

.container-q4 {
  padding-top: 116px;
  padding-bottom: 90px;
  background: #F5F7F9;
}
.container-q4 .title {
  font-size: 30px;
  color: #0550A2;
  text-align: center;
}
.container-q4 .desc {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.container-q4 .slides {
  margin-top: 85px;
}
.container-q4 .slides li {
  width: 1200px;
  padding-bottom: 20px;
}
.container-q4 .slides .slides-item {
  width: 1100px;
  height: 450px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.container-q4 .slides .slides-item .lt {
  padding-top: 68px;
  padding-left: 80px;
}
.container-q4 .slides .slides-item .lt .t1 {
  font-size: 18px;
  color: #0550A2;
}
.container-q4 .slides .slides-item .lt .t2 {
  margin-top: 30px;
  line-height: 26px;
  font-size: 15px;
  color: #333333;
}
.container-q4 .slides .slides-item .lt .t3 {
  line-height: 26px;
  font-size: 15px;
  color: #333333;
}
.container-q4 .slides .slides-item .lt .ts {
  margin-top: 54px;
  font-size: 15px;
  color: #999999;
}
.container-q4 .slides .slides-item .lt .ts span {
  line-height: 30px;
}
.container-q4 .slides .slides-item .rt {
  padding-top: 32px;
  padding-right: 43px;
}
.container-q4 .slides .slides-item .rt img {
  width: 345px;
  height: 387px;
}
.container-q4 .taggle {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  column-gap: 15px;
}
.container-q4 .taggle .li {
  width: 14px;
  cursor: pointer;
  height: 14px;
  background: #C9C9C9;
}
.container-q4 .taggle .li.active {
  background-color: #0550A2;
}

.container-q5 {
  height: 715px;
}
.container-q5 .l {
  position: relative;
}
.container-q5 .l .item-c {
  position: absolute;
  width: 270px;
  height: 188px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 18px;
}
.container-q5 .l .item-c .icon {
  position: absolute;
  top: -35px;
  left: 90px;
  width: 91px;
  height: 91px;
  padding-bottom: 15px;
  background: #5F86E7;
  border-radius: 50%;
}
.container-q5 .l .item-c .s1 {
  padding-top: 79px;
  font-size: 18px;
  color: #0550A2;
}
.container-q5 .l .item-c .s2 {
  font-size: 15px;
  color: #999999;
  line-height: 24px;
  margin-top: 16px;
}
.container-q5 .l .item-c:nth-child(1) {
  top: 122px;
}
.container-q5 .l .item-c:nth-child(2) {
  top: 330px;
}
.container-q5 .l .item-c:nth-child(2) .icon {
  background-color: #FFB946;
}
.container-q5 .l .item-c:nth-child(3) {
  left: 290px;
  top: 182px;
}
.container-q5 .l .item-c:nth-child(3) .icon {
  background-color: #FFB946;
}
.container-q5 .l .item-c:nth-child(4) {
  left: 290px;
  top: 390px;
}
.container-q5 .r {
  padding-top: 249px;
  text-align: right;
}
.container-q5 .r .t1 {
  font-size: 26px;
  color: #BFBFBF;
}
.container-q5 .r .t2 {
  font-size: 30px;
  color: #0550A2;
  margin-top: 14px;
}
.container-q5 .r .t3 {
  margin-top: 70px;
  font-size: 15px;
  color: #1B1B1B;
}
.container-q5 .r .t4 {
  width: 560px;
  margin-top: 20px;
  font-size: 15px;
  color: #999999;
}

.news-container {
  padding-top: 117px;
  padding-bottom: 92px;
  background: #F5F7F9;
}
.news-container .titles {
  text-align: center;
  font-size: 30px;
  color: #333333;
  padding-left: 20px;
  border-left: 3px solid #0550A2;
  margin-bottom: 48px;
}
.news-container .titles .desc {
  margin-left: 10px;
  text-align: center;
  color: #999999;
  font-size: 16px;
}
.news-container .items {
  column-gap: 17px;
}
.news-container .items .head {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #DCDCDC;
}
.news-container .items .head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 3px;
  background: #0550A2;
}
.news-container .items .head .title {
  font-size: 22px;
  color: #333333;
}
.news-container .items .head .more {
  font-size: 15px;
  color: #155293;
  line-height: 110%;
}
.news-container .items .head .more a {
  color: #155293;
  text-decoration: none;
}
.news-container .items .head .more a:hover {
  text-decoration: underline;
}
.news-container .items .item {
  padding: 32px 20px 0;
  height: 464px;
  background: #FFFFFF;
  border: 1px solid #0550A2;
}
.news-container .items .item-2 {
  width: 900px;
}
.news-container .items .item-2 .newscontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  padding-top: 12px;
}
.news-container .items .item-2 .news-style-1 {
  padding: 8px 0;
  border-bottom: 1px dashed #DCDCDC;
  overflow: hidden;
}
.news-container .items .item-2 .news-style-1:last-child {
  border-bottom: none;
}
.news-container .items .item-2 .news-style-1 .face img {
  width: 130px;
  height: 104px;
}
.news-container .items .item-2 .news-style-1 .content {
  padding-left: 9px;
  height: 104px;
  overflow: hidden;
}
.news-container .items .item-2 .news-style-1 .content .title {
  font-size: 15px;
  color: #0550A2;
  cursor: pointer;
  line-height: 110%;
}
.news-container .items .item-2 .news-style-1 .content .title a {
  color: #333333;
  text-decoration: none;
}
.news-container .items .item-2 .news-style-1 .content .title a:hover {
  text-decoration: underline;
}
.news-container .items .item-2 .news-style-1 .content .text {
  margin-top: 12px;
  font-size: 14px;
  color: #8A8A8A;
  line-height: 120%;
  cursor: pointer;
  line-height: 110%;
}
.news-container .items .item-2 .news-style-1 .content .text a {
  color: #333333;
  text-decoration: none;
}
.news-container .items .item-2 .news-style-1 .content .text a:hover {
  text-decoration: underline;
}
.news-container .items .item-2 .news-style-1 .content .time {
  margin-top: auto;
  font-size: 14px;
  color: #ACACAC;
}
.news-container .items .item-3 {
  width: 282px;
}
.news-container .items .item-3 .newscontent {
  padding-top: 20px;
}
.news-container .items .item-3 .news-style-2 {
  margin-bottom: 18px;
}
.news-container .items .item-3 .news-style-2 .title {
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  line-height: 110%;
}
.news-container .items .item-3 .news-style-2 .title a {
  color: #333333;
  text-decoration: none;
}
.news-container .items .item-3 .news-style-2 .title a:hover {
  text-decoration: underline;
}
.news-container .items .item-3 .news-style-2 .time {
  font-size: 14px;
  color: #ACACAC;
}

/*# sourceMappingURL=declare.css.map */
