.header {
  position: fixed;
  left: 0%;
  top: 0;
  right: 0%;
  z-index: 999;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.7s ease-out 0s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header.lit .d1 {
  height: 0;
}
.header .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .search {
  margin-left: 0.3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0 0.05rem;
  box-sizing: border-box;
  width: 2.29rem;
  height: 0.26rem;
}
.header .search img {
  flex-shrink: 0;
  width: 0.21rem;
}
.header .search input {
  margin: 0 0.1rem;
  flex: 1;
  font-size: .15rem;
  height: .29rem;
  line-height: .29rem;
}
.header .d1 {
  background: #1a3071;
  height: 0.5rem;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
}
.header .d1_l {
  font-size: 0.14rem;
  color: #fff;
}
.header .d1_r {
  display: flex;
  align-items: center;
}
.header .d1_r a {
  color: #fff;
  font-size: 0.21rem;
  margin-left: 0.16rem;
}
.header .d1_r a:hover {
  font-weight: bold;
}
.header .d2 {
  background: #ededed;
  height: 1rem;
  transition: all 0.3s ease-out 0s;
}
.header .d2 .logo {
  width: 3.82rem;
  margin-right: 1.4rem;
  position: relative;
  z-index: 100;
}
.header .d2 .logo img {
  width: 100%;
}
.header .d2 .tools {
  margin-left: auto;
  position: relative;
  z-index: 1000;
}
.header .d2 .tools .search {
  display: none;
}
.header .d2 .menu {
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  border: 0.02rem solid #1a3071;
  cursor: pointer;
}
.header .d2 .menu .inner {
  right: 18%;
  top: 0.14rem;
  width: 35%;
  position: absolute;
}
.header .d2 .menu .inner i {
  background: #1a3071;
  border-radius: 2px;
  height: 2px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  width: 100%;
  position: absolute;
}
.header .d2 .menu .inner i:nth-child(1) {
  right: 0;
  top: 0px;
}
.header .d2 .menu .inner i:nth-child(2) {
  right: 0;
  top: 0.08rem;
}
.header .d2 .menu .inner i:nth-child(3) {
  right: 0;
  top: 0.16rem;
}
.header .d2 .nav {
  display: flex;
  height: 100%;
}
.header .d2 .nav_item {
  margin-right: 0.44rem;
}
.header .d2 .nav_item a {
  font-size: 0.21rem;
  color: #1a3071;
  position: relative;
  display: block;
}
.header .d2 .nav_item > a {
  line-height: 1rem;
}
.header .d2 .nav_item > a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #fff;
  width: 0.54rem;
  height: 0.28rem;
  display: none;
  -webkit-clip-path: polygon(49% 25%, 0% 100%, 100% 100%);
  clip-path: polygon(49% 25%, 0% 100%, 100% 100%);
}
.header .d2 .nav_item:last-child {
  margin-right: 0;
}
.header .d2 .nav_item .nav_child {
  position: absolute;
  left: 0;
  top: 99%;
  width: 100%;
  background: #fff;
  height: 0;
  text-align: center;
  line-height: 0.51rem;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.header .d2 .nav_item .nav_child a {
  display: inline-block;
  margin-right: 0.48rem;
}
.header .d2 .nav_item .nav_child a:last-child {
  margin-right: 0;
}
.header .d2 .nav_item .nav_child a:hover,
.header .d2 .nav_item .nav_child a.on{
  font-weight: bold;
}
.header .d2 .nav_item:hover > a,
.header .d2 .nav_item.on > a {
  font-weight: bold;
}
.header .d2 .nav_item:not(:first-child):hover > a:after{
  display: block;
}
.header .d2 .nav_item:hover .nav_child {
  height: 0.51rem;
}
.header .d2 .nav1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1a3071;
  overflow: hidden;
  z-index: 900;
  display: none;
}
.header .d2 .nav1 .section {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .d2 .nav1 .section .search {
  padding: 0 0.2rem;
  width: 82%;
  height: 0.66rem;
  border-radius: 0.4rem;
  margin: 0.2rem 0 0.4rem 0.2rem;
  display: none;
}
.header .d2 .nav1 .section .search img {
  width: 0.51rem;
}
.header .d2 .nav1 .section .search input {
  font-size: 0.3rem;
}
.header .d2 .nav1 .section .nscroll {
  overflow-y: auto;
}
.header .d2 .nav1 .section .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .d2 .nav1 .section .row.mb {
  margin-bottom: 0.94rem;
}
.header .d2 .nav1 .section .row.mb:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -21%;
  height: 0.64rem;
  background: url(../img/line.png) no-repeat center / 100% 100%;
  transition: all 1s;
}
.header .d2 .nav1 .section .item {
  position: relative;
  padding-left: 0.3rem;
  padding-top: 0.46rem;
  z-index: 2;
}
.header .d2 .nav1 .section .item .number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #152b64;
  font-size: 1.4rem;
  line-height: 1.1rem;
  font-weight: bold;
}
.header .d2 .nav1 .section .item .titbox {
  float: left;
}
.header .d2 .nav1 .section .item .titbox a {
  font-size: 0.54rem;
  color: #fff;
  writing-mode: vertical-rl;
  margin-right: 0.34rem;
  min-width:.7rem;
}
.header .d2 .nav1 .section .item a:hover{font-weight:bold;}
.header .d2 .nav1 .section .mb .item:nth-child(3n) .titbox a{margin-top:-.16rem;}
.header .d2 .nav1 .section .mb .item:nth-child(4n) .titbox a{margin-top:-.16rem;}
.header .d2 .nav1 .section .item .titbox svg {
  width: 0.3rem;
  height: 0.3rem;
  display: none;
}
.header .d2 .nav1 .section .item .child {
  float: left;
}
.header .d2 .nav1 .section .item .child a {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.header .d2 .nav2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  line-height: 1.6rem;
  color: #303E48;
  background: #ededed;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
  pointer-events: auto;
  padding-top: 1rem;
  box-sizing: border-box;
}
.header .d2 .nav2 .search {
  padding: 0 0.2rem;
  width: 90%;
  height: 0.66rem;
  border-radius: 0.4rem;
  margin: 0.2rem auto;
}
.header .d2 .nav2 .search img {
  width: 0.51rem;
}
.header .d2 .nav2 .search input {
  font-size: 0.3rem;
}
.header .d2 .nav2 .nscroll {
  height: calc(100vh - 2.06rem);
  overflow-y: auto;
}
.header .d2 .nav2 .nscroll .item {
  padding: 0 0.4rem;
  border-bottom: 1px solid #1a3071;
  font-size: 0.3rem;
}
.header .d2 .nav2 .nscroll .item .titbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  line-height: 1rem;
}
.header .d2 .nav2 .nscroll .item .titbox a {
  color: #303E48;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 2rem;
  font-size: 0.32rem;
}
.header .d2 .nav2 .nscroll .item .titbox svg {
  width: 0.3rem;
  height: 0.3rem;
}
.header .d2 .nav2 .nscroll .item ul {
  display: none;
}
.header .d2 .nav2 .nscroll .item ul .item:last-child {
  border: 0;
}
.header .d2 .nav2 .nscroll .item ul a {
  display: block;
  height: 1rem;
  line-height: 1rem;
}
.header.light {
  transform: none;
  opacity: 1;
}
.header2.showdiv {
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
  opacity: 1;
}
body.open {
  height: 100vh;
  overflow: hidden;
}
body.open .header1 .d2 .menu {
  border-color: #fff;
}
body.open .header1 .d2 .menu .inner i {
  background: #fff;
}
body.open .header1 .d2 .menu .inner i:nth-child(1) {
  transform: translate(0, 0.08rem) rotate(45deg);
}
body.open .header1 .d2 .menu .inner i:nth-child(2) {
  opacity: 0;
}
body.open .header1 .d2 .menu .inner i:nth-child(3) {
  transform: translate(0, -0.08rem) rotate(-45deg);
}
body.open2 {
  height: 100vh;
  overflow: hidden;
}
body.open2 .header2 .d2 .menu {
  border-color: #fff;
}
body.open2 .header2 .d2 .menu .inner i {
  background: #fff;
}
body.open2 .header2 .d2 .menu .inner i:nth-child(1) {
  transform: translate(0, 0.08rem) rotate(45deg);
}
body.open2 .header2 .d2 .menu .inner i:nth-child(2) {
  opacity: 0;
}
body.open2 .header2 .d2 .menu .inner i:nth-child(3) {
  transform: translate(0, -0.08rem) rotate(-45deg);
}
.body_home {
  height: 100%;
  overflow: hidden;
}
.body_home.showdiv .header1 {
  opacity: 1;
  transform: translateY(0%);
}
.body_b {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
}
.body_b.showdiv {
  top: 0;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}
.head .t {
  font-size: 0.5rem;
  color: #1a3071;
}
.moreBtn {
  background: #1a3071;
  border-radius: 0.3rem;
  color: #fff;
  width: 3rem;
  height: 0.6rem;
  font-size: 0.24rem;
  display: block;
  line-height: 0.6rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(../img/icon4.png) no-repeat center / 100% 100%;
  width: 0.34rem;
  height: 0.31rem;
  right: 0.16rem;
  margin-top: -0.15rem;
  -webkit-animation: more1 2s ease-out 0s infinite;
  animation: more1 2s ease-out 0s infinite;
}
.moreBtn:hover span {
  font-weight: bold;
}
.lb {
  background: #fff;
  border: 0.01rem solid #1a3071;
  color: #1a3071;
}
.lb:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(../img/icon5.png) no-repeat center / 100% 100%;
  width: 0.34rem;
  height: 0.31rem;
  right: 0.16rem;
  margin-top: -0.15rem;
}
.zzgg {
  width: 5.61rem;
  padding-left: 0.68rem;
  border-left: 1px dashed #8b96b7;
}
.zzgg .list {
  min-height: 5rem;
}
.zzgg .list .item {
  display: flex;
  overflow: hidden;
  line-height: 1.18rem;
  height: 1.18rem;
}
.zzgg .list .item .date {
  float: left;
  text-align: center;
  color: #fff;
  background: #1a3071;
  width: 1.24rem;
  height: 1.18rem;
  font-size: 0.21rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.04rem solid #fff;
  box-sizing: border-box;
}
.zzgg .list .item .date h5 {
  margin-bottom: 0.06rem;
}
.zzgg .list .item .ehn {
  float: left;
  background: #f2f2f2;
  border-bottom: 0.04rem solid #1a3071;
  line-height: 1.18rem;
  height: 1.18rem;
  box-sizing: border-box;
  font-size: 0.21rem;
  color: #1a3071;
  padding: 0 0.16rem;
  flex: 1;
}
.zzgg .list .item:first-child .ehn {
  border-top: 0.04rem solid #1a3071;
}
.zzgg .list .item:last-child .date {
  border: 0;
}
.zzgg .list .item:hover p {
  font-weight: bold;
}
.screenBody {
  overflow: hidden;
  width: 100%;
}
.screenBody .abox {
  transition: all 3s;
  -webkit-transform: scale(1.2);
  clip-path: circle(0vw at 50vw 50vh);
  -webkit-transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.screenBody .abox.active {
  -webkit-transform: scale(1);
  clip-path: circle(70vw at 50vw 50vh);
}
.screenBody .swiper {
  width: 4.98rem;
  overflow: hidden;
  position: relative;
}

.screenBody .swiper .box .img {
  display: block;
  width: 4.98rem;
  height: 3.75rem;
  overflow: hidden;
}
.screenBody .swiper .box .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.screenBody .swiper .box .text {
  display: block;
  margin-top: 0.42rem;
  border: 1px solid #f2f2f2;
}
.screenBody .swiper .box .text .t1 {
  text-align: center;
  line-height: 0.32rem;
}
.screenBody .swiper .box .text .t2 {
  margin-top: 0.24rem;
  text-indent: 2em;
  font-size: 0.18rem;
}
.screenBody .swiper .pagination {
  width: 100%;
  background: #1a3071;
  left: 0;
  top: 3.75rem;
  height: 0.33rem;
  display: flex;
  align-items: end;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.screenBody .swiper .pagination .swiper-pagination-bullet {
  width: 0.39rem;
  height: 0.24rem;
  background: #fff;
  margin-right: 0.11rem;
  border-radius: 0;
  color: #1a3071;
  opacity: 0.4;
}
.screenBody .swiper .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.screenBody .home2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home2 .c-right{
    position:absolute;
    right:1.02rem;
    bottom:1rem;
}
.home2 .c-right .public-btn2{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 50%;
    cursor: pointer;
}
.home2 .c-right .public-btn2 img{
    position: relative;
z-index: 2;
transform: rotate(90deg);
width: 0.34rem;
height: 0.31rem;
transition: all 0.3s;
animation: 1s infinite;
animation: tranY 2s linear 0s infinite alternate;
}
.home2 .c-right .public-btn2:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 0 0 0.47rem #c2b2a5;
    transition: box-shadow 0.3s, transform 0.3s;
    z-index:1;
}
.screenBody .home2 img {
    width: 100%;
    /*height: 13.34rem;*/
    display: block;
}
.screenBody .home2 .tools {
  position: absolute;
  left: 0.64rem;
  bottom: 0.56rem;
  z-index: 10;
  color: #fff;
  display: flex;
  font-size: 0.21rem;
  align-items: center;
  height: 0.36rem;
}
.screenBody .home2 .tools .arrow {
  position: initial;
  color: #fff;
  height: 0.36rem;
  margin-top: 0;
}
.screenBody .home2 .tools .arrow:after {
  font-size: 0.22rem;
}
.screenBody .home2 .tools .pagination {
  height: 0.04rem;
  display: flex;
}
.screenBody .home2 .tools .pagination .swiper-pagination-bullet {
  width: 0.38rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 0;
  margin: 0 0.05rem;
}
.screenBody .home {
  position: relative;
  height: 8rem;
  padding-top: 8%;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.screenBody .home > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.screenBody .home .container {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 94.8%;
  text-align: center;
}
.screenBody .home3 {
  color: #1a3071;
  height: calc(100vh - 1.45rem);
}
.screenBody .home3 > img {
  animation: huxi2 20s linear infinite;
}
.screenBody .home3 .icon1 {
  width: 2.12rem;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
  transform: scale(1.1);
}
.screenBody .home3 .t1 {
  font-size: 0.24rem;
  margin-top: 0.14rem;
  font-weight: bold;
  opacity: 0;
  transition: all 1s 0.2s;
  transform: scale(1.2);
}
.screenBody .home3 .t2 {
  font-size: 0.5rem;
  letter-spacing: 10px;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  opacity: 0;
  transition: all 1s 0.2s;
  transform: scale(1.2);
}
.screenBody .home3 .moreBtn {
  margin: 0 auto;
  opacity: 0;
  transition: all 1s 0.5s;
}
.screenBody .home3.showdiv .icon1,
.screenBody .home3.showdiv .t1,
.screenBody .home3.showdiv .t2 {
  opacity: 1;
  transform: scale(1);
}
.screenBody .home3.showdiv .moreBtn {
  opacity: 1;
}
.screenBody .home4 {
  height: 10.8rem;
  padding-top: 2.46rem;
  color: #fff;
}
.screenBody .home4 > img {
  animation: huxi2 20s linear infinite;
}
.screenBody .home4 .logo {
  width: 3.83rem;
  display: block;
  margin: 0 auto 0.2rem;
}
.screenBody .home4 .t1 {
  font-size: 0.6rem;
  font-weight:bold;
}
.screenBody .home4 .t2 {
  font-size: 0.5rem;
}
.screenBody .home4 .moreBtn {
  background: #fff;
  color: #1a3071;
  margin-top: 0.33rem;
  margin-bottom: 0.78rem;
  margin: 0.3rem auto 0.78rem;
  transition: all 1s 0.5s;
}
.screenBody .home4 .moreBtn:after {
  background: url(../img/icon5.png) no-repeat center / 100% 100%;
}
.screenBody .home4 .list {
  overflow: hidden;
}
.screenBody .home4 .list .item {
  float: left;
  width: 24.1%;
  height: 3.06rem;
  background: #fff;
  padding: 0.06rem;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 0.2rem;
}
.screenBody .home4 .list .item:last-child {
  margin-right: 0;
}
.screenBody .home4 .list .item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.8s;
}
.screenBody .home4 .list .item:hover img {
  transform: scale(1.1);
}
.screenBody .home4.showdiv .logo,
.screenBody .home4.showdiv .t1,
.screenBody .home4.showdiv .t2 {
  opacity: 1;
  transform: scale(1);
}
.screenBody .home4.showdiv .moreBtn {
  opacity: 1;
}
.screenBody .home5 {
  background: #fcfcfc;
  padding-top: 1rem;
}
.screenBody .home5 .lt {
  width: 10.33rem;
}
.screenBody .home5 .lt .head {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(-50px);
}
.screenBody .home5 .zzgg {
  float: right;
}
.screenBody .home5 .zzgg .head {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(50px);
}
.screenBody .home5 .zzgg .list .item {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(50px);
}
.screenBody .home5 .zzgg .list .item:hover p {
  font-weight: bold;
}
.screenBody .home5 .content {
  display: flex;
  justify-content: space-between;
}
.screenBody .home5 .content .swiper {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(-50px);
}
.screenBody .home5 .content .list {
  width: 5.02rem;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(-50px);
}
.screenBody .home5 .content .list .item {
  display: block;
  margin-bottom: 0.18rem;
}
.screenBody .home5 .content .list .item .date {
  border: 1px solid #8b96b7;
  height: 0.32rem;
  font-size: 0.21rem;
  color: #1a3071;
  line-height: 0.27rem;
  box-sizing: border-box;
  margin-bottom: 0.16rem;
  padding-left: 0.1rem;
}
.screenBody .home5 .content .list .item .t1 {
  color: #1a3071;
  margin-bottom: 0.1rem;
  font-size:30px;
}
.screenBody .home5 .content .list .item .t2 {
  font-size: 0.18rem;
}
.screenBody .home5 .content .list .item:hover .t1 {
  font-weight: bold;
}
.screenBody .home5.showdiv .lt .head,
.screenBody .home5.showdiv .lt .swiper,
.screenBody .home5.showdiv .lt .list {
  opacity: 1;
  transform: none;
}
.screenBody .home5.showdiv .zzgg .head,
.screenBody .home5.showdiv .zzgg .list .item {
  opacity: 1;
  transform: none;
}
.screenBody .home5 .swiper .box:hover .t1 {
  color: #1a3071;
  font-weight: bold;
}
.screenBody .home6 {
  background: #fcfcfc;
  padding-top: 0.9rem;
  padding-bottom: 0.36rem;
}
.screenBody .home6 .bgcolor {
  background: #1a3071;
  height: 1rem;
}
.screenBody .home6 .tit {
  font-size: 0.5rem;
  color: #1a3071;
  text-align: left;
  margin-top: 0.24rem;
  margin-bottom: 0.1rem;
}
.screenBody .home6 .slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.screenBody .home6 .slider .panelHolder {
  width: 15.5%;
  height: 7.57rem;
  position: relative;
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
}
.screenBody .home6 .slider .panelHolder .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.57rem;
  z-index: -1;
  object-fit: cover;
  transition: all 0.3s;
}
.screenBody .home6 .slider .panelHolder .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.52rem;
  height: 7.57rem;
  z-index: -1;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
}
.screenBody .home6 .slider .panelHolder .text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  padding: 4.2rem 0.42rem 0.68rem 0.56rem;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.3s;
  background: rgba(42, 62, 123, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.screenBody .home6 .slider .panelHolder .text2 .t3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.screenBody .home6 .slider .panelHolder .text2 .moreBtn {
  margin: 0.9rem 0 0;
  background: #fff;
  color: #1a3071;
}
.screenBody .home6 .slider .panelHolder .text2 .moreBtn:after {
  background: url(../img/icon5.png) no-repeat center / 100% 100%;
}
.screenBody .home6 .slider .panelHolder .text1 {
  position: relative;
  z-index: 3;
  padding-top: 1.5rem;
  padding-bottom: 0.88rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  transition: all 0.3s;
  background: linear-gradient(to top, rgba(42, 62, 123, 0.9), rgba(42, 62, 123, 0.3));
}
.screenBody .home6 .slider .panelHolder .text1 .t1 {
  writing-mode: tb-rl;
  font-size: 0.5rem;
}
.screenBody .home6 .slider .panelHolder .text1 .t2 {
  font-size: 0.48rem;
}
.screenBody .home6 .slider .panelHolder.active {
  width: 49.5%;
  padding: 0.68rem 0.42rem 0.68rem 0.56rem;
}
.screenBody .home6 .slider .panelHolder.active .bg {
  opacity: 0;
}
.screenBody .home6 .slider .panelHolder.active .bg2 {
  opacity: 1;
}
.screenBody .home6 .slider .panelHolder.active .text1 {
  flex-direction: row;
  padding: 0;
  align-items: flex-start;
  background: none;
  height: auto;
  z-index: 12;
}
.screenBody .home6 .slider .panelHolder.active .text1 .t1 {
  writing-mode: initial;
  margin-top: 0.6rem;
}
.screenBody .home6 .slider .panelHolder.active .text2 {
  visibility: visible;
  opacity: 1;
}
.screenBody .home7 {
  position: relative;
  height: 11.8rem;
}
.screenBody .home7 .bgcolor {
  background: #1a3071;
  height: 1rem;
}
.screenBody .home7 .bg {
  width: 100%;
  height: 9.8rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
.screenBody .home7 .bg2 {
  width: 100%;
  height: 1rem;
  bottom: 0;
  position: absolute;
}
.screenBody .home7 .container {
  position: relative;
  z-index: 2;
  margin: 1.26rem auto 0;
  display: flex;
  justify-content: space-between;
}
.screenBody .home7 .container .zzgg {
  border: 0;
  width: 7.05rem;
  padding: 0;
}
.screenBody .home7 .container .zzgg .head {
  margin-bottom: 0.5rem;
  margin-top: -0.2rem;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(-50px);
}
.screenBody .home7 .container .zzgg .head .t {
  color: #bc0100;
}
.screenBody .home7 .container .zzgg .head .moreBtn {
  background: transparent;
  border: 2px solid #bc0100;
  color: #bc0100;
}
.screenBody .home7 .container .zzgg .head .moreBtn:after {
  background: url(../img/icon6.png) no-repeat center / 100%;
}
.screenBody .home7 .container .zzgg .item {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(-50px);
}
.screenBody .home7 .container .zzgg .item .date {
  background: #bc0100;
}
.screenBody .home7 .container .zzgg .item .ehn {
  border-color: #bc0100;
  color: #bc0100;
}
.screenBody .home7 .container .zzgg .item:hover p {
  font-weight: bold;
}
.screenBody .home7 .container .mySwiper2 {
  width: 8.5rem;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateX(50px);
}
.screenBody .home7 .container .mySwiper2 .swiper-wrapper {
  z-index: 12;
}
.screenBody .home7 .container .mySwiper2 .box {
  display: block;
  width: 8.5rem;
  position: relative;
}
.screenBody .home7 .container .mySwiper2 .box .img {
  width: 8.5rem;
  height: 6.36rem;
}
.screenBody .home7 .container .mySwiper2 .box .img img {
  width: 100%;
  height: 100%;
}
.screenBody .home7 .container .mySwiper2 .box .t1 {
  color: #fff;
  background: #bc0100;
  width: 100%;
  padding-right: 0.2rem;
  padding-left: 40%;
  box-sizing: border-box;
  line-height: 0.54rem;
  height: 0.54rem;
  text-align: right;
  transition: 0.3s;
}
.screenBody .home7 .container .mySwiper2 .box:hover .t1 {
  font-weight: bold;
}
.screenBody .home7 .container .mySwiper2 .pagination {
  top: initial;
  bottom: 0;
  padding-left: 0.03rem;
  height: 0.54rem;
  background: none;
  z-index: 99;
  width: auto;
}
.screenBody .home7.showdiv .zzgg .head,
.screenBody .home7.showdiv .zzgg .list .item {
  transform: none;
  opacity: 1;
}
.screenBody .home7.showdiv .swiper {
  transform: none;
  opacity: 1;
}
.footer {
  background: #1a3071;
  padding-top: 0.5rem;
}
.footer .container {
  max-width: 17.22rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .container .lt {
  width: 67.5%;
}
.footer .container .lt .top {
  padding-bottom: 0.72rem;
  display: flex;
}
.footer .container .lt .top .links {
  margin-right: 0.2rem;
}
.footer .container .lt .top .links a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.footer .container .lt .top .links a:hover {
  opacity: 0.5;
}
.footer .container .lt .top .links .tit {
  padding-bottom: 0.14rem;
  position: relative;
  margin-bottom: 0.15rem;
  padding-right: 0.37rem;
  border-bottom: 1px solid #fff;
}
.footer .container .lt .top .links .list a {
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.footer .container .lt .btm {
  padding-bottom: 1rem;
}
.footer .container .lt .btm .address {
  border-bottom: 1px solid #4a5b8c;
  padding-bottom: 0.17rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.footer .container .lt .btm .address .ico {
  border: 2px solid #fff;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.35rem;
  color: #fff;
  margin-right: 0.17rem;
}
.footer .container .lt .btm .address .ico img {
  width: 0.16rem;
  margin-right: 0.15rem;
}
.footer .container .lt .btm .address span {
  color: #fff;
}
.footer .container .lt .btm .info a {
  color: #fff;
  padding-right: 0.12rem;
  margin-right: 0.1rem;
  position: relative;
  transition: 0.3s;
}
.footer .container .lt .btm .info a:last-child{
    vertical-align:4px;
}
.footer .container .lt .btm .info a:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.21rem;
  background: #fff;
}
.footer .container .lt .btm .info a:hover {
  opacity: 0.5;
}
.footer .container .rt {
  width: 28.8%;
}
.footer .container .rt .logo {
  display: block;
  width: 2.16rem;
  margin-bottom: 0.47rem;
  margin-left: auto;
}
.footer .container .rt .logo img {
  width: 100%;
}
.footer .container .rt .ico {
  margin-bottom: 0.3rem;
  display: flex;
}
.footer .container .rt .ico_wap {
  position: relative;
  margin-left: 0.29rem;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}
.footer .container .rt .ico_wap:first-child {
  margin-left: 0;
}
.footer .container .rt .ico_wap > img {
  width: 0.77rem;
}
.footer .container .rt .ico_wap .imgs {
  display: none;
}
.footer .container .rt .ico_wap .m {
  width: 1.81rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.4rem;
  z-index: 11;
  display: none;
}
.footer .container .rt .ico_wap .m img {
  width: 100%;
}
.footer .container .rt .ico_wap .m p {
  color: #fff;
  font-size: 0.14rem;
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 1.85rem;
}
.footer .container .rt .ico_wap:hover .imgs {
  display: block;
}
.footer .container .rt .ico_wap:hover .imgb {
  display: none;
}
.footer .container .rt .ico_wap:hover .m {
  display: block;
}
.footer .container .rt .tel {
  display: flex;
}
.footer .container .rt .tel .sy {
  width: 0.91rem;
}
.footer .container .rt .tel div {
  margin-left: auto;
  text-align: right;
  color: #fff;
}
.footer .container .rt .tel div h1 {
  font-size: 0.5rem;
}
.footer .container .rt .tel div img {
  width: 0.29rem;
  margin-right: 0.14rem;
}
.zyBanner {
  position: relative;
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.zyBanner .b {
  width: 100%;
  height: 100%;
  -webkit-transition: all 3.5s linear;
  -webkit-transform: scale(1.1);
}
.zyBanner .t {
  position: absolute;
  left: 1.02rem;
  bottom: 0.31rem;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
}
.zyBanner .c-right {
  position: absolute;
  right: 1.02rem;
  bottom: 0.31rem;
}
.zyBanner .c-right .public-btn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  cursor: pointer;
}
.zyBanner .c-right .public-btn2 img {
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  width: 0.34rem;
  height: 0.31rem;
  transition: all 0.3s;
  animation: 1s infinite ;
  animation: tranY 2s linear 0s infinite alternate;
}
.zyBanner .c-right .public-btn2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  transition: box-shadow 0.3s, transform 0.3s;
}
.zyBanner .c-right .public-btn2:hover:after {
  box-shadow: inset 0 0 0 2px #c2b2a5;
  transform: scale(1.1);
}
.zyBanner.open img {
  -webkit-transform: scale(1);
}
.secondNav {
  background: #1a3071;
  text-align: center;
  margin-top: -1px;
}
.secondNav a {
  color: #fff;
  margin-right: 0.43rem;
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.secondNav a:last-child {
  margin-right: 0;
}
.secondNav a:hover,
.secondNav a.on {
  font-weight: bold;
}
.breadcrumb {
  background: #f2f2f2;
  height: 0.4rem;
}
.breadcrumb img {
  margin-right: 0.1rem;
  width: 0.17rem;
}
.breadcrumb i,
.breadcrumb a {
  display: inline-block;
  font-size: 0.14rem;
  color: #afafaf;
  margin: 0 0.04rem;
  line-height: 0.4rem;
}
.breadcrumb a:hover,
.breadcrumb.on {
  color: #1a3071;
}
.xxgk {
  overflow: hidden;
}
.xxgk .section1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.xxgk .section1 .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.xxgk .section1 .container {
  position: relative;
  z-index: 2;
}
.xxgk .section1 .container .aside {
  margin-left: auto;
  width: 7.1rem;
  padding-top: 1.1rem;
}
.xxgk .section1 .container .aside .head {
  align-items: flex-start;
  margin-bottom: 0.8rem;
}
.xxgk .section1 .container .aside .head .t {
  padding-bottom: 0.28rem;
  position: relative;
}
.xxgk .section1 .container .aside .head .t:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1a3071;
  width: 1.02rem;
  height: 0.06rem;
}
.xxgk .section1 .container .aside .head .moreBtn {
  border: 2px solid #1a3071;
  color: #1a3071;
  background: transparent;
}
.xxgk .section1 .container .aside .head .moreBtn:after {
  background: url(../img/icon5.png) no-repeat center / 100%;
}
.xxgk .section1 .container .aside .t1 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #1a3071;
}
.xxgk .section1 .container .aside .t2 {
  color: #666666;
  font-size: 0.14rem;
  margin-top: 0.18rem;
  line-height: 0.24rem;
}
.xxgk .section1 .container .aside .num {
  display: flex;
  flex-wrap: wrap;
  width: 4.67rem;
  margin-left: auto;
  margin-top: 0.48rem;
}
.xxgk .section1 .container .aside .num li {
  width: 1.85rem;
  margin-bottom: 0.32rem;
  color: #1a3071;
  margin-right: 0.97rem;
}
.xxgk .section1 .container .aside .num li div {
  font-size: 0.5rem;
  border-bottom: 1px solid #1a3071;
  margin-bottom: 0.12rem;
}
.xxgk .section1 .container .aside .num li:nth-child(2n) {
  margin-right: 0;
}
.xxgk .tit {
  font-size: 0.5rem;
  color: #1a3071;
  position: relative;
  letter-spacing: 5px;
  padding-bottom: 0.34rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.xxgk .tit:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.02rem;
  height: 0.06rem;
  background: #1a3071;
}
.xxgk .section2 {
  background: #f2f2f2;
  padding-top: 0.86rem;
  position: relative;
  padding-bottom: 1.08rem;
  z-index: 2;
}
.xxgk .section2 .i {
  position: absolute;
  top: 0.58rem;
  right: 0.97rem;
  width: 2.75rem;
  z-index: -1;
  animation: rotate 20s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.xxgk .section2 .t2 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  text-align: center;
  width: 7.1rem;
  margin: 0 auto;
}
.xxgk .section2 .moreBtn {
  margin: 0.22rem auto 0.38rem;
  color: #1a3071;
  background: transparent;
  border: 2px solid #1a3071;
}
.xxgk .section2 .moreBtn:after {
  background: url(../img/icon5.png) no-repeat center / 100%;
}
.xxgk .section2 .row1 {
  display: flex;
  margin-bottom: 1.12rem;
}
.xxgk .section2 .row1  {
  flex-shrink: 0;
  overflow: hidden;
}
.xxgk .section2 .row1  img {
  width: 100%;
  height: 3.45rem;
  display: block;
  transition: 1s;
}
.xxgk .section2 .row1 a[href]:hover img {
  transform: scale(1.1);
}
.xxgk .section2 .row2 {
  padding: 0 1.18rem;
  display: flex;
  justify-content: space-between;
}
.xxgk .section2 .row2 .item {
  text-align: center;
}
.xxgk .section2 .row2 .item p {
  font-size: 0.5rem;
  color: #1a3071;
  margin-bottom: 0.22rem;
}
.xxgk .section2 .row2 .item .more {
  display: flex;
  justify-content: space-between;
  background: #1a3071;
  width: 6.16rem;
  height: 1.08rem;
  align-items: center;
  padding: 0 0.78rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.24rem;
}
.xxgk .section2 .row2 .item .more img {
  transition: all 0.3s;
}
.xxgk .section2 .row2 .item .more:hover{font-weight:bold;}
.xxgk .section2 .row2 .item .more:hover img {
  transform: translateX(20px);
}
.xxgk .section3 {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 1.4rem;
}
.xxgk .section3 .row {
  overflow: hidden;
}
.xxgk .section3 .row a {
  float: left;
  width: 24%;
  height: 5rem;
  margin-right: 0.2rem;
  background: #587ecc;
  overflow: hidden;
}
.xxgk .section3 .row a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s;
}
.xxgk .section3 .row a:nth-child(4n) {
  margin-right: 0;
}
.xxgk .section3 .row a:hover img {
  transform: scale(1.1);
}
.zsxx .zyBanner {
  height: 8rem;
}
.zsxx .zyBanner .b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zsxx .zyBanner .container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.zsxx .zyBanner .container .ico {
  width: 3.83rem;
  display: block;
  margin: 2.58rem auto 0.26rem;
}
.zsxx .zyBanner .container .t2 {
  font-size: 0.6rem;
  letter-spacing: 10px;
  margin-bottom: 0.2rem;
}
.zsxx .zyBanner .container .t3 {
  font-size: 0.5rem;
}
.zsxx .section1 {
  position: relative;
  height: 8rem;
}
.zsxx .section1 .b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
}
.zsxx .section1 .container {
  padding: 0 1.26rem;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.zsxx .section1 .container .tt {
  font-size: 0.6rem;
  color: #1a3071;
  letter-spacing: 10px;
  font-weight: bold;
  margin-bottom: 0.88rem;
}
.zsxx .section1 .container .row1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -0.88rem;
}
.zsxx .section1 .container .row1 .item {
  width: 20.8%;
  background: #fff;
}
.zsxx .section1 .container .row1 .item .text {
  border: 1px solid #1a3071;
  text-align: center;
  color: #1a3071;
}
.zsxx .section1 .container .row1 .item .text .t1 {
  font-size: 0.65rem;
  margin-bottom: 0.14rem;
}
.zsxx .section1 .container .row1 .item .text .t2 {
  font-size: 0.25rem;
}
.zsxx .section1 .container .row2 {
  overflow: hidden;
}
.zsxx .section1 .container .row2 .item {
  float: left;
  position: relative;
  margin-right: 0.395rem;
  width: 31.5%;
  max-height: 4.12rem;
  overflow: hidden;
}
.zsxx .section1 .container .row2 .item img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.zsxx .section1 .container .row2 .item .moreBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  z-index: 1;
  background: #fff;
  color: #1a3071;
}
.zsxx .section1 .container .row2 .item .moreBtn:after {
  background: url(../img/icon5.png) no-repeat center / 100%;
}
.zsxx .section1 .container .row2 .item:nth-child(3n) {
  margin-right: 0;
}
.zsxx .section1 .container .row2 .item:hover img {
  transform: scale(1.1);
}
.zsxx .section2 {
  padding: 1.14rem 0;
}
.zsxx .section2 .container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.zsxx .section2 .mySwiper3 {
  overflow: hidden;
  width: 9.95rem;
  height: 6.94rem;
  position: relative;
}
.zsxx .section2 .mySwiper3 .box,
.zsxx .section2 .mySwiper3 .img,
.zsxx .section2 .mySwiper3 img {
  display: block;
  width: 100%;
  height: 100%;
}
.zsxx .section2 .mySwiper3 .box {
  position: relative;
}
.zsxx .section2 .mySwiper3 .box:hover .text {
  font-weight: bold;
}
.zsxx .section2 .mySwiper3 .text {
  background: #1a3071;
  height: 0.54rem;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.54rem;
  color: #fff;
  padding: 0 0.3rem;
  box-sizing: border-box;
  padding-left: 40%;
}
.zsxx .section2 .mySwiper3 .pagination {
  width: auto;
  left: 0;
  bottom: 0;
  height: 0.33rem;
  display: flex;
  align-items: end;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.zsxx .section2 .mySwiper3 .pagination .swiper-pagination-bullet {
  width: 0.39rem;
  height: 0.24rem;
  background: #fff;
  margin-right: 0.11rem;
  border-radius: 0;
  color: #1a3071;
  opacity: 0.4;
}
.zsxx .section2 .mySwiper3 .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.zsxx .section2 .zzgg {
  width: 6.44rem;
  padding-left: 0;
  border: 0;
}
.zsxx .section2 .zzgg .head {
  margin-bottom: 0.24rem;
}
.zsxx .zzgg .list .item{
    height:1.21rem;
    line-height:1.21rem;
}
.zsxx .zzgg .list .item .date{
    height:1.21rem;
    line-height:1.21rem;
}
.zsxx .zzgg .list .item .ehn{
    height:1.21rem;
    line-height:1.21rem;
}
.maskbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: rgba(26, 48, 113, 0.7);
    display: none;
}
.maskbg .times {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #fff;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
}
.maskbg img {
  max-width: 94%;
  max-height: 100%;
}
.xxjj .bg {
  width: 100%;
  margin-top: 0.94rem;
  margin-bottom: 0.5rem;
}
.xxjj .section {
  display: flex;
  justify-content: space-between;
}
.xxjj .section .wrapper {
  width: 77%;
}
.xxjj .section .wrapper .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #1a3071;
  margin-bottom: 0.36rem;
  display: block;
}
.xxjj .section .wrapper .a1content {
  margin-bottom: 0.94rem;
}
.xxjj .section .wrapper .a1content p {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  line-height: 1.6;
}
.xxjj .section .wrapper .a2content {
  margin-bottom: 0.9rem;
  padding-left: 0.7rem;
}
.xxjj .section .wrapper .a2content .item {
  margin-bottom: 0.45rem;
  display: flex;
}
.xxjj .section .wrapper .a2content .item p {
  font-size: 0.16rem;
}
.xxjj .section .wrapper .a2content .item .name {
  width: 0.65rem;
  margin-right: 0.4rem;
  color: #1a3071;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.5;
}
.xxjj .section .wrapper .a2content .item .val {
  line-height: 1.5;
}
.xxjj .section .wrapper .a3content {
  position: relative;
  width: 100%;
  height: 3.46rem;
  background: #eee;
  margin-top: 1.14rem;
  padding: 0.25rem 0.35rem 0 4.28rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.xxjj .section .wrapper .a3content .img {
  border: 2px solid #eee;
  box-sizing: border-box;
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0.39rem;
  top: -0.7rem;
}
.xxjj .section .wrapper .a3content .img img {
  width: 1.93rem;
}
.xxjj .section .wrapper .a3content .scroll {
  max-height: 3.18rem;
}
.xxjj .section .wrapper .a3content .scroll p {
  font-size: 0.16rem;
  line-height: 2.2;
  margin-bottom: 0.22rem;
}
.xxjj .section .wrapper .a4content {
  position: relative;
  width: 100%;
  height: 3.8rem;
  background: #eee;
  margin-top: 2rem;
  padding: 0.25rem 5rem 0 0.36rem;
  box-sizing: border-box;
  margin-bottom: 1.88rem;
}
.xxjj .section .wrapper .a4content .bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.97rem;
  height: 0.92rem;
}
.xxjj .section .wrapper .a4content .scroll {
  max-height: 2.7rem;
}
.xxjj .section .wrapper .a4content .scroll p {
  font-size: 0.16rem;
  line-height: 1.8;
  margin-bottom: 0.22rem;
}
.xxjj .section .wrapper .a4content .img1 {
  position: absolute;
  right: 0.34rem;
  bottom: 0.35rem;
  width: 4.36rem;
}
.xxjj .section .wrapper .a4content .img1 div {
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.xxjj .section .wrapper .a4content .img1 div:first-child {
  background: #1a3071;
}
.xxjj .section .wrapper .a4content .img1 div img {
  max-width: 100%;
  max-height: 100%;
}
.xxjj .section .aside {
  width: 18.5%;
}
.xxjj .section .aside .sticky {
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 1.7rem;
}
.xxjj .section .aside a {
  height: 0.59rem;
  line-height: 0.59rem;
  border-bottom: 0.02rem solid #cecece;
  font-size: 0.2rem;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
  position: relative;
}
.xxjj .section .aside a:first-child {
  border-top: 0.02rem solid #cecece;
}
.xxjj .section .aside a:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 0.07rem;
  height: 0.07rem;
  right: 0.2rem;
  border-color: #a8a9a9;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.xxjj .section .aside a.active {
  background: #1a3071;
  color: #fff;
}
.xxjj .section .aside a.active:after {
  border-color: #fff;
}
.xxjj .section .aside.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 99;
}
.xzyj {
  margin-top: 0.76rem;
}
.xzyj .t1 {
  text-align: center;
  font-size: 0.28rem;
  color: #1a3071;
  max-width: 80%;
  margin: 0 auto 0.1rem;
  line-height: 1.3;
}
.xzyj .t2 {
  font-size: 0.24rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 0.22rem;
  line-height: 1.3;
}
.xzyj ul {
  margin-bottom: 0.8rem;
}
.xzyj li {
  background: #eee;
  height: 0.5rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  border-left: 0.08rem solid #1a3071;
  padding-left: 0.54rem;
  padding-right: 0.36rem;
  box-sizing: border-box;
  position: relative;
}
.xzyj li .name {
  font-size: 0.22rem;
  font-weight: bold;
  flex-shrink: 0;
  width: 2.62rem;
}
.xzyj li .job {
  font-size: 0.18rem;
  margin: 0 0.3rem;
  text-align: center;
  flex: 1;
}
.xzyj li .date {
  font-size: 0.18rem;
  flex-shrink: 0;
  width: 2.62rem;
  margin-left: auto;
  text-align: right;
}
.xzyj li .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.14rem;
  bottom: -0.2rem;
}
.minh {
  min-height: 65vh;
}
.ryyz {
  margin-top: 0.87rem;
  margin-bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.ryyz .item {
  float: left;
  width: 3.04rem;
  margin-bottom: 0.41rem;
  margin-right: 0.27rem;
  cursor: pointer;
  transition: all 0.3s;
  max-height:3.4rem;
  box-sizing: border-box;
}
.ryyz .item:nth-child(4n) {
  margin-right: 0;
}
.ryyz .item .img {
  height: 2.23rem;
  width: 100%;
  overflow: hidden;
}
.ryyz .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.ryyz .item .text {
  margin-top: 0.12rem;
  position: relative;
  padding-left: 0.19rem;
}
.ryyz .item .text p {
  font-size: 0.18rem;
  color: #1a3071;
  line-height: 1.4;
}
.ryyz .item .text:before {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 0.45rem;
  background: #1a3071;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.ryyz .item:hover {
  transform: scale(1.05);
  background: #1a3071;
  padding: 0.09rem 0.13rem;
}
.ryyz .item:hover .img{
    height:2.03rem;
}
.ryyz .item:hover .text::before {
  background: #fff;
}
.ryyz .item:hover .text p {
  color: #fff;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0.3rem;
  margin-bottom: 0.8rem;
}
.paging .iconfont,
.paging .number {
  height: 0.45rem;
  border-radius: 0.05rem;
  min-width: 0.45rem;
  border: 1px solid #9b9b9b;
  font-size: 0.24rem;
  line-height: 0.44rem;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0.04rem;
  margin: 0 0.05rem;
  display: inline-block;
  position: relative;
}
.paging .iconfont:hover,
.paging .number:hover,
.paging .iconfont.on,
.paging .number.on {
  color: #fff;
  background: #1a3071;
  border-color: #1a3071;
}
.paging .pager {
  margin: 0 0.15rem;
}
.paging .pager .more {
  font-weight: bold;
  font-size: 0.28rem;
}
.ldgh {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
}
.listItem {
  float: left;
  width: 4.1rem;
  margin-right: 0.35rem;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 0.5rem;
  max-height:4.3rem;
  cursor:pointer;
}
.listItem:nth-child(3n) {
  margin-right: 0;
}
.listItem .img {
  height: 3rem;
  overflow: hidden;
}
.listItem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.listItem .text {
  padding-top: 0.28rem;
}
.listItem .text .t1 {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
  line-height:.34rem;
}
.listItem .text .t2 {
  position: relative;
  font-size: 0.16rem;
  color: #505050;
}
.listItem .text .t2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 1px;
  background: #bababa;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.listItem:hover {
  transform: scale(1.05);
  background: #1a3071;
  padding: 0.09rem 0.12rem;
}
.listItem:hover .t1 {
  color: #fff;
}
.listItem:hover .t2 {
  color: #fff;
}
.listItem:hover .t2:after {
  background: #fff;
}
.zmxy {
  margin-top: 1.05rem;
}
.zmxy .item {
  float: left;
  width: 3.09rem;
  overflow: hidden;
  margin-right: 0.21rem;
  margin-bottom: 0.44rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1a3071;
  position: relative;
  padding: 0.18rem;
  transition: all 0.3s;
}
.zmxy .item:nth-child(4n) {
  margin-right: 0;
}
.zmxy .item .img {
  height: 3.01rem;
  overflow: hidden;
  box-sizing: border-box;
}
.zmxy .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.zmxy .item .text {
  padding-top: 0.17rem;
}
.zmxy .item .text .t1 {
  font-size: 0.18rem;
}
.zmxy .item .text .t2 {
  color: #505050;
  font-size: 0.13rem;
  line-height: 1.3;
  margin-bottom: 0.11rem;
}
.zmxy .item .text .t3 {
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  background: #1a3071;
  height: 0.22rem;
  line-height: 0.22rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.18rem;
  box-sizing: border-box;
}
.zmxy .item:hover {
  background: #1a3071;
}
.zmxy .item:hover .text {
  color: #fff;
}
.zmxy .item:hover .text .t2,
.zmxy .item:hover .text .t3 {
  color: #fff;
}
.qqxy {
  margin-top: 0.78rem;
}
.qqxy .mySwiper4 {
  width: 100%;
  height: 7.66rem;
  overflow: hidden;
  position: relative;
}
.qqxy .mySwiper4 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.qqxy .mySwiper4 .swiper-slide .text {
  opacity: 0;
}
.qqxy .mySwiper4 .swiper-slide-active {
  transform: scale(1);
}
.qqxy .mySwiper4 .swiper-slide-active .text {
  opacity: 1;
}
.qqxy .mySwiper4 .box {
  width: 9.5rem;
  display: block;
}
.qqxy .mySwiper4 .box .img {
  width: 100%;
  height: 5.43rem;
}
.qqxy .mySwiper4 .box .img img {
  width: 100%;
  height: 100%;
}
.qqxy .mySwiper4 .box .text {
  text-align: center;
  width: 3.94rem;
  margin: 0.4rem auto 0;
}
.qqxy .mySwiper4 .box .text .t1 {
  color: #1a3071;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.qqxy .mySwiper4 .box .text .t2 {
  font-size: 0.14rem;
  line-height: 2;
}
.qqxy .mySwiper4 .arrow {
  position: absolute;
  bottom: 0.56rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.9rem;
  z-index: 15;
}
.qqxy .mySwiper4 .arrow div {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #2c407c;
}
.qqxy .mySwiper4 .arrow div:after {
  color: #2c407c;
  font-size: 0.2rem;
}
.qqxy .picture {
  display: block;
  width: 100%;
}
.qqxy .list {
  background: #f2f2f2;
  padding-top: 1.28rem;
  padding-bottom: 0.01rem;
}
.qqxy .list .minh {
  display: flex;
  flex-wrap: wrap;
}
.qqxy .list .listItem {
  width: 3.06rem;
  max-height:3.4rem;
  margin-right: 0.25rem;
}
.qqxy .list .listItem:nth-child(4n) {
  margin-right: 0;
}
.qqxy .list .listItem .img {
  height: 2.24rem;
}
.qqxy .list .listItem .text {
  padding-top: 0.18rem;
}
.qqxy .list .listItem .text .t1 {
  font-size: 0.26rem;
  margin-bottom: 0.16rem;
}
.qqxy .list .listItem .text .t2 {
  font-size: 0.12rem;
}
.qqxy .list .listItem:hover {
  padding: 0.11rem 0.12rem;
}
.lsyg {
  margin-top: 0.8rem;
}
.lsyg .wrapper {
  width: 10rem;
  float: left;
}
.lsyg .wrapper .tit {
  font-weight: bold;
  display: block;
  font-size: 0.36rem;
  color: #1a3071;
  margin-bottom: 0.34rem;
}
.lsyg .wrapper .content {
  margin-left: 0.7rem;
  margin-bottom: 0.66rem;
}
.lsyg .wrapper .content .t1 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.lsyg .wrapper .content .t1 .small {
  font-size: 0.14rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.1rem;
}
.lsyg .wrapper .content .t2 {
  font-size: 0.18rem;
  line-height: 1.4;
  margin-bottom: 0.36rem;
}
.lsyg .wrapper .content .bg3 {
  position: absolute;
  width: 100%;
  left: 0;
  height: 4.08rem;
  z-index: -1;
  margin-top: 0.3rem;
}
.lsyg .wrapper .content .phlist {
  width: 100%;
  overflow: hidden;
  margin-top: 0.25rem;
}
.lsyg .wrapper .content .phlist .item {
  width: 33.3%;
  float: left;
}
.lsyg .wrapper .content .phlist .item img {
  width: 100%;
}
.lsyg .wrapper .content .phlist .item p {
  text-align: center;
  color: #505050;
  font-family: 'Adobe 黑体 Std';
  line-height: 0.6rem;
}
.lsyg .wrapper .content .bg8 {
  position: absolute;
  width: 100%;
  height: 6.95rem;
  left: 0;
  z-index: -1;
}
.lsyg .wrapper .content .imgs8 {
  display: block;
  width: 100%;
  margin-bottom: 0.36rem;
}
.lsyg .sideNav {
  width: 2.4rem;
  text-align: right;
  padding-bottom: 0.18rem;
  position: sticky;
  float: right;
  top: 1.8rem;
}
.lsyg .sideNav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 0.02rem;
  height: 100%;
  background: #4f4f4f;
}
.lsyg .sideNav a {
  display: block;
  position: relative;
  padding-right: 0.35rem;
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #444444;
}
.lsyg .sideNav a:after {
  content: '';
  position: absolute;
  right: -1.7%;
  top: 17%;
  width: 0.1rem;
  height: 0.1rem;
  background: #4f4f4f;
  border-radius: 50%;
  z-index: 10;
}
.lsyg .sideNav a.active:after {
  right: -2.3%;
  background: #fff;
  border: 0.03rem solid #4f4f4f;
}
.goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 899;
  background: #1a3071;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.05rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.goTop i {
  color: #fff;
  font-size: 0.2rem;
}
.goTop:hover {
  opacity: 0.7;
}
.scroll {
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.scroll::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.1rem;
}
.scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.dw {
  margin-top: 1rem;
}
.dw .dwItem {
  display: flex;
  margin-bottom: 0.45rem;
}
.dw .dwItem .img {
  width: 3.85rem;
  height: 2.47rem;
  flex-shrink: 0;
}
.dw .dwItem .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.dw .dwItem .text {
  flex: 1;
  z-index: 3;
  border-left: 0.06rem solid #1a3071;
  box-sizing: border-box;
  padding: 0.23rem 0.85rem 0.19rem 0.36rem;
  position: relative;
}
.dw .dwItem .text .t1 {
  min-height: 0.73rem;
  color: #1a3071;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.4;
  transition: all 0.6s ease-out;
}
.dw .dwItem .text .btn {
  margin-bottom: 0.1rem;
  height: 0.29rem;
  display: inline-flex;
  padding-right: 0.1rem;
  align-items: center;
  color: #666666;
  font-size: 0.14rem;
  background: #fff;
  border-radius: 0.4rem;
  padding-left: 0.18rem;
  box-sizing: border-box;
  margin-top: 0.08rem;
}
.dw .dwItem .text .btn i {
  margin-left: 0.1rem;
}
.dw .dwItem .text .t2 {
  color: #1a3071;
  font-size: 0.14rem;
  line-height: 1.3;
  transition: all 0.6s ease;
}
.dw .dwItem .text .t3 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #515151;
  transition: all 0.2s ease-in;
}
.dw .dwItem .text .t3 i {
  font-size: 0.17rem;
  margin-right: 0.1rem;
}
.dw .dwItem .text .date {
  position: absolute;
  font-size: 0.2rem;
  color: #505050;
  right: 0.2rem;
  bottom: 0.2rem;
}
.dw .dwItem .text .date span,
.dw .dwItem .text .date em {
  display: block;
  text-align: right;
  line-height: 0.1rem;
  margin: 0.08rem 0;
}
.dw .dwItem .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #f2f2f2;
}
.dw .dwItem .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #1a3071;
  transition: all 0.6s ease;
}
.dw .dwItem .text .mb20 {
  margin-bottom: 0.2rem;
}
.dw .dwItem:hover .t1,
.dw .dwItem:hover .t2,
.dw .dwItem:hover .t3,
.dw .dwItem:hover .date {
  color: #fff;
}
.dw .dwItem:hover .text::before {
  width: 100%;
}
.dyfc {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.dyfc .item {
  width: 4.1rem;
  position: relative;
  margin-right: 0.34rem;
  margin-bottom: 0.64rem;
}
.dyfc .item .img {
  width: 100%;
  height: 4.52rem;
  overflow: hidden;
}
.dyfc .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.dyfc .item .text {
  padding: 0.28rem 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
}
.dyfc .item .text .t1 {
  font-size: 0.26rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.22rem;
  transition: all 0.3s;
}
.dyfc .item .text .t2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #505050;
  font-size: 0.16rem;
  line-height: 1.6;
  transition: all 0.3s;
  border-bottom: 1px solid #bababa;
}
.dyfc .item:nth-child(3n) {
  margin-right: 0;
}
.dyfc .item:hover .t1,
.dyfc .item:hover .t2 {
  color: #fff;
}
.dyfc .item:hover .text {
  padding: 0.28rem;
  background: #1a3071;
}
.dyfc .item:hover .text .t2 {
  border: 0;
}
.dyjl {
  margin-top: 1rem;
}
.dyjl .dyItem {
  width: 4.76rem;
  margin-bottom: 0.42rem;
}
.dyjl .dyItem:nth-child(odd) {
  float: left;
}
.dyjl .dyItem:nth-child(even) {
  float: right;
}
.dyjl .img {
  width: 100%;
  height: 3.48rem;
  overflow: hidden;
}
.dyjl .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.dyjl .txt_t {
  background: #f2f2f2;
  padding: 0.19rem 0.28rem 0.13rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.dyjl .txt_t .t1 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1a3071;
  margin-bottom: 0.2rem;
}
.dyjl .txt_t .t2 {
  transition: all 0.3s;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.dyjl .txt_t .browse {
  font-size: 0.16rem;
  color: #757575;
  transition: all 0.3s;
  height: 0.2rem;
}
.dyjl .txt_t .browse i {
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.dyjl .txt_t .more {
  height: 0.25rem;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.12rem;
  background: #fff;
  border-radius: 0.4rem;
  padding-left: 0.16rem;
  padding-right: 0.11rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.dyjl .txt_t .more i {
  margin-left: 0.1rem;
  margin-top: 0.02rem;
  font-size: 0.14rem;
}
.dyjl .txt .date {
  color: #fff;
  font-size: 0.16rem;
  background: #1a3071;
  padding: 0 0.28rem;
  height: 0.31rem;
  line-height: 0.31rem;
}
.dyjl .dyItem:hover .t1,
.dyjl .dyItem:hover .t2 {
  color: #fff;
}
.dyjl .dyItem:hover .txt_t {
  background: #1a3071;
}
.dyjl .dyItem:hover .txt_t .browse {
  color: #fff;
}
.xq {
  margin-top: 0.77rem;
  display: flex;
  justify-content: space-between;
}
.xq .wrapper {
  width: 8.6rem;
  position: relative;
}
.xq .wrapper .fab {
  position: absolute;
  left: -0.76rem;
  top: 0;
  width: 0.5rem;
}
.xq .wrapper .fab .item {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.xq .wrapper .fab .item:hover {
  opacity: 0.8;
}
.xq .aside {
  width: 3.58rem;
}
.xq .aside .tit {
  background: #f2f2f2;
  text-align: center;
  height: 0.49rem;
  line-height: 0.49rem;
  font-size: 0.24rem;
  display: block;
  transition: all 0.3s;
}
.xq .aside a.tit[href]:hover {
  background: #1a3071;
  color: #fff;
}
.xq .aside .list {
  border-left: 2px solid #b4b8b7;
  padding: 0.2rem 0 0.24rem 0.14rem;
  margin: 0.5rem 0;
}
.xq .aside .list .item {
  display: flex;
  border-bottom: 2px solid #b4b8b7;
  margin-bottom: 0.35rem;
  position: relative;
}
.xq .aside .list .item:last-child {
  margin-bottom: 0;
}
.xq .aside .list .item .t3 {
  width: 2.65rem;
  color: #010101;
  font-size: 0.14rem;
  line-height: 1.4;
  padding-left: 0.14rem;
  box-sizing: border-box;
  height: 0.41rem;
}
.xq .aside .list .item .date {
  width: 0.69rem;
  padding-left: 0.08rem;
  box-sizing: border-box;
  border-right: 2px solid #b4b8b7;
  position: relative;
}
.xq .aside .list .item .date .t1 {
  color: #1a3071;
  font-size: 0.3rem;
  line-height: 1.2;
  margin-top: -0.02rem;
}
.xq .aside .list .item .date .t2 {
  font-size: 0.14rem;
  padding-bottom: 0.06rem;
}
.xq .aside .list .item .date:before {
  content: '';
  position: absolute;
  left: -0.2rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border: 1px solid #b4b8b7;
  top: 30%;
  border-radius: 50%;
}
.xq .aside .list .item:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #1a3071;
  transition: all 0.3s;
}
.xq .aside .list .item:hover .t3 {
  color: #1a3071;
}
.xq .aside .list .item:hover:after {
  width: 100%;
}
.xq .aside .list .item:hover .date::before {
  background: #1a3071;
  border-color: #1a3071;
}
.xq .wrapper_head {
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.xq .wrapper_head .head_l {
  max-width: 6.8rem;
  float: left;
}
.xq .wrapper_head .head_l .tit {
  font-size: 0.3rem;
  margin-bottom: 0.18rem;
}
.xq .wrapper_head .head_l p {
  display: flex;
  align-items: center;
}
.xq .wrapper_head .head_l p span {
  padding: 0 0.26rem;
  border-left: 2px solid #0e050a;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
}
.xq .wrapper_head .head_l p em {
  height: 0.2rem;
  line-height: 0.2rem;
  margin-left: 0.34rem;
  display: inline-block;
  font-size: 0.14rem;
}
.xq .wrapper_head .head_l p em i {
  margin-right: 0.16rem;
  display: inline-block;
}
.xq .wrapper_head .date {
  float: right;
}
.xq .wrapper_head .date span,
.xq .wrapper_head .date em {
  display: block;
  font-size: 0.27rem;
  text-align: right;
  line-height: 1.1;
}
.xq .wrapper_head .date em {
  height: 0.2rem;
  line-height: 0.2rem;
}
.xq .content {
  min-height: 5rem;
}
.xq .content .t1 {
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.xq .content .t2 {
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0.3rem 0;
}
.xq .content img {
  display: block;
  margin: 0.32rem auto;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}
.mask .pop {
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 80%;
  position: absolute;
  padding: 0.2rem 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mask .pop .close {
  color: #333;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -0.5rem;
  top: 0;
  cursor: pointer;
}
.mask .pop .close i {
  font-size: 0.2rem;
  transition: all 0.3s;
}
.mask .pop .close:hover i {
  transform: rotate(90deg);
}
.mask .pop .img {
  width: 100%;
}
.mask .pop img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.mask .pop .p {
  width: 100%;
  max-height:20vh;
  overflow-y: auto;
}
.mask .pop .p {
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.mask .pop .p::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.mask .pop .p::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.1rem;
}
.mask .pop .p::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.mask .pop .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mask .pop .text .t1 {
  color: #1a3071;
  font-size: 0.24rem;
  max-width: 35%;
}
.mask .pop .text .t2 {
  font-size: 0.16rem;
  max-width: 60%;
}
.mask .pop .text.w70 .t1{
    max-width:75%;
}
.mask .pop .text.w70 .t2{
    max-width:20%;
}
.mask .pop .text1 {
  flex-direction: column;
  justify-content: flex-start;
  height: 0.75rem;
}
.mask .pop .text1 .t2 {
  max-width: 65%;
}
.mask .pop .text1 .t3 {
  display: none;
}
.mask .pop .text2 {
  align-items: baseline;
  flex-direction: column;
}
.mask .pop .text2 .t1 {
  max-width: 100%;
}
.spaceBet {
  display: flex;
  justify-content: space-between;
  margin-top: 0.96rem;
}
.nrLeft {
  width: 10rem;
}
.nrLeft .item {
  width: 3.16rem;
  height: 3.95rem;
  overflow: hidden;
  border: 1px solid #1a3071;
  padding: 0.18rem;
  box-sizing: border-box;
  float: left;
  margin-bottom: 0.43rem;
  margin-right: 0.26rem;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 0.08rem solid #1a3071;
}
.nrLeft .item:nth-child(3n) {
  margin-right: 0;
}
.nrLeft .item .img {
  overflow: hidden;
  width: 100%;
  height: 3.09rem;
}
.nrLeft .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.nrLeft .item .text {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nrLeft .item .text .t1 {
  color: #1a3071;
  font-size: 0.24rem;
  max-width: 35%;
}
.nrLeft .item .text .t2 {
  font-size: 0.16rem;
  max-width: 60%;
}
.nrLeft .item:hover {
  background: #1a3071;
}
.nrLeft .item:hover .t1,
.nrLeft .item:hover .t2 {
  color: #fff;
}
.rightNav {
  width: 2.39rem;
}
.rightNav .sticky {
  position: sticky;
  top: 1.7rem;
}
.rightNav a {
  height: 0.59rem;
  border-top: 0.02rem solid #b5b5b5;
  border-right: 0.05rem solid #1a3071;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.14rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.rightNav a:last-child {
  border-bottom: 0.02rem solid #b5b5b5;
}
.rightNav a span {
  font-size: 0.2rem;
}
.rightNav a i {
  color: #a8a9a9;
}
.rightNav a.active,
.rightNav a:hover {
  color: #fff;
  background: #1a3071;
  border-color: #1a3071;
}
.rightNav a.active i,
.rightNav a:hover i {
  color: #fff;
}
.kcsz .nrLeft {
  margin-bottom: 1.27rem;
}
.kcsz .nrLeft .tit {
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 2;
  margin-bottom: 0.26rem;
  margin-top: -0.1rem;
}
.kcsz .nrLeft p {
  font-size: 0.18rem;
  line-height: 2;
}
.szdw {
  margin-top: 1.32rem;
  position: relative;
}
.szdw .bgcolor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 8.1rem;
  background: linear-gradient(to bottom, #fefefe, #f2f2f2);
}
.szdw .mySwiper5 {
  width: 100%;
  height: 7.9rem;
  overflow: hidden;
  position: relative;
  top: -0.9rem;
  padding-bottom: 0.5rem;
}
.szdw .mySwiper5 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.5;
}
.szdw .mySwiper5 .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.szdw .mySwiper5 .swiper-slide-active .box {
  background: #fff;
}
.szdw .mySwiper5 .box {
  width: 9.3rem;
  height: 6.84rem;
  display: block;
  border: 1px solid #1a3071;
  border-bottom: 0.15rem solid #1a3071;
  padding: 0.38rem 0.41rem 0;
  box-sizing: border-box;
}
.szdw .mySwiper5 .box .img {
  width: 100%;
  height: 5.32rem;
}
.szdw .mySwiper5 .box .img img {
  width: 100%;
  height: 100%;
}
.szdw .mySwiper5 .box .text {
  text-align: center;
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
  color: #1a3071;
  font-size: 0.38rem;
  font-weight: bold;
}
.szdw .mySwiper5 .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13rem;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 1.84rem;
  box-sizing: border-box;
}
.szdw .mySwiper5 .arrow div {
  border-radius: 0.08rem;
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9b9b9b;
  cursor: pointer;
  position: static;
  margin: 0;
  margin-left: 0.19rem;
}
.szdw .mySwiper5 .arrow div:after {
  color: #212121;
  font-size: 0.26rem;
}
.szdw .mySwiper5 .arrow div:hover {
  opacity: 0.7;
}
.tdxq {
  width: 13rem;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
}
.tdxq .img {
  width: 5.44rem;
  height: 7.49rem;
}
.tdxq .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.tdxq .content {
  width: 6.5rem;
}
.tdxq .content .tit {
  height: 0.93rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #b4b8b7;
  border-bottom: 1px solid #b4b8b7;
  margin-bottom: 1rem;
}
.tdxq .content .tit .name {
  font-size: 0.4rem;
  color: #1a3071;
  height: 0.49rem;
  line-height: 0.49rem;
  padding-right: 0.55rem;
  margin-right: 0.49rem;
  border-right: 2px solid #1a3071;
}
.tdxq .content .tit .val {
  font-size: 0.24rem;
}
.tdxq .content .col {
  border-left: 1px solid #b4b8b7;
  padding-left: 0.3rem;
}
.tdxq .content .col div {
  margin-bottom: 0.32rem;
}
.tdxq .content .col p {
  font-size: 0.18rem;
  line-height: 2;
}
.fwzn .head {
  width: 100%;
  height: 8rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:hidden;
}
.fwzn .head .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 3.5s linear;
  -webkit-transform: scale(1.1);
}
.fwzn .head .bg.open{
    -webkit-transform: scale(1);
}
.fwzn .head .logo {
  width: 3.82rem;
}
.fwzn .head h1 {
  color: #fff;
  letter-spacing: 15px;
  font-size: 0.6rem;
  margin-bottom: 0.15rem;
  margin-top: 0.25rem;
}
.fwzn .head p {
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 8px;
}
.fwzn .container {
  width: 90%;
  margin: 1.2rem auto 1.49rem;
  display: flex;
}
.fwzn .container .dt,
.fwzn .container iframe {
  width: 9.96rem;
  height: 8rem;
}
.fwzn .container .right {
  background: #fff;
  padding: 0.34rem 0.66rem 0.6rem 0.65rem;
  height: 8rem;
  box-sizing: border-box;
  flex: 1;
}
.fwzn .container .right .col {
  padding-top: 0.2rem;
  border-bottom: 1px solid #536394;
}
.fwzn .container .right .col:last-child {
  border-bottom: 0;
}
.fwzn .container .right .col .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.fwzn .container .right .col .hd .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3071;
  font-weight: bold;
  font-size: 0.24rem;
}
.fwzn .container .right .col .hd .tit img {
  margin-right: 0.1rem;
  width: 0.28rem;
}
.fwzn .container .right .col .hd .dh {
  display: flex;
  align-items: center;
  color: #1a3071;
  width: 1.8rem;
  height: 0.36rem;
  border: 1px solid #1a3071;
  border-radius: 0.4rem;
  justify-content: center;
}
.fwzn .container .right .col .hd .dh img {
  margin-right: 0.15rem;
  width: 0.17rem;
}
.fwzn .container .right .col .bd {
  padding-bottom: 0.2rem;
  color: #1a3071;
  font-size: 0.24rem;
  padding-left: 0.42rem;
}
.fwzn .container .right .col .bd span {
  margin-right: 0.1rem;
}
.fwzn .container .right .col .bd span:last-child {
  margin-right: 0;
}
.fwzn .container .right .col .icon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
.fwzn .container .right .col .icon .item {
  cursor: pointer;
}
.fwzn .container .right .col .icon img {
  width: 0.92rem;
  height: 0.92rem;
}
.fwzn .container .right .col .icon .imgs {
  display: none;
}
.fwzn .container .right .col .icon .item:hover .imgb,
.fwzn .container .right .col .icon .item.on .imgb {
  display: none;
}
.fwzn .container .right .col .icon .item:hover .imgs,
.fwzn .container .right .col .icon .item.on .imgs {
  display: block;
}
.fwzn .container .right .col.ewm .item {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 0.28rem;
}
.fwzn .container .right .col.ewm .item .img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.46rem;
}
.fwzn .container .right .col.ewm .item .img img {
  width: 100%;
  height: 100%;
}
.fwzn .container .right .col.ewm .item p {
  color: #1a3071;
  font-size: 0.24rem;
}
.fwzn .container .right .col.ewm .item.show {
  display: flex;
}
.wzdt {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  margin: 1rem auto;
}
.wzdt li {
  position: relative;
}
.wzdt .tit {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
  display: block;
}
.wzdt .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.6rem;
  width: 130%;
}
.wzdt .item a {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
}
.wzdt a:hover {
  color: #1a3071;
}