/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f0fbff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 4.98rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.5rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.52rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 4rem;
    background-size: 150% auto;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.zt_title1 {
  width: 250px;
  height: 84px;
  margin: 0 auto 0.3rem;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/zt_title.png) no-repeat center;
  background-size: contain;
}
.zt_title2 {
  padding-top: 11px;
  width: 218px;
  height: 60px;
  margin: 0 auto 0.3rem;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/zt_title2.png) no-repeat center;
  background-size: contain;
}
.paper_box {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px 0px #279ddf;
  border-radius: 16px;
  padding: 0.3rem;
}
.p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
}
.p a:hover {
  color: #279ddf;
}
.p a,
.p b,
.p span {
  font-size: inherit;
  color: inherit;
}
.p .p_img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.p_icon1 {
  padding-left: 25px;
  background: url(../images/icon_li.png) no-repeat left 13px;
}
.p_icon2 {
  padding-left: 30px;
  background: url(../images/icon_q.png) no-repeat left 7px;
}
.pl-25 {
  padding-left: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}
.tac {
  text-align: center !important;
}
.theme_color {
  color: #279ddf !important;
}
.theme_color2 {
  color: #99aab9 !important;
}
.theme_bg_box {
  background-color: #fff9f0;
  border-radius: 12px;
  border: solid 4px #ffd992;
  overflow: hidden;
}
.theme_bg_box2 {
  background-color: #fff8f1;
  border-radius: 4px;
  padding: 0.1rem;
}
a.under_link {
  text-decoration: underline;
  color: #333333;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.p_rope {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.p_rope::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #ffa36f;
}
.p_rope::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 14px;
  left: 4px;
  width: 1px;
  height: 100%;
  background-color: #f9c3a3;
}
.p_rope:last-child::after {
  height: calc(100% - 35px);
}
.fz12 {
  font-size: 12px !important;
}
.fz13 {
  font-size: 13px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz17 {
  font-size: 17px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz19 {
  font-size: 19px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz21 {
  font-size: 21px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz23 {
  font-size: 23px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz25 {
  font-size: 25px !important;
}
.fz26 {
  font-size: 26px !important;
}
.fz27 {
  font-size: 27px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz29 {
  font-size: 29px !important;
}
.fz30 {
  font-size: 30px !important;
}
.dy {
  margin-top: -0.7rem;
  padding: 0.3rem 0.8rem 0.45rem;
  background: url(../images/dy_bg.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .dy {
    margin-top: 0.3rem;
    background: #fff;
    border: 10px solid #ffeec2;
    padding: 0.3rem;
  }
}
.zsfw_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.zsfw_box > img {
  z-index: 1;
  width: 110px;
  height: 110px;
  margin-top: 9px;
  margin-right: -55px;
}
.zsfw_box .text {
  height: 100%;
  flex: 1;
  background-color: #eaf8ff;
  border-radius: 16px;
  padding: 20px 30px 20px 70px;
}
.syt {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 2px #b1d6eb;
  padding: 0px 18px;
  text-decoration: underline;
  margin-top: 30px;
  margin-left: -40px;
}
.sqcl_ul {
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.sqcl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sqcl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.sqcl_ul > li:nth-child(n) {
  margin-top: 0;
}
.sqcl_ul > li:nth-child(n + 3) {
  margin-top: 24px;
}
.sqcl_ul > li:nth-child(3) {
  margin-top: 0;
}
.sqcl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .sqcl_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .sqcl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .sqcl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .sqcl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .sqcl_ul > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .sqcl_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .sqcl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sqcl_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 97px;
  line-height: 1.5;
  text-align: center;
  background-image: linear-gradient(0deg, #ffffff 0%, #eaf8ff 100%);
  border-radius: 16px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.sqcl_ul li a span {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sqcl_ul li:hover a {
  color: #279ddf;
}
.lct_box .lct_ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .lct_box .lct_ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lct_box .lct_ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lct_box .lct_ul li:not(.arr) {
  transition: all 0.3s;
  min-width: 226px;
}
@media (max-width: 600px) {
  .lct_box .lct_ul li:not(.arr) {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .lct_box .lct_ul li {
    margin: 20px 0;
  }
}
.lct_box .lct_ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #279ddf;
  background: url(../images/step_bg.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.lct_box .lct_ul .arr {
  width: calc(100% / 3 - 904px / 3);
  background: url(../images/step_icon.png) no-repeat;
  background-position: center 20px;
}
@media (max-width: 600px) {
  .lct_box .lct_ul .arr {
    width: 5%;
    background-size: contain;
  }
}
.lct_box .lct_ul .p {
  line-height: 1.5;
  text-align: center;
}
.icon_step {
  display: block;
  width: 20px;
  background: url(../images/step_icon.png) no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .icon_step {
    display: none;
  }
}
.blfs_box {
  height: 100%;
  background-color: #f2f9ff;
  border-radius: 8px;
  border: solid 1px #a3d5ff;
  padding: 10px 40px;
}
.tbts {
  border-radius: 8px;
  border: dashed 1px #ffc435;
  padding: 10px 16px;
  padding-left: 60px;
  background: url(../images/icon_tips.png) no-repeat 20px 15px;
  background-color: #fffbf2;
}
.cjwt_ul .question {
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 0px center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zcjj_ul li:not(.panel-more) {
  width: 100%;
  line-height: 1.1;
  position: relative;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}
.zcjj_ul li:not(.panel-more) a {
  transition: all 0.3s;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.zcjj_ul li:not(.panel-more) a:hover {
  color: #279ddf;
}
