@charset "UTF-8";
/** @format */
.hide {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

#section {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#section::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.zt-toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  transform: scale(0);
  transition: transform 0.1s linear;
}
.zt-toast > .span-box {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  outline: nont;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
}

.xxz_message {
  position: fixed;
  padding: 15px 15px 15px 20px;
  min-width: 380px;
  z-index: 2000;
}

.m-error.action {
  top: 20px;
  opacity: 1;
}

.m-error {
  top: 0;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  border-radius: 4px;
  background-color: #fef0f0;
  border-width: 1px;
  border-style: solid;
  border-color: #fde2e2;
  transform: translateX(-50%);
}
.m-error p {
  color: #f56c6c;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.icon.home {
  width: 60px;
  height: 60px;
}

.color_orange_white {
  color: #ff7327;
  background: #fff;
}

.color_white_orange {
  color: #fff;
  background: #ff7327;
}

.bg_white {
  background: #fff;
}

.bg_grey {
  background: #fbfbfb;
}

.margin_auto {
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex_between_end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_between_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_center_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flex_right_center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex_left_center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ztxxz_header_box:hover,
.ztxxz_header_box.hover,
.ztxxz_header_box.content {
  color: #333333;
  background: #fff;
}
.ztxxz_header_box:hover .ztxxz_header_logo .ztxxz_header_logo_white,
.ztxxz_header_box.hover .ztxxz_header_logo .ztxxz_header_logo_white,
.ztxxz_header_box.content .ztxxz_header_logo .ztxxz_header_logo_white {
  display: none;
}
.ztxxz_header_box:hover .ztxxz_header_logo .ztxxz_header_logo_black,
.ztxxz_header_box.hover .ztxxz_header_logo .ztxxz_header_logo_black,
.ztxxz_header_box.content .ztxxz_header_logo .ztxxz_header_logo_black {
  display: block;
}
.ztxxz_header_box:hover .ztxxz_header_children a,
.ztxxz_header_box.hover .ztxxz_header_children a,
.ztxxz_header_box.content .ztxxz_header_children a {
  color: #333 !important;
}

.ztxxz_header_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  z-index: 1999;
}
.ztxxz_header_box .ztxxz_header_content_box {
  margin: 0 auto;
  width: 1200px;
  height: 80px;
  max-width: 1200px;
  min-width: 800px;
}
.ztxxz_header_box .ztxxz_header_logo {
  width: 131px;
  height: 50px;
}
.ztxxz_header_box .ztxxz_header_logo img {
  width: 131px;
  height: 50px;
}
.ztxxz_header_box .ztxxz_header_logo .ztxxz_header_logo_white {
  display: block;
}
.ztxxz_header_box .ztxxz_header_logo .ztxxz_header_logo_black {
  display: none;
}
.ztxxz_header_box .ztxxz_header_nav {
  width: 40%;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children {
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children > a {
  color: #fff;
  line-height: 80px;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_box {
  display: none;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.1);
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children:hover a {
  color: #333;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children:hover .ztxxz_header_children_box {
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 80px;
  left: 0;
  background: #fff;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul {
  margin: 0 auto;
  width: 1200px;
  height: 300px;
  max-width: 1200px;
  min-width: 800px;
  color: #333;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li:hover .ztxxz_header_children_subtitle,
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li.hover .ztxxz_header_children_subtitle {
  color: #ff7327;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_icon .iconfont {
  font-size: 36px;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li {
  width: 12%;
  height: 100%;
  font-size: 16px;
  padding-top: 48px;
  margin-right: 20px;
  cursor: pointer;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li .ztxxz_header_children_title {
  font-weight: 900;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li .ztxxz_header_children_subtitle {
  padding-top: 10px;
  font-size: 14px;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children_ul .ztxxz_header_children_li .ztxxz_header_children_subtitle p {
  height: 20px;
  line-height: 20px;
}
.ztxxz_header_box .ztxxz_header_nav .ztxxz_header_children.action {
  font-weight: 900;
}
.ztxxz_header_box .ztxxz_header_botton_box .ztxxz_header_button {
  padding: 3px 30px;
  font-weight: 900;
  cursor: pointer;
}
.ztxxz_header_box .ztxxz_header_botton_box .ztxxz_header_button:hover {
  color: #ff7327;
}
.ztxxz_header_box .ztxxz_header_botton_box .ztxxz_header_button.buttonbg {
  background: #ff7327;
  font-weight: 400;
  border-radius: 18px;
  color: #fff;
}
.ztxxz_header_box .ztxxz_header_botton_box .ztxxz_header_button.buttonbg:hover {
  background: #ff823e;
}

.header-trial-box.show {
  display: block;
}

.header-trial-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
.header-trial-box > .sign-header-form {
  margin: 0 auto;
  width: 500px;
  height: 639px;
  padding: 67px 45px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.header-trial-box > .sign-header-form > .header-trial-icon {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.header-trial-box > .sign-header-form > .sign-title-box > .title-p {
  text-align: center;
  color: #101010;
  font-size: 32px;
  padding-bottom: 10px;
}
.header-trial-box > .sign-header-form > .sign-title-box > .title-line {
  width: 100%;
  height: 6px;
  margin-bottom: 40px;
}
.header-trial-box > .sign-header-form > .sign-title-box > .title-line::before {
  content: "";
  width: 40px;
  height: 6px;
  border-radius: 10px;
  background: #3565ff;
  display: block;
  margin: 0 auto;
}
.header-trial-box > .sign-header-form > .sign-input-box > .input-content {
  height: 70px;
  color: #888;
  font-size: 18px;
  line-height: 70px;
  text-align: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
.header-trial-box > .sign-header-form > .sign-input-box > .input-content > input {
  width: 99%;
}
.header-trial-box > .sign-header-form > .sign-input-box > .input-content > input::placeholder {
  color: #999;
}
.header-trial-box > .sign-header-form > .sign-input-box > .input-content > .field-content::placeholder {
  color: #ee0a24;
  -webkit-text-fill-color: currentColor;
}
.header-trial-box > .sign-header-form > .sign-input-box > .input-content > .input-content-faild {
  color: #ee0a24;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  line-height: 1.2;
}
.header-trial-box > .sign-header-form > .sign-input-box > .sign-button {
  margin: 60px auto 0;
  width: 345px;
  height: 68px;
  font-size: 22px;
  line-height: 68px;
  border-radius: 34px;
  text-align: center;
  background: #3565ff;
  color: #fff;
  cursor: pointer;
}

.header-login-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.header-login-box > .login-section {
  background: #fff;
  width: 700px;
  height: 450px;
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
.header-login-box > .login-section > .header-login-icon {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.header-login-box > .login-section > .login-section-h1 {
  text-align: center;
  width: 100%;
  color: #101010;
  font-size: 32px;
  font-weight: bold;
}
.header-login-box > .login-section > .login-section-h1-line {
  width: 100%;
  height: 6px;
  margin-bottom: 50px;
}
.header-login-box > .login-section > .login-section-h1-line::after {
  content: "";
  width: 60px;
  height: 6px;
  background: #3565ff;
  margin: 14px auto 0;
  display: block;
  border-radius: 10px;
}
.header-login-box > .login-section > .login-section-ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 20px;
}
.header-login-box > .login-section > .login-section-ul > .login-section-botton-box {
  width: 280px;
  height: 280px;
  border-radius: 10px;
  border: 1px solid #e9ecf3;
}
.header-login-box > .login-section > .login-section-ul > .login-section-botton-box:hover {
  transition: all 0.2s linear;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  transform: translate3d(0, -4px, 0);
}
.header-login-box > .login-section > .login-section-ul > .login-section-botton-box:hover .login-section-botton-title {
  background: #3565ff;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
.header-login-box > .login-section > .login-section-ul > .login-section-botton-box .bA {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-login-box > .login-section > .login-section-ul > .login-section-botton-box .login-section-botton-title {
  display: block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  margin: 40px auto 0;
  border: 0;
  border-radius: 34px;
  text-align: center;
  font-size: 18px;
  color: #3565ff;
  background: #eff2f7;
  padding: 0 10px;
}

.layerBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.header-login-box.show {
  display: block;
}

.ztxxz_footer_box .flex_between_end {
  width: 100%;
}
.ztxxz_footer_box .ztxxz_footer_banner_box {
  position: relative;
  width: 100%;
  height: 224px;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_footer_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  overflow: hidden;
  background: #1434d0 center no-repeat;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_section_content_box {
  padding-top: 50px;
  color: #fff;
  text-align: center;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_footer_banner_title {
  font-size: 40px;
  line-height: 1;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_footer_banner_subtitle {
  font-size: 18px;
  line-height: 4;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_footer_banner_button {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.ztxxz_footer_box .ztxxz_footer_banner_box .ztxxz_footer_banner_button.color_white_orange {
  margin-right: 30px;
  border: 0;
}
.ztxxz_footer_box .ztxxz_footer_content_ewm {
  margin-left: 20px;
  width: 130px;
  height: 150px;
  overflow: hidden;
}
.ztxxz_footer_box .ztxxz_footer_content_ewm img {
  width: 130px;
  height: 130px;
}
.ztxxz_footer_box .ztxxz_footer_content_ewm p {
  text-align: center;
  font-size: 12px;
}
.ztxxz_footer_box .ztxxz_footer_content_box {
  width: 100%;
  height: 294px;
  background: #333333;
  color: #fff;
}
.ztxxz_footer_box .ztxxz_footer_nav_ul {
  width: 25%;
  text-align: center;
}
.ztxxz_footer_box .ztxxz_footer_nav_ul .ztxxz_footer_nav_li.frist {
  font-weight: 900;
  height: 25%;
}
.ztxxz_footer_box .ztxxz_footer_nav_ul .ztxxz_footer_nav_li {
  font-size: 14px;
  line-height: 2.5;
}
.ztxxz_footer_box .ztxxz_footer_nav_ul .ztxxz_footer_nav_li a {
  color: #fff;
}
.ztxxz_footer_box .ztxxz_footer_content_div {
  width: 28%;
  min-width: 25%;
}
.ztxxz_footer_box .ztxxz_footer_content_div.nav {
  width: 40%;
}
.ztxxz_footer_box .ztxxz_footer_info_ul {
  color: #999999;
  font-size: 14px;
}
.ztxxz_footer_box .ztxxz_footer_info_ul .ztxxz_footer_info_li {
  line-height: 2.5;
}
.ztxxz_footer_box .ztxxz_footer_tel_box {
  margin-bottom: 10px;
}
.ztxxz_footer_box .ztxxz_footer_tel_box .ztxxz_footer_tel_icon {
  margin-right: 10px;
}
.ztxxz_footer_box .ztxxz_footer_tel_box .ztxxz_footer_tel_icon i {
  font-size: 40px;
}
.ztxxz_footer_box .ztxxz_footer_copyright_box {
  background: #333333;
  border-top: 1px solid #999;
  color: #666666;
  height: 55px;
  font-size: 12px;
}
.ztxxz_footer_box .ztxxz_footer_copyright_box .copyrightA {
  color: #666666;
}

.ztxxz_banner_box {
  height: 459px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.ztxxz_banner_box .ztxxz_banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ztxxz_banner_box .ztxxz_banner_bg > img {
  width: 100%;
  height: 100%;
}
.ztxxz_banner_box .ztxxz_banner_bg_title,
.ztxxz_banner_box .ztxxz_banner_bg_subtitle {
  text-align: center;
}
.ztxxz_banner_box .ztxxz_banner_bg_title {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}
.ztxxz_banner_box .ztxxz_banner_bg_line {
  width: 500px;
  height: 2px;
  background: #fff;
  margin: 30px auto;
}
.ztxxz_banner_box .ztxxz_banner_bg_subtitle {
  font-size: 30px;
}

.ztxxz_button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ztxxz_section {
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ztxxz_section .ztxxz_section_base_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ztxxz_section .ztxxz_section_base_box .ztxxz_section_base_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ztxxz_section .ztxxz_section_flex_ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ztxxz_section .ztxxz_section_swiper_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ztxxz_section .ztxxz_section_slide_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_li {
  width: 16.66%;
  height: 330px;
  background: #fff;
  overflow: hidden;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_li_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_li,
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_icon_box,
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_text {
  position: relative;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_title {
  font-size: 16px;
  color: #333;
  position: relative;
  font-weight: bold;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_title .ztxxz_section_slide_line {
  position: absolute;
  top: 25px;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_title .ztxxz_section_slide_line div {
  width: 40px;
  height: 1px;
  background: #fff;
  display: none;
}
.ztxxz_section .ztxxz_section_slide_ul .ztxxz_section_slide_subtitle {
  font-size: 14px;
  color: #fff;
  display: none;
}
.ztxxz_section .ztxxz_section_content_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.ztxxz_section .ztxxz_section_title_box {
  text-align: center;
  line-height: 2;
}
.ztxxz_section .ztxxz_section_title_box .ztxxz_section_title_default {
  color: #ff7327;
  font-size: 50px;
  font-weight: bold;
}
.ztxxz_section .ztxxz_section_title_box .ztxxz_section_title_right {
  font-size: 36px;
  color: #666666;
  font-weight: bold;
}
.ztxxz_section .ztxxz_section_title_box .ztxxz_section_subtitle_default {
  color: #666666;
  font-size: 18px;
}
.ztxxz_section .ztxxz_section_title_box .ztxxz_section_title_small_white {
  color: #fff;
  font-size: 36px;
}
.ztxxz_section .ztxxz_section_image_box {
  text-align: center;
  margin: 70px 0;
}
.ztxxz_section .ztxxz_section_icon_li {
  width: 16%;
  height: 215px;
}
.ztxxz_section .ztxxz_section_icon_li .ztxxz_section_icon_li_title {
  text-align: center;
  margin-top: 20px;
}
.ztxxz_section .ztxxz_section_icon_ul {
  flex-wrap: wrap;
}
.ztxxz_section .ztxxz_section_icon_li:hover {
  box-shadow: 0px 0px 20px 10px rgba(34, 41, 131, 0.08);
}
.ztxxz_section .ztxxz_section_icon_li:hover .ztxxz_section_icon_li_title {
  color: #ff7327;
}

.detail_footer_box {
  height: 110px;
  width: 100%;
}
.detail_footer_box .detail_button_box {
  display: block;
  line-height: 110px;
  font-size: 16px;
  color: #999;
  background: #f5f5f5;
  text-align: center;
  width: 100%;
}
.detail_footer_box .detail_button_box:hover {
  color: #fff;
  background: #ff7327;
}

.paging_box {
  width: 100%;
  height: 200px;
}
.paging_box .paging_ul {
  max-width: 50%;
  height: 40px;
}
.paging_box .paging_li {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ececec;
  margin-right: 10px;
  cursor: pointer;
}
.paging_box .paging_li a {
  width: 100%;
  height: 100%;
  color: #101010;
  font-size: 16px;
}
.paging_box .paging_li .page_icon {
  color: #666;
}
.paging_box .paging_li:last-child {
  margin-right: 0;
}
.paging_box .paging_li:hover,
.paging_box .paging_li.hover {
  background: #ff7327;
  border: 0;
  border: 1px solid #ff7327;
}
.paging_box .paging_li:hover a,
.paging_box .paging_li.hover a {
  color: #fff;
}

/*# sourceMappingURL=base.css.map */
