.header {
  height: 465px;
  width: 100%;
  background: rgb(159, 204, 249) url(/material/2024/images/bg.jpg) center no-repeat;
  background-size: auto 465px;
  min-width: 1330px;
}
.header .main-header {
  width: 1330px;
  margin: 0 auto;
  padding-top: 24px;
}
.header .main-header .main-top {
  display: flex;
  justify-content: space-between;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}
.header .main-header .main-top a {
  color: #111111;
}
.header .main-header .main-top a ~ a {
  margin-right: 10px;
}
.header .main-header .main-logo {
  height: 178px;
  margin-top: 45px;
}
.header .main-header .main-logo img {
  height: 178px;
  display: block;
  margin: 0 auto;
}
.header .main-header .main-search {
  display: flex;
  width: 708px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0068B7;
  margin: 31px auto 0;
  overflow: hidden;
}
.header .main-header .main-search .search-input {
  width: 587px;
  height: 58px;
  padding-left: 15px;
  font-size: 18px;
}
.header .main-header .main-search .search-btn {
  width: 121px;
  height: 58px;
  background: #1D8BD1;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.header .main-header .main-search .search-btn .search-ico {
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 8px;
}

.nav {
  width: 100%;
  min-width: 1330px;
  height: 64px;
  background: #1D8BD1;
}
.nav .nav-box {
  display: flex;
  width: 1330px;
  margin: 0 auto;
  justify-content: space-between;
}
.nav .nav-box .nav-item {
  height: 64px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.nav .nav-box .nav-item .nav-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 8px;
}

.w1330 {
  margin: 0 auto;
  width: 1330px;
}

.top-news {
  text-align: center;
  padding-top: 30px;
}
.top-news .title {
  height: 42px;
  font-weight: 600;
  font-size: 30px;
  color: #015293;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-news .desc {
  height: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section01 {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.section01 .banner-news {
  width: 790px;
  height: 445px;
}
.section01 .banner-news .swiper-slide img {
  width: 790px;
  height: 445px;
}
.section01 .banner-news .swiper-slide .title {
  color: #ffffff;
  padding: 15px 18px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}
.section01 .banner-news .banner-page {
  bottom: 20px;
  text-align: right;
}
.section01 .banner-news .banner-page .my-bullet {
  width: 12px;
  height: 6px;
  opacity: 0.35;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
.section01 .banner-news .banner-page .my-bullet:last-of-type {
  margin-right: 20px;
}
.section01 .banner-news .banner-page .my-bullet.my-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.section01 .tab-news {
  width: 522px;
}
.section01 .tab-news .tabs {
  display: flex;
  height: 40px;
  border-bottom: solid 1px #EEEEEE;
}
.section01 .tab-news .tabs .sep {
  width: 2px;
  height: 20px;
  background: #EEEEEE;
  margin-top: 10px;
}
.section01 .tab-news .tabs .tab-item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 36px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  cursor: pointer;
}
.section01 .tab-news .tabs .tab-item.active {
  color: #1D8BD1;
}
.section01 .tab-news .tabs .tab-item.active::after {
  content: "";
  display: block;
  width: 69px;
  height: 3px;
  background: #1D8BD1;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.section01 .tab-news .news-list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.section01 .tab-news .news-item {
  display: flex;
  overflow: hidden;
}
.section01 .tab-news .news-item .title {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 48px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section01 .tab-news .news-item .time {
  width: 110px;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 48px;
  text-align: right;
  margin-left: 13px;
}
.section01 .tab-news .tabs02 {
  display: flex;
  justify-content: space-between;
}
.section01 .tab-news .tabs02 .tab02-item {
  width: 166px;
  height: 52px;
  background: #EDEFF2;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}
.section01 .tab-news .tabs02 .tab02-item:hover {
  background-color: #015293;
  color: #fff;
}

.sec-tit01 {
  display: flex;
  height: 34px;
}
.sec-tit01 .title-l, .sec-tit01 .title-r {
  width: 570px;
  height: 34px;
}
.sec-tit01 .wd {
  flex: 1;
  height: 34px;
  font-weight: 600;
  font-size: 28px;
  color: #111111;
  line-height: 34px;
  text-align: center;
}

.sec-tit02 {
  height: 34px;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
}
.sec-tit02::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #1D8BD1;
  display: block;
  margin-right: 12px;
}

.section02 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section02 .section02-box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.section02 .section02-box .img {
  width: 328px;
  height: 120px;
  display: block;
}

.section03 {
  width: 100%;
  min-width: 1330px;
  background: #D6ECFF;
  padding: 40px 0 44px;
}
.section03 .section03-box {
  display: flex;
  margin-top: 8px;
}
.section03 .section03-box .box-l {
  width: 185px;
  height: 352px;
}
.section03 .section03-box .box-l .nav-item {
  width: 156px;
  height: 78px;
  background: #FFFFFF;
  position: relative;
  line-height: 78px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}
.section03 .section03-box .box-l .nav-item + .nav-item {
  margin-top: 13px;
}
.section03 .section03-box .box-l .nav-item.active {
  background: #1D8BD1;
  color: #fff;
}
.section03 .section03-box .box-l .nav-item.active::after {
  content: "";
  border: 20px solid;
  border-color: transparent #fff transparent transparent;
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.section03 .section03-box .box-r {
  width: 1155px;
  height: 352px;
  background: #FFFFFF;
  padding: 35px 36px 30px 36px;
  display: flex;
  overflow: hidden;
}
.section03 .section03-box .box-r .section03-img {
  width: 494px;
  height: 278px;
}
.section03 .section03-box .box-r .section03-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.section03 .section03-box .box-r .news-list {
  margin-left: 26px;
  flex: 1;
  min-width: 0;
}
.section03 .section03-box .box-r .news-item {
  display: flex;
  overflow: hidden;
}
.section03 .section03-box .box-r .news-item .title {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 48px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section03 .section03-box .box-r .news-item .time {
  width: 110px;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 48px;
  text-align: right;
  margin-left: 16px;
}

.bottom-section {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 44px;
}
.bottom-section .section04 {
  width: 660px;
}
.bottom-section .section04 .list01 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 11px;
}
.bottom-section .section04 .list01 .item {
  margin-right: 8px;
  margin-top: 13px;
  width: 157px;
  height: 67px;
  background: #ECF1F6;
  line-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-section .section04 .list01 .item:nth-child(4n) {
  /* margin-right: 0; */
}
.bottom-section .section04 .list01 .item .icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.bottom-section .section04 .list01 .item span {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 34px;
}
.bottom-section .section05 {
  width: 650px;
  /* margin-left: 20px; */
}
.bottom-section .section05 .list02 {
  /* padding-top: 24px; */
  display: flex;
  justify-content: space-between;
}
.bottom-section .section05 .list02 .item {
  /* width: 400px; */
  /* height: 147px; */
  background: #FFFFFF;
  /* border: 1px solid #E9E9E9; */
  /* padding-top: 23px; */
  /* background: linear-gradient(#d6ecff, white); */
}
.bottom-section .section05 .list02 .item .icon {
  width: 320px;
  height: 204px;
  display: block;
  margin: 0 auto 13px;
  /* margin-left: 12px; */
}
.bottom-section .section05 .list02 .item p {
  height: 34px;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 34px;
  text-align: center;
  margin: 0px 10px;
  border-top: 1px solid #e1e1e1;
}

.footer {
  width: 100%;
  background: #1D8BD1;
  min-width: 1330px;
  padding: 40px 0;
}
.footer .footer-main {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer .footer-main span {
  padding: 0 5px;
}
.footer .footer-main a {
  color: #FFFFFF;
}
.footer .footer-main p {
  color: #FFFFFF;
}
.footer .footer-main .footer-l {
  margin-top: 6px;
  float: left;
}
.footer .footer-main .footer-r {
  float: right;
  display: flex;
  align-items: center;
}
.footer .footer-main .footer-r .footer-img {
  margin-left: 18px;
}

.float-nav-box {
  position: fixed;
  right: 30px;
  top: 50%;
}
.float-nav-box .item {
  width: 56px;
  height: 56px;
  background-color: #2869b2;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 80px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.float-nav-box .big-img {
  width: 136px;
  height: 136px;
  background-color: red;
}/*# sourceMappingURL=index.css.map */