@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: 100vh;
}

.banner .pic {
  padding-top: inherit;
  height: 100vh;
}

.banner .slick-slide a video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.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;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/top-yy.png) repeat-x;
  height: 1.4rem;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .slick-slide video {
  max-width: 100%;
  height: 100%;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.7rem;
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 0;
  z-index: 10;
}

.banner .slick-dots li {
  font-size: 0;
  position: relative;
  margin: 0 0.05rem;
  width: auto;
  height: auto;
}

.banner .slick-dots li span {
  font-family: "Georgia";
  font-size: 0.36rem;
  color: #fff;
  vertical-align: -0.09rem;
  padding-right: 0.18rem;
  display: none;
}

.banner .slick-dots li.slick-active {
  margin: 0 0.05rem 0 0.15rem;
}

.banner .slick-dots li.slick-active span {
  display: inline-block;
}

.banner .slick-dots li button {
  display: inline-block;
  padding: 0;
  width: 0.42rem;
  height: 0.02rem;
  background: none;
  background-color: #fff;
  transition: all 0.3s;
}

.banner .slick-dots li.slick-active button {
  background-color: #d7cd0a;
}

.banner-k {
  position: relative;
}

.down-page {
  position: absolute;
  width: 0.76rem;
  height: 0.8rem;
  line-height: 0.8rem;
  left: 50%;
  bottom: 0.55rem;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/circle1.png) no-repeat;
  background-size: cover;
}

.down-page.on span {
  animation: circle1 6s linear;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(65%);
  display: block;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes circle1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes move {

  0%,
  100% {
    top: 0;
  }

  50% {
    top: 0.1rem;
  }
}

/*首页样式*/

.title {
  text-align: center;
  position: relative;
}

.title h3 {
  display: inline-block;
  font-size: 0.36rem;
  color: #fff;
  position: relative;
}
.black{ color: #000 !important;}

.title h3>img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
}

.more {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 0.4rem;
}

.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/more1.png) no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all 1.5s;
}

.more:hover::after {
  transform: translate(-50%, -50%) rotate(360deg);
}

.more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.7rem;
  background: url(../images/more-x1.png) no-repeat center 0.45rem;
  background-size: 0.4rem 0.07rem;
  text-align: center;
}

/*主体*/

.section1 .more::after {
  background: url(../images/more1.png) no-repeat;
  background-size: cover;
}

.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 1.35rem;
  padding-bottom: 1.3rem;
}

.section1::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/s1-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.section1::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  
  background-size: contain;
  z-index: 2;
}

.section1 .px1440 {
  position: relative;
  z-index: 3;
}

.section1 .title h3>img {
  width: 2.38rem;
  height: 0.63rem;
}

.s1-c {
  align-items: flex-start;

  margin-top: 0.6rem;
}

.s1-l {
  width: 62.5%;
}
.s1-l::after {
background: rgba(0,45,114,.5);
    left: -0.5em;
    top: -0.5em;
mix-blend-mode: multiply;
    z-index: 1;}


.s1-l ul li a {
  display: block;
  position: relative;
}
.s1-l .slick-slider::before{
/*border: solid #68ace5 0.25em;*/
border-image: linear-gradient(to bottom, #00a7db, #1d72c2) 5;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: -3.3613445378%;
    margin-bottom: 3.3613445378%;
    margin-top: 3.3613445378%;
    position: absolute;
    right: -3.3613445378%;
    top: 0;
    width: auto;
    z-index: 1;
}

.s1-l ul li .pic {
  padding-top: 60%;
}



.s1-l ul li:hover .pic img {
  transform: scale(1.1);
}

.s1-l .slick-dots {
  bottom: 0.3rem;
  right: 0.25rem;
  font-size: 0;
  text-align: right;
}

.s1-l .slick-dots li {
  width: 0.15rem;
  height: 0.15rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 0.15rem;
}

.s1-l .slick-dots li.slick-active {
  background-color: #fff;
}

.s1-l .slick-dots li button {
  display: none;
}

.s1-r {
  width: 44.5%;
margin-top: 0.6rem;
z-index: 8;
    margin-left: 56%;
    position: absolute;
}

.s1-r .slick-slider {
  padding-top: calc(100% - 2.3rem);
  position: relative;
  overflow: hidden;
  border: 0.05rem solid;
  border-image: linear-gradient(to bottom, #00a7db, #1d72c2) 5;

background: url(../images/s1bg.png) no-repeat center bottom;
    background-size: cover;
    z-index: -1;
    transition: all 0.5s;
}

.s1-r .slick-list {
  position: absolute;
  top: 0;
  left: 0.65rem;
  right: 0.45rem;
  bottom: 0;
}

.s1-r ul li a {
  display: block;
  padding: 0.55rem 0;
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.s1-r ul li:hover a {
  top: -0.1rem;
}

.s1-r ul li a .date {
  display: flex;
  flex-wrap: wrap;
}

.s1-r ul li a .date p {
  font-family: "Georgia";
  font-size: 0.5rem;
  color: #1a3faa;
  background: -webkit-linear-gradient(left, #ffffff 27%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.15rem;
}

.s1-r ul li a .date .date-r {
  padding-top: 0.05rem;
}

.s1-r ul li a .date .date-r span {
  display: block;
  font-family: "Georgia";
  font-size: 0.18rem;
  color: #ffffff;
}

.s1-r ul li a .s1-rtx h3 {
  font-size: 0.24rem;
  line-height: 0.35rem;
  max-height: 1.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
  transition: all 0.3s;
color:#ffffff;
}

em {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.s1-r ul li:hover a .s1-rtx h3 em {
  color: #ffffff;
  font-weight: bold;
  background-size: 100% 1px;
}

.s1-r ul li a .s1-rtx p {
  font-size: 0.15rem;
  line-height: 0.26rem;
  max-height: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #f5f7fa;
  margin-top: 0.25rem;
}

.s1-r ul li a .s1-rtx .gd {
  border-top: 2px solid;
  border-image: linear-gradient(to right, #e0e5f5, #00a7db) 2;
  margin-top: 0.4rem;
  font-family: "Georgia";
  font-size: 0.2rem;
  padding-top: 0.2rem;
  color: #ffffff;
  position: relative;
}

.s1-r ul li a .s1-rtx .gd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.28rem;
  height: 0.24rem;
  background: url(../images/s1-next3.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.s1-d {
  margin-top: 0.6rem;
}

.s1-d ul {
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.s1-d ul li {
  width: 33.333%;
  position: relative;
  z-index: 1;
}

.s1-d ul li a {
  display: block;
  padding: 0 0.35rem 0.56rem 0.35rem;
  margin: 0 0.1rem;
  position: relative;
  transition: all 0.5s;
}

.s1-d ul li.on a,
.s1-d ul li:hover a {
  padding: 0.18rem 0.35rem 0.25rem 0.35rem;
}

.s1-d ul li a::after  {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: url(../images/s1-don.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}

.s1-d ul.s3-d3{width:33.33%;}
.s1-d ul.s3-d3 li{
  width: 100% !important;
}
.s1-d ul.s3-d3 li a h3{color: #000;}
.s1-d ul.s3-d3 li a h3:before{content: "";
    position: absolute;
   top: 0.4rem;
    left: 0.2rem;
    width: 2px;
    height: 0.2rem;
    background: #0578db;}
.s1-d ul.s3-d3 li:hover a h3{color: #fff;}
.s1-d ul.s3-d3 li a{ padding: 0.35rem 0.35rem 0.45rem 0.35rem;}


.s1-d ul li.on a::after,
.s1-d ul li:hover a::after {
  height: 100%;
}

.s1-d ul li a span {
  display: inline-block;
  font-family: "Georgia";
  font-size: 0.22rem;
  color: #1a3faa;
  background: -webkit-linear-gradient(left, #1a3faa 27%, #00a7db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.25rem;
  transition: all 0.5s;
}

.s1-d ul li.on a span,
.s1-d ul li:hover a span {
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #f3dc2d;
  background: -webkit-linear-gradient(left, #f3dc2d 27%, #f3dc2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s1-d ul li a .pic {
  margin-top: 0.25rem;
  padding-top: 66.66%;
}

.s1-d ul li .context {
  position: relative;
  background-color: #fff;
  padding: 24px 43px 37px 30px;
}

.s1-d ul li .context::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: #68c7c4;
  width: 90.48%;
  height: 17px;
}

.s1-d ul li.on .context::after {
  display: none;
}

.s1-d ul li.on .context {
  background-color: transparent;
  padding: 30px 0px 20px;
}

.s1-d 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;
  transition: all 0.5s;
}

.s1-d ul li.on a h3,
.s1-d ul li:hover a h3 {
  
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s1-d ul li a .gd {
  margin-top: 0.25rem;
  font-family: "Georgia";
  font-size: 0.2rem;
  color: #1164bb;
  position: relative;
}

.s1-d ul li.on a .gd,
.s1-d ul li:hover a .gd {
  color: #fff;
  padding-left: 0.3rem;
  border-image: linear-gradient(to right,
      rgba(26, 63, 170, 0),
      rgba(26, 63, 170, 0)) 1;
}

.s1-d ul li a .gd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.46rem;
  width: 0.67rem;
  height: 0.24rem;
  background: url(../images/s1d-zs.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: none;
}

.s1-d ul li.on a .gd::before,
.s1-d ul li:hover a .gd::before {
  display: block;
}

.s1-d ul li a .gd::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.32rem;
  height: 0.26rem;
  background: url(../images/s1d-next.png) no-repeat;
  background-size: cover;
}

.s1-d ul li.on a .gd::after,
.s1-d ul li:hover a .gd::after {
  content: "";
  position: absolute;
  top: inherit;
  bottom: -0.45rem;
  right: -0.35rem;
  width: 0.66rem;
  height: 0.66rem;
  background: url(../images/s1d-next2.png) no-repeat;
  background-size: cover;
}

.section2 {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/section2-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.section2 .title h3 {
  color: #000;
}

.section2 .title h3>img {
  width: 4.09rem;
  height: 0.68rem;
}

.section2 .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.section2 .more::after {
  background-image: url(../images/more2.png);
}

.s2-c {
  margin-left: 38.2%;
  margin-top: 0.8rem;
  background: url(../images/s2-cbg.png) no-repeat center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.s2-c ul li {
  width: 50%;
}

.s2-c ul li a {
  display: block;
  padding: 0.5rem 0.35rem;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.s2-c ul li:nth-child(3) a,
.s2-c ul li:nth-child(4) a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.s2-c ul li:nth-child(2) a,
.s2-c ul li:nth-child(4) a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.s2-c ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: all 0.3s;
  background-color: rgba(0, 167, 219, 0.3);
  background-color: rgba(26, 63, 170, 0.3);
  z-index: -1;
}

.s2-c ul li:hover a::after {
  height: 100%;
}

.s2-c ul li a .s2-pic {
  float: right;
  width: 1.74rem;
  margin-left: 0.25rem;
}

.s2-c ul li a .pic {
  padding-top: 68.96%;
}

.s2-c ul li a .s2-cinfo {
  overflow: hidden;
  color: #fff;
  transition: all 0.3s;
}

.s2-c ul li a .s2-cinfo h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.78rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.s2-c ul li a .s2-cinfo h3 em {
  background-image: linear-gradient(#fff, #fff);
}

.s2-c ul li:hover a .s2-cinfo h3 em {
  color: #fff;
  background-size: 100% 1px;
}

.s2-c ul li a .s2-cinfo span {
  display: block;
  font-family: "Georgia";
  font-size: 0.24rem;
  margin-top: 0.3rem;
  transition: all 0.3s;
}

.s2-c ul li:hover a .pic img {
  transform: scale(1.1);
}

.section3 {
  background: #e7f4fe url(../images/bgxw.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1.1rem;
  padding-bottom: 1.83rem;
  position: relative;
  z-index: 1;
background-attachment: fixed;
}

.section31{
  background: #e7f4fe url(../images/bgxwh.png) no-repeat center;
background-size: cover;
z-index: 1;
background-attachment: fixed;
}

.section3 .s3-k {
  padding-left: 12.5%;
}

.section3::before {
  /*content: "";*/
  position: absolute;
  left: 30%;
  right: 0;
  right: 0;
  top: 6.92rem;
  border-bottom: 1px dashed #1a3faa;
  z-index: 2;
}

.section3>div.px1440 {
  position: relative;
  z-index: 1;
}

.s3-c {
  position: relative;
  padding-left: 0.9rem;
  max-width: 13.8rem;
  z-index: 1;
}

.s3-c .title {
  position: absolute;
  top: 0.2rem;
  left: 0;
  text-align: left;
}

.s3-c .title h3 {
  writing-mode: tb-rl;
  vertical-align: top;
}

.section3 .title h3>img {
  top: 0;
  width: 0.7rem;
  height: 2.87rem;
}

.s3-t {
  background-size: cover;
  width: 12.8rem;
  height: 4.58rem;
}

.s3-t .slick-list {
  margin: 0px -0.20rem;
}

.s3-t .slick-slider {
  overflow: hidden;
}

.s3-t .slick-slide {
  margin: 0px 0.20rem;
  background-color: #ffffff;
  box-shadow: 0px 10px 37px 3px rgba(26, 63, 170, 0.08);
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
}

.s3-t li {
  position: relative;
}

.s3-t li a {
  position: relative;
  display: block;
  padding: 0.40rem 0.38rem 1.05rem 0.42rem;
  z-index: 2;
}

.s3-t li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0.06rem;
  background: url(../images/s3-t-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all .7s;
  z-index: 1;
}

.s3-t li:hover::before {
  height: 100%;
  background: url(../images/s3-t-bg-act.png) no-repeat;
  background-size: cover;
}

.s3-t li:hover a h3,
.s3-t li:hover a span {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff
}

.s3-t li a span {
  display: inline-block;
  font-family: "Georgia";
  font-size: 0.32rem;
  color: #1a3faa;
  background: -webkit-linear-gradient(left, #1a3faa 27%, #00a7db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s3-t li a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
  transition: all .7s;
}

.s3-t li a .gd {
  font-family: "Georgia";
  font-size: 0.2rem;
  color: #1a3faa;
  margin-top: 0.5rem;
}

em {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.s3-t li:hover a h3 em {
  color: #1164bb;
  font-weight: bold;
  background-size: 100% 1px;
}

.s3-t .slick-slide {
  position: relative;
}

.s3-t .item22 {
  background: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.s3-t .item22 li::before {
  background: url(../images/s3-t-bg-o.png) no-repeat;
  background-size: cover;
}

.s3-t .item22 li:hover::before {
  height: 100%;
  background: url(../images/s3-t-bg-act.png) no-repeat;
}

.s3-t .item22 h3 {
  color: #000;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s3-b {
  max-width: 10.4rem;
  margin-top: 1.1rem;
  margin-left: 20.5%;
  position: relative;
  z-index: 2;
}

.s3-b::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.45rem;
  background: url(../images/nyleft-zs.png) no-repeat;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.9rem;
}

.s3-b::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.7rem;
  background: linear-gradient(to right,
      rgba(26, 63, 170, 0.15),
      rgba(0, 167, 219, 0.15));
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  animation: lzs 3s linear infinite;
}

@keyframes lzs {
  0% {
    opacity: 1;
    transform: translateY(-50%) scale(0.6);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-50%) scale(0.8);
  }

  90% {
    opacity: 0.8;
    transform: translateY(-50%) scale(1);
  }

  100% {
    opacity: 0.8;
    transform: translateY(-50%) scale(1);
  }
}

.s3-b li span {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: linear-gradient(#1a3faa, #00a7db);
}

.s3-b li.slick-active {
  opacity: 1;
}

.s3-b .slick-slide {
  opacity: 0;
  transition: all 0.3s;
}

.s3-b .slick-active {
  opacity: 1;
}

.s3-b .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 9;
}

.s3-b .slick-prev,
.s3-b .slick-next {
  width: 0.34rem;
  height: 0.28rem;
  z-index: 9;
}

.s3-b .slick-prev {
  left: -3.3rem;
  background: url(../images/s3-prev.png) no-repeat;
  background-size: cover;
}

.s3-b .slick-next {
  right: inherit;
  left: -2.57rem;
  background: url(../images/s3-next.png) no-repeat;
  background-size: cover;
}

.s3-b .slick-prev:hover,
.s3-b .slick-next:hover {
  opacity: 0.4;
}

.s3-d {
  position: relative;
  margin-top: 1.08rem;
  padding-top: 1.12rem;
  /* background: url(../images/s4-bg-l.jpg) no-repeat; */
  background-size: 44.79% 53.48%;
}

.s3-d .px1440 {
  position: relative;
}

.s3-d .title {
  display: inline-block;
  position: absolute;
  right: calc(9.44% + 0.1rem);
}

.s3-d .title h3>img {
  left: inherit;
  transform: translateX(0);
  right: 0;
  bottom: 0.12rem;
  width: 4.26rem;
  height: 0.61rem;
}

.s3-d .more {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
}

.s3-d ul li a {
  display: block;
  position: relative;
}

.s3-d ul li a .pic {
  background-color: #1a3faa;
}

.s3-d ul li a .s3-dtx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.25rem;
  z-index: 9;
}

.s3-d ul li a .s3-dtx h3 {
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.31rem;
  max-height: 0.62rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  position: relative;
  bottom: 0;
}

.s3-d ul li a .s3-dtx1 {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.25rem;
  z-index: 9;
}

.s3-d ul li a .s3-dtx1 h3 {
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.31rem;
  max-height: 0.62rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  position: relative;
  bottom: 0;
  padding: 0 0 0 0.1rem;
}
.s3-d ul.s3-d1 {
  align-items: flex-end;
}
.s3-d ul li a .s3-dtx1 h3:before{
content: "";
    position: absolute;
    top: 0.035rem;
    left: 0;
    width: 2px;
    height: 0.2rem;
    background: #0578db;
}
.s3-d ul li a .s3-dtx1 h3:hover{/* color: #1164bb; */background: url(../images/s3-yy.png) repeat-x;}

.s3-d ul .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/s3-yy.png) repeat-x;
  height: 2rem;
  background-size: 100% 100%;
}

.s3-d ul.s3-d1 li:first-child {
  width: 50.69%;
}

.s3-d ul.s3-d1 li:first-child .pic {
  padding-top: 65.75%;
}

.s3-d ul.s3-d1 li:nth-child(2) {
  width: 38.47%;
}

.s3-d ul.s3-d1 li:nth-child(2) .pic {
  padding-top: 66.78%;
}

.s3-d ul.s3-d1 li:nth-child(3) {
  width: 9.44%;
}

.s3-d ul.s3-d1 li:nth-child(3) .pic {
  padding-top: 100%;
  background: linear-gradient(to top right, #1a3faa, #00a7db);
}

.s3-d ul.s3-d1 li:nth-child(3) .pic::after {
  display: none;
}

.s3-d ul.s3-d2 {
  align-items: flex-start;
  padding-left: 17.08%;
  padding-right: 0%;
  margin-top: 0.1rem;
}


.s3-d ul.s3-d3{width:50%}
.s3-d ul.s3-d3 li{
  width: 100% !important;
}
.s3-d ul.s3-d3 li a{border-bottom: #a7a4a4 1px solid;    margin-bottom: 0.25rem;}
.s3-d ul.s3-d3 li:last-child  a{border-bottom: none;}

.s3-d ul.s3-d2 li:first-child {
  width: 9.72%;
}

.s3-d ul.s3-d2 li:first-child .pic {
  padding-top: 100%;
  /* background: linear-gradient(to top right, #d8cb00, #ffe33f); */
}

.s3-d ul.s3-d2 li:first-child .pic::after {
  display: none;
}

.s3-d ul.s3-d2 li:nth-child(2) {
  width: 38%;
}

.s3-d ul.s3-d2 li:nth-child(2) .pic {
  padding-top: 70.48%;
}

.s3-d ul.s3-d2 li:nth-child(3) {
  width: 44.16%;
}

.s3-d ul.s3-d2 li:nth-child(3) .pic {
  padding-top: 70.48%;
}

.s3-d ul li a:hover .pic img {
  transform: scale(1.1);
  opacity: 0.75;
}

.s3-d ul li a:hover .s3-dtx h3 {
  bottom: 0.05rem;
}

@media screen and (max-width: 1700px) {
  .s3-c {
    padding-left: 0.7rem;
  }
}

@media screen and (max-width: 1500px) {
  .section3::before {
    top: 14.15rem;
  }

  .s3-b {
    margin-left: 16.5%;
  }

  .s3-t {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 1300px) {
  .s1-r ul li a {
    padding: 0.3rem 0;
  }

  .s3-b {
    margin-right: 0.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .s1-r ul li a .s1-rtx .gd {
    margin-top: 0.4rem;
  }

  .s3-b {
    margin-left: 17.5%;
  }

  .s3-t {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .s1-r ul li a {
    padding: 0.2rem 0;
  }

  .s1-r ul li a .s1-rtx h3,
  .s1-r ul li a .s1-rtx p {
    margin-top: 0.15rem;
  }

  .s1-r ul li a .s1-rtx .gd {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .s1-l .slick-dots {
    right: 0px;
    text-align: center;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a::after {
    display: none;
  }

  .banner .slick-slide a video {
    height: auto;
  }

  .banner .pic {
    padding-top: 50%;
    height: auto;
  }

  .down-page {
    display: none;
  }

  .banner .slick-dots {
    bottom: 0.15rem;
    text-align: center;
  }

  .section1 {
    padding-top: 0.6rem;
    padding-bottom: 0.35rem;
  }

  .s1-c {
    margin-top: 0.3rem;
  }

  .s1-d {
    margin-top: 0.3rem;
  }

  .title h3 {
    font-size: 0.3rem;
  }

  .title h3>img {
    transform: translateX(-50%) scale(0.8);
    bottom: 0.1rem;
  }

  .more {
    margin-top: 0.3rem;
    width: 0.65rem;
    height: 0.65rem;
  }

  .more a {
    line-height: 0.55rem;
    background-position: center 0.38rem;
    background-size: 0.3rem 0.05rem;
  }

  .s1-r ul li a {
    padding: 24px 43px 37px 30px;
  }

  .s2-c {
    margin-left: 27.2%;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .section3 .s3-k {
    padding-left: 3%;
    padding-right: 3%;
  }

  .s3-c {
    margin-top: 0.4rem;
  }

  .s3-b {
    margin-top: 0.5rem;
    margin-left: 20.5%;
  }

  .section3::before {
    top: 12.89rem;
    left: 20%;
  }

  .s3-b .slick-prev {
    left: -2.3rem;
  }

  .s3-b .slick-next {
    left: -1.57rem;
  }

  .s3-d {
    margin-top: 0.9rem;
    padding-top: 0.3rem;
  }

  .s1-l {
    width: 100%;
  }

  .s1-r .slick-slider {
    border: none;
  }

  .s1-r .slick-slider {
    padding-top: inherit;
  }

  .s1-r .slick-list {
    position: static;
  }

  .s1-r   {
    width: 100%;
margin: 0;
    position: relative;
}
.s1-l .slick-slider::before{display:none;}

}

@media screen and (max-width: 768px) {
  .map::after {
    display: none;
  }
.s1-d ul.s3-d3{width: 100%;}
.s1-d ul.s3-d3 li a {
    padding: 0.2rem 0.35rem 0.2rem 0.35rem;
}
  .s1-d ul li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-d ul li a {
    padding: 0;
  }

  .s1-d ul li.on a {
    padding: 0.2rem 0.35rem 0.35rem;
  }

  .s1-d ul li.on a .gd::after,
  .s1-d ul li:hover a .gd::after {
    bottom: -0.37rem;
  }

  .section2 {
    background-position: right center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s2-c {
    margin-top: 0.5rem;
  }

  .s2-c ul li a {
    padding: 0.25rem;
  }

  .s2-c {
    margin-left: 0;
  }

  .s3-c {
    padding-left: 0.6rem;
  }

  .s3-b .slick-prev {
    left: -1.7rem;
  }

  .s3-b .slick-next {
    left: -1.2rem;
  }



}

@media screen and (max-width: 640px) {
  .section3::before {
    top: 11.9rem;
    left: 20%;
}
  #content {
    width: 5.77rem;
    height: 6rem;
}

  .s2-c ul li {
    width: 100%;
  }

  .s2-c ul li:nth-child(2) a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .s2-c ul li:nth-child(2) a,
  .s2-c ul li:nth-child(4) a {
    border-left: none;
  }

  .section3::before {
    left: 22%;
  }


  .s3-b .slick-prev {
    left: -1.9rem;
  }

  .s3-b .slick-next {
    left: -1.4rem;
  }

  .s3-b {
    margin-left: 25%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #content {
    width: 4.57rem;
    height: 5rem;
}

  .section3::before {
    top: 10.34rem;
  }

  .s3-b::after {
    width: 0.75rem;
    height: 0.75rem;
  }

  .s3-b::before {
    left: -0.57rem;
    width: 1rem;
    height: 1rem;
  }

  .s3-b .slick-prev,
  .s3-b .slick-next {
    width: 0.24rem;
    height: 0.2rem;
  }

  .s3-b .slick-prev {
    left: -1.4rem;
  }

  .s3-b .slick-next {
    left: -1rem;
  }

  .s3-b li span {
    width: 0.2rem;
    height: 0.2rem;
  }

  .s3-d .more {
    bottom: 0.3rem;
  }

  .s3-d ul li a .s3-dtx {
    padding: 0.1rem 0.15rem;
  }

  .s3-d ul li a .s3-dtx h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    max-height: 0.52rem;
  }

  .s3-t {
    height: auto;
  }

  .section3::before {
    top: 9.58rem;
}
}

@media screen and (max-width: 375px) {

  .section3::before {
    top: 9.59rem;
}

  .s3-b .slick-prev {
    left: -1.2rem;
  }

  .s3-b .slick-next {
    left: -0.9rem;
  }

  .s3-d .title {
    display: block;
    position: relative;
    right: 0;
    margin-bottom: 0.15rem;
  }

  .s3-d .title h3>img {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 320px) {}