@charset "utf-8";

:root {
  --zt-ys: #1e9fff;
  --djxg: #0974c3;
}

* {
  padding: 0px;
  margin: 0px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1390px;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", Arial, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
}

input,
select,
button,
textarea {
  font-size: 16px;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
  font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", Arial, sans-serif;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

a:hover {
  color: var(--zt-ys);
  text-decoration: none !important;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

@media only screen and (max-width:1400px) {
  body {
    font-size: 15px;
  }

  input,
  select,
  button,
  textarea {
    font-size: 15px;
  }
}

@media only screen and (max-width:1100px) {
  body {
    font-size: 14px;
  }

  input,
  select,
  button,
  textarea {
    font-size: 14px;
  }

  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width:768px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width:375px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width:1100px) {
  html.on {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header.on {
  background-color: rgb(255 255 255);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.header .row {
  margin: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo span {
  font-size: 18px;
  color: #444;
  font-weight: lighter;
  line-height: 26px;
  margin-left: 15px;
  display: none;
}

.header .logo img {
  width: 180px;
  height: auto;
}

.header a.tel {
  display: none;
}

.header .an {
  height: 17px;
  width: 32px;
  display: none;
  position: relative;
}

.header .an span {
  width: 32px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

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

.header .nav ul {
  display: flex;
}

.header .nav ul li {
  position: relative;
  margin-left: 5px;
}

.header .nav .y_j {
  min-width: 120px;
  text-align: center;
  position: relative;
}

.header .nav .y_j i {
  display: none;
}

.header .nav .y_j a {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  line-height: 100px;
  position: relative;
  z-index: 99;
}

.header .nav ul li:hover .y_j a {
  color: #fff;
}

.header .nav ul li.on .y_j a {
  color: #fff;
}

.header .nav .y_j:after {
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: var(--zt-ys);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j:after {
  height: 50px;
}

.header .nav ul li.on .y_j:after {
  height: 50px;
}

.header .nav .e_j {
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.header .nav ul li:hover .e_j {
  opacity: 1;
  visibility: inherit;
  transition: all .2s;
  -webkit-transition: all .2s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.header .nav ul li:nth-child(4):hover .e_j {
  opacity: 0;
  visibility: hidden;
}

.header .nav ul li:nth-child(5):hover .e_j {
  opacity: 0;
  visibility: hidden;
}

.header .nav .f_l {
  width: 100%;
  position: relative;
}

.header .nav .f_l i {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 26px;
  margin-top: -13px;
}

.header .nav .f_l a {
  padding: 15px 18px;
  border-bottom: 1px solid #eee;
  color: #000;
  line-height: 22px;
  display: block;
}

.header .nav .f_l:last-child a {
  border-bottom: 0;
}

.header .nav .f_l a:hover {
  color: #fff;
  background-color: var(--zt-ys);
}

.header .nav .s_b {
  display: none;
}

.header .s_ch {
  line-height: 36px;
  color: #555;
  margin-left: 25px;
  cursor: pointer;
  display: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header .s_ch:hover {
  color: var(--zt-ys);
}

.header .s_ch i {
  font-weight: bold;
}

@media only screen and (max-width:1400px) {
  .header .logo span {
    font-size: 17px;
    margin-left: 10px;
  }

  .header .logo img {
    width: 140px;
  }

  .header .nav .y_j {
    min-width: 110px;
    padding: 0 20px;
  }

  .header .nav .y_j a {
    font-size: 17px;
    line-height: 90px;
  }

  .header .nav .e_j {
    top: 90px;
  }

  .header .nav .f_l a {
    padding: 12px 20px;
  }
}

@media only screen and (max-width:1100px) {
  .header {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }

  .header .logo {
    margin: 15px 0;
  }

  .header .logo img {
    width: 120px;
  }

  .header .an {
    display: block;
  }

  .header .nav {
    width: 100%;
    display: block;
    height: calc(100% - 88px);
    padding: 10px 5% 20px;
    margin: 0;
    background-color: #fafafa;
    position: fixed;
    top: 88px;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
  }

  .header .nav.on {
    right: 0;
  }

  .header .nav ul {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .header .nav ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #ddd;
    float: none;
    padding: 0;
    margin: 0;
  }

  .header .nav .y_j {
    min-width: 100%;
    text-align: left;
  }

  .header .nav .y_j:after {
    display: none;
  }

  .header .nav .y_j i {
    display: block;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 60px;
    z-index: 999;
  }

  .header .nav ul li:nth-child(4) .y_j i {
    display: none;
  }

  .header .nav ul li:nth-child(5) .y_j i {
    display: none;
  }

  .header .nav .y_j a {
    color: #333;
    font-size: 16px;
    line-height: 60px;
    display: block;
  }

  .header .nav .y_j a:hover {
    color: #333;
  }

  .header .nav ul li:hover .y_j a {
    color: #333;
    background: none;
  }

  .header .nav ul li.on .y_j a {
    color: #333;
    background: none;
  }

  .header .nav .e_j {
    width: 100%;
    height: calc(100% - 88px);
    padding: 20px 5%;
    box-shadow: none;
    background-color: #fafafa;
    opacity: 1;
    position: fixed;
    top: 88px;
    left: auto;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    visibility: inherit;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: none;
    -webkit-transform: none;
  }

  .header .nav .e_j.on {
    right: 0;
  }

  .header .nav .e_j:after {
    display: none;
  }

  .header .nav .f_l {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }

  .header .nav .f_l i {
    display: none;
  }

  .header .nav .f_l a {
    padding: 18px 0;
    background: none;
    font-size: 15px;
    text-align: left;
    border-bottom: 0;
    color: #555;
  }

  .header .nav .f_l a:hover {
    background: none;
  }

  .header .nav .s_j {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    border-left: 0;
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .header .nav .s_j a {
    padding: 0 0 20px 20px;
    border-bottom: 0;
    position: relative;
  }

  .header .nav .s_j a:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #aaa;
    position: absolute;
    top: 8px;
    left: 6px;
    content: "";
  }

  .header .nav .s_b {
    display: block;
    line-height: 44px;
  }

  .header .nav .s_b i {
    font-size: 16px;
    font-weight: bold;
  }
}

@media only screen and (max-width:640px) {
  .header .logo img {
    width: 110px;
  }

  .header .logo span {
    display: none;
  }

  .header a.tel {
    font-size: 22px;
    color: var(--zt-ys);
    font-family: "dinpro";
    display: block;
  }

  .header .nav {
    height: calc(100% - 60px);
    top: 63px;
  }

  .header .nav .e_j {
    height: calc(100% - 60px);
    top: 63px;
  }
}

.head_h {
  width: 100%;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (max-width:1400px) {
  .head_h {
    height: 90px;
  }
}

@media only screen and (max-width:1100px) {
  .head_h {
    height: 88px;
    display: block;
  }
}

@media only screen and (max-width:640px) {
  .head_h {
    height: 68px;
  }
}

.search {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9999999999;
  display: none;
}

.search .sc_bj {
  width: 100%;
  padding: 150px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  position: relative;
}

.search .sc_gb {
  position: absolute;
  top: 35px;
  right: 55px;
  cursor: pointer;
  color: #999;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.search .sc_gb:hover {
  color: var(--zt-ys);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.search .sc_gb i {
  font-size: 28px;
}

.search .sc_nr {
  width: 500px;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
}

.search input {
  width: 430px;
  height: 60px;
  line-height: 60px;
  color: #555;
  float: left;
}

.search input::placeholder {
  color: #aaa;
}

.search button {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000;
  float: right;
  outline: none;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.search button:hover {
  color: var(--zt-ys);
}

.search button i {
  font-weight: bold;
}

@media only screen and (max-width:1400px) {
  .search {
    height: calc(100vh - 90px);
    top: 90px;
  }
}

@media only screen and (max-width:1100px) {
  .search {
    height: calc(100vh - 88px);
    top: 88px;
  }
}

@media only screen and (max-width:768px) {
  .search .sc_bj {
    padding: 100px 0;
  }

  .search .sc_gb {
    top: 20px;
    right: 20px;
  }

  .search .sc_gb i {
    font-size: 26px;
    font-weight: lighter;
  }

  .search .sc_nr {
    width: 90%;
  }

  .search input {
    width: 85%;
    font-size: 15px;
  }

  .search button {
    width: 15%;
  }

  .search button i {
    font-size: 24px;
    font-weight: lighter;
  }
}

@media only screen and (max-width:640px) {
  .search {
    height: calc(100vh - 83px);
    top: 83px;
  }
}

.pc_ban {
  width: 100%;
  height: calc(50vh - 100px);
  min-height: 456px;
  position: relative;
  overflow: hidden;
}

.pc_ban .swiper-slide {
  overflow: hidden;
}

.pc_ban .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  top: 50%;
  left: 3%;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev:hover {
  background-color: var(--zt-ys);
}

.pc_ban .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  top: 50%;
  right: 3%;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.pc_ban .swiper-button-next:hover {
  background-color: var(--zt-ys);
}

.pc_ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: .6;
}

.pc_ban .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.pc_ban .container {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pc_ban .w_z h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 10px;
}

.pc_ban .w_z h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin: 10px 0;
}

.pc_ban .w_z h4 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}

.pc_ban .w_z h5 {
  font-size: 20px;
  line-height: 28px;
}

.pc_ban .w_z h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
}

.pc_ban .z_s {
  text-align: left;
}

.pc_ban .b_q {
  margin: 10px 0 25px;
}

.pc_ban .b_q span {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  background-color: var(--zt-ys);
  color: #fff;
  margin-right: 10px;
}

.pc_ban .t_p {
  text-align: right;
}

.pc_ban .t_p img {
  width: 24.7%;
  margin-right: 11%;
}

.pc_ban .tp_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pc_ban .tp_bj img.s_j {
  display: none;
}

.pc_ban .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pc_ban .video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, .2);
}

.pc_ban .video video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
  user-select: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pc_ban i {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.pc_ban i.icon-zuojiantou {
  margin-left: 3px;
}

.pc_ban .sl_ge {
  width: 56px;
  position: absolute;
  top: 50%;
  left: 13%;
  z-index: 99;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pc_ban .sl_ge .s_l {
  width: 100%;
  padding: 20px 10px 35px;
  border-radius: 5px;
  background-color: rgb(30 159 255 / 60%)
}

@media only screen and (max-width:1400px) {
  .pc_ban {
    height: calc(50vh - 90px);
  }

  .pc_ban .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .pc_ban .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .pc_ban .w_z h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .pc_ban .w_z h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 6px 0;
  }

  .pc_ban .w_z h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .pc_ban .w_z h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .pc_ban .b_q {
    margin: 8px 0 20px;
  }

  .pc_ban i {
    font-size: 22px;
  }

  .pc_ban .sl_ge {
    width: 50px;
    font-size: 28px;
    line-height: 44px;
  }

  .pc_ban .sl_ge .s_l {
    padding: 15px 10px 30px;
  }
}

@media only screen and (max-width:1100px) {
  .pc_ban {
    height: 450px;
    min-height: inherit;
  }

  .pc_ban .swiper-button-prev {
    display: none;
  }

  .pc_ban .swiper-button-next {
    display: none;
  }

  .pc_ban .swiper-pagination {
    bottom: 10px;
  }

  .pc_ban .w_z h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .pc_ban .w_z h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 5px 0;
  }

  .pc_ban .w_z h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .pc_ban .w_z h5 {
    font-size: 17px;
    line-height: 24px;
  }

  .pc_ban .w_z h6 {
    font-size: 15px;
    line-height: 24px;
  }

  .pc_ban .b_q {
    margin: 5px 0 15px
  }

  .pc_ban .t_p img {
    width: 23%;
    margin-right: 8%;
  }

  .pc_ban .sl_ge {
    width: 40px;
    font-size: 20px;
    line-height: 30px;
    left: 11%;
  }

  .pc_ban .sl_ge .s_l {
    padding: 10px 10px 20px;
  }
}

@media only screen and (max-width:768px) {
  .pc_ban {
    height: 430px;
  }

  .pc_ban .swiper-pagination {
    bottom: 10px;
  }

  .pc_ban .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }

  .pc_ban .swiper-pagination-bullet-active {
    width: 20px;
  }

  .pc_ban .w_z h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
  }

  .pc_ban .w_z h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .pc_ban .sl_ge {
    left: 6%;
  }
}

@media only screen and (max-width:640px) {
  .pc_ban {
    height: 290px;
  }

  .pc_ban .z_s {
    padding-bottom: 60px;
  }

  .pc_ban .w_z h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .pc_ban .w_z h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
  }

  .pc_ban .w_z h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .pc_ban .w_z h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .pc_ban .w_z h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .pc_ban .b_q {
    margin: 5px 0 10px
  }

  .pc_ban .b_q span {
    line-height: 26px;
    padding: 0 15px;
    margin-right: 5px;
  }

  .pc_ban .t_p img {
    width: 30%;
    margin-right: 0;
    margin-top: -30%;
  }

  .pc_ban .tp_bj img.s_j {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    user-select: none;
  }

  .pc_ban .sl_ge {
    width: auto;
    left: 15px;
    top: auto;
    bottom: 35px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    transform: none;
    -webkit-transform: none;
  }

  .pc_ban .sl_ge .s_l {
    padding: 5px 10px;
    letter-spacing: 2px;
  }
}

.sy_bt {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.sy_bt h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
}

.sy_bt h4 {
  font-size: 32px;
  font-weight: bold;
  color: #aba6a6;
  font-family: "dinpro";
  text-transform: uppercase;
  line-height: 40px;
}

.sy_bt span {
  color: var(--zt-ys);
}

.sy_bt a.m_r {
  width: 123px;
  height: 38px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #555;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
}

.sy_bt a.m_r:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.sy_bt i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  color: #555;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_bt a.m_r:hover i {
  margin-left: 15px;
  color: #fff;
}

@media only screen and (max-width:1400px) {
  .sy_bt {
    margin-bottom: 40px;
  }

  .sy_bt h3 {
    font-size: 34px;
    line-height: 44px;
  }

  .sy_bt h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .sy_bt a.m_r {
    width: 126px;
    height: 40px;
    border-radius: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .sy_bt i {
    font-size: 20px;
  }

  .sy_bt a.m_r:hover i {
    margin-left: 10px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_bt {
    margin-bottom: 40px;
  }

  .sy_bt h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .sy_bt h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .sy_bt a.m_r {
    width: 116px;
  }
}

@media only screen and (max-width:768px) {
  .sy_bt {
    margin-bottom: 35px;
  }

  .sy_bt h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .sy_bt h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width:640px) {
  .sy_bt {
    margin-bottom: 30px;
  }
}

.sy_cp {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
}

.sy_cp .cp_tj {
  position: relative;
}

.sy_cp .swiper-cp {
  padding-bottom: 30px;
}

.sy_cp .swiper-slide {
  background-color: #f7f7f7;
  padding: 20px;
}

.sy_cp .swiper-pagination-progressbar-fill {
  background-color: var(--zt-ys);
}

.sy_cp .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #ddd;
  left: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_cp .swiper-button-prev:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
}

.sy_cp .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #ddd;
  right: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_cp .swiper-button-next:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
}

.sy_cp i {
  font-size: 26px;
  color: #777;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_cp .swiper-button-prev:hover i {
  color: #fff;
}

.sy_cp .swiper-button-next:hover i {
  color: #fff;
}

.sy_cp .t_p {
  overflow: hidden;
}

.sy_cp .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.sy_cp .swiper-slide:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.sy_cp .w_z {
  margin-top: 15px;
  text-align: center;
}

.sy_cp .w_z h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sy_cp .w_z h4 {
  font-size: 15px;
  line-height: 22px;
  color: #777;
  font-family: "dinpro-Regular";
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sy_cp .c_k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(30 159 255 / 40%);
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_cp .swiper-slide:hover .c_k {
  opacity: 1;
}

.sy_cp .c_k span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 56px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.sy_cp .c_k i {
  color: #fff;
  font-size: 30px;
}

@media only screen and (max-width:1400px) {
  .sy_cp {
    padding: 70px 0;
  }

  .sy_cp .swiper-cp {
    padding-bottom: 30px;
  }

  .sy_cp .swiper-slide {
    padding: 15px;
  }

  .sy_cp .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -55px;
  }

  .sy_cp .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -55px;
  }

  .sy_cp i {
    font-size: 22px;
  }

  .sy_cp .w_z h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .sy_cp .w_z h4 {
    font-size: 14px;
  }

  .sy_cp .c_k span {
    width: 54px;
    height: 54px;
    line-height: 50px;
    margin: -27px 0 0 -27px;
  }

  .sy_cp .c_k i {
    font-size: 26px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_cp {
    padding: 60px 0;
  }

  .sy_cp .swiper-slide {
    padding: 10px;
  }

  .sy_cp .swiper-button-prev {
    display: none;
  }

  .sy_cp .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .sy_cp {
    padding: 50px 0;
  }

  .sy_cp .swiper-slide:hover .c_k {
    opacity: 0;
  }
}

.sy_hy {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sy_hy .sy_bt {
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.sy_hy .sy_bt h3 {
  color: #fff;
}

.sy_hy .hy_zs ul {
  display: flex;
}

.sy_hy .hy_zs ul li {
  flex: 1;
  height: 82vh;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_hy .hy_zs ul li:hover {
  flex: 1 1 23%;
}

.hy_zs_nr {
  display: block;
  position: relative;
}

.hy_zs_nr:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.hy_zs_nr:hover:after {
  opacity: 0;
}

.hy_zs_nr:before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.sy_hy .hy_zs ul li img {
  width: auto;
  height: 82vh;
  display: block;
}

.sy_hy .hy_zs .w_z {
  width: 80%;
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  z-index: 99;
}

.sy_hy .hy_zs .w_z p {
  line-height: 24px;
  height: 0;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  opacity: 0;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_hy .hy_zs ul li:hover .w_z p {
  height: 48px;
  opacity: 1;
}

.sy_hy .hy_zs .w_z span {
  width: 146px;
  height: 46px;
  display: none;
  border: 1px solid #fff;
  margin-top: 15px;
  border-radius: 50px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_hy .hy_zs .w_z span a {
  color: #fff;
}

.sy_hy .hy_zs ul li:hover .w_z span {
  display: block;
}

.sy_hy .hy_zs .w_z span:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys)
}

.sy_hy .hy_zs .w_z i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_hy .hy_zs .w_z span:hover i {
  margin-left: 15px;
}

.sy_hy .hy_zs .t_b {
  width: 90px;
  margin: 0 auto 5px;
}

.sy_hy .hy_zs ul li:hover .t_b {
  display: none;
}

.sy_hy .hy_zs .t_b img {
  width: 100%;
  height: auto;
}

.sy_hy .hy_zs .l_m {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sy_hy .hy_zs ul li:hover .l_m {
  text-align: left;
}

@media only screen and (max-width:1400px) {
  .sy_hy .sy_bt {
    top: 70px;
  }

  .sy_hy .hy_zs ul li {
    height: 86vh;
  }

  .sy_hy .hy_zs ul li:hover {
    flex: 1 1 22%;
  }

  .sy_hy .hy_zs ul li img {
    height: 86vh;
  }

  .sy_hy .hy_zs .w_z {
    bottom: 7%;
  }

  .sy_hy .hy_zs .w_z span {
    width: 126px;
    height: 40px;
    margin-top: 10px;
    border-radius: 40px;
    line-height: 38px;
  }

  .sy_hy .hy_zs .w_z i {
    font-size: 20px;
  }

  .sy_hy .hy_zs .w_z span:hover i {
    margin-left: 10px;
  }

  .sy_hy .hy_zs .t_b {
    width: 70px;
  }

  .sy_hy .hy_zs .l_m {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_hy .sy_bt {
    top: 60px;
  }

  .sy_hy .hy_zs .w_z span {
    width: 116px;
  }

  .sy_hy .hy_zs .t_b {
    width: 60px;
  }

  .sy_hy .hy_zs .l_m {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width:768px) {
  .sy_hy .sy_bt {
    position: relative;
    top: auto;
    left: auto;
    z-index: 99;
    transform: none;
    -webkit-transform: none;
  }

  .sy_hy .sy_bt h3 {
    color: #000;
  }

  .sy_hy .hy_zs ul {
    display: flex;
    flex-wrap: wrap;
  }

  .sy_hy .hy_zs ul li {
    width: 33.33333333%;
    flex: none;
    height: 30vh;
  }

  .sy_hy .hy_zs ul li:hover {
    flex: none;
  }

  .sy_hy .hy_zs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    user-select: none;
  }

  .sy_hy .hy_zs .w_z {
    width: 90%;
    left: 5%;
    bottom: 10%;
  }

  .sy_hy .hy_zs ul li:hover .w_z p {
    height: 0;
    opacity: 0;
  }

  .sy_hy .hy_zs ul li:hover .w_z span {
    display: none;
  }

  .sy_hy .hy_zs ul li:hover .t_b {
    display: block;
  }

  .sy_hy .hy_zs .l_m {
    margin-bottom: 0;
  }

  .sy_hy .hy_zs ul li:hover .l_m {
    text-align: center;
  }
}

@media only screen and (max-width:640px) {
  .sy_hy .hy_zs ul li {
    width: 50%;
    height: 22vh;
  }

  .sy_hy .hy_zs ul li img {
    height: 22vh;
  }

  .sy_hy .hy_zs .l_m {
    font-size: 17px;
    line-height: 26px;
  }
}

.sy_gy {
  width: 100%;
  padding: 90px 0 180px;
  background: url(../picture/sy_bj1.jpg) no-repeat center / cover;
  overflow: hidden;
}

.sy_gy .row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.sy_gy .sy_bt {
  text-align: left;
  margin-bottom: 40px;
}

.sy_gy .gy_wz {
  width: 48%;
}

.sy_gy .gy_wz .w_z {
  line-height: 36px;
  color: #555;
  text-align: justify;
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.sy_gy .gy_wz a {
  width: 160px;
  height: 50px;
  display: block;
  background-color: var(--zt-ys);
  margin-top: 25px;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.sy_gy .gy_wz a:hover {
  background-color: var(--djxg);
  ;
}

.sy_gy .gy_wz i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_gy .gy_wz a:hover i {
  margin-left: 15px;
}

.sy_gy .gy_sp {
  width: 48%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.sy_gy .gy_sp img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_gy .gy_sp i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  margin: -28px 0 0 -28px;
  cursor: pointer;
}

.sy_gy .vd_nr {
  display: none;
}

@media only screen and (max-width:1400px) {
  .sy_gy {
    padding: 70px 0 130px;
  }

  .sy_gy .sy_bt {
    margin-bottom: 25px;
  }

  .sy_gy .gy_wz .w_z {
    line-height: 30px;
    height: 150px;
  }

  .sy_gy .gy_wz a {
    width: 126px;
    height: 40px;
    margin-top: 15px;
    border-radius: 40px;
    line-height: 38px;
  }

  .sy_gy .gy_wz i {
    font-size: 20px;
  }

  .sy_gy .gy_wz a:hover i {
    margin-left: 10px;
  }

  .sy_gy .gy_sp i {
    font-size: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_gy {
    padding: 60px 0 110px;
  }

  .sy_gy .gy_wz .w_z {
    line-height: 28px;
    height: 112px;
  }

  .sy_gy .gy_wz a {
    width: 116px;
  }

  .sy_gy .gy_sp i {
    font-size: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
  }
}

@media only screen and (max-width:768px) {
  .sy_gy {
    padding: 50px 0 90px;
  }

  .sy_gy .sy_bt {
    margin-bottom: 15px;
  }

  .sy_gy .gy_wz .w_z {
    line-height: 26px;
    height: 104px;
  }

  .sy_gy .gy_wz a {
    width: 106px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
  }

  .sy_gy .gy_wz i {
    font-size: 18px;
  }

  .sy_gy .gy_wz a:hover i {
    margin-left: 5px;
  }
}

@media only screen and (max-width:640px) {
  .sy_gy {
    padding: 50px 0;
  }

  .sy_gy .sy_bt {
    text-align: center;
  }

  .sy_gy .gy_wz {
    width: 100%
  }

  .sy_gy .gy_wz a {
    margin: 20px auto 0;
  }

  .sy_gy .gy_sp {
    width: 100%;
    margin-top: 30px;
  }
}

.sy_sj {
  width: 100%;
  margin-top: -90px;
  position: relative;
  z-index: 9;
}

.sy_sj .sj_zs {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 5px;
}

.sy_sj .sj_zs ul {
  margin: 0;
}

.sy_sj .sj_zs ul li {
  width: 25%;
  border-right: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sy_sj .sj_zs ul li:last-child {
  border-right: 0;
}

.sy_sj .sj_zs .t_b {
  width: 80px;
  margin-right: 15px;
}

.sy_sj .sj_zs .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_sj .sj_zs .s_z {
  font-size: 30px;
}

.sy_sj .sj_zs .s_z b {
  font-size: 52px;
  color: var(--zt-ys);
  line-height: 52px;
  font-family: "dinpro";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

.sy_sj .sj_zs .x_j {
  color: #999;
  font-size: 15px;
  line-height: 22px;
}

@media only screen and (max-width:1400px) {
  .sy_sj {
    margin-top: -60px;
  }

  .sy_sj .sj_zs {
    padding: 25px;
  }

  .sy_sj .sj_zs .t_b {
    width: 66px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 26px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 44px;
    line-height: 44px;
  }

  .sy_sj .sj_zs .x_j {
    font-size: 14px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_sj {
    margin-top: -50px;
  }

  .sy_sj .sj_zs {
    padding: 20px;
  }

  .sy_sj .sj_zs .t_b {
    width: 60px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 22px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width:768px) {
  .sy_sj {
    margin-top: -40px;
  }

  .sy_sj .sj_zs {
    padding: 20px 10px;
  }

  .sy_sj .sj_zs .t_b {
    width: 50px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 20px;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width:640px) {
  .sy_sj {
    margin-top: 0px;
  }

  .sy_sj .sj_zs {
    padding: 25px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  }

  .sy_sj .sj_zs ul li {
    display: block;
    padding: 6px;
    width: 50%;
  }

  .sy_sj .sj_zs .t_b {
    width: 40px;
    margin: 0 auto 10px;
  }

  .sy_sj .sj_zs .s_z {
    font-size: 16px;
    text-align: center;
  }

  .sy_sj .sj_zs .s_z b {
    font-size: 30px;
    line-height: 30px;
  }
}

.sy_xw {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
}

.sy_xw .sy_bt {
  text-align: left;
}

.sy_xw .row {
  margin: 0 -20px;
}

.sy_xw .tw_zs {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 25px;
  background-color: #f7f7f7;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_xw .tw_zs:hover {
  background-color: var(--zt-ys);
}

.sy_xw .tw_zs .t_p {
  overflow: hidden;
}

.sy_xw .tw_zs .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.sy_xw .tw_zs:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.sy_xw .tw_zs .w_z h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_xw .tw_zs:hover .w_z h3 {
  color: #fff;
}

.sy_xw .tw_zs .w_z p {
  line-height: 22px;
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_xw .tw_zs:hover .w_z p {
  color: #fff;
}

.sy_xw .lb_zs {
  width: calc(50% - 40px);
  margin: 0 20px;
  border-top: 1px solid #ddd;
}

.sy_xw .lb_zs ul li {
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sy_xw .lb_zs .n_r {
  width: calc(100% - 120px);
  padding-right: 70px;
  position: relative;
}

.sy_xw .lb_zs .n_r h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sy_xw .lb_zs ul li:hover .n_r h3 a {
  color: var(--zt-ys);
}

.sy_xw .lb_zs .n_r p {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sy_xw .lb_zs .n_r p a {
  color: #aaa;
}

.sy_xw .lb_zs .n_r a.m_r {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #777;
}

.sy_xw .lb_zs ul li:hover .n_r a.m_r {
  color: var(--zt-ys);
}

.sy_xw .lb_zs .n_r i {
  font-size: 32px;
}

.sy_xw .lb_zs .r_q {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 18px;
  font-family: "dinpro-Regular";
  line-height: 24px;
  text-align: center;
  background-color: #f7f7f7;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_xw .lb_zs .r_q strong {
  font-size: 32px;
  font-family: "dinpro";
  font-weight: normal;
  line-height: 36px;
  display: block;
}

.sy_xw .lb_zs ul li:hover .r_q {
  color: #fff;
  background-color: var(--zt-ys);
}

@media only screen and (max-width:1400px) {
  .sy_xw {
    padding: 70px 0;
  }

  .sy_xw .row {
    margin: 0 -15px;
  }

  .sy_xw .tw_zs {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 20px;
  }

  .sy_xw .tw_zs .w_z h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .sy_xw .lb_zs {
    width: calc(50% - 30px);
    margin: 0 15px;
  }

  .sy_xw .lb_zs ul li {
    padding: 27px 0;
  }

  .sy_xw .lb_zs .n_r {
    width: calc(100% - 110px);
    padding-right: 60px;
  }

  .sy_xw .lb_zs .n_r h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .sy_xw .lb_zs .n_r p {
    line-height: 24px;
    height: 48px;
  }

  .sy_xw .lb_zs .n_r a.m_r {
    bottom: -15px;
  }

  .sy_xw .lb_zs .n_r i {
    font-size: 26px;
  }

  .sy_xw .lb_zs .r_q {
    width: 90px;
    height: 90px;
    padding: 15px 0;
    font-size: 16px;
  }

  .sy_xw .lb_zs .r_q strong {
    font-size: 28px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_xw {
    padding: 60px 0;
  }

  .sy_xw .row {
    margin: 0 -10px;
  }

  .sy_xw .tw_zs {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .sy_xw .lb_zs {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .sy_xw .lb_zs ul li {
    padding: 25px 0;
  }

  .sy_xw .lb_zs .n_r {
    width: calc(100% - 100px);
    padding-right: 50px;
  }

  .sy_xw .lb_zs .n_r h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .sy_xw .lb_zs .n_r p {
    line-height: 22px;
    height: 44px;
  }

  .sy_xw .lb_zs .n_r a.m_r {
    bottom: -12px;
  }

  .sy_xw .lb_zs .n_r i {
    font-size: 22px;
  }

  .sy_xw .lb_zs .r_q {
    width: 80px;
    height: 80px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 22px;
  }

  .sy_xw .lb_zs .r_q strong {
    font-size: 26px;
    line-height: 28px;
  }
}

@media only screen and (max-width:768px) {
  .sy_xw {
    padding: 50px 0;
  }

  .sy_xw .tw_zs {
    padding: 15px;
  }

  .sy_xw .lb_zs ul li {
    padding: 15px 0;
  }

  .sy_xw .lb_zs .n_r {
    width: calc(100% - 90px);
    padding-right: 40px;
  }

  .sy_xw .lb_zs .n_r h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .sy_xw .lb_zs .n_r i {
    font-size: 20px;
  }

  .sy_xw .lb_zs .r_q {
    width: 76px;
    height: 76px;
    padding: 13px 0;
    font-size: 15px;
    line-height: 22px;
  }

  .sy_xw .lb_zs .r_q strong {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width:640px) {
  .sy_xw .row {
    margin: 0;
  }

  .sy_xw .tw_zs {
    width: 100%;
    margin: 0;
  }

  .sy_xw .lb_zs {
    width: 100%;
    margin: 0;
    border-top: 0;
  }

  .sy_xw .lb_zs ul li {
    padding: 20px 0;
  }

  .sy_xw .lb_zs .n_r {
    padding-right: 0;
  }

  .sy_xw .lb_zs .n_r a.m_r {
    display: none;
  }
}

.sy_hz {
  width: 100%;
  padding: 90px 0 60px;
  background: #f7f7f7 url(../images/dt.png) no-repeat center / auto 90% !important;
  overflow: hidden;
}

.sy_hz .hz_zs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.sy_hz .hz_zs:before {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background-image: -webkit-linear-gradient(left, #f7f7f7, rgba(247, 247, 247, 0));
  background-image: linear-gradient(left, #f7f7f7, rgba(247, 247, 247, 0));
}

.sy_hz .hz_zs:after {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 9;
  background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0), #f7f7f7);
  background-image: linear-gradient(left, rgba(247, 247, 247, 0), #f7f7f7);
}

.sy_hz .hz_zs ul li {
  width: 16.15%;
  border-radius: 5px;
  margin-right: 25px;
  overflow: hidden;
}

.sy_hz .hz_zs img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .sy_hz {
    padding: 70px 0 50px;
  }

  .sy_hz .hz_zs {
    margin-bottom: 20px;
  }

  .sy_hz .hz_zs ul li {
    margin-right: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_hz {
    padding: 60px 0 40px;
  }
}

@media only screen and (max-width:768px) {
  .sy_hz {
    padding: 50px 0 35px;
  }

  .sy_hz .hz_zs {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:640px) {
  .sy_hz {
    background: #f7f7f7 url(../images/dt.png) no-repeat center / 100% auto !important;
  }

  .sy_hz .hz_zs ul li {
    width: 130px;
    margin-right: 10px;
  }
}

.sy_gg {
  width: 100%;
  padding: 45px 0;
  background: url(../images/sy_ftbj.webp) no-repeat center / cover;
  color: #fff;
  overflow: hidden;
}

.sy_gg .row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.sy_gg .gg_wz h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.sy_gg .gg_wz h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}

.sy_gg .gg_wz a {
  width: 146px;
  height: 46px;
  display: block;
  border: 1px solid #fff;
  margin-top: 15px;
  border-radius: 50px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}

.sy_gg .gg_wz a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--zt-ys);
}

.sy_gg .gg_wz i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_gg .gg_wz a:hover i {
  margin-left: 15px;
  color: var(--zt-ys);
}

.sy_gg .gg_tb ul li {
  margin-left: 35px;
  text-align: center;
}

.sy_gg .gg_tb .t_b {
  width: 78px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin: 0 auto;
}

.sy_gg .gg_tb .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.sy_gg .gg_tb .w_z {
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}

@media only screen and (max-width:1400px) {
  .sy_gg {
    padding: 35px 0;
  }

  .sy_gg .gg_wz h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .sy_gg .gg_wz h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .sy_gg .gg_wz a {
    width: 126px;
    height: 40px;
    margin-top: 10px;
    border-radius: 40px;
    line-height: 38px;
  }

  .sy_gg .gg_wz i {
    font-size: 20px;
  }

  .sy_gg .gg_wz a:hover i {
    margin-left: 10px;
  }

  .sy_gg .gg_tb ul li {
    margin-left: 30px;
  }

  .sy_gg .gg_tb .t_b {
    width: 66px;
    border: 1px solid #fff;
    border-radius: 20px;
  }

  .sy_gg .gg_tb .w_z {
    font-size: 17px;
    line-height: 28px;
  }
}

@media only screen and (max-width:1100px) {
  .sy_gg {
    padding: 30px 0;
  }

  .sy_gg .gg_wz h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .sy_gg .gg_wz h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .sy_gg .gg_wz a {
    width: 116px;
  }

  .sy_gg .gg_tb .t_b {
    width: 60px;
  }

  .sy_gg .gg_tb .w_z {
    font-size: 15px;
    line-height: 26px;
  }
}

@media only screen and (max-width:768px) {
  .sy_gg {
    padding: 25px 0;
  }

  .sy_gg .gg_wz h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .sy_gg .gg_wz h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .sy_gg .gg_wz a {
    width: 106px;
    height: 32px;
    border-radius: 32px;
    line-height: 30px;
  }

  .sy_gg .gg_wz i {
    font-size: 18px;
  }

  .sy_gg .gg_wz a:hover i {
    margin-left: 5px;
  }

  .sy_gg .gg_tb ul li {
    margin-left: 25px;
  }

  .sy_gg .gg_tb .t_b {
    width: 56px;
  }

  .sy_gg .gg_tb .w_z {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width:640px) {
  .sy_gg {
    text-align: center;
    padding: 58px 6px 28px;
  }

  .sy_gg .row {
    flex-direction: column-reverse;
  }

  .sy_gg .gg_wz {
    width: 100%;
  }

  .sy_gg .gg_wz h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .sy_gg .gg_wz h4 {
    font-size: 17px;
  }

  .sy_gg .gg_wz a {
    margin: 10px auto 0;
  }

  .sy_gg .gg_tb {
    width: 100%;
    margin-bottom: 20px;
  }

  .sy_gg .gg_tb ul {
    flex-direction: initial;
  }

  .sy_gg .gg_tb ul li {
    margin: 0 7px;
  }
}

.tc_sp {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.tc_sp .g_b {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  color: #eee;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.tc_sp .g_b:hover {
  color: var(--zt-ys);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.tc_sp .g_b i {
  font-size: 26px;
}

.tc_sp .vd_nr {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.tc_sp .vd_nr video {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width:1400px) {
  .tc_sp .g_b {
    top: 30px;
    right: 30px;
  }

  .tc_sp .g_b i {
    font-size: 22px;
  }

  .tc_sp .vd_nr {
    max-width: 1000px;
  }
}

@media only screen and (max-width:1100px) {
  .tc_sp .g_b {
    top: 50px;
    right: 50px;
  }

  .tc_sp .vd_nr {
    max-width: 86%;
  }
}

@media only screen and (max-width:768px) {
  .tc_sp .g_b {
    top: 30px;
    right: 30px;
  }

  .tc_sp .vd_nr {
    max-width: 96%;
  }
}

.ny_ban {
  width: 100%;
  height: 300px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.ny_ban .container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 20px rgbba(0, 0, 0, .2);
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ny_ban .container h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 5px;
}

.ny_ban .container h3 {
  font-size: 18px;
  line-height: 30px;
}

.ny_ban .wz_nr {
  padding: 35px 40px 45px;
  background-color: rgb(30 159 255 / 60%);
  border-radius: 5px;
  display: inline-block;
}
.fw_kh{
    color: #f9ff17;
}

@media only screen and (max-width:1400px) {
  .ny_ban {
    height: 300px;
  }

  .ny_ban .container h2 {
    font-size: 28px;
    line-height: 50px;
  }

  .ny_ban .container h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .ny_ban .wz_nr {
    padding: 25px 25px 30px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_ban {
    height: 320px;
  }

  .ny_ban .container {
    top: 50%;
  }

  .ny_ban .container h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .ny_ban .container h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .ny_ban .wz_nr {
    padding: 25px;
  }
}

@media only screen and (max-width:768px) {
  .ny_ban {
    height: 220px;
  }

  .ny_ban .container h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .ny_ban .container h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width:640px) {
  .ny_ban {
    height: 150px;
  }

  .ny_ban .container {
    top: 15%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }

  .ny_ban .container h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .ny_ban .container h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .ny_ban .wz_nr {
    padding: 15px;
  }
}

.ny_lm {
  width: 100%;
  padding: 20px 0;
  font-size: 15px;
  line-height: 46px;
  color: #777;
  background-color: #f7f7f7;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_lm.on {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  background-color: #fff;
}

.ny_lm.xq_lm {
  background-color: #fff;
}

.ny_lm .row {
  margin: 0;
  justify-content: space-between;
}

.ny_lm .cp_fl {
  display: none;
}

.ny_lm .lm_fl ul {
  display: flex;
  flex-wrap: wrap;
}

.ny_lm .lm_fl ul li {
  margin-right: 15px;
}

.ny_lm .lm_fl a {
  display: inline-block;
  padding: 0 25px;
  border-radius: 46px;
  line-height: 46px;
  background-color: #fff;
}

.ny_lm.xq_lm .lm_fl a {
  background-color: #f7f7f7;
}

.ny_lm.on .lm_fl a {
  background-color: #f7f7f7;
}

.ny_lm .lm_fl ul li:hover a {
  background-color: var(--zt-ys);
  color: #fff;
}

.ny_lm .lm_fl ul li.on a {
  background-color: var(--zt-ys);
  color: #fff;
}

.ny_lm .lm_an {
  display: none;
}

.ny_lm .lm_wz a {
  color: #777;
}

.ny_lm .lm_wz i {
  font-size: 26px;
  font-weight: bold;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width:769px) {
  .ny_lm .lm_fl ul {
    display: flex !important;
  }
}

@media only screen and (max-width:1400px) {
  .ny_lm {
    padding: 15px 0;
    font-size: 14px;
    line-height: 40px;
  }

  .ny_lm.on {
    top: 90px;
  }

  .ny_lm .lm_fl ul li {
    margin-right: 13px;
  }

  .ny_lm .lm_fl a {
    padding: 0 20px;
    border-radius: 40px;
    line-height: 40px;
  }

  .ny_lm .lm_wz i {
    font-size: 22px;
  }
}

@media only screen and (max-width:1100px) {
  .ny_lm {
    padding: 13px 0;
    font-size: 13px;
    line-height: 36px;
  }

  .ny_lm.on {
    top: 88px;
  }

  .ny_lm .lm_fl ul li {
    margin-right: 12px;
  }

  .ny_lm .lm_fl a {
    padding: 0 15px;
    border-radius: 36px;
    line-height: 36px;
  }

  .ny_lm .lm_wz i {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {
  .ny_lm {
    position: relative;
    height: 62px;
  }

  .ny_lm.on {
    top: auto;
    left: auto;
    position: relative;
  }

  .ny_lm .lm_an {
    display: block;
    font-size: 15px;
    color: #333;
  }

  .ny_lm .lm_an i {
    display: inline-block;
    margin-left: 5px;
    margin-top: -2px;
    font-size: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }

  .ny_lm .lm_an.on i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
  }

  .ny_lm .lm_fl ul {
    width: 100%;
    padding: 25px 20px 10px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 999;
  }

  .ny_lm .lm_fl ul li {
    float: left;
    margin: 0 10px 12px 0;
  }

  .ny_lm .lm_fl ul li:hover a {
    background-color: #fff;
    color: #222;
  }
}

@media only screen and (max-width:640px) {
  .ny_lm.xq_lm {
    background-color: #f7f7f7;
  }

  .ny_lm .cp_fl {
    display: block;
  }

  .ny_lm.xq_lm .lm_fl a {
    background-color: #fff;
  }
}

.lm_gd {
  width: 100%;
  height: 87px;
  display: none;
}

.lm_gd.on {
  display: block;
}

@media only screen and (max-width:1400px) {
  .lm_gd {
    height: 71px;
  }
}

@media only screen and (max-width:1100px) {
  .lm_gd {
    height: 62px;
  }
}

@media only screen and (max-width:768px) {
  .lm_gd.on {
    display: none;
  }
}

.scroll-floor {
  width: 100%;
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.scroll-floor .sy_bt {
  margin-bottom: 40px;
}

.scroll-floor .sy_bt h3 {
  font-size: 36px;
  line-height: 50px;
}

.scroll-floor .sy_bt h4 {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width:1400px) {
  .scroll-floor {
    padding: 70px 0;
  }

  .scroll-floor .sy_bt {
    margin-bottom: 30px;
  }

  .scroll-floor .sy_bt h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .scroll-floor .sy_bt h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width:1100px) {
  .scroll-floor {
    padding: 60px 0;
  }

  .scroll-floor .sy_bt {
    margin-bottom: 25px;
  }

  .scroll-floor .sy_bt h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .scroll-floor .sy_bt h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width:768px) {
  .scroll-floor {
    padding: 50px 0;
  }

  .scroll-floor .sy_bt {
    margin-bottom: 20px;
  }

  .scroll-floor .sy_bt h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .scroll-floor .sy_bt h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

.ab_js .sy_bt {
  text-align: left;
}

.ab_js .js_wz {
  line-height: 32px;
}
.js_wz p{
    padding: 3px 0;
}

@media only screen and (max-width:1400px) {
  .ab_js .js_wz {
    line-height: 28px;
  }
}

@media only screen and (max-width:1100px) {
  .ab_js .js_wz {
    line-height: 26px;
  }
}

.qy_wh {
  background-color: #f7f7f7;
  color: #fff;
  text-align: center;
}

.qy_wh .row {
  margin: 0 -5px;
  background: url(../images/wh_bj.webp) no-repeat center / cover;
}

.qy_wh .yj_nr {
  width: 55%;
  border: 5px solid #f7f7f7;
  padding: 80px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.qy_wh .yj_nr:hover {
  background-color: rgba(0, 0, 0, 0);
}

.qy_wh .yj_nr .n_r {
  width: 100%;
}

.qy_wh .yj_qt {
  width: 45%;
}

.qy_wh .yj_qt ul {
  display: flex;
  flex-wrap: wrap;
}

.qy_wh .yj_qt ul li {
  width: 100%;
  border: 5px solid #f7f7f7;
  padding: 66px 50px;
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.qy_wh .yj_qt ul li:hover {
  background-color: rgba(0, 0, 0, 0);
}

.qy_wh .t_b {
  width: 70px;
  margin: 0 auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.qy_wh .yj_nr:hover .t_b {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.qy_wh .yj_qt ul li:hover .t_b {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.qy_wh .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.qy_wh .b_t {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin: 6px 0;
}

.qy_wh .w_z {
  text-align: center;
}

@media only screen and (max-width:1400px) {
  .qy_wh .yj_nr {
    padding: 50px 30px;
  }

  .qy_wh .yj_qt ul li {
    padding: 50px 30px;
  }

  .qy_wh .t_b {
    width: 60px;
  }

  .qy_wh .b_t {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width:1100px) {
  .qy_wh .yj_nr {
    padding: 50px 20px;
  }

  .qy_wh .yj_qt ul li {
    padding: 50px 20px;
  }

  .qy_wh .t_b {
    width: 56px;
  }

  .qy_wh .b_t {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width:768px) {
  .qy_wh .yj_nr {
    padding: 40px 15px;
  }

  .qy_wh .yj_qt ul li {
    padding: 40px 15px;
  }

  .qy_wh .t_b {
    width: 50px;
  }

  .qy_wh .b_t {
    font-size: 17px;
  }
}

@media only screen and (max-width:640px) {
  .qy_wh .row {
    margin: 0 -3px;
    background: url(../images/wh_bj.webp) no-repeat 85% center / cover;
  }

  .qy_wh .yj_nr {
    width: 100%;
    padding: 20px 10px;
    border: 3px solid #f7f7f7;
  }

  .qy_wh .yj_qt {
    width: 100%;
  }

  .qy_wh .yj_qt ul li {
    padding: 20px 10px;
    border: 3px solid #f7f7f7;
  }

  .qy_wh .b_t {
    margin: 8px 0;
  }
}

.fz_lc {
  position: relative;
  padding: 0;
}

.fz_lc .row {
  margin: 0;
}

.fz_lc .lc_tp {
  width: 50%;
  position: relative;
}

.fz_lc .lc_tp img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
  user-select: none;
}

.fz_lc .lc_nr {
  width: 50%;
  background-color: #f7f7f7;
  overflow: hidden;
}

.fz_lc .lc_zs {
  width: calc(100% - 80px);
  position: relative;
  background-color: #fff;
  padding: 70px;
  border-radius: 0 0 25px 0;
}

.fz_lc .lc_zs .t_b {
  width: auto;
  height: 80%;
  position: absolute;
  top: 10%;
  right: -40px;
}

.fz_lc .lc_zs .t_b img {
  width: auto;
  height: 100%;
  display: block;
}

.fz_lc .lc_zs .n_f {
  font-size: 38px;
  font-family: "dinpro";
  font-weight: bold;
  color: var(--zt-ys);
  line-height: 46px;
  margin-bottom: 25px;
}

.fz_lc .lc_zs .w_z {
  width: 75%;
  line-height: 26px;
  color: #777;
}

.fz_lc .lc_zs .w_z h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.fz_lc .lc_zs .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 44px;
  color: #555;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  top: auto;
  bottom: 0;
  left: 0;
  margin-top: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.fz_lc .lc_zs .swiper-button-prev:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.fz_lc .lc_zs .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 44px;
  color: #555;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  top: auto;
  bottom: 0;
  right: auto;
  left: 56px;
  margin-top: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.fz_lc .lc_zs .swiper-button-next:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.fz_lc .lc_zs i {
  font-size: 24px;
  font-weight: bold;
}

.fz_lc .lc_zs i.icon-zuojiantou {
  margin-left: 3px;
}

.fz_lc .swiper-lc {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 120px;
}

.fz_lc .sy_bt {
  text-align: left;
}

.fz_lc .nf_xz {
  width: calc(100% - 80px);
  padding: 25px 50px;
  position: relative;
}

.fz_lc .nf_xz .swiper-slide {
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}

.fz_lc .nf_xz .swiper-slide span {
  width: 100px;
  height: 38px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.fz_lc .nf_xz .swiper-slide-thumb-active span {
  color: #fff;
  background-color: var(--zt-ys);
}

@media only screen and (max-width:1400px) {
  .fz_lc .lc_zs {
    width: calc(100% - 60px);
    padding: 50px;
  }

  .fz_lc .lc_zs .t_b {
    right: -30px;
  }

  .fz_lc .lc_zs .n_f {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .fz_lc .lc_zs .w_z {
    width: 90%;
    line-height: 22px;
  }

  .fz_lc .lc_zs .w_z h3 {
    font-size: 20px;
  }

  .fz_lc .lc_zs .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .fz_lc .lc_zs .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .fz_lc .lc_zs i {
    font-size: 20px;
  }

  .fz_lc .swiper-lc {
    margin-top: 50px;
    padding-bottom: 90px;
  }

  .fz_lc .nf_xz {
    width: calc(100% - 60px);
    padding: 20px;
  }

  .fz_lc .nf_xz .swiper-slide {
    line-height: 36px;
    font-size: 16px;
  }

  .fz_lc .nf_xz .swiper-slide span {
    width: 90px;
    height: 36px;
  }
}

@media only screen and (max-width:1100px) {
  .fz_lc .lc_zs {
    width: calc(100% - 50px);
    padding: 40px;
  }

  .fz_lc .lc_zs .n_f {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .fz_lc .lc_zs .w_z h3 {
    font-size: 18px;
  }

  .fz_lc .lc_zs .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }

  .fz_lc .lc_zs .swiper-button-next {
    width: 36px;
    height: 36px;
    line-height: 34px;
    left: 46px;
  }

  .fz_lc .lc_zs i {
    font-size: 18px;
  }

  .fz_lc .swiper-lc {
    margin-top: 35px;
    padding-bottom: 70px;
  }

  .fz_lc .nf_xz {
    width: calc(100% - 50px);
    padding: 15px 20px;
  }

  .fz_lc .nf_xz .swiper-slide {
    line-height: 32px;
    font-size: 15px;
  }

  .fz_lc .nf_xz .swiper-slide span {
    width: 80px;
    height: 32px;
  }
}

@media only screen and (max-width:768px) {
  .fz_lc .lc_zs {
    width: calc(100% - 40px);
    padding: 30px;
  }

  .fz_lc .lc_zs .t_b {
    display: none;
  }

  .fz_lc .lc_zs .n_f {
    font-size: 22px;
    line-height: 32px;
  }

  .fz_lc .lc_zs .w_z {
    width: 100%;
  }

  .fz_lc .lc_zs .w_z h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .fz_lc .swiper-lc {
    margin-top: 25px;
    padding-bottom: 50px;
  }

  .fz_lc .nf_xz {
    width: calc(100% - 50px);
    padding: 15px 20px;
  }

  .fz_lc .nf_xz .swiper-slide {
    line-height: 32px;
    font-size: 15px;
  }

  .fz_lc .nf_xz .swiper-slide span {
    width: auto;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
  }
}

@media only screen and (max-width:640px) {
  .fz_lc .lc_tp {
    width: 100%;
  }

  .fz_lc .lc_tp img {
    position: relative;
    top: auto;
    left: auto;
  }

  .fz_lc .lc_nr {
    width: 100%;
  }

  .fz_lc .lc_zs {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0;
  }

  .fz_lc .nf_xz {
    width: 100%;
  }
}

.qy_hj .swiper-hj {
  padding-bottom: 40px;
}

.qy_hj .swiper-slide {
  width: 55%;
  background-color: #000;
  overflow: hidden;
}

.qy_hj .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .6;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.qy_hj .swiper-slide-active img {
  opacity: 1;
}

.qy_hj .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.qy_hj .swiper-button-prev {
  width: 40px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: rgba(0, 0, 0, .6);
  top: 50%;
  left: 0;
  margin-top: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.qy_hj .swiper-button-prev:hover {
  background-color: var(--zt-ys);
}

.qy_hj .swiper-button-next {
  width: 40px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  background-color: rgba(0, 0, 0, .6);
  top: 50%;
  right: 0;
  margin-top: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.qy_hj .swiper-button-next:hover {
  background-color: var(--zt-ys);
}

.qy_hj .swiper-pagination {
  bottom: 0;
}

.qy_hj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #aaa;
}

.qy_hj .swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--zt-ys);
}

.qy_hj i {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.qy_hj i.icon-zuojiantou {
  margin-left: 3px;
}

@media only screen and (max-width:1400px) {
  .qy_hj .swiper-hj {
    padding-bottom: 30px;
  }

  .qy_hj .swiper-slide {
    width: 60%;
  }

  .qy_hj .swiper-button-prev {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
  }

  .qy_hj .swiper-button-next {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
  }

  .qy_hj i {
    font-size: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .qy_hj .swiper-slide {
    width: 70%;
  }

  .qy_hj .swiper-button-prev {
    display: none;
  }

  .qy_hj .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width:640px) {
  .qy_hj .swiper-slide {
    width: 100%;
  }
}

.yg_fc .swiper-fc {
  padding-bottom: 40px;
}

.yg_fc .swiper-slide {
  background-color: #fff;
}

.yg_fc .swiper-button-prev {
  width: 40px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: rgba(0, 0, 0, .6);
  top: 50%;
  left: 0;
  margin-top: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.yg_fc .swiper-button-prev:hover {
  background-color: var(--zt-ys);
}

.yg_fc .swiper-button-next {
  width: 40px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  background-color: rgba(0, 0, 0, .6);
  top: 50%;
  right: 0;
  margin-top: -66px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.yg_fc .swiper-button-next:hover {
  background-color: var(--zt-ys);
}

.yg_fc .swiper-pagination {
  bottom: 0;
}

.yg_fc .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #aaa;
}

.yg_fc .swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--zt-ys);
}

.yg_fc .t_p {
  overflow: hidden;
}

.yg_fc .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.yg_fc .swiper-slide:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.yg_fc .w_z {
  padding: 20px 10px;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.yg_fc i {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.yg_fc i.icon-zuojiantou {
  margin-left: 3px;
}

@media only screen and (max-width:1400px) {
  .yg_fc .swiper-hj {
    padding-bottom: 30px;
  }

  .yg_fc .swiper-button-prev {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
  }

  .yg_fc .swiper-button-next {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
  }

  .yg_fc .w_z {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .yg_fc i {
    font-size: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .yg_fc .swiper-button-prev {
    display: none;
  }

  .yg_fc .swiper-button-next {
    display: none;
  }
}

.ry_zz .sy_bt {
  text-align: left;
}

.ry_zz .zz_zs {
  position: relative;
}

.ry_zz .zz_cz {
  width: 180px;
  position: absolute;
  top: -100px;
  right: 0;
  height: 46px;
}

.ry_zz .swiper-button-prev {
  width: 46px;
  height: 46px;
  border: 1px solid #ddd;
  line-height: 46px;
  color: #555;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ry_zz .swiper-button-prev:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.ry_zz .swiper-button-next {
  width: 46px;
  height: 46px;
  border: 1px solid #ddd;
  line-height: 46px;
  color: #555;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -23px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ry_zz .swiper-button-next:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.ry_zz .swiper-slide {
  background-color: #f7f7f7;
  overflow: hidden;
}

.ry_zz .swiper-pagination {
  font-size: 22px;
  font-family: "dinpro-Regular";
  line-height: 46px;
  bottom: 0;
}

.ry_zz .t_p {
  overflow: hidden;
}

.ry_zz .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.ry_zz .swiper-slide:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ry_zz .w_z {
  padding: 20px 10px;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ry_zz i {
  font-size: 24px;
  font-weight: bold;
}

.ry_zz i.icon-zuojiantou {
  margin-left: 3px;
}

@media only screen and (max-width:1400px) {
  .ry_zz .zz_cz {
    width: 150px;
    top: -90px;
    height: 40px;
  }

  .ry_zz .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .ry_zz .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .ry_zz .swiper-pagination {
    font-size: 18px;
    line-height: 40px;
  }

  .ry_zz .w_z {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .ry_zz i {
    font-size: 20px;
  }
}

@media only screen and (max-width:1100px) {
  .ry_zz .zz_cz {
    top: -78px;
  }
}

@media only screen and (max-width:768px) {
  .ry_zz .zz_cz {
    top: -70px;
  }
}

@media only screen and (max-width:640px) {
  .ry_zz .sy_bt {
    text-align: center;
  }

  .ry_zz .zz_zs {
    padding-bottom: 60px;
  }

  .ry_zz .zz_cz {
    width: 150px;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -75px;
  }
}

.product {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.product .row {
  margin: 0;
  justify-content: space-between;
  position: relative;
}

.product .cp_lm {
  width: 280px;
  position: relative;
}

.product .cp_lm .b_t {
  padding: 25px 20px 25px 35px;
  background-color: var(--zt-ys);
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  position: relative;
}

.product .cp_lm .b_t:after {
  width: 6px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  content: "";
  background-color: #fff;
  border-radius: 6px;
}

.product .cp_lm ul li {
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
}

.product .cp_lm ul li:last-child {
  border-bottom: 0;
}

.product .cp_lm a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  color: #000;
}

.product .cp_lm ul li:hover a {
  color: var(--zt-ys);
}

.product .cp_lm ul li.on a {
  color: var(--zt-ys);
}

.product .cp_lm i {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.product .lm_nr {
  width: 280px;
}

.product .lm_nr.on {
  position: fixed;
  top: 120px;
}



.product .cp_zs {
  width: calc(100% - 320px);
  overflow: hidden;
}

.product .cp_zs .t_p {
  overflow: hidden;
}

.product .cp_zs .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.product .cp_zs ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.product .cp_zs .w_z {
  margin-top: 15px;
  text-align: center;
}

.product .cp_zs .w_z h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product .cp_zs .w_z h4 {
  font-size: 15px;
  line-height: 22px;
  color: #777;
  font-family: "dinpro-Regular";
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product .cp_zs .c_k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(30 159 255 / 10%);
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.product .cp_zs ul li:hover .c_k {
  opacity: 1;
}

.product .cp_zs .c_k span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 56px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.product .cp_zs .c_k i {
  color: #fff;
  font-size: 30px;
}

.product .zs_lb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product .zs_lb ul li {
  width: calc(33.33333333% - 20px);
  margin: 0 10px 20px;
  background-color: #f7f7f7;
  padding: 15px;
  position: relative;
}

.product .cp_xq {
  width: 100%;
  padding: 25px;
  background-color: #f7f7f7;
  overflow: hidden;
}

.product .xq_tw {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.product .tp_zs {
  width: calc(46% - 25px);
}

.product .tp_zs img {
  width: 100%;
  height: auto;
  display: block;
}

.product .zs_dt {
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
}

.product .swiper-xt {
  padding: 0 25px;
}

.product .swiper-button-prev {
  width: 16px;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-align: left;
  top: 50%;
  left: 0;
  margin-top: -11px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.product .swiper-button-prev:hover {
  color: var(--zt-ys);
}

.product .swiper-button-next {
  width: 16px;
  height: 22px;
  line-height: 22px;
  color: #333;
  text-align: right;
  top: 50%;
  right: 0;
  margin-top: -11px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.product .swiper-button-next:hover {
  color: var(--zt-ys);
}

.product .swiper-slide {
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.product .swiper-slide.on {
  border: 1px solid var(--zt-ys);
}

.product .swiper-xt i {
  font-weight: bold;
}

.product .wz_js {
  width: calc(54% - 25px);
}

.product .wz_js .b_t {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.product .wz_js .h_y {
  border-bottom: 1px solid #eee;
  line-height: 26px;
  color: #333;
  padding: 25px 0;
}

.product .wz_js .h_y span {
  color: #999;
}

.product .wz_js .h_y h5 {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.product .wz_js .a_n {
  margin-top: 25px;
}

.product .wz_js .a_n a {
  display: inline-block;
  width: 100%;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  color: #fff;
  padding-left: 20px;
  letter-spacing: 2px;
}

.product .wz_js .a_n strong {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -6px;
}

.product .wz_js .a_n a.z_x {
  background-color: var(--zt-ys);
}

.product .wz_js .a_n a.z_x:hover {
  background-color: var(--djxg);
  ;
}

.product .wz_js .a_n a.x_j {
  background-color: #4439b0;
}

.product .wz_js .a_n a.x_j:hover {
  background-color: #160c7a;
}

.product .wz_js .a_n i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin-right: 5px;
  margin-top: -4px;
}

.product .xq_zs {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}

/*厂家报价*/
.cp-cj-bj {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.cp-cj-bj h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cp-cj-bj h4{
  font-size: 17px;
    font-weight: bold;
    color: #1e9fff;
    margin-bottom: 10px;
}
.cp-cj-bj h4:nth-last-child(2){
    color: #ff5722;
}

@media (max-width: 767px){
  .cp-cj-bj {
  padding: 1px;
}
.cp-cj-bj h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cp-cj-bj h4{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
}
/*厂家报价*/
.product .xq_zs:last-child {
  margin-bottom: 0;
}

.product .xq_zs .b_t {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 20px 30px 20px 50px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
}

.product .xq_zs .b_t:after {
  width: 6px;
  height: 22px;
  border-radius: 6px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -9px;
  content: "";
  background-color: var(--zt-ys);
}

.product .xq_zs .n_r {
  min-height: 350px;
  padding: 30px 18px 50px;
}
.product .xq_zs .n_r .img_p{
  margin: 6px 0;
}
.cp-nr{
  padding: 17px 2px;
}
.cp-nr p{
  margin: 5px 0;
}
.cp-nr img{
  margin: 5px 0;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cp-sh{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.cp-sh img{
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.product .xq_zs .n_r h2,
.product .xq_zs .n_r h3 {
  font-size: 17px;
  line-height: 32px;
  font-weight: bold;
  margin: 12px 0;
  color: var(--zt-ys);
}

.product .xq_zs .n_r .b_g {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}

#hiddenData {
  background: #f5f5f5;
}


.product .xq_zs .j_s {
  font-size: 15px;
  line-height: 28px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  overflow-y: hidden;
  overflow-x: auto;
}

.product .xq_zs .j_s:last-child {
  margin-bottom: 0;
}

.product .xq_zs .j_s img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product .xq_zs .j_s img.mg_c {
  margin: 0 auto;
}
.pz-aaa img{
    max-width: 100%;
    border-radius: 11px;
    margin: 10px 0;
}
.product .xq_zs .j_s ul {
  padding-left: 20px;
}

.product .xq_zs .j_s ul li {
  list-style: disc;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 26px;
}

.product .xq_zs .j_s h3 {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 5px;
}

.product .xq_zs .z_h {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product .xq_zs .z_c {
  width: calc(100% - 400px);
}

.product .xq_zs .y_c {
  width: 380px;
}

.product .xq_zs .t_z {
  width: 47%;
}

.product .xq_zs .t_z p {
  margin-top: 6px;
  text-align: center;
}

.product .xq_zs .t_s {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  margin-top: 10px;
}

.product .xq_zs table {
  border: 1px solid #ccc;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #555;
}

.product .xq_zs table th {
  padding: 7px;
  background-color: #fef0e9;
  font-size: 17px;
  color: var(--zt-ys);
}

.product .xq_zs table td {
  padding: 6px 2px;
  min-width: 50px;
}

.product .xg_tj {
  width: 100%;
  padding: 30px;
}

.product .xg_tj ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product .xg_tj ul li {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.product .xg_tj .t_p {
  overflow: hidden;
  border: 1px solid #ddd;
}

.product .xg_tj .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.product .xg_tj ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.product .xg_tj .w_z {
  margin-top: 15px;
  text-align: center;
}

.bg_bz {
  text-align: initial;
}

.bg_zs {
  writing-mode: vertical-rl;
  letter-spacing: 8px;
}

@media only screen and (max-width:1400px) {
  .product {
    padding: 50px 0;
  }

  .product .cp_lm {
    width: 230px;
  }

  .product .cp_lm .b_t {
    padding: 15px 15px 15px 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .product .cp_lm .b_t:after {
    width: 5px;
    left: 15px;
  }

  .product .cp_lm a {
    padding: 13px 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .product .cp_lm i {
    top: 13px;
    right: 15px;
    line-height: 26px;
  }

  .product .lm_nr {
    width: 230px;
  }

  .product .lm_nr.on {
    top: 110px;
  }

  .product .cp_zs {
    width: calc(100% - 260px);
  }

  .product .cp_zs .w_z {
    margin-top: 13px;
  }

  .product .cp_zs .w_z h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .product .cp_zs .w_z h4 {
    font-size: 14px;
  }

  .product .cp_zs .c_k span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin: -25px 0 0 -25px;
  }

  .product .cp_zs .c_k i {
    font-size: 22px;
  }

  .product .zs_lb ul {
    margin: 0 -8px;
  }

  .product .zs_lb ul li {
    width: calc(33.33333333% - 16px);
    margin: 0 8px 16px;
    padding: 10px;
  }

  .product .cp_xq {
    padding: 15px;
  }

  .product .xq_tw {
    padding: 20px;
    margin-bottom: 20px;
  }

  .product .wz_js .b_t {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .product .wz_js .h_y {
    padding: 15px 0;
  }

  .product .wz_js .h_y h5 {
    font-size: 15px;
  }

  .product .wz_js .a_n {
    margin-top: 20px;
  }

  .product .wz_js .a_n a {
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
  }

  .product .wz_js .a_n i {
    font-size: 22px;
  }

  .product .xq_zs {
    margin-bottom: 20px;
  }

  .product .xq_zs .b_t {
    padding: 15px 20px 15px 35px;
    font-size: 20px;
  }

  .product .xq_zs .b_t:after {
    left: 20px;
  }

  .product .xq_zs .n_r {
    min-height: 300px;
    padding: 20px;
  }

  .product .xg_tj {
    padding: 20px;
  }

  .product .xg_tj ul {
    margin: 0 -8px;
  }

  .product .xg_tj ul li {
    width: calc(25% - 16px);
    margin: 0 8px;
  }

  .product .xg_tj .w_z {
    margin-top: 10px;
  }
}

@media only screen and (max-width:1100px) {
  .product .cp_lm {
    width: 200px;
  }

  .product .lm_nr {
    width: 200px;
  }

  .product .lm_nr.on {
    top: 108px;
  }

  .product .cp_zs {
    width: calc(100% - 220px);
  }

  .product .cp_zs .w_z h3 {
    font-size: 17px;
  }

  .product .cp_zs .w_z h4 {
    font-size: 13px;
  }

  .product .xq_tw {
    padding: 15px;
  }

  .product .tp_zs {
    width: calc(50% - 10px);
  }

  .product .wz_js {
    width: calc(50% - 10px);
  }

  .product .wz_js .b_t {
    font-size: 20px;
    line-height: 28px;
  }

  .product .wz_js .h_y {
    padding: 10px 0;
  }

  .product .wz_js .a_n {
    margin-top: 15px;
  }

  .product .wz_js .a_n a {
    letter-spacing: 0;
  }

  .product .xq_zs .b_t {
    font-size: 19px;
  }

  .product .xq_zs .n_r h2,
  .product .xq_zs .n_r h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .product .xq_zs .j_s {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .product .xq_zs .j_s ul li {
    list-style: disc;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .product .xq_zs .j_s h3 {
    font-size: 15px;
    line-height: 26px;
  }

  .product .xq_zs .j_s img.mg_c {
    margin: 0;
  }

  .product .xq_zs .z_c {
    width: 100%;
    margin-bottom: 30px;
  }

  .product .xq_zs .y_c {
    width: 100%;
  }

  .product .xq_zs table {
    min-width: 310px;
  }

  .product .xq_zs table {
    font-size: 14px;
  }

  .product .xq_zs table th {
    padding: 12px;
    font-size: 15px;
  }

  .product .xq_zs table td {
    padding: 8px 12px;
  }

  .product .xg_tj ul {
    margin: 0 -5px;
  }

  .product .xg_tj ul li {
    width: calc(25% - 10px);
    margin: 0 5px;
  }

  .product .xg_tj .w_z {
    margin-top: 8px;
  }
}

@media only screen and (max-width:768px) {
  .product {
    padding: 40px 0;
  }

  .product .zs_lb ul li {
    width: calc(50% - 16px);
  }

  .product .tp_zs {
    width: 100%;
  }

  .product .wz_js {
    width: 100%;
    margin-top: 15px;
  }

  .product .xg_tj {
    padding: 20px 20px 0;
  }

  .product .xg_tj ul {
    margin: 0 -10px;
  }

  .product .xg_tj ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media only screen and (max-width:640px) {
  .product .cp_lm {
    display: none;
  }

  .product .cp_zs {
    width: 100%;
  }

  .product .zs_lb ul {
    margin: 0;
  }

  .product .zs_lb ul li {
    width: 50%;
    margin: 0 0 15px;
  }

  .product .cp_xq {
    padding: 0;
    background: none;
  }

  .product .xq_tw {
    padding: 0;
    margin-bottom: 25px;
  }

  .product .tp_zs {
    width: 100%;
  }

  .product .wz_js {
    width: 100%;
    margin-top: 25px;
  }

  .product .xq_zs {
    margin-bottom: 25px;
  }

  .product .xq_zs .b_t {
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
  }

  .product .xq_zs .b_t:after {
    left: 0;
  }

  .product .xq_zs .n_r {
    padding: 0;
  }
  .product .xq_zs .n_r .img_p{
    margin: 6px 0;
  }
  .product .xq_zs .n_r .img_p img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .product .xq_zs .z_h {
    margin-bottom: 25px;
  }

  .product .xq_zs .z_c {
    margin-bottom: 25px;
  }

  .product .xg_tj {
    padding: 0;
  }

  .product .xg_tj ul {
    margin: 0 -5px;
  }

  .product .xg_tj ul li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

.news {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.news .xw_lb ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .xw_lb ul li:last-child {
  margin-bottom: 0;
}

.news .xw_lb .t_p {
  width: 26%;
  overflow: hidden;
}

.news .xw_lb .t_p img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
  user-select: none;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.news .xw_lb ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.news .xw_lb .w_z {
  width: 63%;
}

.news .xw_lb .w_z h3 {
  font-size: 26px;
  line-height: 36px;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news .xw_lb .w_z span {
  color: #999;
  font-family: "dinpro-Regular";
}

.news .xw_lb .w_z p {
  line-height: 28px;
  color: #777;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .xw_lb .w_z a.m_r {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  line-height: 38px;
  text-align: center;
  margin-top: 35px;
  display: block;
}

.news .xw_lb ul li:hover .w_z a.m_r {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.news .xw_lb .w_z i {
  font-size: 18px;
}

@media only screen and (max-width:1400px) {
  .news {
    padding: 50px 0;
  }

  .news .xw_lb ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .news .xw_lb .t_p {
    width: 28%;
  }

  .news .xw_lb .w_z {
    width: 65%;
  }

  .news .xw_lb .w_z h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .news .xw_lb .w_z p {
    line-height: 26px;
    height: 52px;
  }

  .news .xw_lb .w_z a.m_r {
    margin-top: 25px;
  }
}

@media only screen and (max-width:1100px) {
  .news .xw_lb ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .news .xw_lb .w_z h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .news .xw_lb .w_z p {
    line-height: 24px;
    height: 48px;
  }

  .news .xw_lb .w_z a.m_r {
    width: 36px;
    height: 36px;
    line-height: 34px;
    margin-top: 20px;
  }

  .news .xw_lb .w_z i {
    font-size: 16px;
  }
}

@media only screen and (max-width:768px) {
  .news {
    padding: 40px 0;
  }

  .news .xw_lb .t_p {
    width: 32%;
  }
}

@media only screen and (max-width:640px) {
  .news .xw_lb ul li {
    flex-direction: column-reverse;
  }

  .news .xw_lb .t_p {
    width: 100%;
    margin-bottom: 20px;
  }

  .news .xw_lb .w_z {
    width: 100%;
  }

  .news .xw_lb .w_z h3 {
    margin: 10px 0;
  }
}

.news_xq {
  width: 100%;
  padding: 60px 0;
  background-color: #f7f7f7;
  overflow: hidden;
}

.news_xq .row {
  margin: 0;
  justify-content: space-between;
}

.news_xq .xq_nr {
  width: calc(100% - 390px);
  background-color: #fff;
  padding: 50px;
}

.news_xq .xq_nr .b_t {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
}

.news_xq .xq_nr .b_q span {
  display: inline-block;
  margin-right: 30px;
  color: #999;
  font-size: 15px;
}

.news_xq .xq_nr .b_q i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

.news_xq .xq_nr .n_r {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.news_xq .xq_nr .n_r img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.news_xq .xq_nr .f_y {
  line-height: 34px;
}

.news_xq .xq_nr .f_y span {
  color: #999;
}

.news_xq .xq_nr .f_y p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_xq .xq_yc {
  width: 350px;
  position: relative;
}

.news_xq .xq_yc .b_t {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 17px;
  font-size: 20px;
  line-height: 68px;
  margin-bottom: 15px;
}

.news_xq .xq_yc .b_t:after {
  width: 6px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: var(--zt-ys);
  border-radius: 6px;
  margin-top: -11px;
}

.news_xq .xw_tj {
  padding: 0 20px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.news_xq .xw_tj ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  line-height: 34px;
}

.news_xq .xw_tj ul li:after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: #ddd;
  border-radius: 6px;
  margin-top: -3px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.news_xq .xw_tj ul li:hover:after {
  background-color: var(--zt-ys);
}

.news_xq .xw_tj a {
  color: #777;
}

.news_xq .xw_tj ul li:hover a {
  color: var(--zt-ys);
}

.news_xq .xw_fx {
  padding: 0 20px 20px;
  background-color: #fff;
}

.news_xq .xw_fx ul {
  display: flex;
  flex-wrap: wrap;
}

.news_xq .xw_fx ul li {
  margin-right: 15px;
}

.news_xq .xw_fx a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  line-height: 38px;
  text-align: center;
  display: block;
}

.news_xq .xw_fx a:hover {
  background-color: var(--zt-ys);
  border: 1px solid var(--zt-ys);
  color: #fff;
}

.news_xq .xw_fx i {
  font-size: 26px;
}

.news_xq .xw_fx i.icon-weixin1 {
  font-size: 19px;
}

.news_xq .yc_nr {
  width: 350px
}

.news_xq .yc_nr.on {
  position: fixed;
  top: 120px;
}

.news_xq .yc_nr.on_a {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media only screen and (max-width:1400px) {
  .news_xq {
    padding: 50px 0;
  }

  .news_xq .xq_nr {
    width: calc(100% - 360px);
    padding: 30px;
  }

  .news_xq .xq_nr .b_t {
    font-size: 26px;
    line-height: 32px;
  }

  .news_xq .xq_nr .b_q span {
    margin-right: 20px;
    font-size: 14px;
  }

  .news_xq .xq_nr .n_r {
    font-size: 14px;
    line-height: 26px;
    padding: 25px 0;
    margin: 25px 0;
  }

  .news_xq .xq_nr .f_y {
    line-height: 30px;
  }

  .news_xq .xq_yc {
    width: 330px;
  }

  .news_xq .xq_yc .b_t {
    padding-left: 15px;
    font-size: 18px;
    line-height: 60px;
  }

  .news_xq .xq_yc .b_t:after {
    width: 5px;
    height: 20px;
    border-radius: 5px;
    margin-top: -10px;
  }

  .news_xq .xw_tj {
    padding: 0 15px 15px;
    margin-bottom: 15px;
  }

  .news_xq .xw_tj ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 32px;
  }

  .news_xq .xw_fx {
    padding: 0 15px 15px;
  }

  .news_xq .xw_fx ul li {
    margin-right: 10px;
  }

  .news_xq .xw_fx a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }

  .news_xq .xw_fx i {
    font-size: 22px;
  }

  .news_xq .xw_fx i.icon-weixin1 {
    font-size: 17px;
  }

  .news_xq .yc_nr {
    width: 330px
  }

  .news_xq .yc_nr.on {
    top: 110px;
  }
}

@media only screen and (max-width:1100px) {
  .news_xq .xq_nr {
    width: calc(100% - 320px);
    padding: 20px;
  }

  .news_xq .xq_nr .b_t {
    font-size: 22px;
    line-height: 28px;
  }

  .news_xq .xq_nr .b_q span {
    margin-right: 15px;
  }

  .news_xq .xq_nr .n_r {
    padding: 20px 0;
    margin: 20px 0;
  }

  .news_xq .xq_yc {
    width: 300px;
  }

  .news_xq .xq_yc .b_t {
    line-height: 56px;
  }

  .news_xq .yc_nr {
    width: 300px
  }

  .news_xq .yc_nr.on {
    top: 108px;
  }
}

@media only screen and (max-width:768px) {
  .news_xq {
    padding: 40px 0;
  }

  .news_xq .xq_nr {
    width: calc(100% - 280px);
    padding: 20px;
  }

  .news_xq .xq_yc {
    width: 260px;
  }

  .news_xq .yc_nr {
    width: 260px
  }
}

@media only screen and (max-width:640px) {
  .news_xq {
    background-color: #fff;
  }

  .news_xq .xq_nr {
    width: 100%;
    padding: 0;
    background: none;
  }

  .news_xq .xq_nr .b_t {
    font-size: 22px;
    line-height: 28px;
  }

  .news_xq .xq_nr .b_q span {
    margin-right: 10px;
    font-size: 13px;
  }

  .news_xq .xq_nr .b_q i {
    font-size: 14px;
    margin-right: 5px;
  }

  .news_xq .xq_nr .n_r {
    padding: 15px 0;
    margin: 15px 0;
  }

  .news_xq .xq_nr .n_r img {
    width: 100%;
  }

  .news_xq .xq_yc {
    display: none;
  }
}

.case {
  width: 100%;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.case .al_lb ul li {
  width: calc(33.33333333% - 30px);
  border-radius: 3px;
  margin: 0 15px 30px;
  background-color: #f7f7f7;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.case .al_lb ul li:hover {
  background-color: var(--zt-ys);
}

.case .t_p {
  overflow: hidden;
}

.case .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.case ul li:hover .t_p img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.case .w_z {
  width: 100%;
  padding: 15px 0;
  font-size: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.case .al_lb ul li:hover .w_z {
  color: #fff;
}

.case .al_xq {
  max-width: 1090px;
  margin: 0 auto;
}

.case .al_bt {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.case .al_xt {
  font-size: 22px;
  color: #777;
  text-align: center;
}

.case .xq_nr {
  margin-top: 40px;
}

.case .xq_nr img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}

.case .f_y {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case .f_y p {
  width: 45%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #aaa;
}

.case .f_y p:last-child {
  text-align: right;
}

@media only screen and (max-width:1400px) {
  .case {
    padding: 50px 0;
  }

  .case .al_lb ul {
    margin: 0 -10px;
  }

  .case .al_lb ul li {
    width: calc(33.33333333% - 20px);
    margin: 0 10px 20px;
  }

  .case .w_z {
    font-size: 16px;
  }

  .case .al_xq {
    max-width: 1060px;
  }

  .case .al_bt {
    font-size: 28px;
  }

  .case .al_xt {
    font-size: 20px;
  }

  .case .xq_nr {
    margin-top: 35px;
  }

  .case .xq_nr img {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width:1100px) {
  .case .w_z {
    font-size: 15px;
  }

  .case .al_xq {
    max-width: 1000px;
  }

  .case .al_bt {
    font-size: 26px;
  }

  .case .al_xt {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .case {
    padding: 40px 0;
  }

  .case .al_lb ul {
    margin: 0 -8px;
  }

  .case .al_lb ul li {
    width: calc(33.33333333% - 16px);
    margin: 0 8px 16px;
  }

  .case .w_z {
    padding: 15px 10px;
  }
}

@media only screen and (max-width:640px) {
  .case .al_lb ul {
    margin: 0;
  }

  .case .al_lb ul li {
    width: 48%;
    margin: 0 1% 1%;
  }

  .case .al_xq {
    max-width: 100%;
  }

  .case .al_bt {
    font-size: 22px;
  }

  .case .al_xt {
    font-size: 16px;
  }

  .case .xq_nr {
    margin-top: 30px;
  }

  .case .xq_nr img {
    margin: 0 auto 15px;
  }
}

.contact {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
}

.contact .b_t {
  margin-bottom: 30px;
}

.contact .b_t h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
}

.contact .b_t h4 {
  font-size: 26px;
  font-weight: bold;
  color: #aba6a6;
  font-family: "dinpro";
  text-transform: uppercase;
  line-height: 32px;
  margin: 13px 0;
}

.contact .b_t span {
  color: var(--zt-ys);
}

.contact .row {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.contact .lx_fs {
  width: 50%;
  padding: 50px;
}

.contact .lx_fs ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 35px;
}

.contact .lx_fs ul li:last-child {
  margin-bottom: 0;
}

.contact .lx_fs h5 {
  font-size: 16px;
  color: #999;
  line-height: 22px;
}

.contact .lx_fs p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.contact .lx_fs ul li span {
  width: 46px;
  height: 46px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
  line-height: 46px;
  color: var(--zt-ys);
  text-align: center;
}

.contact .lx_fs i.icon-weizhi3 {
  margin-left: 4px;
}

.contact .lx_fs i.icon-zhandianwangzhanhulianwangie {
  font-size: 26px;
}

.contact .zx_ly {
  width: 50%;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact .zx_ly ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.contact .zx_ly ul li {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}

.contact .zx_ly ul li:nth-last-child(2) {
  width: calc(100% - 20px);
}

.contact .zx_ly ul li:last-child {
  width: calc(100% - 20px);
  margin: 0 10px;
}

.contact .zx_ly input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 50px;
  color: #333;
  display: block;
}

.contact .zx_ly input::placeholder {
  color: #bbb;
}

.contact .zx_ly textarea {
  width: 100%;
  height: 106px;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  line-height: 26px;
  color: #333;
  display: block;
  resize: none;
}

.contact .zx_ly textarea::placeholder {
  color: #bbb;
}

.contact .zx_ly button {
  width: 150px;
  height: 50px;
  background-color: var(--zt-ys);
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  outline: none;
}

.contact .zx_ly button:hover {
  background-color: var(--djxg);
  ;
}

@media only screen and (max-width:1400px) {
  .contact {
    padding: 70px 0;
  }

  .contact .b_t {
    margin-bottom: 20px;
  }

  .contact .b_t h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .contact .b_t h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 13px 0;
  }

  .contact .lx_fs {
    padding: 35px;
  }

  .contact .lx_fs ul li {
    margin-bottom: 30px;
  }

  .contact .lx_fs h5 {
    font-size: 15px;
  }

  .contact .lx_fs p {
    font-size: 18px;
  }

  .contact .zx_ly {
    padding: 35px;
  }

  .contact .zx_ly input {
    height: 46px;
    padding: 0 13px;
    line-height: 46px;
  }

  .contact .zx_ly textarea {
    height: 102px;
    padding: 10px 13px;
  }

  .contact .zx_ly textarea::placeholder {
    color: #bbb;
  }

  .contact .zx_ly button {
    width: 136px;
    height: 46px;
    font-size: 17px;
    line-height: 46px;
  }
}

@media only screen and (max-width:1100px) {
  .contact {
    padding: 60px 0;
  }

  .contact .b_t {
    margin-bottom: 15px;
  }

  .contact .b_t h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact .b_t h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .contact .lx_fs {
    padding: 25px;
  }

  .contact .lx_fs ul li {
    margin-bottom: 20px;
  }

  .contact .lx_fs h5 {
    font-size: 14px;
  }

  .contact .lx_fs p {
    font-size: 16px;
  }

  .contact .zx_ly {
    padding: 25px;
  }

  .contact .zx_ly textarea {
    height: 76px;
  }

  .contact .zx_ly button {
    width: 130px;
    font-size: 16px;
  }
}

@media only screen and (max-width:768px) {
  .contact {
    padding: 50px 0;
  }

  .contact .lx_fs {
    width: 100%;
  }

  .contact .zx_ly {
    width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .contact {
    padding: 20px 0;
  }

  .contact .b_t h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .contact .b_t h4 {
    font-size: 17px;
  }

  .contact .row {
    background: none;
    box-shadow: none;
  }

  .contact .lx_fs {
    padding: 0;
    margin-bottom: 20px;
  }


  .contact .lx_fs ul li span {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }

  .contact .lx_fs i {
    font-size: 20px;
  }

  .contact .lx_fs i.icon-weizhi3 {
    margin-left: 3px;
  }

  .contact .lx_fs i.icon-zhandianwangzhanhulianwangie {
    font-size: 22px;
  }

  .contact .lx_fs p {
    font-size: 15px;
    line-height: 24px;
  }

  .contact .zx_ly {
    padding: 0;
    background: none !important;
  }

  .contact .zx_ly ul {
    margin: 0;
  }

  .contact .zx_ly ul li {
    width: 100%;
    margin: 0 0 15px;
  }

  .contact .zx_ly ul li:nth-last-child(2) {
    width: 100%;
  }

  .contact .zx_ly ul li:last-child {
    width: 100%;
    margin: 0;
  }

  .contact .zx_ly input {
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }

  .contact .zx_ly input:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  }

  .contact .zx_ly textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
  }

  .contact .zx_ly textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  }

  .contact .zx_ly button {
    width: 100%;
  }
}

.map {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width:1400px) {
  .map {
    height: 500px;
  }
}

@media only screen and (max-width:1100px) {
  .map {
    height: 400px;
  }
}

@media only screen and (max-width:768px) {
  .map {
    height: 350px;
  }
}

@media only screen and (max-width:640px) {
  .map {
    height: 250px;
  }
}

.yema {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.yema ul li {
  display: inline-block;
  margin: 0 2px;
}

.yema ul li a {
  min-width: 40px;
  padding: 0 13px;
  background-color: #f2f2f2;
  border-radius: 5px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #555;
  display: block;
}

.yema ul li a:hover {
  color: #fff;
  background-color: var(--zt-ys);
}

.yema ul li a.on {
  color: #fff;
  background-color: var(--zt-ys);
}

@media only screen and (max-width:1400px) {
  .yema {
    margin-top: 25px;
  }

  .yema ul li a {
    min-width: 36px;
    padding: 0 12px;
    line-height: 36px;
    font-size: 14px;
  }
}

@media only screen and (max-width:768px) {
  .yema ul li a {
    min-width: 32px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 32px;
  }
}

.footer {
  width: 100%;
  padding-top: 60px;
  background-color: #23292e;
  font-size: 15px;
  line-height: 30px;
  color: #aaa;
  overflow: hidden;
}

.footer .row {
  margin: 0;
  justify-content: space-between;
}

.footer a {
  color: #aaa;
}

.footer a:hover {
  color: #fff;
}

.footer h3 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.footer h3 a {
  color: #fff;
}

.footer h3 em {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.footer h3 em:after {
  width: 12px;
  height: 2px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
}

.footer h3 em.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.footer h3 em:before {
  width: 2px;
  height: 12px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
}

.footer h3 em.on:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.footer .ft_lx {
  width: 30%;
  margin-right: 10%;
}

.footer .lx_tl {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}

.footer .lx_tl i {
  font-size: 52px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer .lx_tl h4 {
  font-size: 15px;
  line-height: 22px;
}

.footer .lx_tl strong {
  font-size: 32px;
  color: #fff;
  font-family: "dinpro";
  line-height: 40px;
}

.footer .lx_tl strong a {
  color: #fff;
}

.footer .lx_fs ul li {
  position: relative;
  padding: 5px 0 5px 44px;
  line-height: 22px;
  margin-top: 10px;
}

.footer .lx_fs span {
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  text-align: center;
  display: block;
}

.footer .lx_fs i {
  font-size: 18px;
}

.footer .lx_fs i.icon-weizhi3 {
  margin-left: 4px;
  font-size: 16px;
}

.footer .lx_fs i.icon-youxiang1 {
  font-size: 16px;
}

.footer .ft_dh {
  width: calc(60% - 120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .ft_fl {
  width: 34%;
}

.footer .ft_fl:first-child {
  width: 60%;
}

.footer .ft_fl:first-child .l_b {
  display: flex;
  flex-wrap: wrap;
}

.footer .ft_fl .l_b p {
  margin-bottom: 6px;
}

.footer .ft_fl:first-child .l_b p {
  width: 50%;
}

.footer .ft_fl .l_b a {
  line-height: 22px;
}

.footer .ft_em {
  width: 120px;
}

.footer .ft_em img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.footer .ft_em .w_z {
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width:1100px) {
  .footer {
    padding-top: 40px;
    font-size: 14px;
    line-height: 26px;
  }

  .footer h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .footer .ft_lx {
    width: 30%;
  }

  .footer .lx_tl {
    padding-left: 56px;
  }

  .footer .lx_tl i {
    font-size: 44px;
  }

  .footer .lx_tl h4 {
    font-size: 14px;
  }

  .footer .lx_tl strong {
    font-size: 26px;
    line-height: 36px;
  }

  .footer .lx_fs ul li {
    padding: 0 0 0 32px;
    line-height: 22px;
    margin-top: 10px;
  }

  .footer .lx_fs span {
    width: 22px;
    height: 22px;
    border: none;
    border-radius: none;
    line-height: 22px;
  }

  .footer .ft_dh {
    width: calc(60% - 100px);
  }

  .footer .ft_em {
    width: 100px;
  }
}

@media only screen and (max-width:768px) {
  .footer .ft_lx {
    width: 30%;
    margin-right: 5%;
  }

  .footer .ft_dh {
    width: calc(60% - 100px);
    margin-right: 2%;
  }
}

@media only screen and (max-width:640px) {
  .footer h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .footer h3 em {
    display: block;
  }

  .footer .ft_lx {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer .ft_dh {
    width: 100%;
    margin-right: 0;
  }

  .footer .ft_fl {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer .ft_fl:first-child {
    width: 100%;
  }

  .footer .ft_fl:first-child .l_b {
    display: none;
  }

  .footer .ft_fl:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .footer .ft_fl a {
    font-size: 13px;
    line-height: 28px;
  }

  .footer .ft_fl .l_b {
    display: none;
    margin-top: 10px;
    overflow: hidden;
  }

  .footer .ft_fl .l_b p {
    width: 50%;
    float: left;
  }

  .footer .ft_em {
    display: none;
  }
}

.banquan {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 25px 0;
  overflow: hidden;
}

.banquan span {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width:1100px) {
  .banquan {
    padding: 15px 0;
  }
}

@media only screen and (max-width:640px) {
  .banquan {
    padding: 20px 0 84px;
    margin-top: 0;
    text-align: center;
  }

  .banquan .z_c {
    width: 100%;
  }

  .banquan .y_c {
    width: 100%;
  }

  .banquan span {
    margin: 0 8px;
  }
}

.zx_kf {
  width: 60px;
  position: fixed;
  bottom: 10%;
  right: 35px;
  z-index: 999;
}

.zx_kf .kf_zs {
  background-color: var(--zt-ys);
  color: #fff;
  text-align: center;
  border-radius: 60px;
  padding: 5px 0;
}

.zx_kf .kf_zs a {
  color: #fff;
}

.zx_kf .kf_zs p {
  font-size: 14px;
  line-height: 16px;
}

.zx_kf .kf_zs ul li {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.zx_kf .kf_zs ul li:after {
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  content: "";
}

.zx_kf .kf_zs ul li:last-child:after {
  display: none;
}

.zx_kf .kf_zs i {
  font-size: 20px;
}

.zx_kf .kf_zs .t_b {
  width: 100px;
  position: absolute;
  top: -108px;
  left: 50%;
  margin-left: -50px;
}

.zx_kf .kf_zs .t_b img {
  width: 100%;
  height: auto;
  display: block;
}

.zx_kf .tel {
  width: 190px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 50%;
  margin-top: -38px;
  right: 76px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zx_kf .kf_zs ul li:hover .tel {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.zx_kf .tel p {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #777;
}

.zx_kf .tel strong {
  font-size: 22px;
  line-height: 36px;
  color: var(--zt-ys);
  font-family: "dinpro";
}

.zx_kf .tel span {
  font-size: 20px;
  line-height: 30px;
  color: var(--zt-ys);
  font-family: "dinpro-Regular";
}

.zx_kf .ewm {
  width: 140px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  position: absolute;
  top: 50%;
  margin-top: -85px;
  right: 76px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.zx_kf .kf_zs ul li:hover .ewm {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.zx_kf .ewm img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.zx_kf .ewm p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #777;
  margin-top: 5px;
}

@media only screen and (max-width:1400px) {
  .zx_kf {
    width: 52px;
    right: 20px;
  }

  .zx_kf .kf_zs {
    border-radius: 52px;
    padding: 7px 0
  }

  .zx_kf .kf_zs p {
    font-size: 13px;
  }

  .zx_kf .kf_zs ul li {
    padding: 7px 0;
  }

  .zx_kf .kf_zs ul li:after {
    width: 26px;
    margin-left: -13px;
  }

  .zx_kf .kf_zs .t_b {
    width: 90px;
    top: -97px;
    margin-left: -45px;
  }

  .zx_kf .kf_zs i {
    font-size: 18px;
  }

  .zx_kf .ewm {
    width: 120px;
    padding: 8px;
    margin-top: -72px;
    right: 62px;
  }

  .zx_kf .ewm p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width:768px) {
  .zx_kf {
    bottom: 30%;
  }
}

@media only screen and (max-width:640px) {
  .zx_kf {
    display: none;
  }
}

.zx_kf .fh_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #333;
  margin: 15px auto 0;
  display: none;
}

.zx_kf .fh_top:hover {
  background-color: var(--zt-ys);
  color: #fff;
}

.zx_kf .fh_top i {
  font-size: 26px;
  margin-left: -2px;
}

@media only screen and (max-width:1400px) {
  .zx_kf .fh_top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .zx_kf .fh_top i {
    font-size: 22px;
  }
}

@media only screen and (max-width:768px) {
  .zx_kf .fh_top {
    width: 36px;
    height: 36px;
  }
}



/* 首页问答 */
.sy_tw {
  position: relative;
  top: -3px;
  width: 100%;
  height: calc(100% - 38px);
  padding: 20px 18px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background: #1f9fff17;
  border-radius: 8px;
}

.wd_zl {}

.sy_tw h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 3px 0px 22px;
  color: #010101;
}

.sy_tw h4 span {
  font-size: 16px;
  font-weight: bold;
}

.sy_tw h4 span:nth-of-type(1) {
  color: var(--zt-ys);
}

.sy_tw h4 span:nth-of-type(2) {
  color: #0f0f10;
}

.sy_tw h4 span:nth-of-type(3) {
  color: #ffb800;
}

.sy_tw h4 span:nth-of-type(4) {
  color: #ff5722;
}

#syzxtw {
  width: 100%;
}

#syzxtw input {
  width: 100%;
  margin: 0 0 12px;
}

#syzxtw textarea {
  width: 100%;
  margin: 0 0 12px;
}

.wt_tj {
  background: var(--zt-ys);
  padding: 8px 0;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .sy_wd .sy_bt {
    text-align: left;
  }
    .sy_tw {
        position: relative;
        top: -3px;
        width: 100%;
        height: calc(100% - 8px);
        padding: 20px 18px;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        background: #bec3c717;
        border-radius: 8px;
    }
}


/* 问答 */
.wen-bg {
  background: #f7f7f7;
}

.list-ask {
  margin-bottom: 38px;
}

.list-ask:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.list-ask ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ask ul li {
  width: 49%;
  margin-bottom: 20px;
}

.list-ask ul li .box {
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  border: 1px dashed #1e9fff38;
}

.list-ask ul li p.wen {
  text-align: justify;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  Position: relative;
  padding-left: 34px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.list-ask ul li span {
  Position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--zt-ys);
  text-align: center;
}

.list-ask ul li p.da {
  text-align: justify;
  color: #999;
  font-size: 14px;
  Position: relative;
  padding-left: 6px;
  height: 23px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box:hover .wen {
  color: #3c5dc5;
}

.list-ask ul li p.wen:hover {
  color: #3c5dc5;
}

.list-ask ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wen-tj {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.wen-tj-h3 {
  border-style: solid;
  border-width: 4px;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-color: var(--zt-ys);
  font-size: 20px;
  line-height: 26px;
  padding-left: 8px;
  font-weight: bold;
}

.wen-tj-ul {
  margin-top: 26px;
}

.wen-tj-ul li {
  border-style: solid;
  border-width: 1px;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #f2f2f2;
  padding: 12px 0;
}

@media only screen and (max-width:768px) {
  .list-ask {
    margin-bottom: 18px;
  }

  .list-ask ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }

  .list-ask ul li p.wen {
    font-size: 17px;
  }
}

/* 问答详情 */
.ask-xq {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.ask-xq h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 1px 0px 16px;
}

.info {
  color: #888888;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

.miaoshu {
  color: #595959;
}

.ask-tj {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.spm {
  background: #fff;
  margin-bottom: 15px;
  padding: 0 15px;
  display: block;
  overflow: hidden;
}

.ask-zj {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;

}

.info2 .author img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.info2 .author {
  width: 280px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
  height: auto;
  margin-top: 13px;
}

.info2 p.aut {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.info2 p {
  color: #888888;
  line-height: 25px;
}

.info2 {
  position: relative;
  height: 70px;
}

.info2 .zjhd {
  position: absolute;
  top: 10px;
  right: 0;
}

.info2 .zjhd span {
  font-size: 12px;
  color: #ffffff;
}

.zjhdw {
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: bold;
}

.zjhd {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-top-right-radius: 8px;
}

.zjhd .ask-tj {
  position: absolute;
  top: -8px;
  right: -30px;
  width: 90px;
  height: 45px;
  background: var(--zt-ys);
  transform: rotate(45deg);
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
}

.ask-zqhd p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 30px;
  padding: 2px 12px;
}

.ask-zqhd h2,
.ask-zqhd h3 {
  font-size: 16px;
  padding: 10px 0;
  border-left: 3px var(--zt-ys) solid;
  background: #f2f2f2;
  line-height: 150%;
  padding: 7px 10px 7px 16px;
  margin: 20px 0;
  font-weight: bold;
}
.ask-zqhd{
  padding-bottom: 20px;
  border-bottom: 1px dashed #333;
}
.ask-zxtw{
  text-align: center;
  padding: 10px 0;
}
.ask-zxtw h4{
  font-size: 16px;
  font-weight: bolder;
  padding: 18px 0;
}
.ask-tjbtn{
  display: block;
  width: 78%;
  margin: 0 auto;
  background: var(--zt-ys);
}
.ask-logo{
  padding: 6px 0;
}
.ask-qyjs{
  font-size: 15px;
  color: #666;
}
.ask-twb{
  display: inline-block;
    padding: 6px 50px;
    color: #fff;
    background-color: var(--zt-ys);
    font-size: 15px;
    border-radius: 2px;
}
#askwytw textarea{
  width: 100%;
  padding: 7px 7px 23px;
  border: 1px solid #0f7ce9;
  font-size: 14px;
  margin-bottom: 10px;
}
#askwytw input{
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 28px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
#askwytw .form-group{
  margin-bottom: 0;
}
/* 列表 */
.news-bg {
  background: #f7f7f7;
}

.news-r {
  background: #fff;
}

.news-it {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 23px 0;
  border-bottom: 1px dashed #eee;
  padding-left: 18px;
}

.news-it:hover .news-title a {
  color: var(--zt-ys);
}

.news-thumb {
  float: left;
  width: 172px;
  height: auto;
  margin-right: 18px;
  border-radius: 6px;
  object-fit: cover;
}

.news-content {
  overflow: hidden;
  padding: 6px 0;
}

.news-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}

.news-summary {
  color: #888;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-meta {
  color: #888;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2;
  padding-top: 6px;
  display: inline-block;
}

.news-date,.news-views {
  display: inline-block;
}

.news-tj {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.news-tj-h3 {
  border-style: solid;
  border-width: 4px;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-color: var(--zt-ys);
  font-size: 20px;
  line-height: 26px;
  padding-left: 8px;
  font-weight: bold;
}

.news-tj-ul {
  margin-top: 26px;
}

.news-tj-ul li {
  border-style: solid;
  border-width: 1px;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #f2f2f2;
  line-height: 26px;
}



/* 内容详情 */
.newsbg {
  background: #f7f7f7;
}

.news-nr-bg {
  background: #fff;
  padding: 35px;
  margin-bottom: 38px;
}

.news-h1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.news-info {
  padding: 18px 0;
}

.news-info span {
  color: #999;
  font-size: 14px;
  line-height: 31px;
  margin-right: 17px;
}

.news-nr h2,
.news-nr h3 {
  font-size: 16px;
  padding: 10px 0;
  border-left: 3px var(--zt-ys) solid;
  background: #f2f2f2;
  line-height: 150%;
  padding: 7px 10px 7px 16px;
  margin: 20px 0;
  font-weight: bold;
}

.news-nr p {
  font-size: 16px;
  line-height: 1.6;
  margin: 5px 0;
}

.news-nr img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 20px auto;
}

.news-tj {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.news-tj-h3 {
  border-style: solid;
  border-width: 4px;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-color: var(--zt-ys);
  font-size: 20px;
  line-height: 26px;
  padding-left: 8px;
  font-weight: bold;
}

.news-tj-ul {
  margin-top: 26px;
}

.news-tj-ul li {
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #f2f2f2;
  padding: 16px 0;
}

.pagebtn{
  padding-bottom: 38px;
}

.moreNews .prev {
  float: left;
  color: #999;
  font-size: 16px;
}

.moreNews .next {
  float: right;
  color: #999;
  font-size: 16px;
}

.moreNews .moreNews {
  width: 50%;
}

.moreNews a {
  color: #999;
  font-size: 16px;
  display: block;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--zt-ys);
}

@media only screen and (max-width:640px) {
  .news-it {
    overflow: hidden;
    padding: 13px 0;
    border-bottom: 1px dashed #eee;
    padding-left: 13px;
    margin-bottom: 6px;
  }

  .news-content {
    overflow: hidden;
    padding: 4px 0;
  }

  .news-title {
    font-size: 15px;
  }

  .news-thumb {
    width: 128px;
    height: 85px;
    margin-right: 13px;
  }

  .news-meta {
    display: none;
  }

  .news-summary {
    padding-right: 13px;
    font-size: 12px;
  }

  .news-tj-ul li {
    font-size: 16px !important;
    padding: 12px 0 !important;
  }

  .news-nr-bg {
    background: #fff;
    padding: 15px;
    margin-bottom: 38px;
  }
  .news-info span {
    margin-right: 8px;
}
.pagebtn{
  padding-bottom: 111px;
}
.pagebtn .moreBtn{width:100% !important;}
.pagebtn .next{text-align:left !important;}

}
/* 分页 */
.pagelist {
  text-align: center;
  margin: 27px 0;
}

.pagelist * {
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  line-height: 1.5;
  font-size: 14px;
  display: inline-block
}

.pagelist *:nth-last-child(1) {
  margin-right: 0
}

.pagelist b,
.pagelist a:hover {
  color: #eef6ff;
  background: var(--zt-ys);
}

.pagelist a {
  background: #f3f3f3;
  color: var(--zt-ys);
  transition: all .3s ease-in-out;
}

.tagls li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap
}

.tagls li * {
  display: block;
  line-height: 2.6
}


@media screen and (min-width: 768px) {
  .move_bg .b_g {
    user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
}

/* kf */
.tabbarview {
  display: flex;
}
.tabbarview a{
  color: #fff!important;
}

.ftconsult {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 0 2px #ccc;
}

.ftconsult a {
  text-align: center;
  width: 25%;
  display: block;
  background: var(--zt-ys);
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.overlay_center {
  width: 88vw;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  transition: transform .3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.overlay_popup {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.overlay_top {
  height: 16.6667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay_back {
  position: relative;
  width: 15vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 72vw;
  top: 16vw;
}

.overlay_backicon {
  font-size: 7vw;
  color: var(--c33);
  transform: rotate(180deg);
}

.overlay_back .icon {
  font-size: 4vw
}

.overlay_title {
  width: 100%;
  font-size: 6.8vw;
  font-weight: 600;
  color: var(--c33);
  padding: 0 13.3333vw;
  text-align: center;
  position: relative;
  top: 6vw;
}

.overlay_content {
  background: #fff;
  ;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
}

.overlay_name {
  font-size: 4vw;
  font-weight: 700;
  color: #777777;
  text-align: center;
  line-height: 8vw;
}

.overlay_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5vw 0px 8vw 0px;
}

.overlay_groupNo {
  width: 100%;
  height: 1.33333rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f9f9f9;
  border-radius: 3rem;
  font-size: .53333rem;
  color: #7f7f7f;
  line-height: .74667rem;
  font-size: 4vw;
  padding: 5vw;
}

.overlay_content_top {
  height: 36vw;
  background: #fefefe;
  position: relative;
  border-radius: 2vw 2vw 0 0;
  overflow: hidden;
  top: 6.5vw;
}

.overlay_content_top_left {
  position: absolute;
  top: 2.15rem;
  left: 2rem;
  width: 50vw;
  height: 16vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 3;
}

.overlay_content_top_right {
  position: absolute;
  top: 2.5rem;
  right: 2.8rem;
  width: 20vw;
  height: 10vw;
  /*background: url(../images/logo.png) no-repeat;*/
  background-size: 100% 100%;
}

.overlay_close {
  z-index: 10;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}

.groupNo_copy {
  margin-left: 2.6667vw;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 3.2vw;
  color: var(--cdefault);
  background: transparent;
  border: none;
  outline: none;
}

.overlay_group_code {
  width: 58vw;
  margin: 0 auto;
}

.overlay_addgroup {
  font-size: 3.7333vw;
  font-weight: 400;
  color: var(--c93);
  text-align: center;
  margin: 15px 0 15px 0;
}

.overlay_copywx {
  width: 100%;
  height: 12vw;
  background: var(--zt-ys);
  ;
  border-radius: 6vw;
  font-size: 4.2667vw;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  outline: none;
}


.ask_questions_now {
  width: 94%;
  height: 12.8vw;
  border-radius: 6.4vw;
  margin: 0 auto;
  display: block;
  position: sticky;
  top: 0;
  z-index: 100;
}

.qmsg.qmsg-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .55);
  font-size: 4vw;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  margin-top: -10vw;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.qmsg .qmsg-item {
  padding: 3vw;
  text-align: center;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  position: relative;
}

.qmsg .qmsg-item .qmsg-count {
  width: 0;
  height: 0;
  opacity: 0;
  text-align: center;
  position: absolute;
  left: -4px;
  top: -4px;
  background-color: red;
  color: #fff;
  font-size: 4vw;
  line-height: 8vw;
  border-radius: 1.5vw;
  display: inline-block;
  height: 8vw;
}

.qmsg .qmsg-item:first-child {
  margin-top: -8px;
}

.qmsg .qmsg-content {
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 2.5vw 3vw;
  background: #fff;
  border-radius: 1vw;
  box-shadow: 0 1vw 3vw rgba(0, 0, 0, .15);
  pointer-events: all;
  max-width: 80%;
  min-width: 80px;
}

.qmsg .qmsg-content [class^="qmsg-content-"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qmsg .qmsg-content .qmsg-content-with-close {
  padding-right: 20px;
}

.qmsg .qmsg-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.125vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0px;
  margin-right: 8px;
  width: 4.8vw;
  height: 4.8vw;
}

.qmsg .qmsg-icon svg {
  display: inline-block;
  font-size: 4vw;
}

.qmsg .qmsg-content-info .qmsg-icon {
  color: #1890ff;
  user-select: none;
}

.qmsg .qmsg-icon-close {
  position: absolute;
  top: 11px;
  right: 5px;
  padding: 0;
  overflow: hidden;
  font-size: 4vw;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgba(0, 0, 0, .45);
  transition: color .3s
}

.qmsg .qmsg-icon-close:hover>svg path {
  stroke: #555;
}

.qmsg .animate-turn {
  animation: MessageTurn 1s linear infinite;
  -webkit-animation: MessageTurn 1s linear infinite;
}

@keyframes MessageTurn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes MessageTurn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1
  }

  to {
    max-height: 0;
    padding: 0;
    opacity: 0
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1
  }

  to {
    max-height: 0;
    padding: 0;
    opacity: 0
  }
}

@-webkit-keyframes MessageMoveIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes MessageMoveIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@-webkit-keyframes MessageShake {

  0%,
  100% {
    transform: translateX(0px);
    opacity: 1;
  }

  25%,
  75% {
    transform: translateX(-4px);
    opacity: 0.75;
  }

  50% {
    transform: translateX(4px);
    opacity: 0.25;
  }
}

@keyframes MessageShake {

  0%,
  100% {
    transform: translateX(0px);
    opacity: 1;
  }

  25%,
  75% {
    transform: translateX(-4px);
    opacity: 0.75;
  }

  50% {
    transform: translateX(4px);
    opacity: 0.25;
  }
}


#max {
  width: 100%;
  height: 100%;
  align-items: center;
  margin-bottom: 20vw;
}

.re {
  position: relative;
}

.re ul {
  list-style-type: none;
}

.re ul>li {
  width: 100%;
  width: 100%;
  position: absolute;
  transition: 1s;
  opacity: 0;
  padding: 3.2vw;
}

.re ul>li img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.05333rem;
  float: left;
}

#max ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 75px);
  grid-template-rows: auto;
  grid-gap: 1em;
  gap: 1em;
  float: right;
  list-style: none;
  top: 0;
  left: 0;
}

#max ol li {
  width: 25px;
  height: 10px;
  font-size: 15px;
  line-height: 20px;
  float: left;
  text-align: center;
  border-radius: 2em;

}

.grouplist_cover {
  width: 13%;
  border-radius: 0.05333rem;
  position: relative;
}

.grouplist_center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.grouplist_center p:first-child {
  height: 0.53333rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: .53333rem;
  color: #333;
  margin: 2vw 0 1vw 3vw;
}

.grouplist_center p:nth-child(2) {
  height: 0.45333rem;
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: .45333rem;
  color: #999;
  margin: 3vw 0 1vw 3vw;
}

.grouplist_cover .dot {
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #ff3b30;
  border-radius: 50%;
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.grouplist_btn {
  background: #f86e21;
  border-radius: 0.6rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  padding: 1.6vw 1.8vw;
  margin-top: -8vw;
  float: right;
  text-decoration: none;
}

@media (max-width: 640px) {
  .floating_ck {
    display: none;
  }

}

@media screen and (min-width: 640px) {
  .ftconsult {
    display: none;
  }
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link{
  font-size: 17px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1e9fff;
  background-color: #fff;
  border-color: #eaf2f7 #dee2e6 #fff;
  font-weight: bold;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}

.b_t_a{
  float: right;
  font-size: 16px;
}
.cha-ul{
    display: flex;
    flex-wrap: wrap;
}
.cha-list{
    padding: 17px;
}
.links{
    margin-top: 37px;
    color: #32393e;
}
.links a{
    padding: 0 2px;
    color: #32393e;
}
.links a:hover{
    color: #454a4e;
}
@media (max-width: 768px) {
  .links {
    display: none;
  }

}