.banner {
  height: 600px;
}
.block-title {
  font-size: 34px;
  letter-spacing: 2px;
}

.cjwt {
  padding: 50px 0 0;
}
.cjwt .item {
  padding: 0 30px 0 100px;
  line-height: 80px;
  border-bottom: 1px dashed #ddd;
}
.cjwt .item span {
  color: #eb6c05;
  font-size: 36px;
}
.cjwt .item h5 {
  font-size: 22px;
  font-weight: normal;
  flex: 1;
}
.cjwt .item a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #407293;
  border: 1px solid #407293;
  cursor: pointer;
  padding: 0 40px;
}
.cjwt .item a:hover {
  background-color: #407293;
  color: #fff;
}

.qb {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.qb .items {
  height: 250px;
  position: relative;
}
.qb .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
}
.qb .item h5 {
  font-size: 22px;
  line-height: 1.2;
}
.qb .item p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
.qb .item img {
  width: 110px;
}
.qb .item:nth-of-type(1) {
  left: 20px;
  top: 20px;
}
.qb .item:nth-of-type(2) {
  left: 480px;
  top: 20px;
}
.qb .item:nth-of-type(3) {
  left: 220px;
  top: 150px;
}

.ys {
  padding: 50px 0;
}
.ys .items {
  padding: 0 120px;
}
.ys .item h5 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
.ys .item h5 span {
  font-weight: bold;
  font-size: 24px;
}
.ys .item > span {
  flex: 60px 0 0;
  line-height: 60px;
  background-color: #407293;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.ys .item:not(:last-of-type) > span::after {
  display: block;
  content: "";
  position: absolute;
  left: 30px;
  bottom: -40px;
  height: 40px;
  border-left: 1px dashed #407293;
}

.zbzl {
  padding: 50px 0;
  background-color: #e5f3fa;
}
.zbzl .container {
  height: 480px;
  background: url(../images/jckq/zbzl.png) -50px 50px no-repeat;
}
.zbzl .doc {
  color: #3099dd;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-left: 120px;
}
.zbzl .items {
  margin-top: 40px;
  margin-left: 50px;
}
.zbzl .item h5 {
  font-size: 22px;
  font-weight: normal;
  line-height: 60px;
}
.zbzl .item h5 span {
  color: #b60000;
}
.zbzl .btns a {
  background-color: #e69138;
}

.zbzl .btns a:hover {
  background-image: linear-gradient(to bottom, #e69138, #eb6c05);
}

.gdfw {
  padding: 50px 0;
  background: url(../images/jckq/gdfw.png) center no-repeat;
  height: 485px;
  box-sizing: border-box;
}
.gdfw .container {
  position: relative;
}
.gdfw .item {
  position: absolute;
  left: 0;
  top: 0;
}
.gdfw .item h5 {
  font-size: 28px;
  font-weight: normal;
}
.gdfw .item:nth-of-type(1) {
  left: 170px;
  top: 200px;
}
.gdfw .item:nth-of-type(2) {
  left: 370px;
  top: 120px;
}
.gdfw .item:nth-of-type(3) {
  left: 560px;
  top: 200px;
}
.gdfw .item:nth-of-type(4) {
  left: 750px;
  top: 130px;
}

.blnt {
  padding: 50px 0;
}
.blnt .item {
  background-color: #f1f1f1;
  line-height: 1.2;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.blnt .item i {
  flex: 90px 0 0;
  line-height: 90px;
  font-size: 36px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1b772;
  color: #fff;
}
.blnt .item:nth-of-type(2) i {
  background-color: #7ab1e4;
}
.blnt .item:nth-of-type(3) i {
  background-color: #75dbca;
}
.blnt .item:nth-of-type(4) i {
  background-color: #e86f6f;
}
.blnt .item:nth-of-type(5) i {
  background-color: #7ab1e4;
}
.blnt .item:nth-of-type(6) i {
  background-color: #ebb26d;
}
.blnt .item h5 {
  flex-grow: 0;
  flex-shrink: 1;
}
.blnt .item h5 span {
  font-size: 22px;
}

.sqlc {
  background: url(../images/jckq/sqlc-bg.png) center top no-repeat;
  color: #fff;
}
.sqlc .container {
  width: 800px;
  height: 500px;
  padding: 20px 75px 50px;
}
.sqlc h3 {
  line-height: 58px;
  color: #fff;
  position: relative;
}
.sqlc h3 span::before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  border-bottom: 1px dotted #fff;
  width: 100px;
}
.sqlc h3 span::after {
  display: block;
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  border-bottom: 1px dotted #fff;
  width: 100px;
}
.sqlc .item {
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 26px;
}
.sqlc .item:nth-of-type(5) {
  margin-bottom: 22px;
}
.sqlc .item:nth-of-type(6) {
  margin-bottom: 25px;
}

.zzfw {
  padding: 50px 0;
}

.sqtj {
  padding: 50px 0;
  background: url(../images/jckq/sqtj-bg.png) center top;
}
.sqtj h3 {
  color: #fff;
}

.wsm {
  padding: 50px 0;
}
.wsm .item {
  padding: 30px;
  gap: 20px;
  background-color: #f5f5f5;
}
.wsm .item h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #407293;
}
.wsm .item span {
  font-size: 16px;
}
.wsm .item img {
  flex: 52px 0 0;
  height: 52px;
}
.wsm .item div {
  flex: 1;
}
.wsm .item:nth-of-type(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  justify-content: center;
}
.wsm .item:nth-of-type(5) img {
  margin: 0;
}
.wsm .item:nth-of-type(5) div {
  flex: 500px 0;
}
