/* 通用 */
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 结束 */
.content {
  background: url(../images/bj.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.3rem 0;
}
.dy {
  margin-bottom: 0.6rem;
  height: 164px;
  background-color: #ffffff;
  box-shadow: 5px 8px 0px 0px rgba(54, 162, 234, 0.17);
  border-radius: 82px 0px 82px 82px;
  position: relative;
  padding: 33px 33px 33px 300px;
}
.dy img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.dy span {
  display: inline-block;
  position: absolute;
  left: 244px;
  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: #355b80;
  text-align: justify;
}
.tab_pane1 .item_box_ver {
  margin-left: -10px;
  margin-right: -10px;
}
.tab_pane1 .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane1 .item_box_ver > 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;
}
.tab_pane1 .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver > li:nth-child(n + 4) {
  margin-top: 30px;
}
.tab_pane1 .item_box_ver > li:nth-child(4) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .tab_pane1 .item_box_ver {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tab_pane1 .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane1 .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .tab_pane1 .item_box_ver > li:nth-child(2) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .tab_pane1 .item_box_ver {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tab_pane1 .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane1 .item_box_ver > 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;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .tab_pane1 .item_box_ver > li:nth-child(1) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tab_pane1 .item_box_ver li {
  position: relative;
}
.tab_pane1 .item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 203px;
  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;
}
.tab_pane1 .item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 214px;
  height: 203px;
  border-radius: 101px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -50px;
}
.tab_pane1 .item_box_ver li i.s1 {
  background-image: url(../images/fwcj_img1.png);
}
.tab_pane1 .item_box_ver li i.s2 {
  background-image: url(../images/fwcj_img2.png);
}
.tab_pane1 .item_box_ver li i.s3 {
  background-image: url(../images/fwcj_img3.png);
}
.tab_pane1 .item_box_ver li i.s4 {
  background-image: url(../images/fwcj_img4.png);
}
.tab_pane1 .item_box_ver li h6 {
  transition: all 0.3s;
  height: 50px;
  background-color: #349eed;
  border-radius: 12px;
  border: solid 2px #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tab_pane1 .item_box_ver li.cur a i,
.tab_pane1 .item_box_ver li:hover a i {
  box-shadow: 0px 0px 32px 0px #339dec;
}
.tab_pane1 .item_box_ver li.cur a h6,
.tab_pane1 .item_box_ver li:hover a h6 {
  background-image: linear-gradient(0deg, #2985ea 0%, #14acbe 100%), linear-gradient(#ffffff, #ffffff);
}
.tab_pane1 .item_box_ver li.cur::after,
.tab_pane1 .item_box_ver li: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: -30px;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 16px;
  background: url(../images/icon_tab_cur.png) no-repeat center;
}
.paper {
  margin: 0.5rem 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(62, 173, 232, 0.61);
  border-radius: 24px;
  padding: 40px 0.3rem;
}
.top_tip {
  background-color: #f3fbff;
  border-radius: 16px;
  border: dashed 1px #9ecaff;
  position: relative;
  padding: 15px 90px;
  margin-bottom: 0.3rem;
}
.top_tip img {
  position: absolute;
  top: -13px;
  left: 0;
}
.top_tip h6,
.top_tip p,
.top_tip span {
  font-size: 16px;
  font-weight: normal;
  color: #355b80;
  line-height: 2;
}
.top_tip h6 {
  color: #2a83ec;
}
.top_tip span {
  font-weight: bold;
}
.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: #599ff0;
}
.title_bg1.title_bg1_1 {
  background-image: url(../images/title_bg1.png);
}
.title_bg1.title_bg1_2 {
  background-image: url(../images/title_bg2.png);
  background-size: 100% 100%;
  height: 91px;
}
.title_bg1.title_bg1_3 {
  background-image: url(../images/title_bg3.png);
  height: 91px;
}
.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: #599ff0;
}
.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: 16px;
  height: 16px;
  background: url(../images/icon_t.png) no-repeat center;
}
.icon_p,
.p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #355b80;
  margin-left: 20px;
}
.icon_p {
  padding-left: 25px;
  background: url(../images/icon_li.png) no-repeat 0px 11px;
}
.icon_p em {
  color: #7ea7cf;
}
.steps::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.steps li {
  float: left;
  min-height: 130px;
}
.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: #edf8ff;
  border-radius: 8px;
}
.tips b {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3693e7;
  margin-bottom: 10px;
}
.tips p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #355b80;
}
.tab_pane2 .tab {
  margin-left: 20px;
  margin-bottom: 10px;
}
.tab_pane2 .tab::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane2 .tab a:not(.more) {
  float: left;
  display: block;
  width: 190px;
  height: 39px;
  background-color: #ddf1ff;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #599ff0;
}
.tab_pane2 .tab a:not(.more).cur,
.tab_pane2 .tab a:not(.more):hover {
  position: relative;
  background-color: #2a83ec;
  color: #ffffff;
}
.tab_pane2 .tab a:not(.more).cur::after,
.tab_pane2 .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 #2a83ec;
  border-bottom: 8px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.tab_pane2 .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 {
  box-sizing: border-box;
  min-height: 303px;
  padding: 20px;
  background-color: #fff;
}
.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;
  color: #355b80;
}
.cjwt_ul li a:hover {
  color: #599ff0;
}
.cjwt_ul li p {
  box-sizing: border-box;
  background-color: #edf8ff;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #638eb7;
  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 {
  box-sizing: border-box;
  min-height: 323px;
  margin-top: -20px;
  padding: 20px;
  padding-top: 40px;
  background: url(../images/zcjj_bg.png) no-repeat right bottom;
  background-size: auto 100%;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0px rgba(38, 138, 228, 0.42);
  border-radius: 8px;
}
.zcjj_ul li a {
  margin-left: 0;
  box-sizing: border-box;
  display: block;
  width: 70%;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 45px;
  padding-right: 20px;
  background: url(../images/icon_li.png) no-repeat 17px 7px;
}
.zcjj_ul li a:hover {
  background-image: url(../images/icon_li_cur.png);
  color: #599ff0;
}
.zcjj_ul li + li {
  margin-top: 19px;
}
.xse_tip {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #f5a139;
  margin-top: 46px;
  margin-left: 30px;
}
.jzdx_tip span + span {
  margin-left: 50px;
}
@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: #599ff0;
    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: 70px;
  }
  .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_pane2 .tab,
  .icon_p {
    margin-left: 0;
  }
  .tab_pane2 .tab a:not(.more) {
    font-size: 12px;
  }
  .tab_pane2 .tab a:not(.more):nth-child(1),
  .tab_pane2 .tab a:not(.more):nth-child(2) {
    width: 30%;
  }
  .tab_pane2 .tab a:not(.more):nth-child(3) {
    width: 37%;
  }
  .tab_pane2 .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;
  }
  .tab_pane1 .item_box_ver li a i {
    display: none;
  }
  .tab_pane1 .item_box_ver li a {
    height: auto;
  }
  .tab_pane1 .item_box_ver li.cur::after,
  .tab_pane1 .item_box_ver li:hover::after {
    display: none;
  }
  .tab_pane1 .item_box_ver li a h6 {
    opacity: 0.7;
  }
  .tab_pane1 .item_box_ver li.cur a h6,
  .tab_pane1 .item_box_ver li:hover a h6 {
    opacity: 1;
  }
  .top_tip {
    padding: 65px 10px 30px;
  }
  .title_bg1.title_bg1_1 {
    margin-bottom: 100px;
  }
  .xse_tip {
    margin: 0;
    position: absolute;
    bottom: -80px;
    left: 0;
  }
  .title_bg1.title_bg1_2 {
    background-position: center;
    background-size: auto 100%;
  }
}
