.container {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 206px);
}

.container .bottomBg {
  background: url(../images/bg.png) top center no-repeat;
  background-size: 100% 677px;
  height: 677px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.container .yq_main {
  background: url(../images/nav_bg.png) no-repeat;
  background-size: 100% 569px;
  height: 569px;
  margin-top: 40px;
  padding: 22px 60px 60px 60px;
  box-sizing: border-box;
  position: relative;
}
.container .jtdgf-bg {
  background: url(../../../jtdgf/images/jtdgf-bg.png) no-repeat;
  background-size: 100% 569px;
  height: 569px;
  margin-top: 40px;
  padding: 22px 60px 60px 60px;
  box-sizing: border-box;
  position: relative;
}

.container .yq_main .tit {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.container .yq_main .yq_subnav {
  display: flex;
  justify-content: space-between;
}

.container .yq_main .yq_subnav .subnav_left li {
  background: url(../images/yq_img1.png) center no-repeat;
  background-size: 421px 88px;
  width: 421px;
  height: 88px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 18px 40px 12px 53px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}

.container .yq_main .yq_subnav .subnav_left li:first-child,
.container .yq_main .yq_subnav .subnav_left li:last-child {
  margin-left: 80px;
}

.container .yq_main .yq_subnav .subnav_left li p {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
}

.container .yq_main .yq_subnav .subnav_left li img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.container .yq_main .yq_subnav .subnav_left li:nth-child(2) {
  background: url(../images/yq_img3.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_left li:nth-child(3) {
  background: url(../images/yq_img5.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_left li:last-child {
  background: url(../images/yq_img7.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_left.subnav_right li {
  padding: 18px 54px 12px 39px;
  box-sizing: border-box;
}

.container .yq_main .yq_subnav .subnav_left.subnav_right li p {
  text-align: left;
}

.container .yq_main .yq_subnav .subnav_left.subnav_right li img {
  margin-right: 40px;
  margin-left: 0;
}

.container .yq_main .yq_subnav .subnav_right li:first-child {
  background: url(../images/yq_img2.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(2) {
  background: url(../images/yq_img4.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(3) {
  background: url(../images/yq_img6.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_right li:last-child {
  background: url(../images/yq_img8.png) center no-repeat;
  background-size: 421px 88px;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(2),
.container .yq_main .yq_subnav .subnav_right li:nth-child(3) {
  margin-left: 90px;
}

.container .yq_main .yq_subnav .subnav_right li:first-child,
.container .yq_main .yq_subnav .subnav_right li:last-child {
  margin-right: 90px;
  margin-left: 0;
}

.container .yq_main .yq_subnav .subnav_left li:first-child:hover {
  background: url(../images/yq_img1_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_left li:nth-child(2):hover {
  background: url(../images/yq_img3_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_left li:nth-child(3):hover {
  background: url(../images/yq_img5_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_left li:nth-child(4):hover {
  background: url(../images/yq_img7_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_right li:first-child:hover {
  background: url(../images/yq_img2_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(2):hover {
  background: url(../images/yq_img4_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(3):hover {
  background: url(../images/yq_img6_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav_right li:nth-child(4):hover {
  background: url(../images/yq_img8_hover.png) center no-repeat;
  background-size: contain;
}

.container .yq_main .yq_subnav .subnav {
  width: 240px;
}

.col_middle {
  display: flex;
  align-items: center;
}

.col_middle .progress_des {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  align-items: center;
  line-height: 20px;
  height: 20px;
  width: 240px;
}

.col_middle .percent_tit span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.percentBar {
  width: 100%;
  height: 6px;
  background: rgba(109, 178, 255, 0.2);
  border-radius: 8px;
  margin-top: 2px;
  position: relative;
}

.progessBar {
  background: #ffcc67;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.container .jygk {
  background: url(../images/jygk_bg.png) center no-repeat;
  background-size: 1200px 166px;
  width: 1200px;
  height: 166px;
  margin-top: 16px;
  margin-bottom: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .jygk p {
  background: url(../images/jygk_s_bg.png) center no-repeat;
  background-size: 562px 76px;
  width: 562px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 4px 4px #00000033;
  cursor: pointer;
}

.container .jygk p:hover {
  background: url(../images/jdgk_hover.png) center no-repeat;
  background-size: 562px 76px;
}

.container .jygk p .jygk_user {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.container .jygk p .jygk_icon {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-top: 4px;
}
.qz {
  background: url(../images/qz_btn.png) center no-repeat;
  background-size: 232px 40px;
  width: 232px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 29px;
  cursor: pointer;
}
.qz img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.qz span {
  text-shadow: 3px 2px 3px #128aa6;
}
.qz:hover {
  background: url(../images/qz_hover.png) center no-repeat;
  background-size: 232px 40px;
}

.twoProgress {
  gap: 12px;
}
.twoProgress .progress_des {
  width: 114px;
}
.twoProgress .progress:first-child .progessBar {
  background: #33bbff;
}