/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #eef9ff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1360px) {
  .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: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 5.93rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 3.52rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 130% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
.zt_content {
  background: url(../images/zt_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
  word-break: break-word;
}
.p a:hover {
  color: #0483dc;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.under_link {
  text-decoration: underline !important;
  word-break: break-all;
  color: #0f58bc;
}
.under_link:hover {
  color: #0483dc;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.theme_color {
  color: #0483dc;
}
.theme_color2 {
  color: #ff9b3e;
}
.inline_block {
  display: inline-block;
}
.block {
  display: block;
}
.paper_box {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(22, 144, 216, 0.2);
  padding: 0.3rem;
}
.paper_box2 {
  border-radius: 4px;
  background: linear-gradient(96deg, #17a2ca 0%, #1690d8 49%, #0080dc 100%);
  box-shadow: 0px 4px 10px 0px rgba(22, 144, 216, 0.2);
  padding: 0.3rem;
}
.zt_title1 {
  height: 0.56rem;
  margin-bottom: -10px;
  position: relative;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title1 {
    height: 44px;
  }
}
.zt_title1.zt_title1_1 {
  background-image: url(../images/zt_title1.png);
}
.zt_title1.zt_title1_2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title1.zt_title1_3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title1.zt_title1_4 {
  background-image: url(../images/zt_title4.png);
}
.zt_title1 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.zt_title2 {
  height: 0.56rem;
  position: relative;
  font-size: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title2 {
    height: 44px;
  }
}
.zt_title2.zt_title2_1 {
  background-image: url(../images/zt_title5.png);
}
.zt_title2.zt_title2_2 {
  background-image: url(../images/zt_title6.png);
}
.zt_title2.zt_title2_3 {
  background-image: url(../images/zt_title7.png);
}
.zt_title2 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.title_lbar {
  text-align: left;
  padding-top: 17px;
  overflow: hidden;
  margin-bottom: 30px;
}
.title_lbar span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0483dc;
  padding-left: 40px;
}
.title_lbar span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 26px;
  height: 48px;
  background: url(../images/zt_title_icon.png) no-repeat center;
  background-size: contain;
}
.title_lbar span::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: calc(100% + 20px);
  width: 1400px;
  height: 10px;
  background: rgba(2, 130, 220, 0.1);
}
.title_icon {
  height: 64px;
  line-height: 64px;
  border-radius: 4px;
  background: linear-gradient(93deg, #17a2ca 0%, #1690d8 49%, #0080dc 100%);
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.title_icon i {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  transition: all 0.3s;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon_pc.png);
}
.p_icon1 {
  padding: 10px 1em;
  border-radius: 4px;
  padding-left: 50px;
  background: url(../images/icon_check.png) no-repeat 1em 20px;
  background-size: 20px;
  background-color: #e5f2fb;
  margin-top: 10px;
}
.p_icon1.fz20 {
  background-position: left 14px;
}
.p_icon2 {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.p_icon2::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #0282dc;
}
.tag_num {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4472c4;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.lcircle {
  position: relative;
  padding-left: 20px;
}
.lcircle::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  border: solid 2px #0483dc;
  border-radius: 50%;
}
.p_rope {
  position: relative;
  padding-left: 30px;
}
.p_rope::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #0483dc;
}
.p_rope:not(:last-child) {
  padding-bottom: 10px;
}
.p_rope:not(:last-child)::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #0483dc;
}
.theme_bg_box {
  background: #f6fbff;
  padding: 20px 0.3rem;
}
.theme_bg_box2 {
  background-color: #ffeede;
  padding: 10px 15px;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.blsx_box {
  text-align: center;
}
.blsx_box img {
  max-width: 100%;
}
.toggle_box + .toggle_box {
  margin-top: 25px;
}
.toggle_box .p_icon1 {
  padding-right: 60px;
  cursor: pointer;
  position: relative;
}
.toggle_box .p_icon1::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 12px;
  background: url(../images/icon_arrow.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
.toggle_box .info {
  display: none;
}
.toggle_box.active .p_icon1::after {
  transform: rotate(0deg);
}
.toggle_box.active .info {
  display: block;
}
.tab_style1 {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 30px;
}
.tab_style1::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_style1 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
  padding-left: 4px;
  padding-right: 4px;
  float: left;
}
.tab_style1 > li:nth-child(n) {
  margin-top: 0;
}
.tab_style1 > li:nth-child(n)::after {
  display: block;
}
.tab_style1 > li:nth-child(n + 8) {
  margin-top: 8px;
}
.tab_style1 > li:nth-child(8) {
  margin-top: 0;
}
.tab_style1 > li:nth-child(8n)::after,
.tab_style1 > li:last-child::after {
  display: none;
}
.tab_style1 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .tab_style1 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .tab_style1::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_style1 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
  }
  .tab_style1 > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_style1 > li:nth-child(n)::after {
    display: block;
  }
  .tab_style1 > li:nth-child(n + 4) {
    margin-top: 8px;
  }
  .tab_style1 > li:nth-child(4) {
    margin-top: 0;
  }
  .tab_style1 > li:nth-child(4n)::after,
  .tab_style1 > li:last-child::after {
    display: none;
  }
  .tab_style1 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .tab_style1 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .tab_style1::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_style1 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
  }
  .tab_style1 > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_style1 > li:nth-child(n)::after {
    display: block;
  }
  .tab_style1 > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .tab_style1 > li:nth-child(3) {
    margin-top: 0;
  }
  .tab_style1 > li:nth-child(3n)::after,
  .tab_style1 > li:last-child::after {
    display: none;
  }
  .tab_style1 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tab_style1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #0181dc;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0181dc;
}
.tab_style1 .flex2 {
  width: 25%;
}
@media (max-width: 992px) {
  .tab_style1 .flex2 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tab_style1 .flex2 {
    width: 100%;
  }
}
.tab_style1 .cur a,
.tab_style1 a:hover {
  background: linear-gradient(104deg, #17a2ca 0%, #1690d8 49%, #0080dc 100%);
  font-weight: bold;
  color: #ffffff;
}
.area_title {
  margin-bottom: 20px;
}
.area_title b {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.area_title b::after {
  z-index: -1;
  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: 4px;
  width: calc(100% + 16px);
  height: 12px;
  background: #c8e8ff;
}
.lct_box {
  margin-top: 20px;
}
.lct_box .lct_ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .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;
  width: 258px;
}
@media (max-width: 992px) {
  .lct_box .lct_ul li:not(.arr) {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lct_box .lct_ul li {
    margin: 10px 0;
  }
}
.lct_box .lct_ul img {
  width: 100%;
  margin-bottom: 15px;
}
.lct_box .lct_ul .arr {
  width: calc(100% / 3 - 1032px / 3);
  background: url(../images/icon_step.png) no-repeat;
  background-position: center 78px;
}
@media (max-width: 992px) {
  .lct_box .lct_ul .arr {
    display: none;
  }
}
.lct_box .lct_ul .p {
  text-align: center;
}
.cxfw_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.cxfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cxfw_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;
}
.cxfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.cxfw_ul > li:nth-child(n)::after {
  display: block;
}
.cxfw_ul > li:nth-child(n + 3) {
  margin-top: 20px;
}
.cxfw_ul > li:nth-child(3) {
  margin-top: 0;
}
.cxfw_ul > li:nth-child(3n)::after,
.cxfw_ul > li:last-child::after {
  display: none;
}
.cxfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .cxfw_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cxfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw_ul > 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;
  }
  .cxfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .cxfw_ul > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .cxfw_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(2n)::after,
  .cxfw_ul > li:last-child::after {
    display: none;
  }
  .cxfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .cxfw_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cxfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw_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;
  }
  .cxfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .cxfw_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .cxfw_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(1n)::after,
  .cxfw_ul > li:last-child::after {
    display: none;
  }
  .cxfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cxfw_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  background: #f1f9ff;
  padding: 0 10px;
  font-size: 20px;
  font-weight: normal;
  color: #0181dc;
}
.cxfw_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;
}
.cxfw_ul li:hover a {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #0068b2;
  font-weight: bold;
}
.theme_bg_box3 {
  display: block;
  border-radius: 4px;
  background: #e5f2fb;
  padding: 15px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.theme_color_btn {
  display: inline-block;
  width: 137px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(109deg, #17a2ca 0%, #1690d8 49%, #0080dc 99%);
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #ffffff !important;
  text-align: center;
  line-height: 48px;
}
