@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*banner*/

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100%;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*! margin-left: 8.3%; */
  height: 500px;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 2.61rem;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.28rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/ban_dot1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: url(../images/ban_dot2.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
	width: 0.09rem;
	height: 0.16rem;
	top: inherit;
	bottom: 0.65rem;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.7rem;
	
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.7rem;
	
	background-size: 100% 100%;
} */

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
}

.title h3 {
}

.title h3 b,
.title h3 span {
  display: inline-block;
}

.title h3 b {
  font-size: 0.3rem;
  color: #003c89;
}

.title h3 span {
  font-size: 0.14rem;
  color: #b2b2b2;
  background: url(../images/tit-x.png) no-repeat left top;
  background-size: 0.46rem 0.02rem;
  margin-left: 0.1rem;
  padding-top: 0.05rem;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: block;
  font-size: 0.14rem;
  color: #024094;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.more:hover a {
  color: #e6a535;
}

/*主体*/

.section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
}

.s1-c {
  align-items: flex-start;
}

.s1-l {
  width: 52.85%;
}

.s1-lt {
  margin-top: 0.36rem;
}

.s1-lt a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.27rem;
  margin-bottom: 0.12rem;
}

.s1-lt-l {
  width: 45.44%;
}

.s1-lt-l .bg_img {
  /* padding-top: 67.47%; */
  height: 2.22rem;
}

.s1-lt-ltx {
  flex: 1;
  min-width: 0;
  padding-left: 0.24rem;
}

.s1-lt-ltx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s1-lt-ltx p {
  font-size: 0.15rem;
  color: #8c8c8c;
  line-height: 0.27rem;
  height: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.s1-lt-ltx span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
}

.s1-l ul li {
  overflow: hidden;
  line-height: 0.52rem;
}

.s1-l ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #8c8c8c;
  padding-left: 0.1rem;
  transition: all 0.5s;
}

.s1-l ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-l ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #004096;
  border-radius: 50%;
}

.s1-l ul li:hover a,
.s1-l ul li:hover span {
  color: #003c89;
}

.s1-r {
  width: 41.64%;
}

.s1-r ul {
  margin-top: 0.36rem;
  background: #f2f5f9;
  padding: 0.04rem 0.22rem 0.5rem 0.22rem;
  border-top: 0.04rem solid #024094;
}

.s1-r ul li {
  margin-top: 0.38rem;
}

.s1-r ul li a {
  display: block;
  border: 1px solid rgba(2, 64, 148, 0.5);
  padding: 0.12rem 0.2rem;
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate {
  font-family: Arial;
  color: rgba(2, 64, 148, 0.8);
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate span {
  font-size: 0.26rem;
  color: rgba(2, 64, 148, 1);
  display: inline-block;
  margin-right: 0.1rem;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s1-r ul li:hover a {
  background: url(../images/s2-bg.png) no-repeat;
  background-size: cover;
}

.s1-r ul li:hover a .s1-rdate {
  color: rgba(230, 165, 53, 0.8);
}

.s1-r ul li:hover a .s1-rdate span {
  color: rgba(230, 165, 53, 1);
}

.s1-r ul li:hover a h3 {
  color: #fff;
}

.section2 {
  padding-top: 0.48rem;
  padding-bottom: 0.7rem;
  background: #eff3f8;
  overflow: hidden;
}



.section2 .title h3 {
  display: inline-block;
  text-align: left;
}

.s2-c {
  margin-top: 0.45rem;
}

.s2-c ul {
  margin: 0 -0.19rem;
}

.s2-c ul li a {
  display: block;
  margin: 0 0.19rem;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  position: relative;
}

.s2-c ul li a .pic {
  padding-top: 71.73%;
}

.s2-c ul li a .s2-ctx {
  padding: 0.2rem 0.2rem 0.3rem;
}

.s2-c ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
}

.s2-c ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  transition: all 0.3s;
}

.s2-c ul li:hover a {
  background: #fff;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.1);
}

.s2-c ul li:hover a span {
  color: #003c89;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
}

.s2-c ul li:hover a h3 {
  color: #003c89;
}

.s2-c .slick-prev,
.s2-c .slick-next {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.5s;
}

.s2-c .slick-prev {
  left: -0.8rem;
  background-image: url(../images/s2-prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s2-c .slick-next {
  right: -0.8rem;
  background-image: url(../images/s2-next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s2-c .slick-prev:hover,
.s2-c .slick-next:hover {
  transform: translateY(-50%) scale(1.05);
}

.section3 {
  background: url(../images/section3_bg.png) no-repeat;
  background-size: contain;
  padding-top: 1.15rem;
}

.s3-c {
  align-items: flex-start;
}

.s3-l,
.s3-r {
  width: 48.57%;
  background-color: #fff;
  padding: 0.4rem 0.36rem;
}

.s3-l ul li {
  margin-top: 0.2rem;
}

.s3-l ul li:first-child {
  margin-top: 0.35rem;
}

.s3-l ul li a {
  display: block;
  border-left: 1px solid #003f93;
  padding: 0.04rem 0.1rem 0.05rem 0.16rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.s3-l ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(../images/s3-lbg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}

.s3-l ul li a h3 {
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s3-l ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-top: 0.06rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
  transition: all 0.5s;
}

.s3-l ul li:hover a {
  /* padding: 0.1rem 0.1rem 0.1rem 0.16rem; */
}

.s3-l ul li:hover a::before {
  width: 100%;
}

.s3-l ul li:hover a h3 {
  color: #fff;
}

.s3-l ul li:hover a span {
  color: #fff;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
}

.s3-r ul li {
  margin-top: 0.3rem;
}

.s3-r ul li:first-child {
  margin-top: 0.35rem;
}

.s3-r ul li a {
  display: flex;
  justify-content: space-between;
  box-shadow: 0.02rem 0 0.24rem rgba(0, 0, 0, 0.11);
}

.s3-r ul li a .s3-rpic {
  width: 51.31%;
}

.s3-r ul li a .s3-rpic .bg_img {
  /* padding-top: 67.62%; */
  height: 2.11rem;
}

.s3-r .s3-rtx {
  flex: 1;
  min-width: 0;
  padding: 0.2rem;
}

.s3-r .s3-rtx .s3-rdate {
  font-size: 0.14rem;
  color: #e6a535;
}

.s3-r .s3-rtx .s3-rdate span {
  display: inline-block;
  font-size: 0.26rem;
}

.s3-r .s3-rtx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s3-r .s3-rtx p {
  font-size: 0.14rem;
  color: #8c8c8c;
  line-height: 0.23rem;
  height: 0.46rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s3-r ul li:hover .s3-rtx h3 {
  color: #003c89;
}

.section4 {
  padding-top: 0.2rem;
  padding-bottom: 0.55rem;
  overflow: hidden;
}

.s4-c ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.68rem;
  margin: 0 0.33rem;
  background-color: #a273fb;
  background-image: url(../images/s4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.s4-c ul li.s4-2 a {
  background-color: #5196f1;
}

.s4-c ul li.s4-3 a {
  background-color: #5ec47f;
}

.s4-c ul li.s4-4 a {
  background-color: #fa9e5b;
}

.s4-c ul li a .icon {
  height: 0.63rem;
}

.s4-c ul li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}

.s4-c ul li a h3 {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.s4-c ul li:hover a .icon img {
  animation: jello 1.6s linear;
}

.s4-c ul li:hover a h3 {
  top: -0.1rem;
}

@media screen and (max-width: 1600px) {
  .banner {
    margin-left: 0.2rem;
  }
}

@media screen and (max-width: 1450px) {
  .s2-c .slick-prev {
    left: 0;
  }

  .s2-c .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .section3 {padding-top: 0.57rem;}
}

@media screen and (max-width: 768px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .section1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s1-l,
  .s1-r {
    width: 100%;
  }

  .s1-r {
    margin-top: 0.3rem;
  }

  .s1-lt a {
    flex-wrap: wrap;
  }

  .s1-lt-l {
    width: 100%;
  }

  .s1-lt-l .bg_img {
    padding-top: 67.47%;
    height: auto;
  }

  .s1-lt-ltx {
    width: 100%;
    flex: none;
    min-width: 0;
    padding-left: 0;
    margin-top: 0.2rem;
  }

  .s1-lt-ltx h3 {
    font-size: 0.2rem;
  }

  .s1-lt-ltx p {
    height: auto;
    max-height: 0.81rem;
  }

  .s1-lt-ltx span {
    margin-top: 0.1rem;
  }

  .s1-l ul li a {
    font-size: 0.2rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.2rem;
  }

  .s2-c ul li a h3 {
    font-size: 0.2rem;
  }

  .section2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .section3 {
    padding-top: 0.4rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
    padding: 0.3rem;
  }

  .s3-r ul li a {
    flex-wrap: wrap;
  }

  .s3-r ul li a .s3-rpic {
    width: 100%;
    order: 1;
  }

  .s3-r ul li a .s3-rpic .bg_img {
    padding-top: 67.62%;
    height: auto;
  }

  .s3-r .s3-rtx {
    order: 2;
  }

  .s3-l ul li a h3 {
    font-size: 0.2rem;
  }

  .s3-l ul li a span {
    margin-top: 0.1rem;
  }

  .s3-r .s3-rtx h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.6rem;
  }

  .s3-r .s3-rtx p {
    height: auto;
    max-height: 0.46rem;
  }

  .s4-c ul li a h3 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }

  .section4 {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {
  .more a {
    font-size: 12px;
  }

  .s2-c .slick-prev,
  .s2-c .slick-next {
    width: 0.4rem;
    height: 0.4rem;
  }

  .s2-c .slick-prev {
    left: 0.2rem;
  }

  .s2-c .slick-next {
    right: 0.2rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
    padding: 0.15rem;
  }

  .s4-c ul li a {
    margin: 0 0.15rem;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}