/* banner */
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 7.2rem;
  bottom: 5.6rem;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

/* container */
.container {
  width: 100%;
  background: #fff;
}

.row-1 {
  width: 160rem;
  margin: 0 auto;
  padding-top: 8rem;
  height: 86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.news-left,
.news-right {
  width: 37rem;
  height: 66rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 0.8s ease-in-out 0.2s;
}


.news-tile {
  display: flex;
  justify-content: space-between;
}

.news-tile .more {
  font-size: 1.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #000000;
}

.news-tile>div>span:nth-child(1) {
  font-size: 1.6rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 900;
  color: #000000;
  padding-right: 0.8rem;
}

.news-tile>div>span:nth-child(2) {
  font-size: 1.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #000000;
}

.news-left-img {
  width: 37rem;
  height: 17.8rem;
  overflow: hidden;
  margin-top: 2rem;
}

.news-left-img img {
  width: 37rem;
  height: 17.8rem;
  transition: all 0.5s;
}

.news-left-img:hover img {
  transform: scale(1.2);
}

.new-left-item {
  display: block;
  width: 100%;
  height: 11rem;
  border-bottom: 1px solid #EDF1F7;
  padding-top: 2rem;
}

.new-left-item .title {
  font-size: 1.7rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.new-left-item .time {
  font-size: 1.4rem;
  font-family: Bahnschrift, Bahnschrift;
  font-weight: 400;
  color: #999999;
  padding-top: 0.6rem;
  transition: all 0.5s;
}

.new-left-item:hover .title,
.new-left-item:hover .time {
  color: #932024;
}

.news-right-list {
  margin-top: 0.6rem;
}

.new-right-item {
  width: 100%;
  height: 10rem;
  border-bottom: 1px solid #EDF1F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-right-item .time {
  width: 6rem;
  height: 3.7rem;
  background: #EDF1F7;
  text-align: center;
  line-height: 3.7rem;
  font-size: 1.4rem;
  font-family: Bahnschrift, Bahnschrift;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s;
}

.new-right-item .title {
  width: 30rem;
  font-size: 1.7rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.new-right-item:hover .time {
  background: #932024;
  color: #fff;
}

.new-right-item:hover .title {
  color: #932024;
}

/* news-middle */
.news-middle {
  width: 78rem;
  height: 71rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 0.7s ease-in-out 0.2s;
}


.news-middle .swiper {
  width: 100%;
  height: 100%;
}

.news-middle .swiper-pagination-bullet-active {
  background: #932024;
}

.news-middle .swiper-button-white::after {
  display: none;
}

.news-middle .swiper-button-white img {
  width: 6rem;
  height: 1.6rem;
}

.news-middle .swiper-button-white {
  top: 69rem;
}

.news-middle .swiper-button-prev {
  left: 2rem;
}

.news-middle .swiper-button-next {
  right: 2rem;
}

.news-middle .swiper-slide .img {
  width: 100%;
  height: 47.8rem;
  overflow: hidden;
}

.news-middle .swiper-slide .img>img {
  width: 100%;
  height: 47.8rem;
  transition: all 0.5s;
}

.news-middle .swiper-slide .img:hover>img {
  transform: scale(1.2);
}

.news-middle .module {
  width: 27rem;
  height: 2.2rem;
  position: relative;
  color: #932024;
  line-height: 2.2rem;
  text-align: center;
  margin: 1.6rem auto 0;
}

.news-middle .module>span:nth-child(1) {
  font-size: 1.6rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  padding-right: 1rem;
}

.news-middle .module>span:nth-child(2) {
  font-size: 1.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
}

.news-middle .module::before,
.news-middle .module::after {
  content: "";
  width: 1.4rem;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  background: #932024;
}

.news-middle .module::before {
  left: 0;
}

.news-middle .module::after {
  right: 0;
}

.news-middle .title {
  font-size: 2.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  padding: 2rem 0;
  width: 64rem;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}

.news-middle .intro {
  width: 64rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  margin: 0 auto;
  transition: all 0.5s;
}

.news-middle .swiper-slide>a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-middle .swiper-slide>a:hover .title,
.news-middle .swiper-slide>a:hover .intro {
  color: #932024;
}

.row-2 {
  padding-top: 5.6rem;
  height: 80rem;
  width: 100%;
  background: url(/images/bg01.png) no-repeat;
  background-size: 100% 100%;
}

.row-2>div {
  width: 160rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.zhxw {
  width: 75rem;
transform: translateY(10rem);
  opacity: 0;
  transition: all 0.8s ease-in-out 0.2s;

}

.zhxw-content {
  width: 100%;
  height: 61rem;
  margin-top: 2.3rem;
}

.zhxw .zhxw-swiper {
  width: 100%;
  height: 100%
}

.zhxw .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.zhxw .swiper-pagination-bullet-active {
  background: #932024;
}

.zhxw .swiper-slide .img {
  width: 100%;
  height: 46rem;
  overflow: hidden;
}

.zhxw .swiper-slide .img>img {
  width: 100%;
  height: 46rem;
  transition: all 0.5s;
}

.zhxw .swiper-slide .img:hover>img {
  transform: scale(1.2);
}

.zhxw .txt {
  width: 100%;
  height: 15rem;
  padding: 0 2rem;
  border-left: 0.5rem solid #932024;
}

.zhxw .swiper-slide .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
}

.zhxw .swiper-slide .title>span:nth-child(1) {
  font-size: 1.8rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
}

.zhxw .swiper-slide .title>span:nth-child(2) {
  font-size: 1.5rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666;
}

.zhxw .swiper-slide .intro {
  font-size: 1.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 2.4rem;
  margin-top: 3rem;
}

.zhxw .swiper-pagination {
  bottom: 17rem;
  text-align: right;
  padding-right: 2rem;
}

.mtdy {
  width: 37rem;
 transform: translateY(10rem);
  opacity: 0;
  transition: all 0.7s ease-in-out 0.2s;
}


.xsdt {
  width: 40rem;
transform: translateY(10rem);
  opacity: 0;
  transition: all 0.7s ease-in-out 0.2s;
}

.sxdt-list {
  width: 100%;
  margin-top: 2rem;
}

.xsdt-item {
  margin-bottom: 3rem;
}

.xsdt-item .img {
  width: 100%;
  height: 21.6rem;
  overflow: hidden;
}

.xsdt-item .img img {
  width: 100%;
  height: 21.6rem;
  transition: all 0.5s;
}

.xsdt-item .img:hover img {
  transform: scale(1.2);
}

.xsdt-item .title {
  width: 100%;
  height: 7.6rem;
  border-left: 0.5rem solid #932024;
  font-size: 1.8rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  padding: 1.6rem;
  background: #fff;
}
.fadeInUp {
  transform: translateY(0);
  opacity: 1;
}

.row-3 {
  width: 100%;
  height: 97rem;
}

.row-3 .bg {
  width: 100%;
  height: 68rem;
  background: url(/images/xywh-bg.png) no-repeat;
  background-size: 100% 100%;
}

.xywh {
  width: 160rem;
  margin: 0 auto;
  position: relative;
}

.xywh-title {
  width: 21.3rem;
  height: 4.5rem;
  background: url(/images/xywh-title.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 11rem;
  left: 0;
}

.xyfj {
  width: 76.8rem;
  height: 75rem;
  background: url(/images/xyfj.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7.7rem;
  left: 55.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate3d(-5rem, 5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.5s;
}

.xyfj>div:nth-child(1) {
  font-size: 3.8rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.xyfj>div:nth-child(2) {
  font-size: 1.6rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.xywh-box {
  width: 31.6rem;
  height: 29.6rem;
  font-size: 3.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.jghd {
  position: absolute;
  left: 0;
  top: 21.7rem;
  background: url(/images/jghd.png) no-repeat;
  background-size: 100% 100%;
  line-height: 29.6rem;
  text-align: center;
  transform: translate3d(5rem, 5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.5s;
}

.xghd {
  position: absolute;
  left: 31.6rem;
  top: 21.7rem;
  background: url(/images/xghd.png) no-repeat;
  background-size: 100% 100%;
  line-height: 29.6rem;
  text-align: center;
  transform: translate3d(5rem, 5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.7s;
}

.dwjl {
  height: 27.3rem;
  position: absolute;
  left: 63.2rem;
  top: 69.8rem;
  background: url(/images/dwjl.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate3d(-5rem, -5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.5s;
}

.dyyx img,
.dwjl img {
  width: 6.2rem;
  height: 6.2rem;
}

.dyyx {
  height: 27.3rem;
  position: absolute;
  left: 94.8rem;
  top: 69.8rem;
  background: #F4561E;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate3d(-5rem, -5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.7s;
}

.xywh-img {
  width: 63.2rem;
  height: 45.8rem;
  position: absolute;
  top: 51.3rem;
  left: 0;
  overflow: hidden;
  transform: translate3d(5rem, -5rem, 0);
  opacity: 0;
  transition: all 1s ease-in-out 0.5s;
}

.xywh-img img {
  width: 63.2rem;
  height: 45.8rem;
}

.xywhFadeIn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.row-4 {
  width: 100%;
  height: 78rem;
  padding-top: 14.2rem;
}

.zt {
  width: 160rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zt-title {
  margin-left: 16rem;
  width: 5rem;
  height: 45rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.zt-title .title {
  font-size: 38px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  writing-mode: vertical-lr;
}

.zt-title .more {
  text-align: center;
}

.zt-title .more i {
  background: url(/images/zt-icon.png) center center no-repeat;
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  display: block;
  margin-bottom: 1.5rem;
}

.zt-title .more i::before {
  content: "";
  background: url(/images/zt-sel-icon.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  display: block;
  background-size: contain;
}

.zt-title .more:hover i::before {
  opacity: 1;
}

.zt-title .more span {
  font-size: 1.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #980A16;
  writing-mode: vertical-lr;
}
.zt-net-box{
width:128rem;
height:63.2rem;
  overflow: hidden;
position: relative;
}
.zt-net {
  display: flex;
        position: absolute;
        left: 0;
        top: 0;
}

.zt-net .net-item {
  display: block;
  width: 29.6rem;
  height: 63.2rem;
  margin-left: 2.4rem;

  position: relative;
}
.zt-net .net-item .zt-img{
 width: 29.6rem;
  height: 63.2rem;
  transition: all 0.5s ease-out;
}
.zt-net .net-item .zt01{
background: url(/images/zt01.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item .zt02{
background: url(/images/zt02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item .zt03{
background: url(/images/zt03.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item .zt04{
background: url(/images/zt04.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item .zt05{
background: url(/images/zt05.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item .zt06{
background: url(/images/zt06.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zt-net .net-item img {
  width: 29.6rem;
  height: 63.2rem;
  transition: all 0.5s ease-out;
}

.zt-net .net-item:hover .zt-img{
  transform: scale(1.1);
}

.zt-net .net-item .more {
  position: absolute;
  right: 3rem;
  bottom: 0;
  writing-mode: vertical-lr;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

.zt-net .net-item .more::after {
  content: "";
  border-left: 1px solid #fff;
  display: inline-block;
  height: 4rem;
  margin-top: .8rem;
}

.zt-net>a:nth-child(2n+1) {
  transform: translateY(-5rem);
  opacity: 0;
  transition: all 1s ease-out;
}

.zt-net>a:nth-child(2n) {
  transform: translateY(5rem);
  opacity: 0;
  transition: all 1s ease-out;
}

.zt-net>a.ztFadeIn {
  transform: translateY(0);
  opacity: 1;
}

.row-5 {
  width: 100%;
  height: 70rem;
  background: url(/images/zszx-bg.png) no-repeat;
  background-position: right top;
  background-size: auto;
}
.row-6 {
  width: 100%;
  height: 70rem;
}
.zszx {
  width: 160rem;
  margin: 0 auto;
  position: relative;
  padding-top: 13.6rem;
  overflow: hidden;
}
.jyzd {
  width: 160rem;
  height: 70rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.zszx-bg {
  width: 120rem;
  height: 35rem;
  background: url(/images/zszx02.png) no-repeat;
  background-size: 100% 100%;
  transform: translateX(-120rem);
  transition: all 1s ease-out;
  opacity: 0;
}
.jyzd .zszx-bg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(120rem);
background: url(/images/jyzd01.png) no-repeat;
}
.zszx-title {
  font-size: 3.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin: 2.7rem 0 0 12rem;
}
.jyzd .zszx-title {
  position: absolute;
  right: 66rem;
  top: 37rem;
}
.jyzd .more,
.zszx .more {
  display: flex;
  align-items: center;
  margin: 1.7rem 0 0 12rem;
  font-size: 1.8rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #980A16;
}

.jyzd .more {
  position: absolute;
  right: 63rem;
  top: 43rem;
width: 16rem;
}
.jyzd .more img,
.zszx .more img {
  width: 5rem;
  height: 1.6rem;
  margin-left: 1.4rem;
  transition: margin-left 0.5s ease-out;
}
.jyzd .more:hover img,
.zszx .more:hover img {
  /* transform: translateX(1rem); */
  margin-left: 2.4rem;
}

.zszx-intro {
  width: 74rem;
  height: 26rem;
  position: absolute;
  right: 13.6rem;
  top: 31.6rem;
  background: url(/images/zszx01.png) no-repeat;
  background-size: 100% 100%;
  transform: translateX(74rem);
  transition: all 1s ease-out;
  opacity: 0;
}
.jyzd .zszx-intro {
  right: 86rem;
  top: 21rem;
  transform: translateX(-74rem);
}
.zszx-intro div {
  width: 47.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin: 5rem auto;
}

.zszx .zszxFadeIn,
.jyzd .zszxFadeIn {
  transform: translateX(0);
  opacity: 1;
}

.top {
  width: 6.4rem;
  height: 6.4rem;
  background: #F4561E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 4rem;
  bottom: 20rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.top img {
  width: 2rem;
  height: 2rem;
}

.top {
  font-size: 1.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.topShow {
  visibility: visible;
  opacity: 1;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}

.search-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.search-content {
  width: 80rem;
  height: 16rem;
  position: absolute;
  top: calc(50% - 18rem);
  left: calc(50% - 40rem);
}

.search-title {
  font-size: 3.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.search-input {
  display: flex;
  margin-top: 3rem;
}

.search-input .input {
  width: 73rem;
  height: 7rem;
  outline: 0;
  font-size: 2.8rem;
  font-family: PingFang SC, PingFang SC;
}

.search-input .search-btn {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #932024;
  cursor: pointer;
}

.search-input .search-btn img {
  width: 2.3rem;
  height: 2.3rem;
}