@charset "utf-8";

.banner {
  z-index: 2;
}

.banner::before {
  height: 51.66%;
  opacity: 0.8027;
  background: linear-gradient(360deg, rgba(3, 75, 168, 0) 18%, #034DAA 98%);
}

.ban-lm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* 栏目名称 */
.lmmc {
  width: 3.8rem;
  height: 1.31rem;
  background: url(../images/lmmc-bg.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}

.lmmc h3 {
  display: inline-block;
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.lmmc h3::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.54rem;
  height: 0.03rem;
  background-color: #fff;
}


/* 位置 */
.position {
  position: relative;
  z-index: 2;
}

.position a {
  transition: all 0.5s;
}

.position a:hover {
  color: #fff;
  opacity: 0.75;
}

.position h3 {
  font-family: 'syS-regular';
}

.position>div {
  padding-bottom: 0;
  border-bottom: none;
}

.position h3 {
  display: flex;
  position: relative;
  z-index: 1;
}

.position h3::before {
  content: '';
  position: absolute;
  top: 0.02rem;
  left: calc((-100vw + 16rem)/2);
  width: calc((100vw - 16rem)/2 - 0.24rem);
  height: 0.3rem;
  margin-right: 0.24rem;
  background: url(../images/lm-x1.png) no-repeat right center;
}

.position h3::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  background: url(../images/lm-x2.png) no-repeat right bottom;
  margin-left: 0.28rem;
  padding-top: 0.55rem;
}

/* 右侧 */
.ny-right {
  width: 100%;
}

/* 师资力量 */
.szll-bg {
  background: url(../images/szll-bg.png) no-repeat center top;
  background-size: cover;
}

.szllbox {}

.szllbox .k {
  background: #FFFFFF;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1478);
  border-top: 0.04rem solid #03419E;
  margin-top: 0.6rem;
  padding: 0.4rem 0.54rem;
  display: flex;
  flex-wrap: wrap;
}

.szll-tit {
  width: 2.35rem;
}

.szll-tit h3,
.zzjg-tit h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0.26rem;
  font-weight: 900;
  line-height: 0.32rem;
  color: #03419E;
  font-family: "sySong";
}

.szll-tit h3::before,
.zzjg-tit h3::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/sz-y.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.szll-tit h3 span,
.zzjg-tit h3 span {
  font-weight: 900;
  color: #AC1B00;
}

.szllbox .k ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.szllbox .k ul li {
  width: 16.66%;
}

.szllbox .k ul li a {
  display: inline-block;
  max-width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  margin-bottom: 0.07rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.szllbox .k ul li a:hover {
  color: #03419E;
}

/* 师资力量综合页 */
.szzhbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.05rem;
}

.szzhbox .k {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.szzhbox .kd-pic .pic {
  padding-top: 140.62%;
}

.szzhbox .kt-i a {
  display: block;
  position: relative;
}

.szzhbox .kk-bg {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.szzhbox .k:first-child .kk-bg {
  background: #D5B362;
}

.szzhbox .k:nth-child(2) .kk-bg {
  background: #03419E;
}

.szzhbox .k:nth-child(3) .kk-bg {
  background: #AC1B00;
}

.szzhbox .k:nth-child(4) .kk-bg {
  background: #D4E4FE;
}

.szzhbox .k:nth-child(5) .kk-bg {
  background: #719DDE;
}

.szzhbox .kk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.szzhbox .kk .icon1 {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.szzhbox .k:nth-child(4) .kk .icon1 {
  border: 1px dashed rgba(3, 65, 158, 0.6);
}

.szzhbox .kk .icon1 img {
  display: block;
  width: 0.83rem;
  transition: all 0.8s;
}

.szzhbox .kk h3 {
  font-family: 'syS-medium';
  font-size: 0.3rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0.3rem;
  padding: 0 0.1rem;
}

.szzhbox .k:nth-child(4) .kk h3 {
  color: #03419E;
}

.szzhbox .k:nth-child(odd) .kt-i {
  margin-top: 40.52%;
}

.szzhbox .k:nth-child(even) .kt-i {
  order: 2;
}

.szzhbox .k:nth-child(even) .kd-pic {
  order: 1;
}

.szzhbox .k:hover .kk .icon1 img {
  transform: rotateY(360deg);
}


/* 组织机构 */
.zzjg-bg {
  background: url(../images/zzjg-bg.png) no-repeat center top;
  background-size: cover;
}

.zzjg-tit {
  margin-bottom: 0.2rem;
}

.zzjgbox .k {
  margin-top: 0.6rem;
}

.zzjgbox .k ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.zzjgbox .k ul li {
  width: 25%;
}

.zzjgbox .k ul li a {
  height: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1478);
  padding: 0.25rem 0.57rem;
  margin: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.zzjgbox .k ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 0.04rem solid #03419E;
  transition: all 0.5s;
}

.zzjgbox .k ul li a h3 {
  font-size: 0.24rem;
  font-weight: 900;
  line-height: 0.32rem;
  max-height: 0.64rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
}

.zzjgbox .k ul li:hover a {
  background: url(../images/zzjg-libg.jpg) no-repeat center;
  background-size: cover;
}

.zzjgbox .k ul li:hover a::after {
  left: 0.1rem;
  right: 0.1rem;
  top: 0.1rem;
  bottom: 0.1rem;
  border: 1px dashed #fff;
  opacity: 0.5039;
}

.zzjgbox .k ul li:hover a h3 {
  color: #fff;
}


/* 组织结构综合页 */
.jgmain {
  padding-top: 0.65rem;
}

.jgmain p {
  font-family: 'syS-medium';
  font-size: 0.2rem;
  line-height: 0.28rem;
  text-align: justify;
  color: #333333;
  margin-top: 0.2rem;
}

.jg-dbox {
  margin-top: 1.16rem;
}

.jg-dbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.jg-dbox ul li {
  position: relative;
  width: 21.75%;
}

.jg-dbox ul li a {
  display: block;
  position: relative;
}

.jg-dbox ul li:nth-child(odd) {
  margin-top: 1rem;
}

.jg-dbox ul li+li {
  margin-left: -0.35rem;
}

.jg-dbox ul li:first-child,
.jg-dbox ul li:nth-child(3) {
  z-index: 2;
}

.jg-dbox ul li a .xt::before {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: 0.14rem;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: all 0.5s;
  opacity: 0.5;
}

.jg-dbox ul li a .xt::after {
  content: '';
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
  opacity: 0.5;
}

.jg-dbox ul li a .xd::before {
  content: '';
  position: absolute;
  bottom: 0.14rem;
  left: 0.14rem;
  width: 0.48rem;
  height: 0.48rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: all 0.5s;
  opacity: 0.5;
}

.jg-dbox ul li a .xd::after {
  content: '';
  position: absolute;
  bottom: 0.14rem;
  right: 0.14rem;
  width: 0.48rem;
  height: 0.48rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
  opacity: 0.5;
}

.jg-dbox ul li a>img {
  display: block;
  width: 100%;

}

.jg-dbox ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jg-dbox ul li .box .icon1 {
  height: 1.09rem;
}

.jg-dbox ul li .box .icon1 img {
  display: block;
  height: 100%;
}

.jg-dbox ul li .box h3 {
  font-family: 'syS-medium';
  font-size: 0.3rem;
  text-align: center;
  color: #FFFFFF;
  padding: 0 0.1rem;
  margin-top: 0.24rem;
}

.jg-dbox ul li:hover .box .icon1 img {
  animation: jello 1.6s linear;
}

.jg-dbox ul li:hover a .xt::before,
.jg-dbox ul li:hover a .xt::after,
.jg-dbox ul li:hover a .xd::before,
.jg-dbox ul li:hover a .xd::after {
  width: calc(100%/2 - 0.15rem);
  height: calc(100%/2 - 0.15rem);
}

/* 人才培养 */
.rcpybody {
  overflow-x: hidden;
}

.rcpy .k {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.74rem;
  position: relative;
  z-index: 1;
}

.rcpy .k:first-child::before {
  content: '';
  position: absolute;
  top: -1.9rem;
  bottom: -1.54rem;
  left: calc((-100vw + 16rem)/2);
  width: 100vw;
  background: url(../images/rcpy-bg1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.rcpy .k:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  bottom: -4.2rem;
  left: calc((-100vw + 16rem)/2);
  width: 100vw;
  background: url(../images/rcpy-bg2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.rcpy .k:nth-child(3) {
  position: relative;
  z-index: 2;
}

.rcpy .k:nth-child(4)::before {
  content: '';
  position: absolute;
  top: -1.54rem;
  bottom: -2.85rem;
  left: calc((-100vw + 16rem)/2);
  width: 100vw;
  background: url(../images/rcpy-bg3.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.rcpy .l {
  width: 50%;
  background: #F5F6FA;
  padding: 0.2rem;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1212);
}

.rcpy .r {
  width: 50%;
}

.rcpy .k:nth-child(even) .l {
  order: 2;
}

.rcpy .k:nth-child(even) .r {
  order: 1;
}

.rcpy .l .pic {
  padding-top: 46.05%;
}

.rcpy .r a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rcpy .r .an {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rcpy .r .an>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.76rem;
  z-index: -1;
}

.rcpy .r .icon1>img {
  display: block;
  width: 0.8rem;
}

.rcpy .r .szll-tit {
  width: auto;
  text-align: center;
  margin-top: 0.15rem;
}

.rcpy .r .szll-tit h3 {
  font-size: 0.38rem;
}

.rcpy .r .more {
  margin-top: 0.3rem;
  width: 1.3rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: linear-gradient(110deg, #03419E 21%, #0776CD 100%);
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1551);
  transition: all 0.5s;
}

.rcpy .r .more>img {
  width: 0.4rem;
}

.rcpy .r .an:hover .icon1>img {
  animation: jello 1.6s linear;
}

.rcpy .r .an:hover .more {
  background: #AA1A00;
}

/* 文化建设 */
.whjs-bg {
  background: url(../images/whjs-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.whjsbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.whjsbox .k {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.whjsbox .kt {
  width: 100%;
}

.whjsbox .kt a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.34rem;
  position: relative;
  z-index: 1;
}

.whjsbox .kt .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.16rem;
  height: 1.16rem;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
}

.whjsbox .kt .icon1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
  transition: all 0.5s;
}

.whjsbox .kt .icon1 img {
  display: block;
  width: 0.56rem;
}

.whjsbox .kd {
  width: 100%;
}

.whjsbox .kd .pic {
  padding-top: 0;
  height: 2.34rem;
}

.whjsbox .k:nth-child(2) .kt {
  order: 2;
}

.whjsbox .k:nth-child(2) .kd {
  order: 1;
}


.whjsbox .k:first-child .kt a {
  background: url(../images/whjs-bg1.png) no-repeat center;
  background-size: cover;
}

.whjsbox .k:nth-child(2) .kt a {
  background: url(../images/whjs-bg2.png) no-repeat center;
  background-size: cover;
}

.whjsbox .k:nth-child(3) .kt a {
  background: url(../images/whjs-bg3.png) no-repeat center;
  background-size: cover;
}

.whjsbox .k:first-child .kt .icon1::before {
  background-image: url(../images/whjs-q1.png);
}

.whjsbox .k:nth-child(2) .kt .icon1::before {
  background-image: url(../images/whjs-q2.png);
}

.whjsbox .k:nth-child(3) .kt .icon1::before {
  background-image: url(../images/whjs-q3.png);
}

.whjsbox .kt:hover .icon1::before {
  animation: circle1 10s linear infinite;
}

@keyframes circle1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.whjsbox .kt h3 span {
  display: inline-block;
  font-size: 0.38rem;
  font-weight: 900;
  color: #03419E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-top: 0.05rem;
  padding-right: 0.15rem;
  z-index: 1;
  font-family: "sySong";
}

.whjsbox .kt h3 span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.55rem;
  height: 0.55rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../images/whjs-zs1.png);
  z-index: -1;
}

.whjsbox .k:nth-child(2) .kt h3 span {
  color: #fff;
}

.whjsbox .k:nth-child(3) .kt h3 span {
  color: #fff;
}

.whjsbox .k:nth-child(2) .kt h3 span::before {
  background-image: url(../images/whjs-zs2.png);
}

.whjsbox .k:nth-child(3) .kt h3 span::before {
  background-image: url(../images/whjs-zs3.png);
}

.whjsbox .kt a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 050%;
  transform: translateX(-50%);
  border-top: 0.12rem solid #DEF3FE;
  border-left: 0.17rem solid transparent;
  border-right: 0.17rem solid transparent;
}

.whjsbox .k:nth-child(2) .kt a::after {
  top: auto;
  bottom: 100%;

  border-bottom: 0.12rem solid #AA1A00;
  border-top: none;
}

.whjsbox .k:nth-child(3) .kt a::after {
  border-top: 0.12rem solid #ACE2FE;
}

/* 校友之家 */
.xyzjbody {
  background-image: url(../images/xyzj-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.xyzj {
  padding-top: 0;
}

.xyzj1 {
  background: url(../images/xy1-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 0.6rem;
  padding-bottom: 0.92rem;
}

.xy1 {
  padding-top: 0.6rem;
}

.xyzj .zzjg-tit {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

.xyzj .zzjg-tit h3 {
  font-size: 0.38rem;
  line-height: 1;
  font-family: "sySong";
}

.xyzj .zzjg-tit .more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

.xyzj .zzjg-tit .more a {
  display: flex;
  align-items: center;
}

.xyzj .zzjg-tit .more a span {
  display: block;
  font-size: 0.16rem;
  margin-right: 0.1rem;
  transition: all 0.5s;
}

.xyzj .zzjg-tit .more a .more-pic {
  width: 0.19rem;
  height: 0.19rem;
}

.xyzj .zzjg-tit .more a .more-pic img {
  display: block;
  width: 100%;
}

.xyzj .zzjg-tit .more a:hover span {
  color: #AA1A00;
}

.xy1box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.1rem;
}

.xy1-pic {
  width: 51.25%;
  position: relative;
  z-index: 2;
}

.xy1-pic a,
.xy1-zi a {
  display: block;
}

.xy1-pic .pic {
  padding-top: 0;
  height: 4.9rem;
}

.xy1-zi {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.5rem;
  position: relative;
  z-index: 1;
}

.xy1-zi::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  right: 0;
  bottom: 0.6rem;
  width: calc(100% + 3.8rem);
  background: #F5F6FA;
  z-index: -1;
}

.xy1-zi .slick-list,
.xy1-zi .slick-slider,
.xy1-zi .slick-track,
.xy1-zi li,
.xy1-zi a {
  height: 100%;
}

.xy1-zi .date {
  font-family: 'syS-semibold';
  font-weight: 700;
  font-size: 0.18rem;
  color: #092C7A;
}

.xy1-zi .date span {
  font-weight: 700;
  font-size: 0.3rem;
}

.xy1-zi h3 {
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #96A7C8;
  position: relative;
  z-index: 1;
}

.xy1-zi h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.82rem;
  border-bottom: 2px solid #AA1A00;
  transition: all 0.5s;
}

.xy1-zi h3 span {
  display: block;
  font-family: 'syS-semibold';
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.xy1-zi p {
  font-family: 'syS-semibold';
  margin-top: 0.34rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #7C7C7C;
}

.xy1-zi .gd {
  margin-top: 0.34rem;
  font-family: 'syS-semibold';
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  background: url(../images/xy1-gd.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
  transition: all 0.5s;
}

.xy1-zi .slick-dots {
  text-align: right;
  font-size: 0;
  bottom: -0.25rem;
}

.xy1-zi .slick-dots li {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #092C7A;
  margin: 0 0.09rem;
}

.xy1-zi .slick-dots li::before {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #AA1A00;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.xy1-zi .slick-dots li.slick-active {
  background: #AA1A00;
}

.xy1-zi .slick-dots li.slick-active::before {
  opacity: 0.496;
}

.xy1-zi .slick-dots li button {
  display: none;
}

.xy1-zi a:hover h3::after {
  width: 100%;
}

.xy1-zi a:hover h3 span {
  color: #AA1A00;
}

.xy1-zi .gd:hover {
  color: #AA1A00;
  background: url(../images/xy1-gd2.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
}

.xyzj2 {
  padding-top: 0.7rem;
}

.xy2 {
  margin-top: 0.5rem;
}

.xy2 li {
  opacity: 0.2981;
  padding-bottom: 0.15rem;
}

.xy2 li.slick-active {
  opacity: 1;
}

.xy2 a {
  display: block;
  margin: 0 0.25rem;
  background: #FFFFFF;
  transition: all 0.5s;
}

.xy2 .pic {
  padding-top: 60%;
}

.xy2 .tx {
  padding: 0.3rem;
}

.xy2 .tx h3 {
  font-family: 'syS-medium';
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xy2 .tx .txd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.18rem;
}

.xy2 .tx .date {
  font-family: 'syS-medium';
  font-size: 0.18rem;
  color: #092C7A;
  line-height: 1;
}

.xy2 .tx .date span {
  font-size: 0.3rem;
  padding-right: 0.05rem;
}

.xy2 .tx .jt {
  width: 0.4rem;
  height: 0.16rem;
  background: url(../images/xy1-gd.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.xy2 a:hover .tx h3 {
  color: #03419E;
  font-weight: 900;
}

.xy2 a:hover .tx .jt {
  background: url(../images/xy1-gd2.png) no-repeat center;
  background-size: 100% 100%;
}



.xy2 .slick-dots {
  position: static;
  font-size: 0;
  margin-top: 0.4rem;
}

.xy2 .slick-dots li {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #092C7A;
  margin: 0 0.09rem;
  padding: 0;
}

.xy2 .slick-dots li::before {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #AA1A00;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.xy2 .slick-dots li.slick-active {
  background: #AA1A00;
}

.xy2 .slick-dots li.slick-active::before {
  opacity: 0.496;
}

.xy2 .slick-dots li button {
  display: none;
}

.xy2 .slick-prev,
.xy2 .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: auto;
  bottom: -0.48rem;
}

.xy2 .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 1rem;
  background-image: url(../images/xy2-l.png);
}

.xy2 .slick-next {
  left: 50%;
  right: auto;
  margin-left: 1rem;
  background-image: url(../images/xy2-r.png);
}


.xyzj3 {
  padding-top: 0.85rem;
}

.xy3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.xy3-xq {
  width: 40.375%;
  background: linear-gradient(148deg, #03419E 26%, #0776CD 93%);
  box-shadow: 0.02rem 0px 0.14rem 0px rgba(0, 76, 189, 0.6);
}

.xy3-xq a {
  display: block;
  padding: 0.44rem 0.6rem;
}

.xy3-xq .xy3-xqt {
  display: flex;
  flex-wrap: wrap;
}

.xy3-xq .xy3-xqt .pic {
  width: 2.26rem;
  padding-top: 0;
  height: 2.7rem;
  margin-right: 0.4rem;
}

.xy3-xq .xy3-xqt .pic div.a {
  transform-origin: top;
}

.xy3-xq .xy3-xqt .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.4rem;
}

.xy3-xq .xy3-xqt .tx h3 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
}

.xy3-xq .xy3-xqt .tx p {
  font-family: 'syS-semibold';
  font-size: 0.2rem;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: 0.3rem;
}

.xy3-xq .xy3-b {
  margin-top: 0.4rem;
}

.xy3-xq .xy3-b p {
  font-family: 'syS-semibold';
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 2.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #FFFFFF;
  text-indent: 2em;
}

.xy3-xq .xy3-b .gd {
  text-align: right;
  margin-top: 0.4rem;
}

.xy3-xq .xy3-b .gd span {
  font-family: 'syS-semibold';
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #FFFFFF;
  background: url(../images/jdt-jt.png) no-repeat right center;
  background-size: 0.28rem auto;
  padding-right: 0.38rem;
}

.xy3-name {
  width: 59.625%;
  background: #FFFFFF;
  padding: 0.05rem 0.27rem 0 0.27rem;
}

.xy3-name ul li {
  margin-top: 0.55rem;
}

.xy3-name ul li a {
  display: block;
  margin: 0 0.33rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  cursor: pointer;
}

.xy3-name ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 0.05rem solid #02419E;
  transition: all 0.5s;
}

.xy3-name ul li a span {
  display: block;
  font-family: 'syS-semibold';
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.32rem;
  color: #333333;
}

.xy3-name ul li:hover a span {
  color: #02419E;
}

.xy3-name ul li:hover a::after {
  width: 100%;
}

.xy3-name ul li .yc {
  display: none;
}

.xy3 .slick-dots {
  position: static;
  font-size: 0;
  margin-top: 0.5rem;
}

.xy3 .slick-dots li {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #092C7A;
  margin: 0 0.09rem;
  padding: 0;
}

.xy3 .slick-dots li::before {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #AA1A00;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.xy3 .slick-dots li.slick-active {
  background: #AA1A00;
}

.xy3 .slick-dots li.slick-active::before {
  opacity: 0.496;
}

.xy3 .slick-dots li button {
  display: none;
}

.xy3 .slick-prev,
.xy3 .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: auto;
  bottom: -0.48rem;
}

.xy3 .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 1rem;
  background-image: url(../images/xy2-l.png);
}

.xy3 .slick-next {
  left: 50%;
  right: auto;
  margin-left: 1rem;
  background-image: url(../images/xy2-r.png);
}




/* 合作交流 */
.hzjlbody {
  background: #fff url(../images/hzjl-bg.jpg) no-repeat center bottom;
}

.hzgg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hz1-pic {
  width: 56.75%;
}

.hz1-pic .pic {
  height: 5.8rem;
  padding-top: 0;
}

.hz1-tx {
  flex: 1;
  min-width: 0;
}

.hzjl1 {
  padding-bottom: 2.56rem;
  background: url(../images/hzjl1-bg.png) no-repeat right center;
}

.hz1 {
  margin-top: 0.7rem;
  padding-right: 21.56%;
  align-items: flex-end;
}

.hzgg .szll-tit {
  text-align: left;
}

.hzgg .szll-tit h3 {
  font-size: 0.38rem;
}

.hzgg .more {
  margin-top: 0.6rem;
  width: 1.3rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: linear-gradient(110deg, #03419E 21%, #0776CD 100%);
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1551);
  transition: all 0.5s;
}

.hzgg .more a {
  display: block;
}

.hzgg .more a>img {
  width: 0.4rem;
}

.hzgg .more:hover {
  background: #AA1A00;
}

.hz1 .hz1-tx,
.hz2 .hz1-tx {
  text-align: center;
}

.hz1 .hz1-zy {
  margin-left: -2rem;
  margin-bottom: -0.4rem;
}

.hz1-tx .box {
  display: inline-block;
}

.hz1 .hz1-zy,
.hz2 .hz1-zy {
  text-align: left;
  background: url(../images/hz-zybg.jpg) no-repeat center top;
  background-size: cover;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(182, 182, 182, 0.2);
  padding: 0.6rem;
  margin-top: 0.92rem;
  width: calc(100% + 2rem);
  position: relative;
  z-index: 1;
}

.hz1 .hz1-zy .k,
.hz2 .hz1-zy .k,
.hz3 .hz1-zy .k {
  border-top: 1px solid #96A7C8;
  padding-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.hz1 .hz1-zy .k::after,
.hz2 .hz1-zy .k::after,
.hz3 .hz1-zy .k::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0.82rem;
  border-bottom: 2px solid #AA1A00;
}

.hz1 .hz1-zy p,
.hz2 .hz1-zy p,
.hz3 .hz1-zy p {
  font-family: 'syS-medium';
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.hzjl2 {
  padding-top: 0.8rem;
  position: relative;
  z-index: 1;
}

.hzjl2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1rem;
  background: #F5F6FA;
  z-index: -1;
}

.hzjl2 .hz1-pic {
  order: 2;
}

.hzjl2 .hz1-tx {
  order: 1;
}

.hz2 {
  align-items: flex-start;
}

.hz2 .hz1-zy {
  margin-top: -1.4rem;
  margin-bottom: 1rem;
}

.hzjl3 {
  padding-top: 1.18rem;
}

.hz3 .hz1-tx {
  background: url(../images/hz-zybg.jpg) no-repeat center top;
  background-size: cover;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(182, 182, 182, 0.2);
  padding: 0.6rem;
  margin-left: -0.76rem;
  position: relative;
  z-index: 1;
}

.hz3 .hz1-zy {
  margin-top: 0.35rem;
}

.hz3 .more {
  margin-top: 0.35rem;
}

/* 学院概况 */
.xygkbody {
  background-image: url(../images/xygk-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.xygk {
  padding-top: 0;
}

.xygk1 {
  background: url(../images/xygk1-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 1.7rem;
  padding-top: 0.6rem;
}

.xygk1 .xyzj {
  margin-top: 0.6rem;
  margin-bottom: 0.55rem;
}

.gk1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.gk1-pic {
  width: 45.18%;
  position: relative;
  z-index: 1;
}

.gk1-pic .pic {
  width: calc((100vw - 16rem)/2 + 100%);
  margin-left: calc((-100vw + 16rem)/2);
  padding-top: 0;
  height: 5.8rem;
}

.gk1-pic .pic2 {
  position: absolute;
  right: -0.93rem;
  bottom: -0.6rem;
  width: 52.14%;
  height: 4.03rem;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.3503);
  z-index: 1;
}

.gk1-tx {
  flex: 1;
  min-width: 0;
  padding-left: 1.57rem;
}

.gk1-tx h3 {
  font-family: 'syS-medium';
  font-size: 0.34rem;
  line-height: 1;
  color: #AC1B00;
  margin-bottom: 0.46rem;
}

.gk1-jj p {
  font-family: 'syS-medium';
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  margin-bottom: 0.3rem;
}

.gk1-tx .gd-k {
  margin-top: 0.8rem;
  border-top: 1px solid #96A7C8;
  position: relative;
  z-index: 1;
}

.gk1-tx .gd-k::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0.82rem;
  border-bottom: 2px solid #AA1A00;
}

.gk1-tx .gd {
  margin-top: 0.4rem;
  font-family: 'syS-semibold';
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  background: url(../images/xy1-gd.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
  transition: all 0.5s;
}

.gk1-tx .gd-k a {
  display: block;
}

.gk1-tx .gd-k a:hover .gd {
  color: #AA1A00;
  background: url(../images/xy1-gd2.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
}

.xygk2 {
  padding-top: 0.72rem;
  overflow: hidden;
}

.gk2 {
  margin-top: 0.45rem;
}

.gk2 .slick-list {
  padding-top: 0.2rem;
}

.gk2 a {
  display: block;
  margin: 0 0.4rem;
}

.gk2 .pic {
  padding-top: 137.09%;
  border-radius: 0.1rem;
}

.gk2 .gk2-pic {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.gk2 .gk2-pic::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 100%;
  height: 100%;
  border: 1px solid #03419E;
  opacity: 0.3005;
  border-radius: 0.1rem;
  z-index: -1;
}

.gk2 .tx {
  text-align: center;
  padding: 0 0.1rem 0.32rem 0.1rem;
  transition: all 0.5s;
}

.gk2 .tx h3 {
  font-family: 'syS-semibold';
  font-size: 0.26rem;
  text-align: center;
  color: #03419E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.32rem;
  transition: all 0.5s;
}

.gk2 .tx p {
  font-family: 'syS-semibold';
  font-size: 0.18rem;
  text-align: center;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.gk2 a:hover .gk2-pic {
  transform: scale(1.1);
}

.gk2 a:hover .tx {
  padding-bottom: 0;
}

.gk2 a:hover .tx h3 {
  margin-top: 0.64rem;
}

.gk2 a:hover .tx p {
  color: #03419E;
}

.gk2 .slick-prev,
.gk2 .slick-next {
  top: 38%;
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.gk2 .slick-prev {
  left: -0.8rem;
  background-image: url(../images/xy2-l.png);
}

.gk2 .slick-next {
  right: -0.8rem;
  background-image: url(../images/xy2-r.png);
}

/* 科学研究 */
.kxyjbody {
  background-image: url(../images/kxyj-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.kxyj {
  padding-top: 0;
}

.kxyj1 {
  background: url(../images/yj1-bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.kxyj1 .xyzj {
  margin-top: 0.6rem;
}

.yj1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.yj1 .kl {
  width: 53.75%;
}

.yj1 .kr {
  width: 42%;
}

.yj1 .kl .pic {
  padding-top: 55.46%;
}

.yj1 .kr .pic {
  padding-top: 62.5%;
}


.yj1 .tx {
  padding-left: 0;
}

.yj1 .kl .tx {
  padding-top: 0.6rem;
}

.yj1 .kr .tx {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.yj1 .tx h3 {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.4rem;
}

.yj1 .tx p {
  font-family: 'syS-medium';
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.yj1 .gk1-tx .gd-k {
  margin-top: 0.4rem;
}

.yj1 .k a {
  display: block;
}

.yj1 .k a:hover .tx h3 {
  color: #AA1A00;
}

.kxyj2 {
  padding-top: 0.7rem;
  padding-bottom: 1.66rem;
}

.yj2 {
  margin-top: 0.56rem;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 48.25%;
  position: relative;
}

.jdt a {
  display: block;
}

.jdt .pic {
  padding-top: 0;
  height: 5.2rem;
}

.s1-r {
  width: 48.62%;
}

.s1-r ul {
  height: 100%;
}

.s1-r ul li {
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s1-r ul li:first-child {
  margin-top: 0;
}

.s1-r ul li.on::before {
  width: calc(100% + 0.2rem);
}

.s1-r ul li a {
  display: block;
  background: #FFFFFF;
  padding: 0.27rem 0.3rem;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 0;
}

.s1-r ul li a h3 {
  width: 100%;
  font-family: 'syS-medium';
  font-size: 0.2rem;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  transition: all 0.5s;
}

.s1-r ul li a p {
  font-size: 0;
  height: 0;
  transition: all 0.5s;
}

.s1-r ul li.on a {
  background: url(../images/yj2-libg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.yj2 .txd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.18rem;
}

.yj2 .date {
  font-family: 'syS-medium';
  font-size: 0.18rem;
  color: #092C7A;
  line-height: 1;
}

.yj2 .date span {
  font-size: 0.3rem;
  padding-right: 0.05rem;
}

.yj2 .jt {
  width: 0.4rem;
  height: 0.16rem;
  background: url(../images/xy1-gd.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s1-r ul li.on a h3 {
  color: #fff;
}

.s1-r ul li.on a p {
  font-family: 'syS-medium';
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.s1-r ul li.on .date {
  color: #fff;
}

.s1-r ul li.on .jt {
  background: url(../images/xy1-gd2.png) no-repeat center;
  background-size: 100% 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.s1 .swiper-button-prev,
.s1 .swiper-button-next {
  top: auto;
  bottom: -0.27rem;
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.s1 .swiper-button-prev {
  left: auto;
  right: 1.4rem;
  background-image: url(../images/xy2-l.png);
}

.s1 .swiper-button-next {
  right: 0.6rem;
  background-image: url(../images/xy2-r.png);
}

.kxyj3 {}

.yj3box {
  padding: 0 1.4rem 0 1rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.yj3box::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
  right: 0;
  bottom: 1.4rem;
  background-color: #fff;
}

.yj3box .xyzj {
  width: 2.83rem;
}

.yj3box .zzjg-tit {
  position: static;
  text-align: left;
}

.yj3box .zzjg-tit .more {
  position: static;
  margin-top: 0.4rem;
}

.yj3 {
  flex: 1;
  min-width: 0;
}

.yj3 .swiper-container {
  padding: 0.7rem 0;
}

.yj3 li:nth-child(odd) .picbox {
  margin-top: -0.7rem;
}

.yj3 li:nth-child(even) .picbox {
  margin-top: 0.7rem;
}

.yj3 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yj3 .picbox {
  width: 45%;
}

.yj3 .pic {
  padding-top: 0%;
  height: 3.2rem;
  box-shadow: 0.02rem 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2098);
}

.yj3 .tx {
  width: 45%;
  padding-top: 1rem;
}

.yj3 .tx h3 {
  padding-bottom: 0.22rem;
  position: relative;
  z-index: 1;
}

.yj3 .tx h3 span {
  display: block;
  font-family: 'syS-medium';
  font-size: 0.3rem;
  line-height: 0.32rem;
  color: #03419E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yj3 .tx h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.58rem;
  border-top: 0.03rem solid #03419E;
}

.yj3 .gd {
  margin-top: 0.34rem;
  font-family: 'syS-semibold';
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  background: url(../images/xy1-gd3.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
  transition: all 0.5s;
}

.yj3 a:hover .gd {
  color: #AA1A00;
  background: url(../images/xy1-gd2.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
}


.yj3 .swiper-button-prev,
.yj3 .swiper-button-next {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.yj3 .swiper-button-prev {
  left: auto;
  right: 0.6rem;
  top: 37%;
  background-image: url(../images/xy2-l.png);
}

.yj3 .swiper-button-next {
  right: 0.6rem;
  top: 53%;
  background-image: url(../images/xy2-r.png);
}

.yj4 {
  margin-top: 0.4rem;
  padding-bottom: 1rem;
  position: relative;
}

.yj4 a {
  display: block;
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}

.yj4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yj4 ul li {
  width: 48%;
  margin-top: 0.2rem;
}

.yj4 h3 {
  font-family: 'syS-medium';
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.yj4 .txd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.18rem;
}

.yj4 .date {
  font-family: 'syS-medium';
  font-size: 0.18rem;
  color: #092C7A;
  line-height: 1;
}

.yj4 .date span {
  font-size: 0.3rem;
  padding-right: 0.05rem;
}

.yj4 .jt {
  width: 0.4rem;
  height: 0.16rem;
  background: url(../images/xy1-gd.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.yj4 a:hover h3 {
  color: #03419E;
  font-weight: bold;
}

.yj4 .swiper-button-prev,
.yj4 .swiper-button-next {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: auto;
  bottom: 0;
}

.yj4 .swiper-button-prev {
  left: auto;
  right: 50%;
  margin-right: 1rem;
  background-image: url(../images/xy2-l.png);
}

.yj4 .swiper-button-next {
  right: auto;
  left: 50%;
  margin-left: 1rem;
  background-image: url(../images/xy2-r.png);
}

.yj4 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.6rem;
}

.yj4 .swiper-pagination span {
  width: 0.09rem;
  height: 0.09rem;
  background: #092C7A;
  margin: 0 0.08rem;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.yj4 .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #AA1A00;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.yj4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #AA1A00;
}

.yj4 .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}


/* 4.28开始 */

.xz-ky .kxyj4 {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}

.xz-ky .yj4box {
  margin-top: 1rem;
}

.xz-ky .yj4 li:hover a {
  background: url(../images/xz-ky4libg.jpg) no-repeat center;
  background-size: cover;
}

.xz-ky .yj4 li:hover a h3 {
  color: #fff;
}

.xz-ky .yj4 .date {
  transition: all 0.5s;
}

.xz-ky .yj4 li:hover a .date {
  color: #fff;
}

.xz-ky .yj4 li:hover a .jt {
  background: url(../images/xy1-gd2.png) no-repeat center;
  background-size: 100% 100%;
}

.xz-ky .yj3box::before {
  background: linear-gradient(99deg, rgba(7, 118, 205, 0.5) 17%, rgba(3, 65, 158, 0.95) 89%);
}

.xz-ky .kxyj3 .xyzj .zzjg-tit h3,
.xz-ky .kxyj3 .xyzj .zzjg-tit h3 span {
  color: #fff;
}

.xz-ky .kxyj3 .xyzj .zzjg-tit .more a span {
  color: #fff;
}

.xz-ky .kxyj3 .yj3 .tx h3 span {
  color: #fff;
}

.xz-ky .kxyj3 .yj3 .tx h3::after {
  border-top-color: #fff;
}

.xz-ky .kxyj3 .yj3 .gd {
  color: #fff;
  background: url(../images/xy1-gd2.png) no-repeat 0.67rem center;
  background-size: 0.4rem auto;
}

.xz-ky .kxyj3 .yj3 .swiper-button-prev {
  background-image: url(../images/xy2-lb.png);
}

.xz-ky .kxyj2 {
  padding-bottom: 0.5rem;
}

.xz-ky .kxyj5 {
  padding-bottom: 0.9rem;
}

.xz-ky .yj5 {
  margin-top: 0.55rem;
  position: relative;
  padding-bottom: 0.9rem;
}

.xz-ky .yj5 .swiper-container {
  padding-bottom: 0.3rem;
}

.xz-ky .yj5 .swiper-slide {
  border-left: 1px solid #90BCFF;
  padding: 0 0.4rem;
  height: 3.4rem;
}

.xz-ky .yj5 ul li .k {
  height: 100%;
  padding: 0.2rem 0;
}

.xz-ky .yj5 ul li .k h3 {
  font-family: 'syS-semibold';
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.32rem;
  color: #000000;
}

.xz-ky .yj5 ul li .k .tx {
  display: none;
  border-top: 1px solid #FFFFFF;
}

.xz-ky .yj5 ul li .k .tx ul li {
  margin-top: 0.2rem;
}

.xz-ky .yj5 ul li .k .tx ul li a {
  display: block;
  font-family: 'syS-regular';
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  opacity: 0.8;
  transition: all 0.5s;
}

.xz-ky .yj5 ul li .k .blj {
  margin-top: 0.12rem;
}

.xz-ky .yj5 ul li .k .blj ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.xz-ky .yj5 ul li .k .blj ul li {
  margin-right: 0.3rem;
}

.xz-ky .yj5 ul li .k .blj ul li a {
  display: block;
  font-family: 'syS-regular';
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #03419E;
  transition: all 0.5s;
}

.xz-ky .yj5 .swiper-slide:hover {
  background: url(../images/yj5-libg.jpg) no-repeat center;
  background-size: cover;
}

.xz-ky .yj5 ul li:hover .k h3 {
  color: #fff;
}

.xz-ky .yj5 ul li:hover .k .tx {
  display: block;
  margin-top: 0.3rem;
}

.xz-ky .yj5 ul li .k .tx ul li:hover a {
  opacity: 1;
}

.xz-ky .yj5 ul li:hover .k .blj {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}

.xz-ky .yj5 ul li:hover .k .blj ul li {
  margin-right: 0.1rem;
}

.xz-ky .yj5 ul li:hover .k .blj ul li a {
  background: #A81B00;
  box-shadow: 0.02rem 0.04rem 0.1rem 1px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.5rem;
  padding: 0 0.45rem;
}

.xz-ky .yj5 ul li:hover .k .blj ul li:hover a {
  color: #fff;
}

.yj5 .swiper-button-prev,
.yj5 .swiper-button-next {
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: auto;
  bottom: 0;
}

.yj5 .swiper-button-prev {
  left: auto;
  right: 50%;
  margin-right: 1rem;
  background-image: url(../images/xy2-l.png);
}

.yj5 .swiper-button-next {
  right: auto;
  left: 50%;
  margin-left: 1rem;
  background-image: url(../images/xy2-r.png);
}

.yj5 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5rem;
}

.yj5 .swiper-pagination span {
  width: 0.09rem;
  height: 0.09rem;
  background: #092C7A;
  margin: 0 0.08rem;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.yj5 .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 1px dashed #AA1A00;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.yj5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #AA1A00;
}

.yj5 .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

/* 4.28结束 */


@media screen and (max-width: 1700px) {
  .gk2 .slick-prev {
    left: 0;
  }

  .gk2 .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1600px) {
  .lmmc {
    margin-left: 0;
  }

  .rcpy .k:first-child::before,
  .rcpy .k:nth-child(2)::before,
  .rcpy .k:nth-child(4)::before {
    left: -0.2rem;
  }

  .nymain2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nymain2 .wp {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  .gk1-pic .pic {
    width: calc(100% + 0.2rem);
    margin-left: -0.2rem;
  }

  .gk1-pic .pic2 {
    width: 52.14%;
  }

}

@media screen and (max-width: 1400px) {
  .zzjgbox .k ul li a {
    padding: 0.2rem;
  }

  .zzjgbox .k ul li a h3 {
    font-size: 0.2rem;
  }

  .xy3-name ul li a span {
    font-size: 0.24rem;
  }

  .xy3-name ul li a {
    margin: 0 0.15rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner::before {
    display: none;
  }

  .lmmc {
    width: 2.6rem;
    height: 0.9rem;
  }

  .lmmc h3 {
    font-size: 0.26rem;
  }

  .lmmc h3::after {
    width: 0.44rem;
    height: 0.02rem;
  }

  .position h3::after {
    background-size: auto 0.32rem;
    padding-top: 0.35rem;
  }

  .position h3 {
    font-size: 0.26rem;
  }

  .szll-tit h3,
  .zzjg-tit h3 {
    font-size: 0.22rem;
  }

  .szllbox .k {
    padding: 0.3rem;
  }

  .szll-tit {
    width: 1.8rem;
  }

  .szllbox .k ul li a {
    font-size: 0.2rem;
  }

  .zzjg-tit {
    margin-bottom: 0.1rem;
  }

  .zzjgbox .k ul {
    margin: 0 -0.15rem;
  }

  .zzjgbox .k ul li a {
    margin: 0.15rem;
  }

  .jg-dbox ul li .box .icon1 {
    height: 0.7rem;
  }

  .jg-dbox ul li .box h3 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }

  .rcpy .k:first-child::before {
    top: -1.6rem;
    bottom: -1.3rem;
  }

  .rcpy .k:nth-child(2)::before {
    top: 0.6rem;
    bottom: -3.2rem;
  }

  .rcpy .k:nth-child(4)::before {
    top: -1.2rem;
    bottom: -1.8rem;
  }

  .rcpy .r .szll-tit h3 {
    font-size: 0.26rem;
  }

  .rcpy .r .more {
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .rcpy .l {
    padding: 0.1rem;
  }

  .rcpy .r .an>img {
    width: 2rem;
  }

  .whjsbox {
    margin-top: 0.5rem;
  }

  .whjsbox .kt .icon1 {
    width: 0.85rem;
    height: 0.85rem;
    margin-right: 0.2rem;
  }

  .whjsbox .kt .icon1 img {
    width: 0.4rem;
  }

  .whjsbox .kt h3 span {
    font-size: 0.26rem;
  }

  .whjsbox .kd .pic {
    height: 1.45rem;
  }

  .whjsbox .kt a {
    height: 1.45rem;
  }

  .whjsbox .kt h3 span::before {
    width: 0.33rem;
    height: 0.33rem;
  }

  .szzhbox .kk .icon1 {
    width: 0.85rem;
    height: 0.85rem;
  }

  .szzhbox .kk .icon1 img {
    width: 0.5rem;
  }

  .szzhbox .kk h3 {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }

  .xyzj .zzjg-tit h3 {
    font-size: 0.26rem;
  }

  .hzgg .szll-tit h3 {
    font-size: 0.26rem;
  }

  .hz1 {
    padding: 0 0.2rem;
    margin-top: 0.4rem;
  }

  .hz1-pic .pic {
    height: 2.91rem;
  }

  .hzgg .more {
    margin-top: 0.2rem;
  }

  .hz1 .hz1-zy,
  .hz2 .hz1-zy {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }

  .hzjl1 {
    padding-bottom: 1.56rem;
  }

  .hzjl2 {
    padding-top: 0.4rem;
  }

  .hzjl2::before {
    bottom: 0.4rem;
  }

  .hz2 .hz1-zy {
    margin-top: -1rem;
    margin-bottom: 0.4rem;
  }

  .hzjl3 {
    padding-top: 0.8rem;
  }

  .hz3 .hz1-tx {
    padding: 0.3rem;
  }

  .hz3 .hz1-zy {
    margin-top: 0.3rem;
  }

  .hzgg .more {
    width: 1rem;
  }

  .gk2 a {
    margin: 0 0.3rem;
  }

  .yj3box {
    padding: 0 0.7rem 0 0.2rem;
  }

  .yj3box .xyzj {
    width: 1.5rem;
  }

  .yj3 .tx h3 span {
    font-size: 0.26rem;
  }

  .yj3 .swiper-button-prev,
  .yj3 .swiper-button-next {
    right: 0.2rem;
  }

  .xz-ky .yj5 ul li .k {
    padding: 0.1rem 0;
  }

  .xz-ky .yj5 .swiper-slide {
    padding: 0 0.2rem;
    height: 3rem;
  }

  .xz-ky .yj5 ul li .k .tx {
    display: block;
    margin-top: 0.2rem;
    border-top-color: #ddd;
  }

  .xz-ky .yj5 ul li .k .tx ul li a {
    color: #333;
  }

  .xz-ky .yj5 ul li:hover .k .tx ul li a {
    color: #fff;
  }

  .xz-ky .yj5 ul li .k .blj {
    margin-top: 0.28rem;
  }

  .xy3-xq {
    width: 100%;
  }

  .xy3-xq a {
    padding: 0.2rem;
  }

  .xy3-xq .xy3-b p {
    height: auto;
    max-height: 2.56rem;
  }

  .xy3-name {
    width: 100%;
    padding: 0.05rem 0.2rem 0.6rem 0.2rem;
  }

  .xy3-name ul li {
    margin-top: 0.25rem;
  }

  .xy3-name ul li a {
    padding-bottom: 0.15rem;
  }

  .xy3-name ul li a span {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .position h3::after {
    width: auto;
    height: auto;
  }

  .szllbox .k ul li {
    width: 33.33%;
  }

  .zzjgbox .k ul li {
    width: 50%;
  }

  .jgmain {
    padding-top: 0.3rem;
  }

  .jg-dbox {
    margin-top: 0.5rem;
  }

  .whjsbox .k {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }

  .whjsbox .kt {
    order: 1 !important;
  }

  .whjsbox .kd {
    order: 2 !important;
  }

  .whjsbox .kd .pic {
    height: auto;
    padding-top: 43.9%;
  }

  .whjsbox .k:nth-child(2) .kt a::after {
    top: 100%;
    bottom: auto;
    border-bottom: none;
    border-top: 0.12rem solid #AA1A00;
  }

  .whjsbox .k .kt a::after {
    border-top-width: 0.06rem !important;
    border-left-width: 0.1rem !important;
    border-right-width: 0.1rem !important;
  }

  .szzhbox {
    margin-top: 0.4rem;
  }

  .szzhbox .kk .icon1 {
    width: 0.7rem;
    height: 0.7rem;
  }

  .szzhbox .kk .icon1 img {
    width: 0.4rem;
  }

  .szzhbox .kk h3 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }

  .nymain2 {
    padding: 0;
  }

  .xyzj1 {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }

  .xy1-pic {
    width: 100%;
  }

  .xy1-pic .pic {
    height: auto;
    padding-top: 59.75%;
  }

  .xy1-zi {
    padding: 0.3rem;
  }

  .xy1-zi::before {
    width: 100%;
    top: 0;
    bottom: -0.2rem;
  }

  .xy1-zi .date span {
    font-size: 0.26rem;
  }

  .xy1-zi h3 {
    padding-bottom: 0.2rem;
  }

  .xy1-zi h3 span {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .xy1-zi p {
    margin-top: 0.2rem;
  }

  .xy1-zi .gd {
    margin-top: 0.2rem;
  }

  .xy1 {
    padding-top: 0.4rem;
  }

  .xy1box {
    margin-top: 0.3rem;
  }

  .xyzj .zzjg-tit {
    text-align: left;
  }

  .xy2 a {
    margin: 0 0.15rem;
  }

  .xy2 .tx {
    padding: 0.2rem;
  }

  .xy2 .tx h3 {
    font-size: 0.2rem;
  }

  .xy2 .tx .date span {
    font-size: 0.26rem;
  }

  .xy2 .slick-prev,
  .xy2 .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    bottom: -0.36rem;
  }

  .hz1-pic {
    width: 100%;
  }

  .hz1-pic .pic {
    height: auto;
    padding-top: 63.87%;
  }

  .hz1-tx {
    flex: none;
    width: 100%;
    margin-top: 0.3rem;
  }

  .hz1 .hz1-zy,
  .hz2 .hz1-zy {
    margin-top: 0.3rem;
  }

  .hz1 .hz1-zy {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .hzjl1 {
    padding-bottom: 0.4rem;
  }

  .hzjl2 {
    padding-bottom: 0.4rem;
  }

  .hzjl2::before {
    bottom: 0;
  }

  .hzjl2 .hz1-pic {
    order: 1;
  }

  .hzjl2 .hz1-tx {
    order: 2;
  }

  .hz2 .hz1-zy {
    width: 100%;
    margin-top: 0;
  }

  .hzjl3 {
    padding-top: 0.4rem;
  }

  .hz3 .hz1-tx {
    margin-left: 0;
  }

  .gk1-pic {
    width: 100%;
  }

  .gk1-tx {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }

  .gk1-pic .pic {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-top: 65.68%;
  }

  .gk1-pic .pich:nth-child(2) .pic2 {
    width: 42.69%;
    right: -0.2rem;
    bottom: -0.2rem;
    padding-top: 46.89%;
  }

  .gk1-jj p {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }

  .gk1-tx .gd-k {
    margin-top: 0.4rem;
  }

  .gk1-tx h3 {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }

  .xygk1 {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .xygk2 {
    padding-top: 0.4rem;
  }

  .gk2 .tx h3 {
    font-size: 0.2rem;
  }

  .yj1 .kl {
    width: 100%;
  }

  .yj1 .kr {
    width: 100%;
    margin-top: 0.4rem;
  }

  .yj1 .kr a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .yj1 .kr .tx {
    order: 2;
  }

  .yj1 .kr .pic {
    order: 1;
  }

  .yj1 .k .tx {
    padding-top: 0;
    padding-bottom: 0;
  }

  .yj1 .tx h3 {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .yj1 .gk1-tx .gd-k {
    margin-top: 0.3rem;
  }

  .gk1-tx .gd {
    margin-top: 0.3rem;
  }

  .kxyj1 {
    padding-bottom: 0.4rem;
  }

  .kxyj2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .jdt {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.5rem;
  }

  .jdt .pic {
    height: auto;
    padding-top: 67.35%;
  }

  .yj2 .date span {
    font-size: 0.24rem;
  }

  .yj3box {
    flex-wrap: wrap;
    padding: 0;
  }

  .yj3box .xyzj {
    width: 100%;
  }

  .yj3 {
    flex: none;
    width: 100%;
  }

  .xyzj .zzjg-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .yj3 li:nth-child(odd) .picbox {
    margin-top: 0;
  }

  .yj3 li:nth-child(even) .picbox {
    margin-top: 0;
  }

  .yj3 .swiper-button-prev,
  .yj3 .swiper-button-next {
    display: none;
  }

  .yj3box {
    padding-top: 0.2rem;
  }

  .yj3box::before {
    top: 0;
    left: -0.2rem;
    right: -0.2rem;
    bottom: 0;
  }

  .yj3 .swiper-container {
    padding: 0.2rem 0.1rem 0.6rem 0.1rem;
  }

  .yj3 .pic {
    height: auto;
    padding-top: 142.22%;
  }

  .kxyj4 {
    padding-top: 0.4rem;
  }

  .yj4 {
    margin-top: 0.2rem;
  }

  .yj4 ul li {
    width: 100%;
  }

  .yj4 a {
    padding: 0.2rem;
  }

  .yj4 .date span {
    font-size: 0.24rem;
  }

  .xz-ky .kxyj4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .xz-ky .yj4box {
    margin-top: 0.4rem;
  }

  .xz-ky .yj4 {
    padding-bottom: 0.7rem;
  }

  .xz-ky .yj4 .swiper-pagination {
    margin-top: 0.3rem;
  }

  .xz-ky .kxyj5 {
    padding-bottom: 0.4rem;
  }

  .xz-ky .yj5 {
    margin-top: 0.4rem;
    padding-bottom: 0.7rem;
  }

  .yj5 .swiper-pagination {
    margin-top: 0.3rem;
  }

  .xz-ky .kxyj2 {
    padding-bottom: 0;
  }

}

@media screen and (max-width: 480px) {
  .lmmc {
    display: none;
  }

  .szll-tit {
    width: 100%;
  }

  .szllbox .k ul {
    flex: none;
    width: 100%;
    margin-top: 0.25rem;
  }

  .zzjgbox .k ul li {
    width: 100%;
  }

  .zzjgbox .k ul li a {
    height: auto;
  }

  .jg-dbox ul {
    justify-content: space-between;
  }

  .jg-dbox ul li {
    width: 48.2%;
    margin-top: 0.2rem !important;
  }

  .jg-dbox ul li+li {
    margin-left: 0;
  }

  .jg-dbox ul li:nth-child(odd) {
    margin-top: 0;
  }

  .rcpy .k:first-child::before {
    top: -1.2rem;
    bottom: -0.8rem;
  }

  .rcpy .k:nth-child(2)::before {
    top: 0.4rem;
    bottom: -5.8rem;
  }

  .rcpy .k:nth-child(4)::before {
    top: 0.4rem;
    bottom: -1rem;
  }

  .rcpy .k {
    margin-top: 0.4rem;
  }

  .rcpy .l {
    width: 100%;
    order: 1 !important;
  }

  .rcpy .r {
    width: 100%;
    margin-top: 0.4rem;
    order: 2 !important;
  }

  .szzhbox .k {
    width: 50%;
  }

  .szzhbox .k:nth-child(odd) .kt-i {
    margin-top: 0;
  }

  .szzhbox .k .kt-i {
    order: 1 !important;
  }

  .szzhbox .k .kd-pic {
    order: 2 !important;
  }

  .xy3-name .slick-prev,
  .xy3-name .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    bottom: -0.36rem;
  }
}