/* img {
  object-fit: contain !important;
} */
body{
  min-width: 1350px;
}
.center {
  margin: 0 auto;
  display: block;
}

.rightNav {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 69px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(69, 156, 187, 0.44);
  border-radius: 12px 0px 0px 12px;
  /* overflow: hidden; */
}

.rightNav .text {
  width: 69px;
  height: 43px;
  background: #DFF1EF;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2AA69D;
  line-height: 43px;
  text-align: center;
}

.rightNav .md {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #222222;
  line-height: 30px;
  display: block;
  text-align: center;
}

.rightNav .popup {
  width: 135px;
  height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(67, 67, 67, 0.18);
  border-radius: 10px;
  position: absolute;
  left: -145px;
  bottom: -7px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #353535;
  line-height: 24px;
  padding: 5px 0 0 18px;
  box-sizing: border-box;
  display: none;
}

.bold {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #353535;
  line-height: 30px;
  margin: 10px 0;
}

.header {
  height: 107px;
  display: flex;
  justify-content: space-between;
  min-width: 1350px;

}

.header .logo {
  width: 437px;
  height: 107px;
  margin: 0 0 0 220px;
}

.header .right .md {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5D5C5C;
  line-height: 107px;
  margin-right: 30px;
}

.banner {
  width: 100%;
  height: 830px;
  min-width: 1350px;
  background-image: url(../img/banner.png);
  background-position: center;
}

.dhjs {
  width: 1350px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.dhjs .btns {
  display: flex;
  justify-content: center;
}

.dhjs .hyBtn,
.dhjs .zlBtn {
  background-image: url(../img/hyBtn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 498px;
  height: 200px;
  display: inline-block;
  font-family: Microsoft YaHei;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
}

.dhjs .zlBtn {
  background-image: url(../img/zlBtn.png);
  width: 466px;
  height: 166px;
  margin-top: 15px;
}

.dhjs .hyBtn div,
.dhjs .zlBtn div {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 46px;
  color: #FFFFFF;
  line-height: 70px;
}

.title {
  display: block;
  margin: 30px auto;
}

.dhjs .zzjg {
  width: 480px;
  height: 490px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 4px solid #CFDCF0;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #214AA0;
  line-height: 48px;
  overflow-y: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.dhjs .zzjg::-webkit-scrollbar {
  width: 6px;
}

.dhjs .zzjg::-webkit-scrollbar-thumb {
  background-color: #AEC3D6;
  border-radius: 3px;
}

.dhjs .zzjg::-webkit-scrollbar-track {
  border-radius: 3px;
}

.zxt {
  position: relative;
}

.checkBtn {
  display: inline-block;
  width: 222px;
  height: 160px;
  background: #CFDCF0;
  border-radius: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  line-height: 40px;
  text-align: center;
  padding: 45px 0;
  box-sizing: border-box;
}

.rc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.rc img {
  display: block;
  margin: 20% auto 0;
}

.rc .close {
  margin: 40px auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.zxtImg {
  margin: 0 auto;
  width: 1250px;
  height: 468px;
  overflow: hidden;
  position: relative;
}

.leftIcon {
  position: absolute;
  left: 250px;
  top: 300px;
  cursor: pointer;
  z-index: 9;
}

.rightIcon {
  position: absolute;
  right: 250px;
  cursor: pointer;
  top: 300px;
}

.bottom {
  background-image: url(../img/bottomBg.png);
  background-repeat: no-repeat;
  height: 244px;
  padding: 73px 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 36px;

}

.bottom a {
  text-decoration-line: underline;
}
.hyzz{
  margin-left: -1px;
  height: 955px;
  background-image: url(../img/hyzz.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zhc{
  height: 939px;
  background-image: url(../img/zhc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fhc{
  margin-left: -1px;
  height: 850px;
  background-image: url(../img/fhc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zcfy{
  margin: 0 auto;
  width: 959px;
  height: 496px;
  background-image: url(../img/zcf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zzqy{
  width: 1327px;
  margin: 0 auto;
  height: 465px;
  background-image: url(../img/zzqy.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}