@charset "UTF-8";
.homePage {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 80px;
}
.homePage a {
  color: inherit;
}
.homePage a:hover {
  color: #015293;
}
.homePage .top-news {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.homePage .section01 {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}
.homePage .section01 .banner-news {
  width: 698px;
  height: 408px;
}
.homePage .section01 .banner-news .swiper-slide img {
  width: 698px;
  height: 408px;
}
.homePage .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;
}
.homePage .section01 .banner-news .banner-page {
  bottom: 20px;
  text-align: right;
  height: 8px;
  line-height: 0;
}
.homePage .section01 .banner-news .banner-page .my-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.35;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
.homePage .section01 .banner-news .banner-page .my-bullet:last-of-type {
  margin-right: 20px;
}
.homePage .section01 .banner-news .banner-page .my-bullet.my-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.homePage .section01 .tab-news {
  width: 558px;
}
.homePage .section01 .tab-news .tabs {
  display: flex;
  height: 48px;
}
.homePage .section01 .tab-news .tabs .tab-item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  background-color: rgba(1, 82, 147, 0.1);
  cursor: pointer;
}
.homePage .section01 .tab-news .tabs .tab-item.active {
  color: #fff;
  background-color: #015293;
}
.homePage .section01 .tab-news .tabs .tab-item.active::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url("../imgs/triangle.png") center top no-repeat;
  background-size: 16px 8px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.homePage .section01 .tab-news .news-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 24px;
}
.homePage .section01 .tab-news .news-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #015293;
  border-radius: 3px;
  display: block;
  margin-right: 16px;
}
.homePage .section01 .tab-news .news-item .title {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homePage .section01 .tab-news .news-item .time {
  width: 108px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 24px;
  text-align: left;
  margin-left: 13px;
}
.homePage .section01 .tab-news .tabs02 {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.homePage .section01 .tab-news .tabs02 .tab02-item {
  flex: 1;
  min-width: 0;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .section01 .tab-news .tabs02 .tab02-item::before {
  content: "";
  display: inline-block;
  padding-top: 18px;
  padding-left: 12px;
  line-height: 0;
  background: url("../imgs/tab-icon.png") 0 0 no-repeat;
  background-size: 12px 18px;
  margin-right: 8px;
}
.homePage .section01 .tab-news .tabs02 .tab02-item:hover {
  color: #015293;
}
.homePage .section02 {
  margin-top: 40px;
  overflow: hidden;
}
.homePage .section02 .img {
  width: 100%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.homePage .section02:hover .img {
  transform: scale(1.06);
}
.homePage .section03 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.homePage .section03 .item {
  height: 120px;
  width: 416px;
  position: relative;
  overflow: hidden;
}
.homePage .section03 .item a {
  position: relative;
  display: block;
}
.homePage .section03 .item .item-bg {
  width: 100%;
  height: 100%;
  display: block;
}
.homePage .section03 .item .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}
.homePage .section03 .item:hover .img {
  transform: scale(1.1);
}
.homePage .more {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  padding-right: 24px;
  background: url("../imgs/arrow_01.png") right center no-repeat;
  background-size: 16px 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.homePage .more:hover {
  color: rgba(0, 0, 0, 0.65);
  background-image: url("../imgs/arrow_02.png");
}
.homePage .home-section-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  color: #015293;
  line-height: 28px;
  height: 40px;
}
.homePage .home-section-title::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #015293;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homePage .home-section-title-01 {
  display: flex;
  height: 40px;
  position: relative;
}
.homePage .home-section-title-01 .tab-item {
  font-weight: 400;
  font-size: 20px;
  color: #6A6A6A;
  line-height: 28px;
  margin-right: 40px;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.homePage .home-section-title-01 .tab-item.active {
  font-weight: 600;
  color: #015293;
}
.homePage .home-section-title-01 .tab-item.active::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #015293;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homePage .flex-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.homePage .list01 .item {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 24px;
  font-size: 18px;
  color: #222222;
}
.homePage .list01 .item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #015293;
  border-radius: 3px;
  display: block;
  margin-right: 16px;
  line-height: 24px;
}
.homePage .list01 .item .title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homePage .list01 .item .time {
  color: rgba(0, 0, 0, 0.45);
  margin-left: 13px;
}
.homePage .section04 {
  width: 544px;
}
.homePage .section05 {
  width: 696px;
}
.homePage .list02 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.homePage .list02.list02-1 {
  justify-content: flex-start;
  margin-left: -16px;
}
.homePage .list02.list02-1 .item {
  margin-left: 16px;
}
.homePage .list02 .item {
  margin-top: 16px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #004073;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #004073;
}
.homePage .list02 .item a {
  display: block;
  text-align: center;
}
.homePage .list02 .item.item-md a {
  padding: 0 24px;
}
.homePage .list02 .item.item-lg a {
  padding: 0 55px;
}
.homePage .list02 .item.item-lg-1 a {
  padding: 0 66px;
}
.homePage .list02 .item.item-xs {
  width: 102px;
}
.homePage .list02 .item.item-sm a {
  padding: 0 15px;
}
.homePage .list02 .item:hover {
  color: #fff;
  background-color: #004073;
}
.homePage .list02 .item:hover a {
  color: #fff;
}
.homePage .section06 {
  height: 118px;
  margin-top: 45px;
  position: relative;
}
.homePage .section06 .listBtn {
  width: 24px;
  height: 118px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: left top no-repeat;
  background-size: 24px 118px;
}
.homePage .section06 .prevbtn {
  left: 0;
  background-image: url("../imgs/pic-prev.png");
}
.homePage .section06 .nextBtn {
  right: 0;
  background-image: url("../imgs/pic-next.png");
}
.homePage .section06-1 {
  display: none;
  overflow-y: hidden;
  overflow-x: auto;
}
.homePage .section06-1 .list03 {
  display: flex;
}
.homePage .section06-1 .list03 .pic-item:last-child {
  margin-right: 0;
}
.homePage .list03 {
  height: 118px;
}
.homePage .list03::after {
  clear: both;
  content: "";
  display: block;
}
.homePage .list03 .pic-item {
  float: left;
  margin-right: 17px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}
.homePage .list03 .pic-item img {
  width: 224px;
  height: 118px;
  display: block;
}
.homePage .section07 {
  width: 400px;
}
.homePage .section08 {
  width: 400px;
}
.homePage .list04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -18px;
}
.homePage .list04 .item {
  width: 192px;
  height: 130px;
  background: #F8F8F8;
  margin-top: 18px;
  text-align: center;
}
.homePage .list04 .item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homePage .list04 .item .item-title {
  line-height: 26px;
  margin-top: 8px;
  font-size: 18px;
}
.homePage .list04 .item .item-icon {
  width: 64px;
  height: 64px;
  background: center center no-repeat;
  background-size: 64px 64px;
}
.homePage .list04 .item .item-icon.icon01 {
  background-image: url("../imgs/home-icon-1.png");
}
.homePage .list04 .item .item-icon.icon02 {
  background-image: url("../imgs/home-icon-2.png");
}
.homePage .list04 .item .item-icon.icon03 {
  background-image: url("../imgs/home-icon-3.png");
}
.homePage .list04 .item .item-icon.icon04 {
  background-image: url("../imgs/home-icon-4.png");
}
.homePage .list04 .item:hover {
  background-color: #015293;
  color: #fff;
}
.homePage .list04 .item:hover a {
  color: #fff;
}
.homePage .list04 .item:hover .item-icon.icon01 {
  background-image: url("../imgs/home-icon-1-1.png");
}
.homePage .list04 .item:hover .item-icon.icon02 {
  background-image: url("../imgs/home-icon-2-1.png");
}
.homePage .list04 .item:hover .item-icon.icon03 {
  background-image: url("../imgs/home-icon-3-1.png");
}
.homePage .list04 .item:hover .item-icon.icon04 {
  background-image: url("../imgs/home-icon-4-1.png");
}
.homePage .section09 {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homePage .section09 .item1 {
  width: 192px;
  height: 72px;
  margin-bottom: 16px;
  position: relative;
  background: url("../imgs/home-icon-5-bg.png") center top no-repeat, linear-gradient(0, #9ECCFE 0%, #3D84F5 100%);
  background-size: 192px 72px;
  line-height: 72px;
  font-size: 18px;
}
.homePage .section09 .item1.redbox {
  background: url("../imgs/home-icon-6-bg.png") center top no-repeat, linear-gradient(180deg, #DB2300 0%, #FFA99B 100%);
  background-size: 192px 72px;
}
.homePage .section09 .item1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.homePage .section09 .item1 .item1-btn {
  width: 192px;
  height: 100%;
  padding-left: 84px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
}
.homePage .section09 .item1 .img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.homePage .section09 .item1:hover .img {
  margin-left: -8px;
}
.homePage .section09 .item2 {
  width: 192px;
  height: 190px;
  background: #F8F8F8;
  padding-top: 24px;
  text-align: center;
}
.homePage .section09 .item2 img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.homePage .section09 .item2 p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-top: 3px;
}

/** 小屏幕 **/
@media (max-width: 600px) {
  .homePage {
    width: unset;
    margin: 0 20px;
    padding: 20px 0;
  }
  .homePage .top-news {
    font-size: 24px;
    line-height: 36px;
  }
  .homePage .section01 {
    display: block;
    margin-top: 10px;
  }
  .homePage .section01 .banner-news {
    width: 100%;
    height: unset;
  }
  .homePage .section01 .banner-news .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .homePage .section01 .tab-news {
    width: 100%;
  }
  .homePage .section01 .tab-news .tabs .tab02-item {
    font-size: 18px;
  }
  .homePage .section01 .tab-news .news-item {
    margin-top: 18px;
    font-size: 16px;
  }
  .homePage .section01 .tab-news .tabs02 {
    margin-top: 10px;
  }
  .homePage .section01 .tab-news .tabs02 .tab02-item {
    flex: unset;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .homePage .section01 .tab-news .tabs02 .tab02-item::before {
    background-position: left center;
    background-size: 10px auto;
    margin-right: 4px;
  }
  .homePage .section02 {
    margin-top: 20px;
  }
  .homePage .section02 .img {
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homePage .section03 {
    display: block;
    margin-top: 20px;
  }
  .homePage .section03 .item {
    width: 100%;
    height: auto;
  }
  .homePage .section03 .item + .item {
    margin-top: 16px;
  }
  .homePage .flex-section {
    display: block;
    margin-top: 0;
  }
  .homePage .list01 .item {
    margin-top: 18px;
    font-size: 16px;
  }
  .homePage .section04 {
    width: 100%;
    margin-top: 20px;
  }
  .homePage .more {
    font-size: 14px;
    padding-right: 16px;
  }
  .homePage .home-section-title {
    font-size: 18px;
  }
  .homePage .home-section-title-01 .tab-item {
    margin-right: 20px;
    font-size: 14px;
  }
  .homePage .home-section-title-01 .tab-item.active {
    font-size: 18px;
  }
  .homePage .list02 {
    padding-top: 0;
  }
  .homePage .list02 .item.item-xs {
    width: calc(33.3% - 16px);
  }
  .homePage .list02 .item.item-md, .homePage .list02 .item.item-lg, .homePage .list02 .item.item-lg-1 {
    width: 100%;
    padding: 0;
  }
  .homePage .list02 .item.item-md a, .homePage .list02 .item.item-lg a, .homePage .list02 .item.item-lg-1 a {
    padding: 0;
  }
  .homePage .section05 {
    width: 100%;
    margin-top: 20px;
  }
  .homePage .section06 {
    display: none;
  }
  .homePage .section06-1 {
    display: block;
    margin-top: 20px;
  }
  .homePage .section07 {
    width: 100%;
    margin-top: 20px;
  }
  .homePage .list04 .item {
    width: calc(50% - 8px);
  }
  .homePage .list04 .item .item-title {
    margin-top: 0;
  }
  .homePage .section08 {
    width: 100%;
    margin-top: 20px;
  }
  .homePage .section09 {
    width: 100%;
    margin-top: 20px;
  }
  .homePage .section09 .item1 {
    width: 100%;
  }
  .homePage .section09 .item2 {
    width: calc(50% - 8px);
  }
}/*# sourceMappingURL=index.css.map */