/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #ffffff;
}
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_title {
  height: 72px;
  margin-bottom: 0.3rem;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 72px;
  text-align: center;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.zt_title.zt_title1 {
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title.zt_title4 {
  background-image: url(../images/zt_title4.png);
}
.zt_title.zt_title5 {
  background-image: url(../images/zt_title5.png);
}
.zt_title.zt_title6 {
  background-image: url(../images/zt_title6.png);
}
.zt_title_sec {
  margin-top: -0.8rem;
  margin-bottom: 0.2rem;
  height: 80px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.zt_title_sec.zt_title_sec1 {
  background-image: url(../images/zt_title6_1.png);
}
.zt_title_sec.zt_title_sec2 {
  background-image: url(../images/zt_title6_2.png);
}
.paper_box {
  height: 100%;
  background-color: #fff9f0;
  border-radius: 12px;
  padding: 0.3rem;
}
.paper_box2 {
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #f9c3a3;
  padding: 0.3rem;
}
.p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
}
.p a:hover {
  color: #e05a3f;
}
.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: #e05a3f !important;
}
.theme_color2 {
  color: #e05a3f !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: #0f58bc;
}
.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.6rem;
  padding: 0.3rem 0.45rem 0.45rem;
  background: url(../images/dy_bg.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .dy {
    margin-top: 0.3rem;
  }
}
@media (min-width: 993px) {
  .sqdx_box {
    height: 186px;
    background: url(../images/sqdy_bg.png) no-repeat left bottom;
    background-size: 100% auto;
    padding-left: 210px;
    padding-right: 1.25rem;
  }
}
@media (max-width: 992px) {
  .sqdx_box {
    background-color: #fff4ea;
    border-radius: 16px;
    padding: 0.3rem;
  }
}
.sqdx_box .p {
  display: flex;
}
.sqdx_box .p b {
  flex-shrink: 0;
  vertical-align: middle;
  margin-top: -5px;
}
.blsx_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.blsx_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blsx_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.blsx_ul > li:nth-child(n) {
  margin-top: 0;
}
.blsx_ul > li:nth-child(n + 4) {
  margin-top: 20px;
}
.blsx_ul > li:nth-child(4) {
  margin-top: 0;
}
.blsx_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blsx_ul .flex2 {
  width: 50%;
}
@media (max-width: 992px) {
  .blsx_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blsx_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .blsx_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .blsx_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .blsx_ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .blsx_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .blsx_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blsx_ul .flex2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .blsx_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blsx_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .blsx_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .blsx_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .blsx_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .blsx_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .blsx_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.blsx_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%, #fff4ea 100%);
  border-radius: 16px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.blsx_ul li a span {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.blsx_ul li:hover a {
  color: #e05a3f;
}
.sqlc_box {
  position: relative;
  margin: 20px 0;
}
.sqlc_box img {
  width: 100%;
  height: 100%;
}
.sqlc_box .fangda {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  background: url(../images/icon_fangda.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.sqlc_box .fangda:hover {
  transform: scale(1.2);
}
.tbts {
  border-radius: 8px;
  border: solid 1px #f9c3a3;
  padding: 10px 16px;
  padding-left: 65px;
  background: url(../images/icon_tips.png) no-repeat 20px 15px;
  background-color: #fff9f0;
}
.sjap {
  position: relative;
  padding-left: 30px;
}
.sjap::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #ffa36f;
}
.sjap:not(:last-child) {
  padding-bottom: 10px;
}
.sjap:not(:last-child)::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  left: 13.5px;
  width: 1px;
  height: 100%;
  background-color: #f9c3a3;
}
.cjwt_ul li + li {
  margin-top: 20px;
}
.cjwt_ul .answer_box {
  display: none;
}
.cjwt_ul .question {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cjwt_ul .answer_box .p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cjwt_ul .cur .question {
  color: #e05a3f;
  font-weight: bold;
}
.cjwt_ul .cur .answer_box {
  display: block;
}
.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: #e05a3f;
}
