@font-face {
  font-family: "MyCustomBoldFont";
  src: url("../font/FZLTZCHJW.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyCustomFont";
  src: url("../font/FZLTZHUNHJW.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*页面总宽度*/
html,
body {
  background: none !important;
  font-family: "MyCustomFont";
  color: #42546c;
}
#wrap {
  width: 100%;
  min-width: 1210px;
  margin: 0 auto;
}
/*主体内容宽度*/
.w {
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
}
/*头部区域*/
.header {
  width: 100%;
  min-width: 1210px;
  height: 80px;
  background-color: #e3eef7;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start; /* 子元素靠左对齐 */
  align-items: baseline; /* 垂直方向左对齐 */
  z-index: 20;
}

.top {
  height: 80px;
}
.header .logo {
  height: 40px;
  cursor: pointer;
  margin-left: 20px;
  
  img {
    margin-bottom: -3px;
  }
}

.header .nav {
  width: 100%;
  min-width: 930px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav1 {
  display: flex;
  /* flex: 1; */
  margin-left: 40px;
}
.header .nav1 li a {
  display: block;
  margin-right: 40px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #2a3d74;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}
.header .nav1 li a.on,
.header .nav1 li a:hover {
  /* background: #888; */
  color: #0064da;
  font-weight: bold;
  font-family: "MyCustomBoldFont";
}
.nav2 {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  opacity: 0.9;
}
.nav2 li a {
  display: block;
  font-size: 14px;
  color: #2a3d74;
  text-align: center;
  background: transparent;
  box-shadow: 0px 0px 0px 0px #000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
  border: 1px solid #a9ddfa;
  padding: 10px 20px;
  margin-right: 24px;
  white-space: nowrap;
}
.nav2 li a:hover {
  background: #368cef;
  color: #fff;
}
.nav2 .gradient-line {
  width: 1px; /* 线宽 */
  height: 30px; /* 线高 */
  background: url(../images/sx.png) no-repeat center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 25px;
  background-size: 100% 100%;
  z-index: 1;
}
.nav2 li a.on,
.nav2 li a:hover {
  /* background: #888; */
}

/*banner*/
.banner {
  margin-top: 80px;
  box-shadow: 0 -20px 45px 40px rgba(56, 111, 117, 0.11);
  position: relative;
  z-index: 2;
}
.banner img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  z-index: 10;
  position: relative;
}

/*main*/
.main {
  min-height: 300px;
  background-color: #e0edf6;
}
.main .container {
  margin: 0 auto;
}
.main .dsjs {
}
.dsjs-text-con {
  border-radius: 5px;
  width: auto;
  background-color: #ebf3f9;
  background-size: 100% 100%;
  padding: 35px 70px 40px 70px;
}
.dsjs-text-con p {
  margin-bottom: 20px;
  text-indent: 2.1em;
  line-height: 28px;
  text-align: justify;
  font-size: 14px;
}
.dsjs-text-con p:last-child {
  margin-bottom: 0px;
}
.dsjs-text-con p span {
  color: #0064da;
  font-family: "MyCustomFont";
  cursor: pointer;
}
.main .stsm {
  margin-top: 0px;
  background: #e0edf6;
}
.main .stsm .stsm-text-con {
  width: 1024px;
  height: 500px;
  margin: 0 auto;
  margin-bottom: -30px;
  position: relative;
}
.main .stsm .single-sd {
  width: 330px;
  height: 500px;
  position: absolute;
}
.single-sd.sd-1 {
  left: -30px;
  top: 0;
}
.single-sd.sd-2 {
  left: 348px;
  top: 0;
}
.single-sd.sd-3 {
  right: -30px;
  top: 0;
}
.main .stsm .single-sd .sub-title-1 {
  font-size: 18px;
  color: #12316d;
  position: absolute;
  left: 65px;
  top: 23px;
}
.main .stsm .single-sd .sub-title-2 {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 15%;
  top: 81px;
}
.main .stsm .single-sd .sub-text {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  width: 71%;
  position: absolute;
  left: 15%;
  top: 142px;
  text-align: justify;
}
.main .stsm .single-sd .sub-text span {
  margin-bottom: 15px;
  display: block;
}
.main .stsm .single-sd.sd-1 {
  background: url(../images/stsm-sd1.png) no-repeat center;
  background-size: 100% 100%;
}
.main .stsm .single-sd.sd-2 {
  background: url(../images/stsm-sd2.png) no-repeat center;
  background-size: 100% 100%;
}
.main .stsm .single-sd.sd-3 {
  background: url(../images/stsm-sd3.png) no-repeat center;
  background-size: 100% 100%;
}
.stsm-text-con .wybm {
  position: absolute;
  bottom: 70px;
  right: 41px;
  width: 130px;
  height: 40px;
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.2s;
}
.stsm-text-con .wybm:hover {
  transform: scale(1.05);
}

.big-con {
  position: relative;
}
.sclc-sub-title {
  color: #1952bd;
  font-size: 14px;
  text-align: center;
  font-family: "MyCustomFont";
}
.sclc-tip-1 {
  color: #42546c;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}
.sclc-tip-2 {
  color: #42546c;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 5px;
}
.sclc-con {
  position: relative;
  margin-top: 30px;
  margin-left: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sclc-con .sclc-bg {
  width: 100%;
}
.sclc-con .lc {
  padding: 0 35px;
  height: 200px;
  position: relative;
  background-color: #ebf3f9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sclc-con .lc img {
  height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sclc-con .lc p {
  color: #1952bd;
  font-size: 16px;
  font-family: "MyCustomFont";
  margin-bottom: 12px;
}
.sclc-con .lc span {
  color: #42546c;
  font-size: 12px;
  line-height: 18px;
}

.sclc-con .lc .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ebf3f9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.sclc-con .lc.lc-1 {
  left: 0px;
  top: 50%;
}
.sclc-con .lc.lc-2 {
  left: 0px;
  top: 50%;
}
.sclc-con .lc.lc-3 {
  left: 0px;
  top: 50%;
}
.sclc-con .lc.lc-4 {
  left: 0px;
  top: 50%;
}
.line-box {
  width: 1024px;
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.process-point {
  width: 15px;
  height: 15px;
  background-color: #4c86ff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
}
.process-point.point-1 {
  left: 128px;
  top: 50%;
}
.process-point.point-2 {
  left: 384px;
  top: 50%;
}
.process-point.point-3 {
  left: 637px;
  top: 50%;
}
.process-point.point-4 {
  left: 896px;
  top: 50%;
}
.process-line {
  height: 2px;
  width: 75%;
  background: #c9def6;
  position: absolute;
  z-index: 1;
}
.ckxq-btn {
  width: 130px;
  height: 40px;
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  margin: 20px auto 0px auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  transition: all 0.2s;
  cursor: pointer;
}
.ckxq-btn:hover {
  transform: scale(1.05);
}

.zjs {
  width: 100%;
  height: 260px;
  margin-top: 20px;
  position: relative;
}
.zjs-bg {
  width: 100%;
  aspect-ratio: 1026 / 127;
}

.sub-title {
  color: #265cd5;
  font-size: 16px;
  background-image: url(../images/sub-title.png);
  background-size: 100% 100%;
  height: 100px;
  line-height: 32px;
  text-align: center;
  background-size: 100% 100%;
}
.zjs .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 70px;
}

.zjs .single-jx {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  background-color: #ebf3f9;
  border-radius: 30px;
  position: relative;
  padding: 20px 20px;
}
.zjs .single-jx .jx-medal {
  width: 20%;
  position: absolute;
  top: -5%;
  right: 10%;
  z-index: 2;
  img {
    width: 100%;
  }
}
.zjs .single-jx .jx-title {
  font-size: 16px;
  color: #12316d;
  font-family: "MyCustomFont";
  margin-bottom: 10px;
}
.zjs .single-jx .jx-text {
  font-size: 14px;
  color: #12316d;
  margin-bottom: 10px;
}
.zjs .single-jx .jj-text {
  color: #1952bd;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: bold;
  font-family: "MyCustomBoldFont";
  margin-bottom: 10px;
}
.zjs .single-jx .jx-divider {
  border: 1px solid #19336d;
  width: 30px;
  margin-bottom: 10px;
}
.zjs .single-jx .bot-text-1 {
  font-size: 12px;
  color: #12316d;
  margin-bottom: 10px;
}
.zjs .single-jx .bot-text-2 {
  font-size: 12px;
  color: #12316d;
}
.zjs .single-jx .bot-text-1 span {
  font-size: 14px;
  font-weight: bold;
  font-family: "MyCustomBoldFont";
  margin: 0 3px;
}
.zjs .single-jx .bot-text-2 span {
  font-size: 14px;
  font-weight: bold;
  font-family: "MyCustomBoldFont";
  margin: 0 3px;
}

.tip-jx-con {
  margin: 0 auto;
}
.tip-jx-con .tip-1 {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  position: relative;
  padding-left: 10px;
  line-height: 24px;
}
.tip-jx-con .tip-2 {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  position: relative;
  padding-left: 10px;
  line-height: 24px;
}
.tip-jx-con .point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0064da;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}
.zdwyh {
  margin: 0 auto;
  width: 1024px;
  margin-top: 60px;
  position: relative;
}
.zdwyh-con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 20px;
}
.zdwyh-con .single-zj {
  width: 320px;
  height: 390px;
  background: url(../images/zdwyh-card-zj.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 30px 50px 50px 50px;
}

.single-zj .zj-head img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.single-zj .zj-name {
  font-size: 16px;
  color: #12316d;
  margin-bottom: 10px;
  font-family: "MyCustomFont";
  margin-top: 10px;
}
.single-zj .zj-line {
  background: #c6daf7;
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
}
.single-zj .zj-tip {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.75;
}
.single-zj .zj-tip span {
  font-size: 14px;
}

.zjwyh {
  margin: 0 auto;
  width: 1024px;
  height: 127px;
  background: url(../images/zjwyh.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
  position: relative;
}
.zjwyh-con {
  width: 100%;
  height: 306px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 56px;
}
.zjwyh-con .single-zj {
  width: 240px;
  height: 306px;
  background: url(../images/card-zj.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 25px;
  padding: 20px;
}
.zjwyh-con .single-zj .zj-head img {
  width: 85%;
}
.zjwyh-last {
  justify-content: flex-start;
}
.zjwyh-last .single-zj {
  margin-right: 22px;
}

.xjxc {
  background: url(../images/xjxc-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.xjxc-con {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding-top: 35px;
}
.xjxc-con .single-xc {
  width: auto;
  position: relative;
}

.single-xc .xc-head {
  width: 148px;
  height: 70px;
  background: url(../images/xjxc-jx.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  color: #1157d5;
  line-height: 60px;
  margin-left: -10px;
  margin-top: -10px;
}
.single-xc .xc-head.znb {
  background: url(../images/znb.png) no-repeat center;
  background-size: 100% 100%;
  width: 170px;
}
.single-xc .school-list {
}
.school-list .school {
  padding-bottom: 10px;
}
.school-list .school .school-name {
  font-size: 16px;
  color: #1157d5;
  margin-bottom: 10px;
  font-family: "MyCustomFont";
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
}
.school-list .school .school-name:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #1157d5;
  border-radius: 50%;
  opacity: 0.55;
}
.school-list .school p {
  height: 16px;
  font-size: 14px;
  padding-left: 16px;
  opacity: 0.8;
}
.dsdt {
  height: 720px;
  background: #e1ebf4;
}
.dsdt-toggle-con {
  border-bottom: 1px solid #a4c6f3;
  margin-top: 70px;
}
.con-inner {
  width: 500px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.con-inner .tag {
  flex: 1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.con-inner .tag.on {
  color: #2468f2;
  position: relative;
}

.con-inner .line {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: #035af7;
  transition: all 0.2s;
  left: 0;
}
.line.left {
  left: 0;
  transition: all 0.2s;
}
.line.right {
  left: 50%;
  transition: all 0.2s;
}
.video-con {
  display: none;
}
.video-con.show {
  display: block;
}
.video-con .single-video {
  width: 325px;
  height: 310px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  float: left;
  margin-top: 70px;
}
.video-con .single-video:not(:last-child) {
  margin-right: 23px;
}
.video-con .single-video .video-head {
  height: 40px;
  background: #2468f2;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
}
.video-con .single-video .video-body {
}
.single-video .top {
  height: 202px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.single-video .top img {
  position: absolute;
  left: 139px;
  top: 74px;
  width: 55px;
  display: block;
}
.single-video .top:hover video {
  transform: scale(1.2);
}

.single-video .top video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 确保视频内容覆盖整个容器 */
  transition: all 0.2s;
}
.single-video .bot {
  padding: 35px 35px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
}
.video-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  z-index: 100;
}
.video-modal .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 30px;
  border-radius: 10px;
  z-index: 20;
  background: #e1ebf4;
  background-size: 100% 100%;
}
.video-modal .modal-inner video {
  width: 900px;
  margin: 0 auto;
  display: block;
}
.video-modal .modal-inner .text {
  font-size: 18px;
  margin-bottom: 12px;
  color: #12316d;
  font-family: "MyCustomFont";
  text-align: center;
}
.video-modal .close-btn {
  width: 130px;
  height: 40px;
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  margin: 20px auto 20px auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  transition: all 0.2s;
  cursor: pointer;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #0075e1;
  padding-bottom: 25px;
}
.footer .w {
  width: 1024px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .left {
  /* float: left; */
  padding-top: 25px;
}
.footer .left .con1 {
  display: flex;
  margin-bottom: 25px;
}
.footer .left .con1 p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .left .single-com img {
  height: 20px;
  /* 加 0.2 秒动画过度 */
  transition: all 0.5s;
}
.footer .left .single-com .com1-img {
  height: 24px;
}
.footer .left .single-com .com2-img {
  height: 14px;
}
.footer .left .single-com .com3-img {
  height: 18px;
}
.footer .left .single-com .com4-img {
  height: 23px;
}
/* 悬停放大 1.2 */
.footer .left .single-com img:hover {
  transform: scale(1.1);
}
.footer .left .sm {
  color: #fff;
  font-size: 12px;
}
.footer .right {
  padding-top: 25px;
  color: #fff;
  width: 460px;
  /* float: right; */
}
.footer .right .p1 {
  font-size: 16px;
  margin-bottom: 12px;
}
.footer .right .p2 {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer .right .p3 {
  font-size: 12px;
  line-height: 20px;
}
.footer .copyright {
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.single-com {
  width: 200px;
}

/*title*/
.title {
  text-align: center;
  width: 290px;
  margin: 0 auto 30px auto;
  padding-top: 60px;
  transform: translateX(0%); /* 向左移动30px */
}
.title .up {
  color: #12316d;
  font-size: 18px;
  font-family: "MyCustomFont";
  margin-bottom: 6px;
}
.title .bottom {
  color: #97c6ee;
  font-size: 14px;
}
.title img {
  width: 100%;
}
.block {
  display: block;
}

.schedule {
  padding-bottom: 20px;
  background-color: #e0edf6;
  position: relative;
}
.schedule .main-lc-con {
  width: 100%;
  height: 1300px;
  position: relative;
  margin-top: 35px;
}
.schedule .lc-1 {
  width: 400px;
  height: auto;
  background-color: #ebf3f9;
  position: absolute;
  left: 50px;
  top: 6px;
}
.schedule .lc-2 {
  width: 400px;
  height: auto;
  background-color: #ebf3f9;
  position: absolute;
  right: 50px;
  top: 173px;
}
.schedule .lc-3 {
  width: 400px;
  height: auto;
  background-color: #ebf3f9;
  position: absolute;
  left: 50px;
  top: 345px;
}
.schedule .lc-4 {
  width: 400px;
  height: auto;
  background-color: #ebf3f9;
  position: absolute;
  right: 50px;
  top: 770px;
}
.schedule .main-lc-con .schedule-point {
  width: 15px;
  height: 15px;
  background-color: #4c86ff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.schedule-point.point-1 {
  top: 30px;
}
.schedule-point.point-2 {
  top: 212px;
}
.schedule-point.point-3 {
  top: 385px;
}
.schedule-point.point-4 {
  top: 803px;
}
.schedule-line {
  width: 2px;
  height: 84%;
  background: #c9def6;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-1px);
}
.lc-left {
  padding: 25px;
}
.lc-left .lc-img {
  width: 10%;
  position: absolute;
  top: 20px;
  right: 25px;
}
.lc-left .triangle-right {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #ebf3f9;
  position: absolute;
  top: 5%;
  right: -10%;
  transform: translateX(-50%);
}

.lc-left-title {
  font-size: 16px;
  font-family: "MyCustomFont";
  color: #1952bd;
  text-align: left;
  margin-bottom: 5px;
}
.lc-left-time {
  font-size: 14px;
  color: #42546c;
  margin-bottom: 20px;
}
.lc-left-content {
  /* 缩进 2rem */
  text-indent: 2rem;
  font-size: 12px;
  color: #42546c;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
  position: relative;
}
.lc-right {
  padding: 25px;
}
.lc-right .lc-img {
  width: 10%;
  position: absolute;
  top: 20px;
  left: 25px;
}
.lc-right .triangle-left {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #ebf3f9;
  position: absolute;
  top: 5%;
  left: -3%;
  transform: translateX(-50%);
}
.lc-right-title {
  font-size: 16px;
  font-family: "MyCustomFont";
  color: #1952bd;
  text-align: right;
  margin-bottom: 5px;
}
.lc-right-time {
  font-size: 14px;
  color: #42546c;
  text-align: right;
  margin-bottom: 20px;
}
.lc-right-content {
  /* 缩进 2rem */
  text-indent: 2rem;
  font-size: 12px;
  color: #42546c;
  line-height: 28px;
  text-align: justify;
  position: relative;
}
.lc-right-content span {
  color: #1952bd;
  font-weight: bold;
  font-family: "MyCustomBoldFont";
}
.lc-right-content-2 {
  /* 缩进 2rem */
  text-indent: 2rem;
  font-size: 12px;
  color: #42546c;
  line-height: 28px;
  text-align: justify;
  position: relative;
}
.lc-right-content:before {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #25478c;
  display: block;
  content: "";
  transform: rotate(45deg);
}
.lc-left-content:before {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #25478c;
  display: block;
  content: "";
  transform: rotate(45deg);
}

.csgz {
  height: auto;
  background-color: #e0edf6;
  margin-top: -35px;
  padding-bottom: 30px;
}
.csgz .w {
  width: 1024px;
  margin: 0 auto;
  height: 100%;
}
.csgz-b-1 {
  background-color: #ebf3f9;
  border-radius: 20px;
  margin-top: -60px;
}
.csgz-b-2 {
  background-color: #ebf3f9;
  margin-left: 0px;
  margin-top: -62px;
}
.csgz-b-3 {
  background-color: #ebf3f9;
  margin-left: 0px;
  margin-top: -62px;
}
.csgz-b-4 {
  background-color: #ebf3f9;
  margin-left: 0px;
  margin-top: -62px;
}
.csgz-b-5 {
  background-color: #ebf3f9;
  margin-left: 0px;
  margin-top: -62px;
}
.csgz-p {
  width: auto;
  font-size: 14px;
  line-height: 28px;
  /* 缩进 2rem */
  text-indent: 2rem;
  text-align: justify;
}
.csgz-p .color-sub-title {
}
.csgz-b-pub {
  padding: 25px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.csgz-p .color-text {
  font-family: "MyCustomFont";
  color: #1952bd;
}
.phb {
  height: auto;
  background-color: #e0edf6;
}
.phb .w {
  height: 100%;
  width: 1024px;
  margin: 0 auto;
}
.phb .tip {
  font-size: 14px;
  color: #265cd5;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
}

.phb-toggle-con {
  border-bottom: 1px solid #a4c6f3;
  margin-top: 70px;
}
.phb-toggle-inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.phb-toggle-inner .tag {
  flex: 1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.phb-toggle-inner .tag.on {
  color: #0064da;
  font-family: "MyCustomBoldFont";
  position: relative;
}

.phb-toggle-inner .tag p {
  margin-bottom: 10px;
}
.phb-toggle-inner .line {
  position: absolute;
  bottom: 0;
  width: 33%;
  height: 3px;
  background: #0064da;
  transition: all 0.2s;
  left: 0;
}

/* 二级导航栏 */
.sub-btn-group, .sub-btn-group3 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-btn-group .tag, .sub-btn-group3 .tag {
  padding: 8px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #60a1fa;
  color: #fff;
  margin-right: 20px;
}
.sub-btn-group .tag.disabled, .sub-btn-group3 .tag.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sub-btn-group .tag.on, .sub-btn-group3 .tag.on{
  font-family: "MyCustomBoldFont";
  position: relative;
  background-color: #0064da;
}

.rank-con {
  font-size: 14px;
}
.rank-con .export {
  width: 100px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #0064da;
  color: #fff;
  
}
.table-wrapper {
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: 20px;
}
/* 空表格 */
.table-wrapper.empty {
  overflow-x: hidden;
  margin-bottom: 0px;
}
.table-wrapper.empty .empty-text {
  text-align: center;
  margin: 50px;
}
.rank-table {
  width: auto;
  white-space: nowrap;
}
.rank-table th, td {
  display: table-cell;
  text-align: center;
}
.rank-table .t-head {
  height: 60px;
  background: url(../images/t-head.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: "MyCustomFont";
  box-sizing: border-box;
  margin-left: -5px;
  position: relative;
  z-index: 5;
}
.rank-table tr {
  padding: 0 25px;
}
.rank-table .t1 {
  width: 100px;
}
.rank-table .t2 {
  width: 200px;
}
.rank-table .t3 {
  width: 140px;
}
.rank-table .t4 {
  width: 200px;
}
.rank-table .t5 {
  width: 200px;
}
.rank-table .t6 {
  width: 200px;
}
.rank-table .t7 {
  width: 200px;
}
.rank-table .t8 {
  width: 200px;
}
.rank-table .t9 {
  width: 200px;
}
.t-tr-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
  border-radius: 5px;
  overflow: hidden;
  height: 50px;
}
.t-head div, .t-tr-con div {
  text-align: center;
}
.no-data {
  text-align: center;
  margin-top: 200px;
  font-size: 20px;
  letter-spacing: 3px;
  color: #1952bd;
}
tr {
  height: 50px;
  background: #EBF3F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 0 25px;
  box-sizing: border-box;
  /*  */
}
/* 隔行变色 */
tr:nth-child(2n+1) {
  background: #DCEBF6;
}

.pagination-wrapper .pagingUl .activP{
  background: #1157d5!important;
}
.prv:hover, .next:hover, .first:hover, .last:hover, .pagingUl li a:hover, .activP {
  background: #1157d5!important;
}
/* #1157d5,b1dbf5 */
.pdf-con {
  display: flex;
  justify-content: center;
  width: fit-content;
  height: 40px;
  margin-bottom: 10px;
}
.pdf-con a {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  background: #4a82ff;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -1px;
}
.pdf-con a:last-child {
  margin-right: 0;
}
.pdf-con a img {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.ewm-con {
  height: auto;
  background: url(../images/ewm-b.png) no-repeat center;
  background-size: 100% 100%;
  width: 1085px;
  margin-left: -30px;
  box-sizing: border-box;
  padding: 50px 65px;
}
.ewm-text {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.ewm-text a {
  background: #4a82ff !important;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 5px 25px;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1px;
}
.ewm-text.has-point:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1952bd;
  display: block;
  left: 0;
  top: 2px;
}
.erm-img-con {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
  padding-bottom: 20px;
}
.erm-img-con .single-ewm p {
  font-size: 16px;
  margin-top: -40px;
  text-align: center;
}
.erm-img-con .single-ewm img {
  width: 220px;
  height: 220px;
}
/*回到顶部*/
#goToTop {
  position: fixed;
  right: 20px;
  z-index: 9000;
  bottom: 30px;
}
#goToTop a {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 50px;
  color: #ff9966;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 1px 0 #999;
  -webkit-text-shadow: 0 1px 0 #999;
}
#goToTop a {
  padding: 10px;
  display: inline-block;
  letter-spacing: 10px;
  text-align: center;
}
#goToTop a:hover {
  background: none repeat scroll 0 0 #999;
}

/* 自适应 */
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .header {
    min-width: 1210px;
  }
  .main .dsjs .w .title {
    transform: translateX(0%);
  }
  .main .dsjs .dsjs-text-con {
    margin: auto;
    width: 100%;
  }
  .main .big-con .w {
    width: 100%;
  }
  .main .big-con .sclc-con {
    width: 1024px;
    min-width: 1024px;
    height: auto;
  }

  .main .big-con .jxsz-con {
    width: 100%;
    min-width: 1200px;
    height: auto;
    aspect-ratio: 1088 / 989;
    margin: 0 auto;
    margin-left: 0px;
    margin-top: 60px;
  }
  .jxsz-con .single-jx.jx-1 {
    left: 7%;
    top: 19%;
  }
  .jxsz-con .single-jx.jx-2 {
    left: 40%;
    top: 19%;
  }
  .jxsz-con .single-jx.jx-3 {
    left: 73%;
    top: 19%;
  }
  .jxsz-con .single-jx.jx-4 {
    left: 7%;
    top: 71%;
  }
  .jxsz-con .single-jx.jx-5 {
    left: 40%;
    top: 71%;
  }
  .jxsz-con .single-jx.jx-6 {
    left: 73%;
    top: 71%;
  }
}

@media screen and (max-width: 1000px) {
  #wrap,
  .header,
  .container {
    min-width: auto;
  }
  .header {
    min-width: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .logo {
    img {
      width: 110px;
    }
  }
  .header .nav {
    min-width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .nav1 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
    background: -webkit-linear-gradient(top, #071033, #09183f);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    transform: translateX(105%);
  }
  .header .nav1 li a {
    margin-right: 20px;
  }
  .nav2 li a {
    padding: 3px 5px;
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
  }

  .banner {
    width: 100%;
    margin-top: 80px;
    box-shadow: none;
    img {
      width: 100%;
    }
  }

  /*main*/
  .main .container {
    padding: 0;
    font-size: 14px;
  }
  .main .dsjs .w {
    width: auto;
  }
  .main .dsjs .dsjs-text-con {
    width: auto;
  }
  .w {
    width: auto;
  }
  .title {
    width: 50%;
  }

  .stsm .stsm-text-con {
  }
  .zdwyh-con .single-zj {
    height: auto;
    aspect-ratio: 239 / 307;
  }
  .zjwyh-last .single-zj {
    margin-right: 10px;
    height: auto;
    aspect-ratio: 239 / 307;
  }
}
