@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 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
 
  height: 2.47rem;
}

.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.6rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  margin: 0 0.24rem;
  padding: 0;
  width: 0.09rem;
  height: 0.09rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.85;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  opacity: 0.85;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li::before {
  opacity: 1;
}

 

/*首页样式*/

.title {
  position: relative;
  z-index: 10;
}

.tit-c {
  display: inline-block;
  position: relative;
}

.tit-c p {
  font-size: 0.12rem;
  color: #777777;
  text-transform: uppercase;
}

.tit-c h3 {
  font-family: "sySong";
  font-size: 0.36rem;
  line-height: 1;
  color: #0d0d0d;
}

.tit-y {
  width: 1.05rem;
  height: 1.05rem;
  background: url(../images/tit-y.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top:-0.3rem;
  right: 0;
  animation: roted 10s linear infinite;
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tit-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tit-box .r {
  font-family: "hlxs";
  color: #a81b00;
  width: 1.55rem;
  height: 1rem;
}

.tit-box .r img {
  display: block;
  width: 100%;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
}

.more a {
  display: flex;
  align-items: center;
}

.more a span {
  display: block;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

.more a .more-pic {
  width: 0.19rem;
  height: 0.19rem;
}

.more a .more-pic img {
  display: block;
  width: 100%;
}

.more:hover {}

.more:hover a span {
  color: #a81b00;
}

/*主体*/
em {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

a:hover em {
  background-size: 100% 1px;
}

.section12-bg {
  background: url(../images/section12-bg.png) no-repeat right 58%;
  background-size: 39.16% auto;
}


.section1 {
  padding-top: 0.7rem;
  overflow: hidden;
  background: url(../images/section1-bg.png) repeat-x center top;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.48rem;
}

.jdt {
  width: 53.37%;
  position: relative;
  z-index: 1;
}

.jdt::before {
  content: "";
  position: absolute;
  bottom: 0.23rem;
  right: 1.18rem;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/jdt-zs.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.jdt ul li a {
  display: block;
}

.jdt ul li a .bg_img {
  height: 5.24rem;
}

.jdt ul li:hover a .bg_img .a {
  transform: scale(1.1);
}

.jdt ul li a .jdt-tx {
  padding: 0 2.65rem 0 0.23rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.jdt ul li a .jdt-tx .date {
  width: 1.16rem;
  height: 1.48rem;
  background: #03419e;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 0.4rem;
  margin-top: -0.26rem;
  padding-top: 0.25rem;
  position: relative;
  z-index: 1;
}

.jdt ul li a .jdt-tx .date b {
  font-size: 0.4rem;
  line-height: 1;
}

.jdt ul li a .jdt-tx .date span {
  display: block;
  font-size: 0.16rem;
  padding-bottom: 0.25rem;
  background: url(../images/jdt-jt.png) no-repeat center bottom;
  background-size: 0.28rem auto;
  margin-top: 0.12rem;
}

.jdt ul li a .jdt-tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.26rem;
  line-height: 0.42rem;
  height: 0.84rem;
  color: #222222;
  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.5s;
}

.jdt ul li:hover a .jdt-tx h3 {
  color: #03419e;
}

.jdt .slick-prev,
.jdt .slick-next {
  width: 0.13rem;
  height: 0.22rem;
  top: inherit;
  transform: none;
  bottom: 0.43rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100% !important;
  z-index: 2;
}

.jdt .slick-prev {
  left: inherit;
  right: 1.97rem;
  background-image: url(../images/jdt-prev1.png);
}

.jdt .slick-prev:hover {
  background-image: url(../images/jdt-prev2.png);
}

.jdt .slick-next {
  right: 0.9rem;
  background-image: url(../images/jdt-next1.png);
}

.jdt .slick-next:hover {
  background-image: url(../images/jdt-next2.png);
}

.s1-r {
  width: 41.87%;
  position: relative;
  z-index: 1;
}

.s1-r ul {
  padding-top: 0.3rem;
}

.s1-r ul li a {
  display: block;
}

.s1-r ul li a .show {
  display: flex;
  align-items: center;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(9, 44, 122, 0.4);
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li a .show::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.03rem;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #fff;
  border: 1px solid rgba(9, 44, 122, 0.4);
  border-radius: 50%;
  transition: all 0.5s;
}

.s1-r ul li a .show span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  color: #092c7a;
  margin-right: 0.3rem;
  position: relative;
}

.s1-r ul li a .show span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  right: 0;
  border-bottom: 0.02rem solid #a81b00;
  transition: all 0.5s;
}

.s1-r ul li a .show h3 {
  font-size: 0.2rem;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s1-r ul li.on a .show {
  display: none;
}

.s1-r ul li a .hide {
  display: none;
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li a .hide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% + 1rem);
  background: #fff;
  background-size: 100% 100%;
  z-index: -1;
}

.s1-r ul li.on a .hide {
  display: flex;
  align-items: center;
  padding: 0.22rem 0.53rem 0.22rem 0;
  margin-bottom: 0.2rem;
  color: #fff;
}

.s1-r ul li a .hide .l {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .hide .l h3 {
  font-family: "syS-medium";
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #03419e;
}

.s1-r ul li a .hide .l span {
  display: block;
  font-weight: normal;
  font-size: 0.2rem;
  color: #03419e;
  margin-top: 0.1rem;
  background:url(../images/jdt-jt2.png) no-repeat right center;
  background-size: 0.28rem auto;
}

.s1-r ul li a .hide .r {
  width: 2.24rem;
  margin-left: 0.44rem;
}

.s1-r ul li a .hide .r .bg_img {
  height: 1.36rem;
}

.section2 {
  padding-top: 0.75rem;
  position: relative;
  z-index: 1;
}

.section2::after {
  content: "";
  position: absolute;
  bottom: 0.06rem;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(9, 44, 122, 0.2);
  z-index: -1;
}

.section2 .title {
  text-align: center;
}

.s2-c {
  margin-top: 0.57rem;
}

.s2-c .slick-list {
  padding-bottom: 0.6rem;
}

.s2-c ul {
  margin: 0 -0.12rem;
}

.s2-c ul li {
  padding-bottom: 0.1rem;
  position: relative;
}

.s2-c ul li a {
  display: block;
  margin: 0 0.12rem;
  background-color: #fff;
  padding: 0.48rem 0.3rem;
  position: relative;
  transition: all 0.5s;
}

.s2-c ul li:nth-child(odd) a {
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.s2-c ul li:nth-child(even) a {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.s2-c ul li::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0.5rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/s2-y1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s2-c ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  width: 0.26rem;
  height: 0.1rem;
  background: url(../images/s2-jt1.png) no-repeat;
  background-size: 100% 100%;
}

.s2-c ul li:nth-child(odd):after {
  bottom: 0.02rem;
}

.s2-c ul li:nth-child(even):after {
  bottom: 0.12rem;
}

.s2-c ul li a .date {
  font-size: 0.18rem;
  color: #092c7a;
  transition: all 0.5s;
}

.s2-c ul li a .date b {
  font-size: 0.3rem;
  padding-right: 0.05rem;
}

.s2-c ul li a h3 {
  margin-top: 0.24rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s2-c ul li:hover::before {
  background-image: url(../images/s2-y2.png);
}

.s2-c ul li:hover a {
  background: url(../images/s2-libg.jpg) no-repeat center;
  background-size: cover;
}

.s2-c ul li:hover::after {
  background: url(../images/s2-jt2.png) no-repeat;
  background-size: 100% 100%;
}

.s2-c ul li:hover a .date {
  color: #fff;
}

.s2-c ul li:hover a h3 {
  color: #fff;
}

.section34-bg {
  position: relative;
}

.section34-pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 18.02%;
}

.section3 {
  padding-top: 1rem;
  background: url(../images/section3-bg.png) no-repeat center top;
  margin-top: -0.07rem;
  overflow: hidden;
}

.section3 .title {
  padding-left: 17.81%;
}

.s3-c {}

.s3-t {
  display: flex;
  justify-content: space-between;
  padding-left: 17.81%;
  padding-right: 7%;
  position: relative;
}

.s3-t::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(0% - (100vw - 16rem) / 2);
  width: 68.28%;
  height: 4.44rem;
  background: url(../images/s3-tbg.png) no-repeat center;
  background-size: cover;
}

.s3-l {
  width: 42.89%;
  padding-top: 0.66rem;
}

.s3-l ul li a {
  display: block;
}

.s3-l ul li a h3 b {
  font-size: 0.36rem;
  color: #03419e;
  padding-right: 0.16rem;
}

.s3-l ul li a h3 span {
  font-size: 0.2rem;
}

.s3-l ul li a .tx {
  padding-top: 0.4rem;
}

.s3-l ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 1.2rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: normal;
}

.s3-l ul li a .gd {
  width: 0.28rem;
  height: 0.08rem;
  background: url(../images/s3-ljt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.45rem;
}

.s3-r {
  width: 31.125%;
  margin-top: 0rem;
}

.s3-r ul li a {
  display: block;
}

.s3-r ul li a .pic {
  padding-top: 120.83%;
}

.s3-r ul li a .pic img:hover {
  transform: none;
}

.s3-d {
  position: relative;
  width: calc((100vw - 16rem) / 2 + 100% - 2%);
  right: calc((100vw - 16rem) / 2);
  padding-right: 1.92rem;
}

.s3-d::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.92rem;
  background: url(../images/s3-dbg.jpg) no-repeat center;
  background-size: cover;
}

.s3-d ul li a {
  display: block;
  background-color: #000;
}

.s3-d ul li a .pic {
  padding-top: 130.2%;
  opacity: 0.4;
}

.s3-d ul li.slick-current a .pic {
  opacity: 1;
}

.s3-d .slick-prev,
.s3-d .slick-next {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/s3-prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.09rem 0.17rem;
  top: inherit;
  transform: none;
  z-index: 1;
}

.s3-d .slick-prev::before,
.s3-d .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0.05rem;
  background-color: #fff;
  opacity: 0.07;
}

.s3-d .slick-prev {
  left: inherit;
  right: -1.16rem;
  top: 0.7rem;
}

.s3-d .slick-next {
  top: 1.42rem;
  right: -1.16rem;
  background-color: #a81b00;
  background-image: url(../images/s3-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.09rem 0.17rem;
}

.s3-r {
  width: 28.39%;
}

.s3-rt {
  margin-top: 0.4rem;
}

.s3-rt a {
  display: block;
  position: relative;
}

.s3-rt a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.74rem;
  background:  no-repeat;
  background-size: 100% 100%;
}

.s3-rt a .bg_img {
  height: 4.61rem;
  background: #000;
}

.s3-rt a:hover .bg_img img {
  transform: scale(1.1);
  opacity: 0.8;
}

.s3-rd {
  margin-top: 0.19rem;
}

.s3-rd a {
  display: block;
 
  background-size: cover;
  height: 1.73rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #ffffff;
  transition: all 0.5s;
}

.s3-rd a img {
  display: inline-block;
  width: 0.51rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}

.s3-rd a:hover img {
  animation: jello 1.6s linear;
}

.s3-rd a:hover {
  border-radius: 0.15rem;
}

.section4 {
  padding-top: 1.43rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section4-bg {
  position: absolute;
  top: -1.55rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68.95%;
}

.section4 .title {
  text-align: center;
}

.s4-c {
  margin-top: 0.7rem;
}

.s4-c .slick-list {
  /* padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important; */
}

.s4-c ul li {
  transition: all 0.5s;
}

.s4-c ul li.slick-active {
  transform: translateX(-0.3rem);
}

.s4-c ul li.slick-center a .s4-k {
  /* transform: scale(1.28); */
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.s4-c ul li.slick-center {
  transform: none;
}

.s4-c ul li.slick-center+li {
  transform: translateX(0.3rem);
}

.s4-c ul li a {
  display: block;
  margin: 0 0.35rem;
  padding-top: 0.5986rem;
  padding-bottom: 0.5986rem;
  /* transition: all 0.5s; */
}

.s4-c ul li.slick-center a {
  padding-top: 0;
  padding-bottom: 0;
}

.s4-c ul li a .s4-k {
  background-color: #fff;
}

.s4-c ul li a .s4-t {
  display: flex;
  align-items: center;
  padding: 0.35rem 0.3rem;
  /* transition: all 0.5s; */
}

.s4-c ul li a .s4-t .date {
  color: #03419e;
  text-align: center;
  margin-right: 0.15rem;
}

.s4-c ul li a .s4-t .date b {
  display: block;
  font-size: 0.4rem;
  line-height: 1;
}

.s4-c ul li a .s4-t .date span {
  display: block;
  font-size: 0.16rem;
}

.s4-c ul li a .s4-t h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s4-c ul li.slick-center a .s4-t {
  padding: 0.35rem 0.3rem 0.89rem 0.3rem;
  position: relative;
}

.s4-c ul li.slick-center a .s4-t::after {
  content: '';
  position: absolute;
  bottom: 0.41rem;
  left: 1.1rem;
  width: 0.28rem;
  height: 0.08rem;
  background: url(../images/s3-ljt.png) no-repeat;
  background-size: 100% 100%;
}

.s4-c ul li.slick-center a .s4-t .date {
  margin-right: 0.2rem;
}

.s4-c ul li.slick-center a .s4-t h3 {
  padding-left: 0.2rem;
  position: relative;
}

.s4-c ul li.slick-center a .s4-t h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.65rem;
  border-left: 1px solid rgba(3, 65, 158, 0.4);
}

.s4-c ul li a .pic {
  padding-top: 54.76%;
}



.section5 {
  padding-top: 1.23rem;
  position: relative;
}

.section5-bg {
  display: block;
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 46.61%;
}

.s5-c {
  margin-top: 0.45rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s5-zi {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42.93%;
}

.s5-c ul {
  display: flex;
  align-items: flex-end;
  margin: 0 -0.05rem;
}

.s5-c ul li {
  flex: 1;
  transition: all 0.5s;
}

.s5-c ul li.on {
  flex: 2.35;
}

.s5-c ul li a {
  display: block;
  position: relative;
  margin: 0 0.05rem;
}

.s5-c ul li .bg_img {
  height: 3.63rem;
  background-color: #03419e;
}

.s5-c ul li .bg_img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s5-yy.png) repeat-x center bottom;
  display: none;
}

.s5-c ul li.on .bg_img:after {
  display: block;
}

.s5-c ul li .bg_img .a {
  opacity: 0.3;
}

.s5-c ul li.on .bg_img .a {
  opacity: 1;
}

.s5-c ul li:first-child .bg_img {
  height: 4.54rem;
}

.s5-c ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.4rem 0.36rem 0.4rem;
  transition: all 0.5s;
}

.s5-c ul li a .tx::before {
  content: '';
  position: absolute;
  top: 0.22rem;
  left: 0;
  width: 0;
  border-top: 1px solid #a81b00;
  transition: all 0.5s;
}

.s5-c ul li a .tx::after {
  content: '';
  position: absolute;
  top: 0.29rem;
  right: 0.52rem;
  width: 0;
  height: 0;
  background: url(../images/jdt-jt.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s5-c ul li.on a .tx::before {
  width: 0.52rem;
}

.s5-c ul li.on a .tx::after {
  width: 0.28rem;
  height: 0.08rem;
}

.s5-c ul li a .tx {
  padding: 0 0.8rem 0.36rem 0.65rem;
}

.s5-c ul li a .tx h3 {
  font-size: 0.3rem;
  color: #fff;
}

.s5-c ul li a .tx p {
  font-family: 'syS-regular';
  font-size: 0.16rem;
  color: #fff;
  display: none;
  text-transform: capitalize;
}

.s5-c ul li.on a .tx p {
  display: block;
}


.section6 {
  padding-top: 1.1rem;
  overflow: hidden;
}

.s6-c .qh-tit {
  position: relative;
  z-index: 10;
  max-width: 13.53rem;
  margin: 0 auto;
  margin-top: 0.76rem;
  background: url(../images/s6-titbg.png) no-repeat center top;
  background-size: 96% auto;
  padding-top: 0.4rem;
}

.s6-c .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s6-c .qh-tit ul li {
  font-size: 0.26rem;
  cursor: pointer;
  margin-top: 0.2rem;
  position: relative;
}

.s6-c .qh-tit ul li::after {
  content: '';
  position: absolute;
  top: -0.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.39rem;
  height: 0.39rem;
  background: url(../images/s6-syzs.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.s6-c .qh-tit ul li.on {
  color: #0558bc;
}

.s6-c .qh-tit ul li.on::after {
  display: block;
}


.s6-c .qh-bd {
  position: relative;
}

.s6-c .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.s6-c .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

/* 数据 */
.s6-sj {
  width: 100%;
  position: relative;
}

.s6-sjbg1 {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.s6-sjbox {
  margin-top: -1.35rem;
}

.s6-sjbox ul {
  padding: 0 0.8rem;
}

.s6-sjbox ul li a {
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
}

.s6-sjbox ul li .icon1 {
  width: 1.35rem;
  height: 1.35rem;
  background: rgba(255, 255, 255, 0.7) url(../images/s6-sjbg.png) no-repeat center center / 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.22rem;
  border-radius: 50%;
}

.s6-sjbox ul li .icon1 img {
  display: block;
  width: 0.7rem;
}

.s6-sjbox ul li .tx {
  flex: 1;
  min-width: 0;
}

.s6-sjbox ul li .tx h3 {
  display: inline-block;
  color: #03419e;
  position: relative;
}

.s6-sjbox ul li .tx h3 b {
  font-size: 0.4rem;
}

.s6-sjbox ul li .tx h3 em {
  display: block;
  position: absolute;
  left: calc(100% + 0.05rem);
  top: 0.1rem;
  font-size: 0.16rem;
}

.s6-sjbox ul li .tx p {
  font-family: 'syS-regular';
  font-size: 0.18rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.s6-sjbox .slick-prev,
.s6-sjbox .slick-next {
  width: 0.13rem;
  height: 0.22rem;
}

.s6-sjbox .slick-prev {
  left: 0.3rem;
  background: url(../images/jdt-prev1.png) no-repeat;
  background-size: 100% 100%;
}

.s6-sjbox .slick-next {
  right: 0.3rem;
  background: url(../images/jdt-next1.png) no-repeat;
  background-size: 100% 100%;
}

.s6-sjbox .slick-prev:hover {
  background: url(../images/jdt-prev2.png) no-repeat;
  background-size: 100% 100%;
}

.s6-sjbox .slick-next:hover {
  background: url(../images/jdt-next2.png) no-repeat;
  background-size: 100% 100%;
}

/* 史苑 */
.s6-sy {
  position: relative;
  z-index: 1;
  width: calc((100vw - 16rem)/2 + 100%);
  height: auto;
}

.s6-sy::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  width: calc((100vw - 16rem)/2 + 100%);
  height: 3.52rem;
  background: url(../images/s6-sybg.png) no-repeat;
  background-size: 100% 100%;
}

.s6-sy .slick-list {
  padding: 1.1rem 0;
}

.s6-sy .slick-slide {
  display: flex;
}

.s6-sy ul li {
  width: 16.66%;
}

.s6-sy ul li a {
  display: flex;
  flex-direction: column;
  position: relative;
}

.s6-sy ul li .icon1 {
  width: 1.16rem;
  border: 0.03rem solid rgba(9, 44, 122, 0.2);
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.s6-sy ul li .icon1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.92rem;
  height: 0.92rem;
  border: 0.02rem dashed #fff;
  border-radius: 50%;
}

.s6-sy ul li .icon1 .pic {
  padding-top: 100%;
}

.s6-sy ul li .icon1 .pic img {
  transform: none;
  border-radius: 50%;
}

.s6-sy ul li .icon1 .pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #a91e03;
  border-radius: 50%;
  opacity: 0;
}

.s6-sy ul li .icon1 b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.s6-sy ul li .tx {
  margin-left: 0.58rem;
  padding-left: 0.13rem;
  padding-bottom: 0.28rem;
  position: relative;
}

.s6-sy ul li .tx::after {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  background: #03419e;
  border-radius: 50%;
  transition: all 0.5s;
}

.s6-sy ul li .tx::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0.02rem;
  width: 1px;
  height: 100%;
  background: linear-gradient(#03419e 10%, transparent 100%);
  border-radius: 50%;
  transition: all 0.5s;
}

.s6-sy ul li .tx b {
  display: block;
  font-size: 0.3rem;
  color: #03419e;
  line-height: 1;
}

.s6-sy ul li .tx h3 {
  width: 3.5rem;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  line-height: 0.24rem;
}

.s6-sy ul li .tx p {
  display: none;
}


.s6-sy ul li.d .tx {
  padding-bottom: 0;
  padding-top: 0.28rem;
}

.s6-sy ul li.d .tx::before {
  bottom: 0.125rem;
  top: auto;
  background: linear-gradient(360deg, #03419e 10%, transparent 100%);
  transition: all 0.5s;
}

.s6-sy ul li.d .tx::after {
  top: auto;
  bottom: 0.125rem;
  transition: all 0.5s;
}

.s6-sy ul li.s6-sy1 a {
  margin-left: 2.55rem;
  margin-top: 0.3rem;
}

.s6-sy ul li.s6-sy2 a {
  margin-left: 1.35rem;
  margin-top: 2.3rem;
}

.s6-sy ul li.s6-sy3 a {
  margin-left: 0.1rem;
}

.s6-sy ul li.s6-sy4 a {
  margin-left: 1rem;
  margin-top: 1.7rem;
}

.s6-sy ul li.s6-sy5 a {
  margin-left: 0.8rem;
  margin-top: 2.5rem;
}

.s6-sy ul li.s6-sy6 a {
  margin-left: -0.7rem;
}


.s6-sy ul li .tx2 {
  width: 3.3rem;
  padding: 0.2rem;
  border: 1px solid rgba(189, 96, 81, 0.3);
  background-image: -webkit-linear-gradient(-180deg, rgb(200, 225, 245) 0%, rgb(237, 247, 255) 100%);
  border-radius: 0.1rem;
  position: absolute;
  left: 0.8rem;
  top: -1.1rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
z-index: 99;
}

.s6-sy ul li.s6-sy6 .tx2 {
  left: -2.9rem;
}

.s6-sy ul li.d .tx2 {
  top: inherit;
  bottom: -1.1rem;
}


.s6-sy ul li .tx2 h3 {
  font-size: 0.18rem;
}

.s6-sy ul li .tx2 p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  max-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}


.s6-sy .slick-prev,
.s6-sy .slick-next {
  top: 60%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #03419e;
  border-radius: 50%;
  background-image: url(../images/s6-syprev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.09rem auto;
  z-index: 9;
}

.s6-sy .slick-prev {
  left: 0.4rem;
}

.s6-sy .slick-next {
  right: 2rem;
  background-image: url(../images/s6-synext.png);
}

.s6-sy .slick-prev:hover,
.s6-sy .slick-next:hover {
  background-color: #a91e03;
}

.s6-symobile {
  display: none;
}



.s6-fm {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 0.4rem;
}

.s6-fm ul li a {
  display: block;
  position: relative;
}

.s6-fm ul li .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s5-yy.png) repeat-x center bottom;
}

.s6-fm ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem;
}

.s6-fm ul li a .tx h3 {
  font-size: 0.2rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s6-fml {
  width: 64.83%;
}

.s6-fmlt ul {
  display: flex;
}

.s6-fmlt ul li {
  width: 50%;
}

.s6-fmlt ul li .pic {
  padding-top: 68.08%;
}

.s6-fmld ul li .pic {
  padding-top: 34.04%;
}

.s6-fmr {
  width: 35.17%;
}

.s6-fmr ul li .pic {
  padding-top: 125.49%;
}



.section7 {
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
  background: url(../images/section7-bg.png) no-repeat right top;
  background-size: 59.32% auto;
}

.section7 .title {
  text-align: center;
}

.s7-c {
  overflow: hidden;
  margin-top: 0.45rem;
}

.s7-c ul {
  margin: 0 -0.2rem;
}

.s7-c ul li a {
  display: block;
  margin: 0 0.2rem;
}

.s7-c ul li a .pic {
  padding-top: 43.24%;
}



@media screen and (min-width: 1201px) {
  .s6-sy ul li:hover .icon1 {
    transform: scale(2);
  }

  .s6-sy ul li:hover .icon1 .pic::after {
    opacity: 0.9;
  }

  .s6-sy ul li:hover .icon1 b {
    opacity: 1;
    font-size: 0.22rem;
    color: #fff;
  }

  .s6-sy ul li:hover .icon1::after {
    border: 1px dashed #fff;
  }


  .s6-sy ul li:hover .tx::before {
    background: #a81b00;
    z-index: 10;
    top: -0.4rem;
  }

  .s6-sy ul li:hover .tx::after {
    background: #a81b00;
    z-index: 10;
    top: -0.4rem;
  }

  .s6-sy ul li.d:hover .tx::before {
    top: auto;
    bottom: -0.4rem;
  }

  .s6-sy ul li.d:hover .tx::after {
    top: auto;
    bottom: -0.4rem;
  }

  .s6-sy ul li:hover .tx b,
  .s6-sy ul li:hover .tx h3 {
    opacity: 0;
    visibility: hidden;
  }

  .s6-sy ul li:hover .tx2 {
    left: 0.6rem;
    overflow: visible;
    opacity: 1;
    transition-delay: 0.1s;
  }

  .s6-sy ul li.s6-sy6:hover .tx2 {
    left: -2.7rem;
  }

}

@media screen and (max-width: 1760px) {
.s6-sy ul li .tx h3 {
    width: 2rem;
}

}


@media screen and (max-width: 1600px) {
  .s3-t::before {
    right: -0.2rem;
  }

  .s3-d {
    width: calc(100% + 0.2rem - 2%);
    right: 0.2rem;

  }

  .s6-sy {
    width: calc(100% + 0.2rem);
    width: 100%;
  }

  .s6-sy::before {
    width: calc(100% + 1.3rem);
  }
.s6-sy ul li .tx h3 {
    width: 2rem;
}

}

@media screen and (max-width: 1400px) {
  .s3-d .slick-prev {
    top: 0.55rem;
  }

  .s3-d .slick-next {
    top: 1.3rem;
  }

  .s6-sy .slick-prev {
    left: 0;
  }

  .s6-sy .slick-next {
    right: 0.2rem;
  }

  .s6-sy ul li.s6-sy6 a {
    margin-left: -0.9rem;
    margin-top: 0.1rem;
  }

}

@media screen and (max-width: 1200px) {
  .s3-l {
    padding-top: 0.3rem;
  }

  .s3-l ul li a .tx {
    padding-top: 0.2rem;
  }

  .s3-l ul li a .gd {
    margin-top: 0.3rem;
  }

  .s3-d .slick-prev {
    top: 0.33rem;
  }

  .s3-d .slick-next {
    top: 1.1rem;
  }

  .s5-c ul li a .tx {
    padding: 0 0.4rem 0.36rem 0.4rem;
  }

  .s5-c ul li.on a .tx::before {
    width: 0.32rem;
  }

  /* .s6-sy ul li.s6-sy1 a {
    margin-left: 1rem;
  }

  .s6-sy ul li.s6-sy2 a {
    margin-left: 0.5rem;
  }

  .s6-sy ul li.s6-sy4 a {
    margin-left: 0;
  }

  .s6-sy ul li.s6-sy5 a {
    margin-left: 0;
  }

  .s6-sy ul li.s6-sy6 a {
    margin-left: -1.2rem;
  } */
  .s6-sy::before {
    left: 0;
    width: calc(100% + 0.2rem);
  }

  .s6-sy ul li .tx2 {
    display: none;
  }

  .s6-sypc {
    display: none;
  }

  .s6-symobile {
    display: block;
  }

  .s6-symobile ul {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    padding: 0.5rem 0;
  }

  .s6-symobile ul li {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
  }

  .s6-symobile ul li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s6-symobile ul li:nth-child(odd) a {
    margin-top: 0;
  }

  .s6-symobile ul li:nth-child(even) a {
    margin-top: 2rem;
  }

  .s6-symobile ul li .tx h3 {
    width: 2rem;
    white-space: normal;
  }
}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.3rem;
  }

  .section1,
  .section2,
  .section3,
  .section5,
  .section6 {
    padding-top: 0.4rem;
  }

  .jdt ul li a .jdt-tx {
    padding: 0 1.7rem 0 0.2rem;
  }

  .jdt .slick-next {
    right: 0.4rem;
  }

  .jdt::before {
    right: 0.65rem;
  }

  .jdt .slick-prev {
    right: 1.4rem;
  }

  .jdt ul li a .jdt-tx .date {
    margin-right: 0.2rem;
  }

  .s1-r ul li.on a .hide {
    padding: 0.22rem 0.22rem 0.22rem 0;
  }

  .s1-r ul li a .hide::before {
    width: calc(100% + 0.7rem);
  }

  .s3-d {
    padding-right: 1.18rem;
  }

  .s3-d::before {
    width: 1.18rem;
  }

  .s3-d .slick-prev {
    right: -0.82rem;
  }

  .s3-d .slick-next {
    right: -0.82rem;
  }

  .section4-bg {
    width: 90%;
  }

  .section4 {
    padding-top: 0.4rem;
  }

  .s4-c {
    margin-top: 0.4rem;
  }

  .s6-sy::before {
    top: -0.3rem;
  }

  .s6-sy .slick-list {
    padding: 0;
  }

  .section7 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .tit-c p {
    font-size: 12px;
  }

  .tit-c h3 {
    font-size: 0.3rem;
  }

  .tit-box .r {
    width: 1.2rem;
    height: auto;
  }

  .tit-y {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s1-c {
    margin-top: 0.3rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .bg_img {
    height: auto;
    padding-top: 61.35%;
  }

  .jdt ul li a .jdt-tx .date {
    width: 0.9rem;
    height: 1.15rem;
    padding-top: 0.15rem;
  }

  .jdt ul li a .jdt-tx .date b {
    font-size: 0.3rem;
  }

  .jdt ul li a .jdt-tx .date span {
    padding-bottom: 0.15rem;
    margin-top: 0.1rem;
  }

  .jdt ul li a .jdt-tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.2rem;
  }

  .jdt .slick-prev,
  .jdt .slick-next {
    bottom: 0.3rem;
  }

  .jdt .slick-next {
    right: 0.2rem;
  }

  .jdt::before {
    right: 0.5rem;
    bottom: 0.1rem;
  }

  .jdt .slick-prev {
    right: 1.3rem;
  }

  .s1-r {
    width: 100%;
  }

  .s1-r ul li a .show span {
 
  }

  .s1-r ul li.on a .hide {
    padding: 0.2rem 0.2rem 0.2rem 0;
  }

  .s1-r ul li a .hide::before {
    width: calc(100% + 0.2rem);
  }

  .s1-r ul li a .hide .l span {
   
  }

  .section2 .title {
    text-align: left;
  }

  .s2-c {
    margin-top: 0.3rem;
  }

  .s2-c .slick-list {
    padding-bottom: 0.4rem;
  }

  .s2-c ul li::before {
    bottom: -0.4rem;
  }

  .s2-c ul li a {
    padding: 0.3rem;
  }

  .s2-c ul li a .date b {
    font-size: 0.26rem;
  }

  .s2-c ul li a h3 {
    margin-top: 0.2rem;
  }

  .section34-pic {
    display: none;
  }

  .section3 .title {
    padding-left: 0;
  }

  .s3-t {
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .s3-t::before {
    width: 100%;
    top: 0.2rem;
    height: 3rem;
  }

  .s3-l {
    width: 100%;
    max-width: inherit;
    order: 2;
  }

  .s3-l ul li a h3 {
    text-align: center;
  }

  .s3-l ul li a h3 b {
    font-size: 0.3rem;
  }

  .s3-l ul li a .tx p {
    font-size: 0.18rem;
  }

  .s3-l ul li a .gd {
    margin-top: 0.2rem;
  }

  .s3-r {
    width: 3rem;
    margin: 0 auto;
    order: 1;
  }

  .s3-d {
    width: 100%;
    right: 0;
    margin-top: 0.3rem;
  }

  .s3-d .slick-prev {
    top: 0.4rem;
  }

  .s3-l ul li a .gd {
    margin-top: 0.3rem;
  }

  .section4-bg {
    display: none;
  }

  .section4 .title {
    text-align: left;
  }

  .s4-c {
    margin-top: 0.3rem;
  }

  .s4-c ul li {
    transform: none !important;
  }

  .s4-c ul li a {
    margin: 0 0.15rem;
    padding-top: 0;
  }

  .s4-c ul li a .s4-t {
    padding: 0.2rem;
  }

  .s4-c ul li a .s4-t .date b {
    font-size: 0.3rem;
  }

  .s5-c {
    margin-top: 0.3rem;
  }

  .s5-c ul {
    flex-wrap: wrap;
  }

  .s5-c ul li {
    flex: none !important;
    width: 50%;
    margin-top: 0.1rem;
  }

  .s5-c ul li:first-child {
    margin-top: 0;
    width: 100%;
  }

  .s5-c ul li .bg_img {
    height: auto;
    padding-top: 100%;
  }

  .s5-c ul li:first-child .bg_img {
    height: auto;
    padding-top: 53.16%;
  }

  .section5-bg {
    display: none;
  }

  .s5-zi {
    display: none;
  }

  .s5-c ul li a .tx {
    padding: 0 0.6rem 0.2rem 0.2rem;
  }

  .s5-c ul li a .tx h3 {
    font-size: 0.22rem;
  }

  .s5-c ul li.on a .tx p {
    font-size: 12px;
  }

  .s5-c ul li.on a .tx::before {
    width: 0.12rem;
    top: 0.18rem;
  }

  .s5-c ul li a .tx::after {
    right: 0.2rem;
  }

  .s6-sjbg1 {
    position: static;
    width: 100%;
    transform: none;
  }

  .s6-sjbox ul li .icon1 {
    width: 1rem;
    height: 1rem;
  }

  .s6-sjbox ul li .icon1 img {
    width: 0.6rem;
  }

  .s6-sjbox ul li .tx h3 b {
    font-size: 0.3rem;
  }

  .s6-sjbox ul li .tx p {
    margin-top: 0;
  }

  .s6-sjbox .slick-prev {
    left: 0;
  }

  .s6-sjbox .slick-next {
    right: 0;
  }

  .s6-sjbox ul {
    padding: 0 0.4rem;
  }

  .s6-sjbox {
    margin-top: -1rem;
  }

  .s6-fm ul li a .tx {
    padding: 0.2rem;
  }

  .s6-c .qh-tit ul li {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }

  .s6-c .qh-tit {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }

  .s6-c .qh-tit ul li::after {
    width: 0.29rem;
    height: 0.29rem;
    top: -0.35rem;
  }

  .s6-sy::before {
    left: 0;
    top: 0.4rem;
    width: calc(100% + 0.2rem);
    height: 2.52rem;
  }

  .s6-sy ul li .icon1 {
    width: 1rem;
  }

  .s6-sy ul li .icon1::after {
    width: 0.86rem;
    height: 0.86rem;
  }

  .s6-sy ul li .tx {
    margin-left: 0.5rem;
  }

  .s6-sy ul li .tx b {
    font-size: 0.26rem;
  }

  .section7 .title {
    text-align: left;
  }

  .s7-c {
    margin-top: 0.3rem;
  }

  .s7-c ul {
    margin: 0 -0.1rem;
  }

  .s7-c ul li a {
    margin: 0 0.1rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .banner .slick-dots li {
    margin: 0 0.15rem;
  }

  .tit-box .r {
    width: 1rem;
  }

  .s2-c ul li a {
    clip-path: none !important;
  }

  .s2-c ul li::after {
    bottom: 0 !important;
  }

  .s3-d .slick-prev,
  .s3-d .slick-next {
    width: 0.3rem;
    height: 0.3rem;
  }

  .s3-d .slick-next {
    top: 1rem;
  }

  .s6-sjbox {
    margin-top: -0.7rem;
  }

  .s6-symobile ul li {
    width: 1.2rem;
  }
}

@media screen and (max-width: 375px) {
  .s3-d .slick-prev {
    top: 0.6rem;
  }

  .s3-d .slick-next {
    top: 1.4rem;
  }
}



@media screen and (max-width: 320px) {}