@charset "utf-8";

@font-face {
  font-family: sy;
  src: url(../fonts/sySong.woff);
}


@font-face {
  font-family: Bebas;
  src: url(../fonts/Bebas.ttf);
}



/*横向居中*/

.te_c {
  text-align: center;
}


/*相对定位*/

.p_r {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-warp {
  flex-flow: wrap
}

.flex-column {
  flex-flow: column
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 防抖动全局样式 */
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  box-sizing: border-box;
}

.transition {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}


.di_in {
  display: inline-block;
}

.di_no {
  display: none;
}

.di_bl {
  display: block;
}


.header {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0.2rem 1.61rem 0;
  margin: 0 auto;
}

.header::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.8;
  background: linear-gradient(180deg, #000000 0%, #0000004f 68%, #00000000 100%);
  filter: blur(10px);
  height: 2.03rem;
  width: 100%;
}

.header .top {
  color: #FFF;
  justify-content: flex-end;
  font-size: .16rem;
  line-height: 1.6;
  font-family: 'SourceHanSans-Regular';
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.header .top .lang {
  color: #FFF;
  padding-left: .14rem;
  background-size: .21rem;
  margin-right: .14rem;
  position: relative;
  font-size: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header .top .lang:hover {
  color: #43C4BA;
  padding-right: 0.05rem;
}

.header .top .lang img {
  margin-right: 0.06rem;
  vertical-align: middle;
}

.header .top .lang::after {
  content: '';
  font-size: .14rem;
  width: 0.01rem;
  height: 0.16rem;
  position: absolute;
  background: #8EA6E1;
  top: calc(50% - 0.08rem);
  margin-left: 0.14rem;
}

.header .top .search-btn {
  background: url(../images/submit.svg)no-repeat left center;
  background-size: 0.16rem;
  cursor: pointer;
  padding-left: .3rem;
  margin-left: 0.14rem;
}

.header .logo {}

.header .logo img {
  height: .97rem;
  margin-right: 1rem;
}

.nav {
  flex-wrap: nowrap;
  position: relative;
  justify-content: flex-end;
}
.nav::before{
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.5)
}
.nav li {
  margin-right: .5rem;
}

.nav li>a {
  line-height: .6rem;
  font-size: .2rem;
  color: #FFF;
  font-weight: 700;
}

.nav li:last-child {
  margin-right: 0;
}

.nav .drop {
  width: 1.4rem;
  left: 50%;
  top: .6rem;
  position: absolute;
  transition: transform 0.2s linear, opacity 0.2s linear;
  -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
  -moz-transition: transform 0.2s linear, opacity 0.2s linear;
  -ms-transition: transform 0.2s linear, opacity 0.2s linear;
  -o-transition: transform 0.2s linear, opacity 0.2s linear;
  transform-origin: top;
  z-index: 9;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  background-color: #FFF;
  line-height: 2.6;
  margin-left: -.7rem;
  font-size: .17rem;
}

.nav .drop::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px transparent solid;
  border-right: 8px transparent solid;
  border-bottom: 8px #FFF solid;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.search-content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #133984;
}

.search-content .close {
  position: absolute;
  right: .6rem;
  top: .6rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/close.svg)no-repeat center;
  background-size: .4rem;
  cursor: pointer;
  z-index: 10;
}

.search-content .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 60%;
  height: .7rem;
  border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
  color: #FFF;
  font-size: .18rem;
  background: none;
  padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
  color: #FFF;
}

.search-content .content input[type='submit'] {
  width: .6rem;
  background: url(../images/submit.svg)no-repeat center;
  background-size: .24rem;
}

@media (min-width:1025px) {
  .nav li:hover .drop {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }

  .nav .drop>a:hover {
    color: #133984;
    font-weight: 700;
  }

  .footer .tool .item:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .footer .tool .item:hover::before,
  .footer .tool .item:hover::after {
    opacity: 1;
  }

  .footer .share>div:hover .erwma {
    display: block;
  }
}


.header_box {
  position: relative;
  z-index: 99;
}

.head_wz img {
  height: 0.37rem;
}

.header_top {
  position: relative;
  padding: .29rem 0;
  border-bottom: 1px solid #209258;
}

.header_top .top {
  justify-content: space-between;
  align-items: center;
}

#logo {
  position: relative;
}

.header_top #logo img {
  transition: .5s;
  max-width: 3.14rem;
}

.list_box1 {}

.list_box1 .top-t {
  align-items: center;
  justify-content: flex-end;
}

.list_box1 .li {}

.list_box1 .li:first-child {
  padding-right: .12rem;
  border-right: 1px solid #fff;
}

.list_box1 .li #nav_btn .navbtn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
  width: .26rem;
  background: #D8D8D8;
  display: block;
}

.list_box1 .li #nav_btn .navbtn:before {}

.list_box1 .li #nav_btn .navbtn:after {}

.list_box1 a {
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
}

.list_box1 a:hover {
  color: rgba(255, 255, 255, .8);
}

.list_box1 a img {
  display: inline-block;
}

.list_box1 a p {}

.list_box1 .ser .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box1 .li .input {
  width: calc(100% - .16rem);
  height: 100%;
  padding: 0 0.1rem 0 0rem;
  font-size: .16rem;
  color: #fff;
  line-height: .28rem;
}

.list_box1 .li .serbtn {
  width: 0.16rem;
  background: url(../images/ser.png) no-repeat left center;
  background-size: 0.16rem;
  height: 100%;
}

.list_box1 .li .input::-webkit-input-placeholder {
  color: #fff;
}

.list_box1 .li .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.list_box1 .li .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.list_box1 .li .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}



/*手机端开始*/
.m_header_box {
  transition: .6s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0 0 0 0.15rem;
  height: .7rem;
  background: #0D4BAD;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo {
  padding: 0;
  width: 75%;
  margin: 0;
}

.m_header_box header #logo img {
  max-height: .6rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: -10px;
  border-right: #fff 10px solid;
  border-top: transparent .7rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  height: .3rem;
  z-index: 99;
  -webkit-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.40rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: .28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #133984;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #133984;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

.header_top #nav_btn .navbtn::before {
  top: 8px;
  width: 100%;
  background: #D8D8D8;
}

.header_top #nav_btn .navbtn::after {
  bottom: 8px;
  width: 100%;
  background: #D8D8D8;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #f7f7f7;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  /* background: rgba(255,255,255,.1); */
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: #0D4BAD url(../images/submit.svg) center no-repeat;
  background-size: .28rem;
}

#m_nav .list_box0 {
  text-align: center;
  width: 100%;
  justify-content: flex-start;
  margin: .32rem 0 0;
  flex-wrap: wrap;
  height: 0.4rem;
}

#m_nav .list_box0 .li {
  text-align: left;
  color: #43C4BA;
  margin: 0 .12rem 0.15rem 0;
  font-size: 14px;
  padding: 0;
  min-width: 1rem;
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  max-height: calc(100% - 250px);
  /* background: rgba(255,255,255,.1); */
  padding: 0 0 10px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  /* flex: 1; */
}

.list_box_nav_mobile>li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile>li .con {
  position: relative
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: .5rem;
  color: #333;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: .5s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: .64rem;
  height: .5rem;
  display: inline-block;

  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*顶部搜索*/
.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 85px;
  display: block;
  margin-bottom: 0.1rem;
}

.wap_search .header-search {
  height: 40px;
  border-radius: 20px;
  background: rgb(255 255 255);
  position: relative;
  width: 80%;
  margin: 10px auto;
}

.wap_search .input {
  font-size: .16rem;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: #fff;
  border-radius: 30px;
  /* background:none; */
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url(../images/submit.svg) center no-repeat #43C4BA;
  background-size: .24rem;
  border-radius: 20px;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #999;
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn {
  padding: 0 .1rem;
  margin-left: .1rem;
  margin-right: .2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 1.2rem;
  height: .24rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  border-radius: .3rem;
  color: #fff;
}

.search_btn input[type="text"] {
  width: 90%;
  height: 100%;
  color: #fff;
}

.search_btn input[type="image"] {
  height: .14rem;
}



@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}

/* banner */
.main-visual-wrapper {
  width: 100%;
  position: relative;
  padding-top: 0;
}

.main-visual-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-box1 .imged {
  padding-bottom: 9.8rem;
  width: 100%;
}

.slide-inner {
  position: relative;
  overflow: hidden;
}

.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.banner a {
  position: relative;
  display: block;
  width: 100%;
}

.banner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.28rem;
  opacity: 0.6;
  background: linear-gradient(360deg, #000000 0%, #0000004f 68%, #00000000 100%);
  z-index: 6;
}

.swiper-box1 .cir {
  display: flex;
  justify-content: center;
  bottom: .15rem;
  z-index: 10;
  width: 100%;
  height: .6rem;
  align-items: center;
}

.swiper-box1 .cir span {
  margin: 0px .16rem !important;
  width: 0.09rem;
  height: 0.09rem;
  opacity: 1;
  transition: all .6s;
  background: none;
  border: 0.01rem solid #fff;
}

.swiper-box1 .cir .swiper-pagination-bullet-active {
  width: .47rem;
  height: .47rem;
  background: url(../images/bam-dots.png) no-repeat center center/100% 100%;
  border: none;
}

@media screen and (max-width: 1400px) {
  .header {
    padding: 0.2rem 0.15rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }

  .m_header_box {
    display: block;
  }

  .main-visual-wrapper {
    padding-top: .6rem;
  }

  .swiper-box1 .imged {

    padding-bottom: 51%;
  }

  .m_header_box header {
    background: #133984;
  }
}

@media screen and (max-width: 768px) {
  .swiper-box1 .cir .swiper-pagination-bullet-active {
    width: .3rem;
    height: .3rem;
    background-size: 100% 100%;
  }

  .swiper-box1 .cir {
    height: .35rem;
  }
}

/* home1 */

.home1 {
  padding: 0.6rem 0;
  width: 100%;
  overflow: hidden;
  background: url(../images/page1.png) no-repeat;
}

.title {
  margin-bottom: .45rem;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 0.78rem;
}

.title .h3 {
  /* width: 4rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title .h3:before {
  position: absolute;
  content: "";
  background: url(../images/tit-l.png) no-repeat;
  bottom: 50%;
  left: 0;
  width: 43.5%;
  height: 0.29rem;
  background-size: 100%;
  z-index: 4;
}

.title .h3:after {
  position: absolute;
  content: "";
  background: url(../images/tit-r.png) no-repeat;
  bottom: 0;
  right: 0.8rem;
  width: 39%;
  height: 0.27rem;
  background-size: auto 0.27rem;
}

.title h3 {
  font-family: Source Han Sans CN;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #133984;
}

.title p {
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  background: linear-gradient(180deg, #8ba2c2 0%, #8ba2c200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  top: 0;
  opacity: 0.2;
}


.title2 .h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title2 .h3:before {
  position: absolute;
  content: "";
  background: url(../images/tit-l2.png) no-repeat;
  bottom: 50%;
  left: 0;
  width: 42.5%;
  height: 0.29rem;
  background-size: 100%;
}

.title2 .h3:after {
  position: absolute;
  content: "";
  background: url(../images/tit-r2.png) no-repeat;
  bottom: 0;
  right: 0.8rem;
  width: 37%;
  height: 0.27rem;
  background-size: 100% auto;
}

.title2 h3 {
  font-family: Source Han Sans CN;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff;
}

.title2 p {
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  background: linear-gradient(180deg, #8ba2c2 0%, #8ba2c200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  top: 0;
  opacity: 0.2;
}

.more {
  position: absolute;
  right: 0;
  top: calc(100% - 0.27rem);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.more a {
  position: relative;
  padding-right: .27rem;
  font-size: 0.16rem;
  transition: 0.5s;
  color: #666;
}

.more2 a {
  position: relative;
  padding-right: .27rem;
  font-size: 0.16rem;
  transition: 0.5s;
  color: #fff;
}

.more:hover {
  padding-right: 0.1rem;
}

.more a:hover {
  color: #43c4ba;


}
.more2 a:hover {
  color: #43c4ba;


}


.more a::after {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/more.png) no-repeat;
  background-size: 100% 100%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}



.home1-t {
  justify-content: space-between;
  align-items: flex-start;
}

.home1-t .left {
  width: 50%;
}


.sr-indSwiper1 {
  position: relative;
  /* box-shadow: 0.06rem 0.1rem 0.16rem 0 rgba(5, 65, 144, 0.05); */
  overflow: hidden;
  /* background: rgba(0, 101, 61, 0.1); */
  border-radius: 0 0 0.2rem 0;
}


.sr-indSwiper1 .con {
  display: block;
  height: 100%;
}

.sr-indSwiper1 .pic {
  height: 3.96rem;
}

.pic {
  position: relative;
  overflow: hidden;
}

.pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: -86%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

.pic .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pic:hover .a {
  transform: scale(1.05);
}

.sr-indSwiper1 .text {
  padding: 0.24rem 0;
  padding-right: 1.8rem;
  height: 0.74rem;
  width: 100%;
  border-bottom: 0.03rem solid #003291;
  line-height: 0.24rem;
}

.sr-indSwiper1 .text .date2 {
  position: absolute;
  align-items: end;
  width: auto;
  z-index: 9;
  font-size: .2rem;
  text-align: center;
  font-family: 'Bebas';
  color: #ffffff;
  line-height: .3rem;
  background: #133984;
  width: 1.14rem;
  height: 0.8rem;
  right: 0.2rem;
  bottom: 0.38rem;
  padding: 0.11rem 0;
}

.sr-indSwiper1 .text .date2 span:first-child {
  font-size: 0.3rem;
  margin-bottom: 0.06rem;
}

.sr-indSwiper1 .text .date2 span {
  display: block;
  font-family: 'Bebas';
  font-size: 0.2rem;
}

.sr-indSwiper1 .tit {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-indSwiper1 .desc {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.63;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}



.home1-t .right {
  width: 48%;
}


.home1-t li * {
  transition: 0.5s;
}

.home1-t .right ul li.on {
  height: auto;
  border-bottom: 1px solid #C9D6E5;
  margin-bottom: 0.13rem;
  padding: 0;
}

.home1-t .right ul li {
  padding: 0.25rem 0;
  position: relative;
  height: 0.75rem;
}

.home1-t .right ul li.on .con {
  margin-left: 0.2rem;
  padding-right: 0;
}

.home1-t .right ul li .con p {
  font-weight: 600;
  font-family: PingFang SC;
  font-size: 0.2rem;
  /* font-weight: normal; */
  line-height: 20px;
  /* letter-spacing: normal; */
  color: #1A1A1A;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.home1-t .right ul li a {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  border-radius: .1rem;
  transition: all .6s;
  position: relative;
}

.home1-t .right ul li a:after {
  box-sizing: border-box;
  border: 0.01rem solid #133984;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  bottom: calc(50% - 0.04rem);
}

.home1-t .right ul li.on a:after {
  display: none;
}

.home1-t .right ul li.on:after {
  display: none;
}

.home1-t .right ul li:last-child:after {
  display: none;
}

@keyframes load {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.home1-t .right ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.01rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 0.01rem solid #133984;
  bottom: 0;
  opacity: 0;
}

.home1-t .right ul li:hover .con p {
  color: #133984;
  font-weight: 600;
}

.home1-t .right ul li:hover:after {
  opacity: 1;

  animation: load 1s linear forwards;
}


.home1-t .right ul li.on a .date {
  position: relative;
  align-items: end;
  width: 0.87rem;
  height: 0.81rem;
  z-index: 9;
  text-align: center;
  font-family: Bebas;
  background: url(../images/time1.png) no-repeat center top;
  background-size: 100%;
}


.home1-t .right ul li a .date2 {
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.18rem;
  text-align: right;
  letter-spacing: normal;
  color: #133984;
}




.home1-t .right ul li a .date p:first-child {
  font-family: Bebas;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #133984;
  padding-top: 0.04rem;
  margin-bottom: 0.06rem;
}



.home1-t .right ul li a .date p:nth-child(2) span {
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #133984;
}



.home1-t .right ul li a .con {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-left: 0.24rem;
  text-align: left;
  z-index: 9;
  padding-right: 0.3rem;
}


.home1-t .right li .con h3 {
  font-size: 0.22rem;
  color: #23519A;
  line-height: 1;
  margin-bottom: .1rem;
  transition: 0.5s;
}

.home1-t .right li.on .con p {
  font-size: .2rem;
  line-height: .3rem;
  color: #133984;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-family: PingFang SC;
  margin-bottom: 0.12rem;
  font-weight: 600;
}

.home1-t .right li .con p.desc {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal !important;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #767373 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}




/* home2 */
.home2 {
  padding: 0.6rem 0;
  background: url(../images/page2.png) no-repeat center top/cover;
  overflow: hidden;
  background-size: cover;
  width: 100%;
}

.home2 .title .h3 {
  /* margin: 0 auto; */
}

.home2 .title p {
  text-align: center;
}

.home2-t {
  position: relative;

}

.home2-t:before {
  position: absolute;
  content: "";
  width: 17.96rem;
  height: 3.41rem;
  left: -0.98rem;
  background: linear-gradient(180deg, #ffffff00 2%, #ffffff0d 16%, #ffffff 100%);
  bottom: 0;
}

.home2-t li {
  padding: 0.5rem 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.18rem 0px rgba(0, 0, 0, 0.1);
  /* width: 3.99rem !important; */
  height: 2.2rem;
}

.home2-t li.swiper-slide-active {
  box-shadow: none;
  position: relative;
  background: none;
  box-shadow: none;
  padding: 0;
}

.home2-t li.swiper-slide-active:after {
  background: url(../images/tzxzbg.png) no-repeat top;
  position: absolute;
  content: "";
  top: 0;
  width: 143.25%;
  height: 107.25%;
  left: -21.125%;
  z-index: -1;
  background-size: 100% 100%;
}

.home2-t li.swiper-slide-active .date {
  background: url(../images/tzsjbg2.svg) no-repeat;
  left: -12.2%;
  background-size: 100%;
}

.home2-t li a {
  display: block;
}

.home2-t li a .date {
  width: 1.34rem;
  height: .37rem;
  left: 0;
  position: absolute;
  top: 0;
  background: url(../images/tzsjbg.svg) no-repeat;
  background-size: 100%;
  line-height: 0.37rem;
  font-family: Bebas;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
}

.home2-t .swiper-container ul {
  height: 2.39rem;
  padding: 0.1rem 0 0.4rem;
}

.home2-t li a .scale {
  border-radius: .1rem;
}

.home2-t li a .imged {
  padding-bottom: 61.93%;
  border-radius: .1rem;
  overflow: hidden;
}

.home2-t li.swiper-slide-active a {}

.home2-t li .con {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  border-radius: .1rem .1rem 0 0;
  z-index: 0;
}

.home2-t li.swiper-slide-active .con {
  opacity: 1;
  z-index: 9;
  padding: 0.5rem 0;
}

.home2-t li.swiper-slide-active .con h3 {
  color: #fff;
}

.home2-t li.swiper-slide-active .con h4 {
  color: #DBEBFF;
}

.home2-t li h3 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.3rem;
  /* 浏览器可能不支持 */
  color: #1A1A1A;
}


.home2-t li h4 {
  font-size: .16rem;
  line-height: 0.24rem;
  color: #8893A1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: .15rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home2-t li .con .date {
  display: flex;
  align-items: flex-end;
}



.home2-t li .con .date span {
  font-size: .18rem;
  color: #3B3B3B;
  font-family: Bebas;
  padding-left: .05rem;
}

.home2-t .arror {
  width: 0.3rem;
  height: 0.3rem;

  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  transition: 0.5s;
  border-radius: 50%;
}

.home2-t .arror::after {
  display: none;
}

.home2-t .swiper-button-prev {
  position: absolute;
  left: 31%;
  top: 30%;
  background: url(../images/h2-l.png) no-repeat center center;
}

.home2-t .swiper-button-next {
  position: absolute;
  top: 30%;
  right: 31%;
  background: url(../images/h2-r.png) no-repeat center center;
}



.home2-t .swiDots {
  font-size: 0;
  bottom: 0;
}

.home2-t .swiDots span {
  width: .16rem;
  height: .16rem;
  margin: 0 .135rem !important;
  background: none;
  background-size: 100%;
  border-radius: 50%;
  border: 0.01rem dashed #133A87;
  opacity: 1;
  position: relative;
  vertical-align: middle;
}

.home2-t .swiDots span.swiper-pagination-bullet-active {

  background: #43C4BA;
  border-radius: 50%;
  font-size: .14rem;
  color: #fff;
  border: none;
  line-height: .48rem;


}



/* home3 */
.home3 {
  padding: 0.6rem 0 1.2rem;
  background: url(../images/page3.png) no-repeat bottom;
  background-size: 100%;
}



.home3-t {
  position: relative;
  justify-content: space-between;
}

.home3-t .left {
  width: 36.072%;
}

.home3-t .title {

  justify-content: start;
}

.home3-t .title .h3:before {
  display: none;
}

.home3-t .left .title .h3:after {
  width: 57%;
  background: url(../images/chg_04.png) no-repeat;
  background-size: auto 0.27rem;
}

.home3-t .right .title .h3:after {
  width: 75%;
  background: url(../images/tit-r.png) no-repeat;
  bottom: -0.05rem;
  background-size: auto 0.27rem;
}

.home3-t .right {
  width: 58.572%;
}

.tabs {
  position: relative;
}

.tabs .home-title {
  margin-right: .3rem;
  opacity: .7;
}

.tabs .home-title .title p {
  display: none;
}

.tabs .on .title p {
  display: block;
}

.tabs .home-title .more {
  display: none;
}


.tabs .home-title.on {
  opacity: 1;
}


.tabs .home-title.on .more {
  display: flex;
}

.h3_list ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all .6s;
}

.h3_list ul li {
  line-height: .6rem;
  /* display: flex; */
  /* align-items: center; */
  position: relative;
}

.h3_list ul li .line {
  position: absolute;
  content: "";
  width: 0.01rem;
  height: 0.18rem;
  background: #D8D8D8;
  left: .79rem;
}

.h3_list ul li:first-child {
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 0.21rem;
  line-height: normal;
}

.h3_list ul li a .scale {
  width: 2.15rem;
  position: relative;
}

.h3_list ul li a .scale .imged:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  /* 边框宽度 = 三角形大小 */
  border-left: 26px solid transparent;
  border-right: 26px solid #f8f7fa;
  border-top: 26px solid transparent;
  /* 这个边显示颜色 */
  right: 0;
  bottom: 0;
  left: auto;
}

.h3_list ul li a .scale .imged {
  padding-bottom: 67.445%;
  width: 100%;
}

.h3_list ul li a .cont {
  flex: 1;
  min-width: 0;
  margin-left: .25rem;
}

.h3_list ul li:first-child a .cont h2 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #1A1A1A;
  margin-top: 0.1rem;
  white-space: normal;
  margin-top: 0.1rem;
}



.h3_list ul li a .cont .date {
  position: relative;
  text-align: left;
}



.h3_list ul li a .cont .date span {
  position: relative;
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #123D93;
  z-index: 6;
}


.h3_list ul li a .date span {
  position: relative;
  font-family: Bebas;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #123D93;
  z-index: 6;
}

.h3_list ul li a h2 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #1A1A1A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}



/* home4 */
.home4 {
  width: 100%;
  padding: 0.6rem 0rem 1.1rem;
  overflow: hidden;
}

.home4-t {
  display: flex;
  flex-wrap: wrap;
}

.home4-t .left {
  width: 5rem;
}

.h4-l a {
  position: relative;
  display: block;
}

.h4-l a .scale {
  border-radius: .1rem .25rem .2rem .2rem;
}

.h4-l a .imged {
  padding-bottom: 133%;
}

.h4-l a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  right: .34rem;
  padding: .75rem .45rem .45rem .45rem;
  font-size: .22rem;
  font-weight: bold;
  color: #fff;
  z-index: 9;
}

.home4-t .right {
  flex: 1;
  min-width: 0;
  margin-left: .35rem;
}

.h4-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h4-r .h4-rl {
  width: 48.5%;
}

.h4-rlt a {
  position: relative;
  display: block;
  border-radius: .15rem .15rem 0 0;
  overflow: hidden;
}

.h4-rlt a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background: linear-gradient(180deg, rgba(96, 96, 96, 0) 0%, #1E1E1E 100%);
  z-index: 1;
}

.h4-rlt a .imged {
  padding-bottom: 76.17%;
}

.h4-rlt a .cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3rem .35rem;
  z-index: 9;
}

.h4-rlt a .cont .date {
  display: flex;
  align-items: flex-end;

  color: #fff;
}

.h4-rlt a .cont .date p {

  font-size: .28rem;

  font-family: Bebas;
}

.h4-rlt a .cont .date span {
  font-size: .18rem;
  color: #D8D8D8;
  font-family: Bebas;
}

.h4-rlt a .cont>p {
  font-size: .2rem;
  margin-top: .1rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h4-rlb {
  margin-top: .3rem;
}

.h4-rlb a {
  display: block;
  padding: .35rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border-bottom: 4px solid #009B4F;
}

.h4-rlb a .date {
  display: flex;
  align-items: flex-end;
}

.h4-rlb a .date p {
  font-family: Bebas;
  font-size: 0.28rem;
  color: #009B4F;
}

.h4-rlb a .date span {
  font-size: 0.18rem;
  color: #999999;
  font-family: Bebas;
}

.h4-rlb a h2 {
  margin: .1rem 0;
  font-size: .2rem;
  line-height: .32rem;
  color: #333333;
  font-weight: normal;
  height: .64rem;
}

.h4-rlb a:hover h2 {
  font-weight: bold;
  color: #009B4F
}

.h4-rlb a>p {
  font-size: .16rem;
  color: #666666;
  line-height: .26rem;
  height: .52rem\0;
}

.h4-r .h4-rr {
  width: 48.5%;
  background: #fff;
  padding: 0 .15rem;
  padding-top: .2rem;
}

.h4-r .h4-rr ul li a {
  position: relative;
  display: block;
  padding: .2rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.h4-r .h4-rr ul li:last-child a {
  border-bottom: none;
}

.h4-r .h4-rr ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background: #009B4F;
  width: 1rem;
  opacity: 1;
  z-index: -1;
  transition: all .6s;
}

.h4-r .h4-rr ul li:last-child a:after {
  display: none;
}

.h4-r .h4-rr ul li a .date {
  display: flex;
  align-items: flex-end;
}

.h4-r .h4-rr ul li a .date p {
  font-size: 0.28rem;
  font-family: Bebas;
  color: #009B4F;
}

.h4-r .h4-rr ul li a .date span {
  font-size: 0.18rem;
  color: #999999;
  font-family: Bebas;
}

.h4-r .h4-rr ul li a>p {

  line-height: .32rem;

  height: .64rem\0;

  margin: .2rem 0 0;
}

.h4-r .h4-rr ul li a>p span {
  font-size: .2rem;
  color: #333;
  background-image: linear-gradient(#009B4F, #009B4F);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: all .6s;
}

.h4-r .h4-rr ul li a .h4_gd {
  font-size: .14rem;
  color: #999999;
}

@media screen and (min-width: 1024px) {
  .h4-r .h4-rr ul li:hover a:after {
    opacity: 1;
    z-index: 9;
  }

  .h4-r .h4-rr ul li:hover a>p span {
    background-size: 100% 1px;
    color: #009B4F;
    font-weight: bold;

  }
}

@media screen and (max-width: 1024px) {
  .title p{
    opacity: 1;
    width: 100%;
  }
  .title .h3{
    width: 4rem;
    justify-content: start;
    flex-direction: row;
  }
  .home4-t .left {
    width: 100%;
  }

  .home4-t .right {
    margin-left: 0;
    flex: none;
    width: 100%;
    margin-top: .2rem;
  }

  .home4 {
    padding: .2rem 0;
  }
  .home3-t .title{
    justify-content: center;
  }
  .title h3{
    font-size: 0.34rem;
}
  .title .h3:before{
    width: 42.5%;
  }
   .title .h3:after {
    right: 0.2rem;
    width: 42% !important;
    height: 0.27rem;
    background-size: auto 100%;
    background: url(../images/tit-r.png) no-repeat !important;
    background-size: auto 0.27rem !important;
    bottom: 0.05rem;
  }
  .title2 .h3:after {
  position: absolute;
  content: "";
  background: url(../images/tit-r2.png) no-repeat !important;
  bottom: -0.05rem !important;
  right: 0.8rem;
  width: 37% !important;
  height: 0.27rem;
  background-size: auto 0.27rem !important;
}
}

@media screen and (max-width: 768px) {
  .home3-t .title{
    justify-content: start;
  }
  .title .h3:after{
    width: calc(100% - 1.65rem) !important;
    right: 0.75rem;
  }
}


/* home5 */
.bk5 {}

.home5 {
  position: relative;
  overflow: hidden;

}

.home5 .title .h3 {
  margin: 0 auto;
}

.home5 .title .h3 p {
  text-align: center;
}

.home5-t {
  position: relative;
}

.home5-t li * {
  transition: 0.5s;
}

.home5-t ul {
  align-items: center;
  margin: 0 -.12rem;
}

.home5-t li {
  width: 25%;
  padding: 0 .12rem;

}

.home5-t li a {
  padding: .2rem;
  padding-bottom: .8rem;
  display: block;
  width: 100%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.08));
  margin-bottom: .5rem;
}

.home5-t li a .h5-t {
  display: flex;
  align-items: center;
}

.home5-t li a .h5-t span {
  font-size: 0.24rem;
  color: #333;
}

.home5-t li a .h5-t i {
  margin-left: .25rem;
  width: .9rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: .2rem;
  font-size: .14rem;
  color: #fff;
  font-style: normal;
}

.home5-t li a h2 {
  margin: .1rem 0;
  font-size: .18rem;
  color: #333333;
  line-height: .3rem;
  height: .6rem\0;
}

.home5-t li a .h5-gd {
  position: absolute;
  right: .25rem;
  bottom: .6rem;
  width: .3rem;
  height: .2rem;
  background: url(../images/h5-gd.png) no-repeat center center;
}

@media screen and (min-width:1024px) {
  .home5-t li:hover a {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.08));
  }

  .home5-t li:hover a .h5-t span {
    color: #fff;
  }

  .home5-t li:hover a h2 {
    color: #fff;
    font-weight: bold;
  }

  .home5-t li:hover a .h5-gd {
    width: .3rem;
    height: .3rem;
    background: url(../images/h5-gd1.png) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width:1024px) {
  .home5-t li {
    width: 50%;
  }

  .home5-t li a {
    margin-bottom: .2rem;
  }

  .bk5 {}
}

@media screen and (max-width:768px) {
  .home5-t li {
    width: 100%;
  }

  .home5 .title .h3 {
    margin-left: 0;
  }

  .home5 .title .h3 p {
    text-align: left;
  }

  .home5-t li a .h5-t span {
    font-size: .2rem;
  }


}

/* 产教动态样式 */
.dynamic-section {
  width: 100%;
}

.dynamic-section .title {
  margin-bottom: 0.3rem;
}

.dynamic-section .title .h3 h3 {
  /* font-size: 0.4rem; */
  /* color: #133984; */
}



.dynamic-content {
  display: flex;
  gap: 0.3rem;
}

.dynamic-left {
  width: 41.708%;
  flex-shrink: 0;
  margin-right: 7%;
}

.dynamic-image {
  position: relative;
  width: 100%;
  padding-bottom: 115.205%;
  overflow: hidden;
  /* background: #f5f5f5; */
}

.dynamic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(50% 0%,
      /* 上顶点 */
      100% 25%,
      /* 右上 */
      100% 75%,
      /* 右下 */
      50% 100%,
      /* 下顶点 */
      0% 75%,
      /* 左下 */
      0% 25%
      /* 左上 */
    );
  overflow: hidden;
}

.date-badge {
  position: absolute;
  bottom: 0.15rem;
  right: 0;
  background: #123D93;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  width: 0.85rem;
  height: 0.85rem;
  align-items: center;
  justify-content: center;
}

.date-badge .day {
  font-size: 0.26rem;
  line-height: 0.3rem;
  font-family: Bebas;
}

.date-badge .month {
  font-size: 0.14rem;
  margin-top: 0.05rem;
  font-family: Bebas;
  color: rgba(255, 255, 255, 0.7);
}

.dynamic-right {
  /* flex: 1; */
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
  position: relative;
  padding-right: 1%;
}

.dynamic-right:after {
  position: absolute;
  content: "";
  background: url(../images/kdx.png) no-repeat right bottom;
  width: 0.15rem;
  height: 100%;
  top: -0.2rem;
  right: -0.15rem;
}

.news-item {
  padding: 0.1rem 0;
  cursor: pointer;
  position: relative;
}

.news-item:after {
  position: absolute;
  content: "";
  background: #B8CFEA;
  width: 0.1rem;
  height: 0.03rem;
  right: -0.24rem;
  bottom: 37%;
  z-index: 2;
}

.news-item.active:after {
  position: absolute;
  content: "";
  background: #123D93;
  width: 0.14rem;
  height: 0.05rem;
  right: -0.24rem;
  top: 18%;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item.active {
  display: block;
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.news-item.active:before {
  position: absolute;
  content: "";
  background: url(../images/cjxt.png) no-repeat bottom;
  right: 0;
  bottom: -0.15rem;
  width: 110%;
  height: 0.27rem;
  background-size: 100% 100%;
}

.news-item.active .news-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  position: relative;
}

.news-item.active .news-title .arrow {
  margin-right: 0.1rem;
  flex-shrink: 0;
  border-left: 0.1rem solid #123D93;
  border-bottom: 0.05rem solid transparent;
  border-top: 0.05rem solid transparent;
  position: absolute;
  left: -0.2rem;
  top: 0.15rem;
}

.news-item .news-title a {
  font-weight: 600;
  font-size: 0.2rem;
  color: #123D93;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.06rem;
}

.news-item .news-desc {
  font-size: 0.16rem;
  color: #8893A1;
  line-height: 1.6;
  /* padding-left: 0.25rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.news-item:not(.active) .news-date {
  display: block;
}

.news-item:not(.active) .news-desc {
  opacity: 0;
  max-height: 0;
}

.news-item .news-date {
  font-weight: 600;
  font-family: Bebas;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #133984;
  display: none;
}

.news-item:not(.active) a {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item.active {}

.news-item.active a {
  font-weight: 600;
}

.news-item.active .news-date {
  color: #1E3A5F;
}

/* 师资力量轮播图 */
.faculty-section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.faculty-section .home6 {
  background: linear-gradient(135deg, #1E3A5F 0%, #2E5A8A 100%) !important;
  padding: 60px 0 !important;
  background-image: none !important;
  margin-top: 0 !important;
}

.faculty-section .title .h3 {
  padding-bottom: 0 !important;
}

.faculty-section .title .h3 h3 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.faculty-section .title .h3 h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #fff;
}

.faculty-section .title .more {
  padding-top: 0 !important;
}

.faculty-section .title .more a {
  color: #fff;
  font-size: 16px;
}

.faculty-section .title .more a::after {
  display: none;
}

.faculty-carousel {
  position: relative;
  padding: 30px 0;
  width: 100%;
}

.faculty-swiper {
  width: 100%;
  padding: 0 80px;
}

.faculty-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.faculty-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.faculty-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 220px;
}

.faculty-card.active {
  width: 500px;
  display: flex;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.faculty-card:not(.active) {
  opacity: 0.8;
}

.faculty-card:not(.active) .faculty-info {
  display: none;
}

.faculty-photo {
  width: 220px;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
}

.faculty-card.active .faculty-photo {
  width: 220px;
  height: 280px;
}

.faculty-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-info {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.faculty-name {
  font-size: 24px;
  color: #1E3A5F;
  font-weight: bold;
  margin-bottom: 10px;
}

.faculty-title {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}

.faculty-detail {
  flex: 1;
}

.faculty-detail p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 8px;
}

.faculty-detail p:last-child {
  margin-bottom: 0;
}

.faculty-desc {
  font-size: 15px;
  color: #888;
  line-height: 1.6;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px dashed #ddd;
}

.faculty-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 60px);
  left: 30px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-btn:hover {
  background: #fff;
  color: #1E3A5F;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .faculty-section .home6 {
    padding: 30px 0 !important;
  }

  .faculty-section .title .h3 h3 {
    font-size: 24px;
  }

  .faculty-carousel {
    padding: 20px 0;
  }

  .faculty-swiper {
    padding: 0 40px;
  }

  .faculty-card {
    width: 140px;
  }

  .faculty-card.active {
    width: 280px;
    display: flex;
    flex-direction: column;
  }

  .faculty-photo {
    width: 140px;
    height: 180px;
  }

  .faculty-card.active .faculty-photo {
    width: 100%;
    height: 180px;
  }

  .faculty-info {
    padding: 15px;
  }

  .faculty-name {
    font-size: 18px;
  }

  .faculty-title {
    font-size: 14px;
  }

  .faculty-detail p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .faculty-desc {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
    margin-top: 5px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .faculty-nav {
    width: calc(100% - 20px);
    left: 10px;
  }
 
}

@media (max-width: 480px) {
  .faculty-section .title .h3 h3 {
    font-size: 20px;
  }

  .faculty-swiper {
    padding: 0 30px;
  }

  .faculty-card {
    width: 120px;
  }

  .faculty-card.active {
    width: 240px;
  }

  .faculty-photo {
    width: 120px;
    height: 150px;
  }

  .faculty-card.active .faculty-photo {
    height: 150px;
  }

  .faculty-info {
    padding: 10px;
  }

  .faculty-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .faculty-title {
    font-size: 12px;
  }

  .faculty-detail p {
    font-size: 12px;
  }

  .faculty-desc {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .nav-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

/* home6 */
.home6 {
  width: 100%;
  background: url(../images/page4.png) no-repeat center top;
  padding: 0.5rem 0;
  overflow: hidden;
  margin-top: -0.6rem;
  z-index: 3;
  position: relative;
}



/* 教师照片样式 */
.teacher-photo {
  position: relative;
  overflow: hidden;
  height: 3rem;
}

.teacher-photo img {
  width: 100%;
  height: 100%;
}

/* 教师信息样式 - 默认隐藏 */
.teacher-info {
  display: none;
}

/* 非激活卡片只显示照片 */
.home6 .list8Box .swiper-slide:not(.swiper-slide-active) .teacher-info {
  display: none;
}

.home6 .list8Box .swiper-slide:not(.swiper-slide-active) .teacher-photo {
  height: 4.36rem;
  width: 3.18rem;
  overflow: hidden;
  /* 关键：用 polygon 定义 4 个顶点，形成顶部和底部的斜切效果 */
  clip-path: polygon(0% 4%,
      100% 0%,
      100% 100%,
      0% 96%);
}

.home6 .list8Box .swiper-slide.swiper-slide-prev .teacher-photo {
  height: 4.36rem;
  width: 3.18rem;
  overflow: hidden;
  /* 关键：用 polygon 定义 4 个顶点，形成顶部和底部的斜切效果 */
  clip-path: polygon(0% 0%,
      100% 4%,
      100% 96%,
      0% 100%);
}

.home6 .list8Box .swiper-slide:not(.swiper-slide-active) {
  margin-top: 0.36rem;
  position: relative;
  z-index: 0;
}

.home6-t {
  position: relative;
}

.home6 .list8Box .swiper-slide,
.home6 .list8Box,
.home6 .list8Box .swiper-wrapper {
  /* transform-style: preserve-3d; */
}

.part6-prev {
  position: absolute;
  left: -0.53rem;
  top: 50%;
  z-index: 10;
}

.part6-next {
  position: absolute;
  right: -0.53rem;
  top: 50%;
  z-index: 10;
}

.home6 .list8Box .swiper-slide-active {
  transform: translate3d(-22%, 0, -3.8rem) rotateY(0deg);
  transition: .5s;
}

.home6 .list8Box .swiper-slide-prev {
  transform: translate3d(0.2rem, 0, -.2rem) rotateY(0deg);
  transition: .5s;
  transform-style: preserve-3d;
}

.home6 .list8Box .swiper-slide-next {
  transform: translate3d(-2.2rem, 0, -0.5rem) rotateY(-12deg);
  transition: .5s
}


/* 激活卡片显示完整内容 */
.home6 .list8Box .swiper-slide-active {
  width: 56.072% !important;
  background: #fff url(../images/sz_on_bg.png) no-repeat bottom;
  padding: 0.36rem;
  position: relative;
  z-index: 9;
}

.home6 .list8Box .swiper-slide-active .a {
  display: flex;
  height: 4.07rem;
}

.home6 .list8Box .swiper-slide-active .teacher-photo {
  width: 2.96rem;
  height: 100%;
  flex-shrink: 0;
}

.home6 .list8Box .swiper-slide-active .teacher-photo img {
  width: 2.96rem;
  height: 4.03rem;
  object-fit: cover;
}

.home6 .list8Box .swiper-slide-active .teacher-info {
  overflow: hidden;
  max-width: 100%;
  display: block;
  padding: 0.37rem 0 0.37rem 0.37rem;
  /* background: #fff; */
  position: relative;
}




.home6 .list8Box .swiper-slide-active .teacher-info .teacher-name {
  font-size: 0.3rem;
  color: #133984;
  margin: 0;
  line-height: 0.3rem;
  margin-bottom: 0.49rem;
}

.home6 .list8Box .swiper-slide-active .teacher-info .teacher-title {
  font-size: 0.18rem;
  color: #133984;
  font-weight: normal;
  margin-left: 0.08rem;
}

.home6 .list8Box .swiper-slide-active .teacher-info .teacher-detail {
  border-top: 0.01rem dashed #133984;
  padding: 0.24rem;
  margin-top: 0.06rem;
  background: linear-gradient(180deg, #eef3ff 0%, #ffffff00 100%);
  position: relative;
}

.home6 .list8Box .swiper-slide-active .teacher-info .teacher-detail:after {
  position: absolute;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid #133984;
  top: -0.05rem;
  right: 0;
  border-radius: 50%;
  background: #fff;
}

.home6 .list8Box .swiper-slide-active .teacher-info .teacher-detail p {
  font-size: 0.16rem;
  color: #1A1A1A;
  margin: 0.03rem 0;
  line-height: 0.3rem;
}

.home6 .list8Box .swiper-slide-active .teacher-info .teacher-desc {
  word-break: break-all;
  width: 100%;
  font-size: 0.16rem;
  color: #7B7B7B;
  line-height: 0.3rem;
  margin-top: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.15rem;
}

.home6 .list9Box .swiper-slide-active .txt {
  opacity: 0
}

.home4 .list9Box .swiBtn a {
  display: block;
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  text-align: center;
  line-height: .54rem;
  color: #6e50d0;
  background: rgba(255, 255, 255, .8);
  font-size: .18rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -.27rem;
  z-index: 5
}

.home4 .list9Box .swiBtn a.prev {
  left: .2rem
}

.home4 .list9Box .swiBtn a.next {
  right: .2rem
}

.home4 .list9Box .swiBtn a:hover {
  color: #fff;
  background: rgba(35, 48, 143, .78)
}

.arrow1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .76rem;
  height: .76rem;
  background: #fff;
  z-index: 1;
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s
}

.arrow1 svg {
  fill: #ab2223;
  transition: .5s
}

.arrow1.prev {
  left: -.38rem
}

.arrow1.next {
  right: -.38rem
}

.a:hover .imgBox .img.light::before {
  -webkit-animation: shine .5s;
  animation: shine .5s;
}

@media screen and (max-width: 1520px) {

 
  
  .home2-t:before {
    background: none;
  }

  .home6 .swiper-container-android .swiper-slide,
  .home6 .swiper-wrapper {
    width: 92%;
    margin: 0 3.5%;
  }

  .home6 .list8Box .swiper-slide-active {
    transform: translate3d(-31%, 0, -3.8rem) rotateY(0deg);
    transition: .5s;
    width: 65% !important;
  }

  .home6 .list8Box .swiper-slide-next {
    transform: translate3d(-3.7rem, 0, -0.5rem) rotateY(-12deg);
    transition: .5s
  }

  .part6-prev {
    left: 0;
  }

  .part6-next {
    right: 0;
  }
}

@media screen and (max-width:1025px) {
 .home2 .wp .home2-t{
    margin: 0 -15px;
  }
  .home6 .list8Box .swiper-slide,
  .home6 .list8Box,
  .home6 .list8Box .swiper-wrapper {
    width: 100%;
    margin: 0;
  }

  .home6 .list8Box .swiper-slide {
    opacity: 0;
  }


  .home6 .list8Box .swiper-slide-active {
    width: 100% !important;
    transform: none;
    opacity: 1;
  }

  .part6-next {
    display: none;
  }

  .part6-prev {
    display: none;
  }
   .date-badge{
    bottom: 0.3rem;
    right: 0.35rem;
  }
}



@media screen and (max-width:768px) {


  .home6 .swiper-slide-prev {
    display: none;
  }

  .home6 .list8Box .swiper-slide-active {
    width: 100% !important;
    transform: none;
  }

}

/* partners */
.partners {
  padding: 0.8rem 0;
  background: url(../images/page5.png) no-repeat center bottom;
  position: relative;
  overflow: hidden;
  background-size: 100%;
}

.partners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 0.15rem;
  background-size: 4rem 0.1rem;
}

.partners .title {
  margin-bottom: 0.6rem;
}

.partners .title .h3 p {
  text-align: center;
  color: rgba(2, 115, 170, 0.5);
}

.partners-container {
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0;
}

.partners-container::before,
.partners-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6.2rem;
  z-index: 10;
  pointer-events: none;
}

.partners-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

.partners-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

.partners-row {
  /* overflow: hidden; */
}

.partners-row-1 {
  margin-bottom: 0.3rem;
}

.partners-list {
  display: flex;
  animation: scrollLeft 30s linear infinite;
}

.partners-row-2 .partners-list {
  animation: scrollRight 30s linear infinite;
}

.partners-list li {
  flex-shrink: 0;
  width: 4.08rem;
  height: 1.12rem;
  margin-right: 0.33rem;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.partners-list li:hover {
  opacity: 1;
   transform: translateY(-0.05rem);
}


.partners-list li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width:1024px) {
  .partners-list li {
    width: 2.2rem;
    height: 1rem;
    margin-right: 0.2rem;
  }
}

@media screen and (max-width:768px) {
  .partners {
    padding: 0.4rem 0 0.8rem;
}

  .partners .title .h3 {
    margin-left: 0;
  }

  .partners .title .h3 p {
    text-align: left;
  }

  .partners-list li {
    width: 1.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
  }

  .home6 .list8Box .swiper-slide-active .teacher-photo {
    width: 40%;
    height: 100%;
    flex-shrink: 0;
  }

  .home6 .list8Box .swiper-slide-active .teacher-info .teacher-name {
    margin-bottom: 0.2rem;
  }

  .home6 .list8Box .swiper-slide-active .teacher-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* footer */
.footer {
  width: 100%;
  position: relative;
  background: linear-gradient(282deg, #123d93 59%, #1048b9 115%);
  background-size: 100% auto;
  z-index: 1;
  min-height: 3.07rem;
}

.footer:before {
  position: absolute;
  content: "";
  background: url(../images/footer.png) no-repeat center bottom;
  width: 100%;
  height: 3.07rem;
  z-index: -1;
  opacity: 0.3;
  bottom: 0;
  background-size: cover;
}

.foot-t {
}

.foot-t ul {
  color: #fff;
  line-height: 0.3rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}

.foot-t li {
  color: #fff;
  padding: 0 0.6rem;
  font-size: 16px;
}

.foot-t h3 {
  font-weight: 700;
  font-size: 0.2rem;
  align-items: center;
}

.foot-t li a {
  font-size: 0.2rem;
  color: #fff;
}

.foot-t li:hover a {
  font-weight:700;
  padding-right:0.05rem;
}

.foot-t h3 img {
  display: inline-block;
  margin-right: .1rem;
}

.foot-b {
  padding: 0.36rem 0;
  justify-content: space-between;
  align-items: center;
}

.foot-b .fot {
  width: 6rem;
}

.foot-b .fot img {
  max-height: 0.97rem;
  max-width: none;
}

.foot-b .fot-1 {
  width: auto;
}

.foot-b .fot-2 {
  width: 15%;
  justify-content: flex-end;
}

.bq .wp {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}

.bq .wp p {
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  text-align: center;
  line-height:0.2rem;
}

.foot-b .fot-1 h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-size: 0.22rem;
  color: #fff;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
}

.foot-b .fot-1 li {
  padding-right: 0.2rem;
}

.foot-b .fot-1 p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.42rem;
  background: url(../images/addr.svg) no-repeat left center;
  padding-left: .36rem;
}

.foot-b .fot-2 .img {
  text-align: center;

  border-right: 1px dashed rgba(216, 216, 216, 0.2);
}

.foot-b .fot-2 p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.22rem;
}

.foot-b .fot-2 img {
  width: 1rem;
}

.foot-b .fot-2 .img:last-child {
  padding-right: 0;
  border: none;
}

.foot {
  padding: 0.1rem 0;
  text-align: center;
}

.foot p {
  font-size: 0.14rem;
  line-height: 1.5;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.foot p span {
  display: inline-block;
  padding: 0 0.1rem;
}

.foot p img {
  display: inline-block;
  margin-right: 0.1rem;
}



@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover h3 {
    font-weight: bold;
  }

  .hlist li a:hover h3 {
    color: #0D4BAD;
    font-weight: bold;
  }

  .hlist li a:hover::after {
    width: 100%;
  }

  .hlist li a:hover h3::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .sr-indSwiper1 .pic {
    padding-bottom: 56.573%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .home1 {
    /* padding: .2rem 0; */
  }

  .home1-t .left {
    width: 100%;
    margin-bottom: .5rem;
  }

  .home1-t .right {
    width: 100%;
  }

  .partners .title .h3 p {
    font-size: 0.24rem;
  }

}

@media screen and (max-width: 768px) {
  .title h3 {
    font-size: .3rem;
  }

  .title {
    margin-bottom: .2rem;
    justify-content: left;
  }

  .title .h3:before {
    left: 0;
    width: 43%;
    height: 0.25rem;
    background-size: 100%;
    display: none;
  }

 

  .title2 .h3:after {
    position: absolute;
    content: "";
    background: url(../images/tit-r2.png) no-repeat !important;
    right: 0.8rem;
    height: 0.27rem;
    background-size: auto 0.27rem !important;
    width: calc(100% - 1.65rem) !important;
  }

  .h1l-t a {
    display: block;
  }

  .h1l-t a .h1l-tl {
    width: 100%;
  }

  .h1l-t a .h1l-tl .gd {
    margin-top: .2rem;
  }

  .h1l-t a .h1l-tl .info .date span {
    font-size: .35rem;
  }

  .h1l-t a .h1l-tl h2 {
    margin: .1rem 0;
  }

  .h1l-t a .h1l-tl {
    padding-bottom: .1rem;
  }

  .h1l-t a .h1l-tr {
    width: 100%;
    margin-top: .15rem;
  }

  .h1l-b {
    margin-top: .2rem;
  }

  .h1l-b ul li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .h1l-b ul li a .con .date p {
    font-size: .24rem;
  }

  .home1-t .right ul li {
    padding: .2rem 0;
  }

  .home1-t .right ul li {
    height: initial;
  }

  .home1-t .right ul li a .date p:first-child {
    font-size: .35rem;
  }

  .sr-indSwiper1 .pic {
    height: auto;
    padding-bottom: 68%;
  }
}


@media screen and (max-width:1200px) {
  .home2-t:before {
    /* width: 102%; */
    /* left: -1%; */
    /* background: none; */
  }

}



@media screen and (max-width:1024px) {





  .home2-t li .con {
    opacity: 1;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .home2-t .swiper-button-prev {
    top: 25%;
    width: .4rem;
    height: .4rem;
    background: #FFF url(../images/h2-l.png) no-repeat center center/.2rem auto;
  }

  .home2-t .swiper-button-next {
    top: 25%;
    width: .4rem;
    height: .4rem;
    background: #FFF url(../images/h2-r.png) no-repeat center center/.15rem auto;
  }

  .home2-t .swiper-container {
    width: auto;
    left: auto;
    transform: none;
  }
}

@media screen and (max-width:768px) {
  .home2-t .swiper-button-prev {
    left: 4%;
  }

  .home2-t .swiper-button-next {
    right: 4%;
  }

  .home2 .title .h3 {
    margin-left: 0;
  }

  .home2 .title p {
    text-align: left;
  }

  .home2-t li {
    margin: 0;
  }

  .home2-t li .con {}

  .home2-t li .con .date p {
    font-size: .3rem;
  }

  .home2-t li .con {
    height: initial;
  }

  .home2-t li h4 {
    margin-bottom: .15rem;
  }
}

@media screen and (max-width:520px) {
  .home2-t li.swiper-slide-active:after {

    background: url(../images/tzxzbg2.png) no-repeat top;

    height: 100%;

    width: 100%;

    left: 0;
  }

  .home2-t li.swiper-slide-active .date {
    left: 0;
  }

  .home2-t li.swiper-slide-active .con {
    padding: 0.55rem 0.3rem;
  }
}

@media screen and (min-width:1024px) {
  .h3_list ul li:hover a .cont h2 {
    color: #133984;
  }
}


@media screen and (max-width:1024px) {
   .home3-t .left {
    width: 100%;
    margin-bottom: .2rem;
  }

  .home3-t .right {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
 

  .home3 .title {
    margin-bottom: .2rem;
  }

  .home3 {
    padding-top: .2rem;
  }

  .h3_list ul li a .scale {
    width: 2.07rem;
  }

  .h3_list ul li a {
    /* padding: .15rem 0; */
  }



  .h3_list ul li a .cont .date span {
    font-size: .18rem;
  }
}

@media screen and (max-width:500px) {
  .h3_list ul li a .scale {
    width: 100%;
  }

  .h3_list ul li:first-child a .cont {
    margin-left: 0;
    flex: none;
    width: 100%;
    margin-top: .15rem;
  }
}

@media screen and (max-width:1024px) {
  .foot-b .fot {
    width: auto;
    /* margin-bottom: .2rem; */
  }

  .foot-b .fot a {
    display: block;
  }

  .foot-b .fot a img {
    display: block;
    margin: 0 auto;
    max-height: 0.7rem;
    max-width: 100%;
  }

  .foot-b .fot-1 {
    /* width: 60%; */
  }

  .foot-b .fot-2 {
    width: 40%;
  }

  .partners-container::before,
  .partners-container::after {
    width: 3rem;
  }

  .foot-t h3 {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .foot-t li {
    padding: 0 0.2rem 0 0;
    line-height: .46rem;
  }


}

@media screen and (max-width:768px) {

  .foot-b .fot-2 {
    width: 100%;
    justify-content: center;
  }

  .foot-b .fot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .2rem;
    width: 100%;
  }

  .foot-b .fot-1 {
    width: 100%;
    margin-bottom: .2rem;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .foot-b {
    padding: .2rem 0;
  }

  .partners-container::before,
  .partners-container::after {
    width: 2rem;
  }
}

@media screen and (max-width:440px) {

  .home6 .list8Box .swiper-slide,
  .home6 .list8Box,
  .home6 .list8Box .swiper-wrapper {
    width: 100%;
  }

  .partners-container::before,
  .partners-container::after {
    width: 0.5rem;
  }

  .foot-t li {

    width: 100%;

    text-align: center;
  }

  .dynamic-content {
    display: block;
  }

  .dynamic-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dynamic-right:after {

    top: 0;

    right: -0.2rem;
  }

  .dynamic-right {
    width: 92%;
    margin: 0 4%;
  }

  .home6 .list8Box .swiper-slide-active .a {
    flex-direction: column;
    height: auto;
  }

  .home6 .list8Box .swiper-slide-active .teacher-photo {
    width: 100%;
  }

  .home6 .list8Box .swiper-slide-active .teacher-photo img {
    width: 100%;
  }

  .home6 .list8Box .swiper-slide-active .teacher-info {
    padding: 0.37rem 0 0;
  }
}




@media(min-width: 200px) {
  [aos=zoom-in] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

@media screen and (max-height:500px) {
  .list_box_nav_mobile {
    max-height: calc(100% - 120px);
    padding-left: 0rem;
  }
}
@media screen and (max-width: 1850px) {
  .header{
    padding: 0.2rem .5rem 0;
  }
  
}
@media screen and (max-width: 1620px) {
  .header{
    justify-content: flex-start;
    padding: 0.2rem .1rem 0;
  }
  .nav li{
    margin-right: .2rem;
  }
}
/* 仅火狐浏览器识别 */
@-moz-document url-prefix("") {
  /* 目标元素，替换成你自己的选择器 */
  .title p {
    opacity: 1;
    /* 附加说明：opacity:1 = 完全不透明，0为完全透明 */
  }
}