.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl-zsyz {
  position: relative;
}
.gl-zsyz .main {
  padding-bottom: 40px;
}
.gl-zsyz .main .page1 {
  margin-top: 40px;
}
.gl-zsyz .main .page1 .left {
  width: 540px;
  height: 305px;
}
.gl-zsyz .main .page1 .left video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.gl-zsyz .main .page1 .right {
  width: 660px;
  height: 305px;
  padding: 23px 40px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.gl-zsyz .main .page1 .right .tit {
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.gl-zsyz .main .page1 .right .text {
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 1.8;
  margin-top: 14px;
}
.gl-zsyz .main .page1 .right .text a {
  display: inline-block;
}
.gl-zsyz .main .page2 {
  margin-top: 30px;
}
.gl-zsyz .main .page2 .page2-list-item {
  width: 277px;
  height: 170px;
  position: relative;
  margin-left: 30px;
}
.gl-zsyz .main .page2 .page2-list-item:nth-child(1) {
  margin-left: 0;
}
.gl-zsyz .main .page2 .page2-list-item a {
  display: block;
}
.gl-zsyz .main .page2 .page2-list-item:hover .img-box img {
  transform: scale(1.1);
}
.gl-zsyz .main .page2 .page2-list-item:hover .tit {
  background: #5f8fc5;
  color: #fff;
}
.gl-zsyz .main .page2 .page2-list-item .img-box {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.gl-zsyz .main .page2 .page2-list-item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
.gl-zsyz .main .page2 .page2-list-item .tit {
  position: absolute;
  width: 158px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #f6f6f6;
  font-size: 18px;
  color: #b72a2a;
  bottom: -23px;
  left: 50%;
  margin-left: -79px;
  border-bottom: 4px solid #5f8fc5;
}
.gl-zsyz .main .page3 {
  margin-top: 77px;
}
.gl-zsyz .main .page3 .data-list {
  margin-top: 20px;
}
.gl-zsyz .main .page3 .data-list .list-item {
  padding-left: 23px;
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gl-zsyz .main .page3 .data-list .list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dddddd;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.gl-zsyz .main .page3 .data-list .list-item:hover .text {
  color: #3076bc;
}
.gl-zsyz .main .page3 .data-list .list-item:hover .time {
  color: #3076bc;
}
.gl-zsyz .main .page3 .data-list .list-item:hover::before {
  background: #3076bc;
}
.gl-zsyz .main .page3 .data-list .list-item .text {
  font-size: 16px;
  max-width: 85%;
  color: #333333;
}
.gl-zsyz .main .page3 .data-list .list-item .time {
  font-size: 16px;
  color: #999999;
}
.gl-zsyz .main .page3 .left {
  width: 750px;
  padding-right: 25px;
  box-sizing: border-box;
  border-right: 1px solid #e8e6e6;
}
.gl-zsyz .main .page3 .left .tab-list {
  position: relative;
}
.gl-zsyz .main .page3 .left .tab-list .list-item {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 20px;
  color: #333333;
  background: #f5f5f5;
  margin-left: 10px;
  cursor: pointer;
}
.gl-zsyz .main .page3 .left .tab-list .list-item:nth-child(1) {
  margin-left: 0;
}
.gl-zsyz .main .page3 .left .tab-list .list-item.act {
  background: #5f8fc5;
  color: #fff;
}
.gl-zsyz .main .page3 .left .tab-list .more {
  position: absolute;
  font-size: 16px;
  color: #3476b7;
  bottom: 0;
  right: 0;
}
.gl-zsyz .main .page3 .left .bottom-list {
  margin-top: 20px;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item {
  width: 173px;
  height: 120px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-left: 10px;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item:nth-child(1) {
  margin-left: 0;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item:hover {
  background: #e4f0ff;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item:hover .icon {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.gl-zsyz .main .page3 .left .bottom-list .list-item:hover .text {
  color: #3476b7;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item .icon {
  display: block;
  width: 32px;
  height: 31px;
  margin: 28px auto 0;
}
.gl-zsyz .main .page3 .left .bottom-list .list-item .text {
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-align: center;
}
.gl-zsyz .main .page3 .left .bottom-list .item1 .icon {
  background: url("../images/gl/zsyz/icon1.png") no-repeat center / 100%;
}
.gl-zsyz .main .page3 .left .bottom-list .item2 .icon {
  background: url("../images/gl/zsyz/icon2.png") no-repeat center / 100%;
}
.gl-zsyz .main .page3 .left .bottom-list .item3 .icon {
  background: url("../images/gl/zsyz/icon3.png") no-repeat center / 100%;
}
.gl-zsyz .main .page3 .left .bottom-list .item4 .icon {
  background: url("../images/gl/zsyz/icon4.png") no-repeat center / 100%;
}
.gl-zsyz .main .page3 .right {
  width: 445px;
  height: 524px;
  overflow: hidden;
  padding-left: 30px;
  box-sizing: border-box;
}
.gl-zsyz .main .page3 .right .tab-list {
  position: relative;
}
.gl-zsyz .main .page3 .right .tab-list .list-item {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.gl-zsyz .main .page3 .right .tab-list .list-item.act {
  color: #4e88cd;
}
.gl-zsyz .main .page3 .right .tab-list .line {
  font-size: 20px;
  color: #4e88cd;
  margin: 0 15px;
}
.gl-zsyz .main .page3 .right .tab-list .more {
  position: absolute;
  font-size: 16px;
  bottom: 0;
  right: 0;
  color: #4e88cd;
}
.gl-zsyz .main .page3 .right .data-list .list-item .text {
  max-width: 70%;
}
.gl-zsyz .main .page4 {
  margin-top: 10px;
}
.gl-zsyz .main .page4 .gl-title-box .text::before {
  display: none;
}
.gl-zsyz .main .page4 .swiper-box {
  margin-top: 20px;
  position: relative;
}
.gl-zsyz .main .page4 .swiper-box .img-box {
  width: 188px;
  height: 93px;
  overflow: hidden;
}
.gl-zsyz .main .page4 .swiper-box .img-box img {
  width: 100%;
  height: 100%;
}
.gl-zsyz .main .page4 .swiper-box .swiper-pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.gl-zsyz .main .page4 .swiper-box .swiper-pagination span {
  margin: 0 7px;
}
.gl-zsyz-m {
  display: none;
}
.gl-zsyz-m .main {
  padding: 0 4%;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.gl-zsyz-m .main .data-list .list-item {
  display: flex;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  position: relative;
  box-sizing: border-box;
  color: #666666;
}
.gl-zsyz-m .main .data-list .list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gl-zsyz-m .main .data-list .list-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
}
.gl-zsyz-m .main .data-list .list-item .tit {
  flex: none;
  font-size: 1.3rem;
  width: 70%;
}
.gl-zsyz-m .main .data-list .list-item .time {
  width: 28%;
  text-align: center;
}
.gl-zsyz-m .main .data-list .list-item.list-title {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #3e8fcf;
  color: #333333;
}
.gl-zsyz-m .main .page1 {
  margin-top: 2.4rem;
}
.gl-zsyz-m .main .page1 .video-box {
  width: 100%;
  height: 19.4rem;
}
.gl-zsyz-m .main .page1 .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gl-zsyz-m .main .page1 .bottom {
  padding: 2rem;
  box-sizing: border-box;
  background: #f5f5f5;
}
.gl-zsyz-m .main .page1 .bottom .text {
  font-size: 1.3rem;
  color: #666666;
  line-height: 2;
}
.gl-zsyz-m .main .page1 .bottom .text a {
  display: inline-block;
}
.gl-zsyz-m .main .page2 .top-list {
  display: flex;
  flex-wrap: wrap;
}
.gl-zsyz-m .main .page2 .top-list .list-item {
  width: 47%;
  height: 10.1rem;
  margin-top: 3rem;
  margin-left: 1.5rem;
  position: relative;
}
.gl-zsyz-m .main .page2 .top-list .list-item:nth-child(1),
.gl-zsyz-m .main .page2 .top-list .list-item:nth-child(2) {
  margin-top: 1.5rem;
}
.gl-zsyz-m .main .page2 .top-list .list-item:nth-child(2n-1) {
  margin-left: 0;
}
.gl-zsyz-m .main .page2 .top-list .list-item .img-box {
  width: 100%;
  height: 10.1rem;
}
.gl-zsyz-m .main .page2 .top-list .list-item .img-box img {
  width: 100%;
  height: 100%;
}
.gl-zsyz-m .main .page2 .top-list .list-item .tit {
  width: 9.3rem;
  height: 3.1rem;
  background: #f6f6f6;
  border-bottom: 4px solid #528fca;
  line-height: 3.1rem;
  text-align: center;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: #c70f20;
}
.gl-zsyz-m .main .page2 .tab-list {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
}
.gl-zsyz-m .main .page2 .tab-list .more {
  position: absolute;
  font-size: 1.3rem;
  color: #1376bc;
  bottom: 0;
  right: 0;
}
.gl-zsyz-m .main .page2 .center-tab-list {
  margin-top: 3.5rem;
}
.gl-zsyz-m .main .page2 .center-tab-list .list-item {
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  color: #333333;
  margin-left: 0.5rem;
}
.gl-zsyz-m .main .page2 .center-tab-list .list-item:nth-child(1) {
  margin-left: 0;
}
.gl-zsyz-m .main .page2 .center-tab-list .list-item.act {
  background: #528fca;
  color: #fff;
}
.gl-zsyz-m .main .page2 .center-data-box .data-list {
  margin-top: 0.5rem;
}
.gl-zsyz-m .main .page2 .center-data-box .data-list .list-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gl-zsyz-m .main .page2 .function-list {
  display: flex;
  flex-wrap: wrap;
}
.gl-zsyz-m .main .page2 .function-list .list-item {
  width: 47%;
  height: 8.2rem;
  background: #f8f8f8;
  margin-left: 3%;
  margin-top: 1rem;
}
.gl-zsyz-m .main .page2 .function-list .list-item:nth-child(2n-1) {
  margin-left: 0;
}
.gl-zsyz-m .main .page2 .function-list .list-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gl-zsyz-m .main .page2 .function-list .list-item .icon {
  width: 2.7rem;
  height: 2.7rem;
}
.gl-zsyz-m .main .page2 .function-list .list-item .text {
  font-size: 1.3rem;
  color: #333333;
  margin-top: 1rem;
}
.gl-zsyz-m .main .page2 .function-list .item1 .icon {
  background: url("../images/gl/zsyz/icon1.png") no-repeat center / 100%;
}
.gl-zsyz-m .main .page2 .function-list .item2 .icon {
  background: url("../images/gl/zsyz/icon2.png") no-repeat center / 100%;
}
.gl-zsyz-m .main .page2 .function-list .item3 .icon {
  background: url("../images/gl/zsyz/icon3.png") no-repeat center / 100%;
}
.gl-zsyz-m .main .page2 .function-list .item4 .icon {
  background: url("../images/gl/zsyz/icon4.png") no-repeat center / 100%;
}
.gl-zsyz-m .main .page2 .bottom-tab-list .list-item {
  font-size: 1.7rem;
  color: #333333;
}
.gl-zsyz-m .main .page2 .bottom-tab-list .list-item.act {
  color: #3b88d3;
}
.gl-zsyz-m .main .page2 .bottom-tab-list .line {
  font-size: 1.7rem;
  margin: 0 1.5rem;
}
.gl-zsyz-m .main .page2 .bottom-data-box {
  margin-top: 1.4rem;
  border-top: 1px dashed #f3f3f3;
}
.gl-zsyz-m .main .page3 .gl-title-box-m .text::after {
  display: none;
}
.gl-zsyz-m .main .page3 .swiper-box {
  margin-top: 1.5rem;
}
.gl-zsyz-m .main .page3 .swiper-box .swiper-slide .img-box {
  width: 10.5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl-zsyz-m .main .page3 .swiper-box .swiper-slide .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gl-zsyz-m .main .page3 .swiper-box .swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}
.gl-zsyz-m .main .page3 .swiper-box .swiper-pagination span {
  margin: 0 0.25rem;
}
@media screen and (max-width: 750px) {
  .w1200 {
    width: 92%;
  }
  .gl-zsyz {
    display: none;
  }
  .gl-zsyz-m {
    display: block;
  }
  body {
    background: transparent;
    padding: 0;
  }
  html,
  body {
    width: 100%;
  }
}
