@charset "utf-8";

body {
  overflow-x: hidden;
  background: url(../images/body-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.82rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 5%, rgba(0, 86, 167, 0) 71%);
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.3rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.15rem;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.36rem;
  border-top: 1px solid #fff;
  width: 0;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 0.36rem;
  border-top: 1px solid #fff;
  width: 0;
  transition: all 0.5s;
}

.banner .slick-dots li span {
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  font-family: Impact;
  font-size: 0.22rem;
  line-height: 0.48rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/ban-dot.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  margin: 0 1rem;
}

.banner .slick-dots li.slick-active span {
  font-size: 0;
}

.banner .slick-dots li.slick-active span::after {
  width: 0.48rem;
  height: 0.48rem;
}

.banner .slick-dots li.slick-active::before {
  width: 0.54rem;
}

.banner .slick-dots li.slick-active::after {
  width: 0.54rem;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/*首页样式*/
.title {
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-cbox {
  display: inline-block;
}

.tit-c {
  text-align: center;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #0054A3;
  margin-top: -0.12rem;
}

.tit-c p {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #0054A3;
  opacity: 0.1;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: rgba(0, 84, 163, 0.63);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  border-bottom: 1px solid #0058AC;
  transition: all 0.5s;
}

.more a:hover {
  color: #0058AC;
  font-weight: bold;
}

.more a:hover::before {
  left: 0;
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.section1 {
  padding: 0.65rem 0 0.9rem 0;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 50.5%;
}

.s1-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l ul li {
  width: 48.26%;
}

.s1-l ul li:nth-child(2)~li {
  margin-top: 0.3rem;
}

.s1-l ul li a {
  display: block;
}

.s1-l ul li a .pic {
  padding-top: 62.56%;
  padding-top: 2.44rem;
}

.s1-l ul li a .tx {
  background: #F7F7F7;
  padding: 0.05rem 0.1rem 0.05rem 0.15rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.s1-l ul li a .tx .date {
  width: 0.7rem;
  height: 0.7rem;
  background: #F6A41D;
  border-radius: 50%;
  text-align: center;
  font-family: Georgia;
  margin-right: 0.1rem;
  position: relative;
  top: -0.4rem;
  padding-top: 0.05rem;
}

.s1-l ul li a .tx .date b {
  display: block;
  font-size: 0.32rem;
  line-height: 1;
  text-transform: capitalize;
  color: #FFFFFF;
}

.s1-l ul li a .tx .date span {
  font-size: 0.16rem;
  color: #FFFFFF;
}

.s1-l ul li a .tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-r {
  width: 45.43%;
}

.s1-r .tt {}

.s1-r .tt a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.2rem;
  background: rgba(188, 223, 255, 0.41);
}

.s1-r .tt a .date {
  text-align: center;
  font-family: sys-b;
  margin-right: 0.34rem;
}

.s1-r .tt a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-transform: uppercase;
  color: #0054A3;
}

.s1-r .tt a .date span {
  display: block;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-transform: uppercase;
  color: #0054A3;
  margin-top: 0.1rem;
}

.s1-r .tt a .tx {
  flex: 1;
  min-width: 0;
}

.s1-r .tt a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0058AC;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1-r .tt a .tx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.s1-r ul {
  margin-top: 0.2rem;
}

.s1-r ul li {
  overflow: hidden;
  line-height: 0.62rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-r ul li span {
  float: right;
  margin-left: 0.2rem;
  font-size: 0.15rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.s1-r ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.18rem;
  padding-left: 0.25rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-r ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0.02rem;
  width: 0.06rem;
  height: 0.06rem;
  background: #0B5FA4;
  transition: all 0.5s;
}

/* section2 */
.section2 {
  padding: 0.8rem 0 0.9rem 0;
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2 .tit-c {
  text-align: left;
}

.s2-l {
  width: 40.5%;
}

.s2-l ul li+li {
  margin-top: 0.4rem;
}

.s2-l ul li a {
  display: flex;
  align-items: center;
  padding: 0.12rem 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-l ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #FFFFFF;
  z-index: -1;
  transition: all 0.5s;
}

.s2-l ul li a .ly {
  width: 1.05rem;
  line-height: 0.46rem;
  text-align: center;
  background: #FFFFFF;
  font-size: 0.14rem;
  color: #005BB0;
  margin-right: 0.2rem;
  transition: all 0.5s;
}

.s2-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: auto;
  max-height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s2-r {
  width: 52.5%;
}

.s2-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-r ul li {
  width: 46%;
}

.s2-r ul li:nth-child(2)~li {
  margin-top: 0.5rem;
}

.s2-r ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s2-r ul li a .date {
  width: 0.85rem;
  height: 0.72rem;
  text-align: center;
  background: url(../images/s2-date1.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 0.06rem;
  font-family: sys-b;
  color: #0275DB;
  margin-right: 0.27rem;
  transition: all 0.5s;
}

.s2-r ul li a .date b {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;

}

.s2-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
}

.s2-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: auto;
  max-height: 0.64rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

/* section3 */
.section3 {
  padding: 0.96rem 0 0.8rem 0;
}

.section3 .title {
  text-align: center;
}

.s3 {
  overflow: hidden;
}

.s3 ul li a {
  display: block;
}

.s3 ul li a .pic {
  padding-top: 56.41%;
  border-radius: 0.3rem;
}

/* section4 */
.section4 .title {
  text-align: center;
}

.s4 {
  position: relative;
  z-index: 1;
}

.s4 .swiper-slide {
  width: 7.97rem;
  transition: all 0.5s;
}

.s4 .swiper-slide a {
  display: block;
  position: relative;
  z-index: 1;
}

.s4 .swiper-slide a .pics {
  position: relative;
}

.s4 .swiper-slide a .pics .pic {
  padding-top: 60.1%;
}

.s4 .swiper-slide a .pics .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27.65%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}

.s4 .swiper-slide a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .15rem;
  opacity: 0;
}

.s4 .swiper-slide a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s4 .swiper-slide.swiper-slide-active a .tx {
  opacity: 1;
}

.s4 .swiper-slide {
  z-index: 1;
  clip-path: polygon(0 100%, 0 0, 100% 10%, 90% 90%);
}

.s4 .swiper-slide.on {
  transition: 0.5s;
}

.s4 .swiper-slide-prev {
  clip-path: polygon(0 100%, 0 0, 100% 5%, 95% 95%);
  transform-origin: right center;
}

.s4 .swiper-slide-active {
  z-index: 10;
  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}

.s4 .swiper-slide-active+.swiper-slide {
  z-index: 3;
  clip-path: polygon(0 95%, 0% 5%, 100% 0%, 100% 100%);
  transform-origin: left center;
}

.s4 .swiper-slide-active+.swiper-slide+.swiper-slide {
  clip-path: polygon(0 90%, 0% 10%, 100% 0%, 100% 100%);
  z-index: 2;
}

.pub-arrow div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.35rem;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 9;
}

.pub-arrow-l {
  left: 0.17rem;
  background: url(../images/s4-prev.png) no-repeat;
  background-position: center center;
  transition: all 0.5s;
  background-size: 100% 100%;
}

.pub-arrow-r {
  right: 0.17rem;
  background: url(../images/s4-next.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* section5 */
.section5 {
  padding: 0.74rem 0 1rem 0;
}

.section5 .title {
  text-align: center;
}

.s5 {
  position: relative;
  z-index: 1;
}

.s5 ul li a {
  display: block;
}

.s5 ul li a .pic {
  padding-top: 53.76%;
  border-radius: 0.2rem 0 0.2rem 0;
}

.s5 .swiper-button-prev,
.s5 .swiper-button-next {
  width: 0.15rem;
  height: 0.26rem;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s5 .swiper-button-prev {
  left: -0.38rem;
  background-image: url(../images/s5-prev.png);
}

.s5 .swiper-button-next {
  right: -0.38rem;
  background-image: url(../images/s5-next.png);
}

/* 侧边导航 */
#asideNav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -1.1rem;
  z-index: 999;
  width: 1.1rem;
  border-radius: 0.34rem 0 0 0.34rem;
  background: linear-gradient(180deg, rgba(0, 97, 188, 0.92) 0%, rgba(43, 137, 226, 0.88) 97%);
  padding-bottom: 0.25rem;
  transition: all 0.5s;
}

#asideNav.on {
  right: 0;
}

#asideNav ul {}

#asideNav ul li {
  position: relative;
  margin-top: 0.15rem;
}

#asideNav ul li a {
  display: block;
}

#asideNav ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#asideNav ul li a .icon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/cl-libg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}

#asideNav ul li a .icon img {
  display: block;
  max-height: 0.25rem;
}

#asideNav ul li a .icon img:nth-child(2) {
  display: none;
}

#asideNav ul li a h3 {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: rgba(255, 255, 255, 0.94);
  margin-top: 0.06rem;
  transition: all 0.5s;
}

#asideNav ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#asideNav ul li .box img {
  display: block;
  width: 100%;
  height: 100%;
}

#asideNav ul li:hover a .icon::before {
  background: url(../images/cl-libg2.png) no-repeat center;
  background-size: 100% 100%;
}

#asideNav ul li:hover a .icon img {
  display: none;
}

#asideNav ul li:hover a .icon img:nth-child(2) {
  display: block;
}


@media screen and (min-width: 1025px) {
  .s1-l ul li:hover a .tx {
    background: linear-gradient(270deg, #F6A41D 4%, #CD0000 100%);
  }

  .s1-l ul li:hover a .tx h3 {
    color: #fff;
  }

  .s1-r ul li:hover {
    left: 0.05rem;
  }

  .s1-r ul li:hover span {
    color: #0054A3;
  }

  .s1-r ul li:hover a::after {
    background: #F6B76A;
  }

  .s2-l ul li:hover a {
    padding: 0.12rem 0.2rem 0.12rem 0.38rem;
  }

  .s2-l ul li:hover a::before {
    width: 100%;
  }

  .s2-l ul li:hover a .ly {
    background: #237ED0;
    color: #fff;
  }

  .s2-l ul li:hover a h3 {
    font-weight: bold;
    color: #0A71CE;
  }

  .s2-r ul li:hover a .date {
    background: url(../images/s2-date2.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }

  .s2-r ul li:hover a h3 {
    font-weight: bold;
  }
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  #asideNav {
    display: none;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li span {
    font-size: 0.18rem;
    line-height: 0.38rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li.slick-active span::after {
    width: 0.38rem;
    height: 0.38rem;
  }

  .banner .slick-dots li.slick-active::before,
  .banner .slick-dots li.slick-active::after {
    width: 0.3rem;
  }

  .banner .slick-dots li::before {
    margin-left: 0.26rem;
  }

  .banner .slick-dots li::after {
    margin-right: 0.26rem;
  }

  .banner .slick-dots li.slick-active {
    margin: 0 0.6rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 0.26rem;
  }

  .more a {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .section1,
  .section2,
  .section3,
  .section5 {
    padding: 0.4rem 0;
  }

  .s1-l ul li a .tx .date {
    padding-top: 0.12rem;
  }

  .s1-l ul li a .tx .date b {
    font-size: 0.26rem;
  }

  .s1-r .tt a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s1-r .tt a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r .tt a .tx p {
    font-size: 0.16rem;
  }

  .s5 .swiper-button-prev,
  .s5 .swiper-button-next {
    margin-top: -10px;
  }

  .s5 .swiper-button-prev {
    left: 0.2rem;
  }

  .s5 .swiper-button-next {
    right: 0.2rem;
  }
}

@media screen and (max-width: 920px) {

  .section1,
  .section2,
  .section3,
  .section5 {
    padding: 0.3rem 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l ul li a .pic {
    padding-top: 62.56%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-r .tt a {
    padding: 0.2rem;
  }

  .s1-r .tt a .tx p {
    margin-top: 0.1rem;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l ul li+li {
    margin-top: 0;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s2-r ul li {
    width: 100%;
  }

  .s2-r ul li:nth-child(1)~li {
    margin-top: 0.1rem;
  }

  .section3 .title,
  .section4 .title,
  .section5 .title {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s1-l ul li {
    width: 100%;
  }

  .s1-l ul li:nth-child(1)~li {
    margin-top: 0.15rem;
  }

  .pub-arrow div {
    width: 0.15rem;
    height: 0.26rem;
  }

  .pub-arrow-l {
    left: 0.1rem;
  }

  .pub-arrow-r {
    right: 0.1rem;
  }

  .s5 .swiper-button-next {
    right: 0.1rem;
  }

  .s5 .swiper-button-prev {
    left: 0.1rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}