/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
  background-color: #fffbfa;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
p {
  text-align: justify;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 5.37rem;
  position: relative;
  background: url(../images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.44rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.28rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 4.6rem;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 3.2rem;
  }
}
@media (max-width: 600px) {
  .zt_header .zt_logo {
    padding-top: 0.3rem;
  }
  .zt_header .zt_logo img {
    width: 1.7rem;
  }
}
/* 头部header 结束 */
.dy {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.paper {
  margin: 0.5rem 0;
}
.dy {
  height: 164px;
  background-color: #fff4f3;
  box-shadow: 9px 3px 0px 0px rgba(251, 184, 178, 0.42);
  border-radius: 82px;
  position: relative;
  padding: 33px 70px 33px 260px;
}
.dy img {
  position: absolute;
  bottom: -3px;
  left: 24px;
}
.dy span {
  display: inline-block;
  position: absolute;
  left: 200px;
  top: 43px;
  width: 28px;
  height: 76px;
  font-size: 0;
  background: url(../images/dy_icon.png) no-repeat center;
}
.dy p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #9d6f6b;
  text-align: justify;
}
.blsx_box .blsx {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.blsx_box .blsx img {
  width: 64px;
  height: 60px;
  margin-right: 5px;
}
.blsx_box .blsx h4 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.blsx_box .blsx h4 b {
  color: #fd5e53;
}
.blsx_box .blsx h4::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 115px;
  height: 5px;
  background-color: #fddfdc;
  border-radius: 2.5px;
}
.blsx_box .blsx p {
  font-size: 16px;
  font-weight: normal;
  color: #9d6f6b;
}
.blsx_box .item_box_type {
  margin-left: -15px;
  margin-right: -15px;
}
.blsx_box .item_box_type::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blsx_box .item_box_type > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.blsx_box .item_box_type > li:nth-child(n) {
  margin-top: 0;
}
.blsx_box .item_box_type > li:nth-child(n + 3) {
  margin-top: 30px;
}
.blsx_box .item_box_type > li:nth-child(3) {
  margin-top: 0;
}
.blsx_box .item_box_type a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .blsx_box .item_box_type {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blsx_box .item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .blsx_box .item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .blsx_box .item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .blsx_box .item_box_type > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .blsx_box .item_box_type > li:nth-child(2) {
    margin-top: 0;
  }
  .blsx_box .item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .blsx_box .item_box_type {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blsx_box .item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .blsx_box .item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .blsx_box .item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .blsx_box .item_box_type > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .blsx_box .item_box_type > li:nth-child(1) {
    margin-top: 0;
  }
  .blsx_box .item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.blsx_box .item_box_type div {
  display: block;
  box-sizing: border-box;
  height: 140px;
  background-color: #fffefe;
  box-shadow: 0px 2px 13px 0px rgba(252, 200, 196, 0.69);
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 33px;
  padding-left: 25px;
  font-size: 19px;
  font-weight: bold;
  transition: all 0.3s;
}
.blsx_box .item_box_type div h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fd5e53;
  margin-bottom: 20px;
}
.blsx_box .item_box_type div p {
  font-size: 16px;
  font-weight: normal;
  color: #9d6f6b;
}
.blsx_box .item_box_type .type1 div {
  background-image: url(../images/blsx_bg1.png);
}
.blsx_box .item_box_type .type2 div {
  background-image: url(../images/blsx_bg2.png);
}
.blsx_box .item_box_type .type3 div {
  background-image: url(../images/blsx_bg3.png);
}
.paper {
  background-color: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(252, 200, 196, 0.69);
  border-radius: 24px;
  padding: 20px 0.3rem;
}
.title_bg1 {
  height: 84px;
  margin-bottom: 0.3rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 0;
  padding-left: 250px;
}
.title_bg1 span {
  display: inline-block;
  margin-top: 34px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fd5e53;
}
.title_bg1.title_bg1_1 {
  background-image: url(../images/title_bg1.png);
}
.title_bg1.title_bg1_2 {
  background-image: url(../images/title_bg2.png);
}
.title_bg1.title_bg1_3 {
  background-image: url(../images/title_bg3.png);
}
.title_bg2 {
  height: 36px;
  margin-bottom: 0.3rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 0;
  padding-left: 175px;
}
.title_bg2.title_bg2_1 {
  background-image: url(../images/title_bg1_1.png);
}
.title_bg2.title_bg2_2 {
  background-image: url(../images/title_bg1_2.png);
}
.title_bg2 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 33px;
  color: #fd5e53;
}
.sbrk {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}
.sbrk:hover {
  right: 10px;
}
h6.title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.15rem;
}
h6.title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 17px;
  background-color: #fd5e53;
  border-radius: 3px;
}
.icon_p,
.p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 20px;
}
.icon_p {
  padding-left: 25px;
  background: url(../images/icon_li.png) no-repeat 0px 11px;
}
.icon_p em {
  color: #9d6f6b;
}
.steps::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.steps li {
  float: left;
  min-height: 100px;
}
.steps li:nth-child(odd) {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.steps li:nth-child(odd):hover {
  transform: translateY(-5px);
}
.steps li:nth-child(even) {
  margin: 36px 30px 0;
}
.tips {
  margin-top: 0.24rem;
  padding: 0.24rem;
  background-color: #fff4f3;
  border-radius: 8px;
}
.tips b {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #845652;
  margin-bottom: 10px;
}
.tips p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #9d6f6b;
}
.tab_pane .tab {
  margin-left: 20px;
  margin-bottom: 10px;
}
.tab_pane .tab::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane .tab a:not(.more) {
  float: left;
  display: block;
  width: 190px;
  height: 39px;
  background-color: #fddfdc;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fd5e53;
}
.tab_pane .tab a:not(.more).cur,
.tab_pane .tab a:not(.more):hover {
  position: relative;
  background-color: #fd5e53;
  color: #ffffff;
}
.tab_pane .tab a:not(.more).cur::after,
.tab_pane .tab a:not(.more):hover::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-top: 8px solid #fd5e53;
  border-bottom: 8px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.tab_pane .tab a + a {
  margin-left: 12px;
}
.cl_ul1::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl_ul1 li {
  float: left;
}
.cjwt_ul li + li {
  margin-top: 10px;
}
.cjwt_ul li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  background: url(../images/icon_q.png) no-repeat left center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.cjwt_ul li a:hover {
  color: #fd5e53;
}
.cjwt_ul li p {
  box-sizing: border-box;
  background-color: #fff4f3;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9d6f6b;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.cjwt_ul .cur p {
  display: block;
}
.zcjj_ul li a {
  margin-left: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  box-shadow: 1px 0px 4px 0px rgba(252, 200, 196, 0.69);
  border-radius: 8px;
  line-height: 52px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 45px;
  padding-right: 20px;
  background: url(../images/icon_li.png) no-repeat 17px 19px;
}
.zcjj_ul li a:hover {
  background-image: url(../images/icon_li_cur.png);
  color: #fd5e53;
}
.zcjj_ul li + li {
  margin-top: 19px;
}
@media (max-width: 992px) {
  .dy {
    height: auto;
  }
}
@media (max-width: 600px) {
  .dy {
    padding: 30px 20px;
  }
  .dy span {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: #fd5e53;
    background: none;
    text-align: center;
  }
  .dy img {
    display: none;
  }
  .blsx_box .blsx {
    align-items: start;
  }
  .title_bg2 span {
    font-size: 12px;
  }
  .sbrk {
    transform: none;
    top: 45px;
  }
  .steps li {
    min-height: 50px;
  }
  .steps li:nth-child(odd) {
    width: 60px;
    height: 80px;
  }
  .steps li:nth-child(odd) span {
    font-size: 14px;
  }
  .steps li:nth-child(odd) img {
    width: 100%;
  }
  .steps li:nth-child(even) {
    margin: 15px 6px 0;
  }
  .tab_pane .tab,
  .icon_p {
    margin-left: 0;
  }
  .tab_pane .tab a:not(.more) {
    font-size: 12px;
  }
  .tab_pane .tab a:not(.more):nth-child(1),
  .tab_pane .tab a:not(.more):nth-child(2) {
    width: 30%;
  }
  .tab_pane .tab a:not(.more):nth-child(3) {
    width: 37%;
  }
  .tab_pane .tab a:not(.more) + a {
    margin-left: 5px;
  }
  .cl_ul1 li {
    float: none;
  }
  .cjwt_ul li p {
    display: block;
  }
  .title_bg1 span {
    margin-top: 26px;
    font-size: 16px;
  }
}
