@charset "utf-8";

textarea {
  resize: none
}

button:focus {
  outline: 0;
}

button {
  outline: none
}

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

body {
  font-size: 15px;
  color: #555;
  font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, 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: 15px;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
  font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

button {
  overflow: visible;
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a:hover {
  color: #0a0d59;
  text-decoration: none !important;
}

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

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
  background-color: #0a0d59;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
  input,
  select,
  button,
  textarea {
    font-size: 20px;
  }

  input,
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  html.on {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

body {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media only screen and (max-width: 1024px) {
  body.on {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
  }
}

@media only screen and (max-width: 1024px) {
  .sj_bj {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 99999;
    display: none;
  }
}

.top {
  height: 147px;
}

.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

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

.top .logo .wnez {
  margin-left: 24px;
  font-size: 24px;
  color: #666666;
  margin-left: 40px;
  padding-left: 40px;
  font-weight: bold;
  position: relative;
}

.top .logo .wnez::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  height: 72px;
  width: 1px;
  background-color: #568ad6;
}

.top .top_you {
  display: flex;
  align-items: center;
}
.top .top_you .tp_dh{
  display: flex;
  align-items: center;
}
.top .top_you .tp_wx{margin-left: 19px;}
.top .top_you .yy_dh {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.top .top_you .yy_dh span{ display: none;}
.top .logo img {
  max-width: 392px;
}

@media only screen and (max-width:1200px) {
  .top .logo .wnez {
    font-size: 20px;
  }
}

@media only screen and (max-width:1024px) {
  .top .logo .wnez {
    display: none;
  }

  .top .top_you {
    display: none;
  }

  .top {
    height: 120px;
    background: none !important;
  }

  .top .logo img {
    max-width: 278px;
  }

  .top .top_you .yy_dh {
    font-size: 21px;
    padding-right: 66px;
  }
  .top .top_you .yy_dh span{display: inline-block;
    font-size: 20px;
    margin-left: 9px;}
}

.hello .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}

.hello .container .zuo {
  font-size: 12px;
  color: #333333;
}

.hello .container .you a {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  padding: 0 16px;
  position: relative;
}

.hello .container .you a:nth-last-child(1) {
  padding-right: 0;
}

.hello .container .you a::after {
  position: absolute;
  content: '';
  right: -1px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #bcbcbc;
}

.hello .container .you a:nth-last-child(1)::after {
  display: none;
}

@media only screen and (max-width:992px) {
  .hello {
    display: none;
  }
}

.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #568ad6;
}

.header .an {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  right: 25px;
  height: 33px;
  width: 50px;
  display: none;
}

.header .an span {
  width: 50px;
  height: 3px;
  background: #314979;
  display: block;
  position: absolute;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

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

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

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

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

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

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

.header .nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav ul li {
  position: relative;
  height: 100%;
  flex: 1;
}

.header .nav .y_j {
  position: relative;
}

.header .nav .y_j i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #bcbdc0;
  line-height: 64px;
  z-index: 99;
  display: none;
}

.header .nav .y_j a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 52px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.header .nav .y_j a::after {
  width: 0%;
  height: 100%;
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #4abca5;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  z-index: -1;
}

.header .nav li.on .y_j a::after,
.header .nav li:hover .y_j a::after {
  width: 100%;
}

.header .nav .e_j {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgb(219, 216, 216);
  position: absolute;
  left: 0%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .nav .e_j::after {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  /* top就是倒三角，bottom就是上三角，left,right类似 */
  border-top: 12px solid #08899c;
}

.header .nav ul li:hover .e_j {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.header .nav .e_j a {
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  display: block;
}

.header .nav .e_j .s_j {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

.header .nav .e_j .s_j .sj_a {
  position: absolute;
  left: 150%;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgb(219, 216, 216);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: none;;
}

.header .nav ul li .e_j .s_j:hover .sj_a {
  left: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .header .nav .e_j::after {
    display: none;
  }

  .header .nav li.on .y_j a::after,
  .header .nav li:hover .y_j a::after {
    display: none;
  }

  .header_h {
    display: none;
  }

  .header.on .nav li.on .y_j a,
  .header.headernei .nav li.on .y_j a {
    color: #fff;
    font-weight: initial;
  }

  .header.s_y {
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header .logo {
    margin: 0;
    padding: 25px 0;
    float: none;
  }

  .header .logo img.d_w {
    opacity: 1;
    top: 25px;
  }

  .header .logo img.t_m {
    opacity: 0;
  }

  .header.on .logo img.t_m {
    opacity: 0;
  }

  .header.on .logo img.d_w {
    opacity: 1;
  }

  .header .an {
    display: block;
  }

  .header .tel {
    height: 90px;
    font-size: 22px;
    line-height: 90px;
    text-align: left;
    color: #fff;
    float: none;
  }

  .header .tel i {
    color: #fff;
  }

  .header .nav {
    width: 60%;
    height: 100vh;
    padding: 10px 5% 0;
    margin: 0;
    background-color: #141414;
    position: fixed;
    top: 0;
    right: -60%;
    z-index: 9999;
    overflow: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
  }

  .header .nav ul {
    width: 100%;
    float: none;
    display: block;
  }

  .header .nav ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: none;
    padding: 10px 0;
    margin: 0;
    height: auto;
  }

  .header .nav .y_j {
    height: auto;
    justify-content: flex-start;
  }

  .header .nav .y_j i {
    display: block;
    width: 50%;
    text-align: right;
    font-size: 24px;
  }

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

  .header .nav .y_j a,
  .header.headernei .nav .y_j a {
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-align: left;
  }

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

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

  .header .nav .e_j {
    width: 100%;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    padding: 10px 0;
    margin-left: 0;
    opacity: 0;
    visibility: inherit;
    display: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  .header .nav ul li:hover .e_j {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .header .nav .e_j a {
    font-size: 20px;
    line-height: 56px;
    text-align: left;
    color: #fff;
    margin: 0 30px 0 0;
    border-bottom: none;
  }

  .sousuo .sou_suo_kuang {
    width: 275px;
    height: 43px;
  }

  .sousuo .sou_suo_kuang button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .yuyan {
    margin-right: 100px;
  }

  .header .nav ul li:hover::after,
  .header .nav ul li.on::after {
    display: none;
  }

  .header {
    position: relative;
    background-color: #000;
  }

  .sousuo .ondq {
    opacity: 1;
  }

  .sousuo .zdq {
    opacity: 0;
  }

  .sousuo {
    color: #1e1e1e;
  }

  .header.headernei .yuyan .xia_nr,
  .header .yuyan .xia_nr {
    background: rgba(12, 60, 96, 0.5);
  }

  .header.headernei .yuyan .xia_nr a,
  .header .yuyan .xia_nr a {
    color: #fff;
  }

  .header.headernei .yuyan .xia_nr::after,
  .header .yuyan .xia_nr::after {
    border-bottom: 12px solid rgba(12, 60, 96, 0.5);
  }

  .header_ls .header_sea i {
    font-size: 26px;
  }

  .search button i {
    font-size: 26px;
  }

  .header .nav .e_j .s_j {
    border-bottom: none;
  }

  .header .nav .e_j .s_j .sj_a {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .header .nav {
    display: block;
  }

  .sousuo .sou_suo_kuang {
    width: 262px;
    height: 44px;
  }
}

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

.head_h.g_b {
  display: none;
}

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

  .head_h.g_b {
    display: block;
  }
}

.pc_ban {
  overflow: hidden;
  height: 434px;
}

.pc_ban img {
  width: 100%;
}

.pc_ban .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.pc_ban .dang {
  flex: 0 0 59%;
  max-width: 59%;
}

.pc_ban .dang2 {
  flex: 0 0 34.75%;
  max-width: 34.75%;
}

.pc_ban .dang3 {
  flex: 0 0 39%;
  max-width: 39%;
  padding-left: 25px;
}

.pc_ban .dang3 h5 {
  font-size: 36px;
  color: #568ad6;
  font-weight: bold;
  text-transform: uppercase;
}

.pc_ban .dang3 h6 {
  font-size: 20px;
  color: #568ad6;
  margin-top: 20px;
  text-transform: uppercase;
}

.pc_ban .dang3 .bq {
  display: flex;
  margin-top: 25px;
  align-items: center;
}

.pc_ban .dang3 .bq span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  padding: 3px 9px;
  border-radius: 3px;
  background-color: #75a0dd;
}

.pc_ban .lb_nr{ position: absolute; bottom: 15%; width: 100%; overflow: hidden; display: flex;justify-content: space-between;}
.pc_ban .lb_nr .lb_lf{ width: 40%; text-align: center; color: #fff; font-size: 40px; font-weight: bold;}
.pc_ban .lb_nr .lb_rh{ width: 60%; text-align: center; background: rgba(255,255,255,.3);-webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px; padding:15px 150px;justify-content: space-around; display: flex;}
.pc_ban .lb_nr .lb_rh span{ color: #fff; font-size: 32px;}

.pc_ban .lb_tp{position: absolute;top: 12%; width: 27%; display: flex;justify-content: space-between;flex-wrap: wrap;}
.pc_ban .lb_tp span{ display: flex; color: #fff; background-color: #477cca;-webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; text-align: center; padding: 10px 17px; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.pc_ban .lb_db{ width: 100%; overflow: hidden; position: absolute; bottom: 10%; display: flex;justify-content: space-between;align-self:flex-end;}
.pc_ban .lb_db img{ max-width: 100%; width: auto;}
.pc_ban .dangz{flex: 0 0 36%;
  max-width: 36%;}
.pc_ban .dangg{flex: 0 0 64%;
  max-width: 64%;}
.pc_ban .swiper-pagination .swiper-pagination-bullet{background: #333333;opacity: .5;}
.pc_ban .swiper-pagination .swiper-pagination-bullet-active{background: #477cca;opacity: 1;}
@media only screen and (max-width:1480px) {
  .pc_ban .lb_nr .lb_rh{  padding:15px 100px;}
  .pc_ban .lb_nr .lb_rh span{ font-size: 30px;}
}
@media only screen and (max-width:1200px) {
  .pc_ban .dang3 h5 {
    font-size: 26px;
  }

  .pc_ban .dang3 h6 {
    font-size: 16px;
  }

  .pc_ban .dang3 .bq span {
    font-size: 14px;
  }
}
@media only screen and (max-width:1024px) {
  .pc_ban .dang3 {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pc_ban .container {
    flex-wrap: wrap;
  }

  .pc_ban .dang2 {
    flex: 0 0 43%;
    max-width: 43%;
  }

  .pc_ban .dang {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .pc_ban .dang3 h6 {
    font-size: 21px;
  }

  .pc_ban .dang3 .bq span {
    font-size: 19px;
  }
  .pc_ban .gs img{ display: block;}

  .pc_ban .lb_nr{ position: relative; bottom: auto; width: 100%;flex-wrap:wrap;flex-wrap: wrap;
    align-content: center;
    align-self: center;
    align-items: center;
    height: 100%;}
  .pc_ban .lb_nr .lb_lf{ width: 100%; font-size: 36px; font-weight: bold; margin-bottom: 70px; margin-top: 110px; text-align: left;text-indent: 32px;}
  .pc_ban .lb_nr .lb_rh{ width: 100%;  background: none; padding:15px 30px; justify-content: space-between;}
  .pc_ban .lb_nr .lb_rh span{ color: #fff; font-size: 28px;}

  .pc_ban .lb_tp{position: relative;top: 5%; width: 100%;}
  .pc_ban .lb_tp span{  padding: 10px 15px; font-size: 16px;}
  .pc_ban .lb_db{  position: relative; bottom: 10%; display: flex;justify-content: space-between;align-self:flex-end;}
  .pc_ban .lb_db img{ max-width: 100%; width: auto;}
  .pc_ban .dangz{flex: 0 0 35%;
    max-width: 35%;}
  .pc_ban .dangg{flex: 0 0 65%;
    max-width: 65%;}
}
@media only screen and (max-width:640px) {
  .pc_ban {
    height: 499px;
  }
  .pc_ban .dang {
    flex: 0 0 99%;
    max-width: 99%;
    text-align: center;
  }
  .pc_ban .dang3{
    margin-top: 29px;
  }
}

.sy_mk1 {
  padding: 50px 0;
}

.sy_mk1 .zuo {
  width: 350px;
}

.sy_mk1 .zuo .dd {
  font-size: 60px;
  color: #37bef0;
  font-family: 'pang';
  line-height: 60px;
  padding-right: 117px;
  position: relative;
}

.sy_mk1 .zuo .dd::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #ccdcf3;
}

.sy_mk1 .zuo .dd span {
  color: #4fbb90;
}

.sy_mk1 .zuo .dd:nth-child(2) {
  color: #4fbb90;
  padding-left: 117px;
  padding-right: 0;
}

.sy_mk1 .zuo .dd:nth-child(2)::after {
  right: auto;
  left: 0;
}

.sy_mk1 .you {
   width: 100%;
  overflow: hidden;
}

.sy_mk1 .you .dang {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.sy_mk1 .you .dang h5 {
  font-size: 24px;
  color: #568ad6;
}

.sy_mk1 .you .dang h5 i {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}

.sy_mk1 .you .dang h6 {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}

.sy_mk1 .you .dang:nth-child(2) {
  padding: 0 75px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
}

.sy_mk1 .you .dang::after {
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dian_03.jpg) repeat-y top left;
  position: absolute;
  content: '';
}


@media only screen and (max-width:1200px) {
  .sy_mk1 .you .dang h5 i {
    font-size: 40px;
  }

  .sy_mk1 .you .dang:nth-child(2) {
    padding: 0 57px;
  }

  .sy_mk1 .you {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .sy_mk1 .zuo .dd {
    font-size: 42px;
  }

  .sy_mk1 .zuo {
    width: 284px;
  }
}

@media only screen and (max-width:1024px) {
  .sy_mk1 .you .dang h5 i {
    font-size: 40px;
  }

  .sy_mk1 .you .dang:nth-child(2) {
    padding: 0 57px;
  }

  .sy_mk1 .you {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .sy_mk1 .zuo .dd {
    font-size: 42px;
  }

  .sy_mk1 .zuo {
    width: 284px;
  }

  .sy_mk1 .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width:640px) {
  .sy_mk1 .you .dang {
    margin-bottom: 29px;
  }
  .sy_mk1 .you .dang::after{
    display: none;
  }
  .sy_mk1 {
    padding: 39px 0;
  }
}


/* 产品流程解晰 */

.sy_mk2 {
  padding: 60px 0;
}

.sy_mk2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sy_mk2 .zuo {
  flex: 0 0 66.667%;
  max-width: 66.667%;
  position: relative;
}

.sy_mk2 .zuo .anniu1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.sy_mk2 .zuo video {
  width: 100%;
}

.sy_mk2 .you {
  flex: 0 0 29.417%;
  max-width: 29.417%;
  padding-right: 15px;
}

.sy_mk2 .you h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

.sy_mk2 .you h5:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #ffffff;
}

.sy_mk2 .you h6 {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
  margin-top: 14px;
  line-height: 36px;
}

@media only screen and (max-width:1200px) {
  .sy_mk2 .you {
    padding-right: 0;
  }
}

@media only screen and (max-width:1024px) {
  .sy_mk2 .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sy_mk2 .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .sy_mk2 .you h6 {
    font-size: 19px;
    line-height: 35px;
  }
}


/* 点击视频播放的图层 */

.sp_tuc {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sp_tuc .po_wian {
  position: relative;
  width: 50%;
  top: 50%;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: 0 0 20px #999;
  border-radius: 10px;
}

.sp_tuc .tuc_t_sp {
  width: 100%;
}

.sp_tuc .tuc_t_sp .yc {
  font-size: 16px;
  color: #0097fe;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}

.sp_tuc video {
  width: 100%;
}

.sp_tuc i {
  font-size: 16px;
  position: absolute;
  top: -13px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #0055A2;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sp_tuc i:hover {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}

@media only screen and (max-width:1400px) {
  .sp_tuc .po_wian {
    width: 76%;
  }
}

@media only screen and (max-width:1024px) {
  .sp_tuc .po_wian {
    width: 90%;
  }

  .sp_tuc .tuc_t_sp .yc {
    font-size: 20px;
  }
}

.content {
  padding: 132px 0 49px;
}

.ggbt {
  text-align: center;
  font-size: 29px;
  color: #333333;
  font-weight: bold;
}

.sy_mk3 .zuoyou {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}

.sy_mk3 .zuoyou .zuo {
  flex: 0 0 34.16%;
  max-width: 34.16%;
}

.sy_mk3 .zuo .bt {
  display: flex;
  align-items: center;
  padding: 4px;
  background-color: #f2f2f2;
  font-size: 24px;
  color: #333333;
  margin: 5px 0;
  position: relative;
  z-index: 2;
}

.sy_mk3 .zuo .bt .jt {
  position: absolute;
  right: 18px;
  top: 38px;
  animation: sx 1s linear infinite;
  opacity: 0;
}

@keyframes sx {
  50% {
    right: 28px;
  }

  100% {
    right: 18px;
  }
}

.sy_mk3 .zuo .bt.on .jt {
  opacity: 1;
}

.sy_mk3 .zuo .bt.on {
  color: #fff;
}

.sy_mk3 .zuo .bt::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  left: 0;
  width: 0%;
  background-color: #568ad6;
  z-index: -1;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_mk3 .zuo .bt.on::after {
  width: 110%;
}

.sy_mk3 .zuo .bt i {
  display: block;
  width: 120px;
  height: 92px;
  background-color: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sy_mk3 .zuo .bt.on i {
  background-color: #e7e7e7;
}

.sy_mk3 .zuo .bt img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_mk3 .zuo .bt.on img {
  opacity: 1;
}

.sy_mk3 .zuoyou .you {
  flex: 0 0 64.75%;
  max-width: 64.75%;
}

.sy_mk3 .zuoyou .nr {
  display: none;
}

.sy_mk3 .zuoyou .nr .cp_nr {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  height: 469px;
  border: 7px solid #568ad6;
  border-radius: 20px;
}

.sy_mk3 .zuoyou .nr .cp_nr img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width:1200px) {
  .sy_mk3 .zuo .bt {
    font-size: 19px;
  }

  .sy_mk3 .zuo .bt.on .jt {
    display: none;
  }
}

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

  .sy_mk3 .zuoyou .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sy_mk3 .zuo .bt.on::after {
    width: 100%;
  }

  .sy_mk3 .zuoyou .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .sy_mk3 .zuo .bt {
    font-size: 22px;
  }
}


/* 客户案例 */

.sy_mk4 {
  padding-top: 78px;
  position: relative;
}

.sy_mk4 .kh_ban {
  padding: 39px 0;
  overflow: hidden;
}

.sy_mk4 .kh_ban .al_nr {
  display: block;
}

.sy_mk4 .kh_ban .al_nr .shang {
  overflow: hidden;
}
.sy_mk4 .swiper-slide{overflow:hidden;text-align: center;}
.sy_mk4 .kh_ban .al_nr .shang img {
  width:100%; 
  height:100%; 
  display:block;
  object-fit:cover;
  object-position:center top;
  -webkit-user-select:none;
  user-select:none;
  transition: all 1.3s;
  -o-transition: all 1.3s;
  -ms-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
}

.sy_mk4 .kh_ban .al_nr:hover .shang img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.sy_mk4 .kh_ban .al_nr .xia {
  font-size: 18px;
  color: #333333;
  margin-top: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.sy_mk4 .kh_ban .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}

.sy_mk4 .kh_ban .swiper-pagination-bullet-active {
  background-color: #568ad6
}

.sy_mk4 .kh_ban .swiper-pagination {
  bottom: 0;
}

.swiper-button-next {
  right: -60px;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 55%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #bcbcbc;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width:992px) {
  .sy_mk4 {
    padding-top: 43px;
  }

  .sy_mk4 .kh_ban .al_nr .xia {
    font-size: 20px;
  }
  .sy_mk4 .swiper-slide {
    height: auto;
  }
}


/* 荣誉证书 */

.sy_mk5 {
  background-color: #fafafa;
  padding: 45px 0 20px;
}

.sy_mk5 .container {
  position: relative;
}

.sy_mk5 .ryzs_ban {
  padding: 38px 0 50px;
  overflow: hidden;
}

.sy_mk5 .ryzs_ban .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}

.sy_mk5 .ryzs_ban .swiper-pagination-bullet-active {
  background-color: #568ad6
}

.sy_mk5 .ryzs_ban .swiper-pagination {
  bottom: 0;
}

.sy_mk5 .al_nr {
  background-color: #fff;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sy_mk5 .al_nr img {
  max-width: 100%;
  max-height: 100%;
}

.sy_mk5 .xin_zuuoyou {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sy_mk5 .xin_zuuoyou .dang {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}

.sy_mk5 .xin_zuuoyou .dang h5 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width:1360px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media only screen and (max-width:1200px) {
  .sy_mk5 .xin_zuuoyou .dang {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
  }

}

@media only screen and (max-width:1024px) {
  .gy_mk4 .neirong {
    font-size: 19px;
    line-height: 35px;
  }

  .sy_mk5 .xin_zuuoyou .dang {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;

  }

  .sy_mk5 .xin_zuuoyou .dang h5 {

    font-size: 20px;

  }

  .sy_mk5 .xin_zuuoyou {
    margin: 0;
  }
}


/* 新闻资讯 */

.sy_mk6 {
  padding: 47px 0;
}

.sy_mk6 .zuoyou {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sy_mk6 .zuoyou .dange {
  margin-top: 40px;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.sy_mk6 .zuoyou .dange .neirong {
  display: block;
}

.sy_mk6 .zuoyou .dange .neirong .shang {
  overflow: hidden;
}

.sy_mk6 .zuoyou .dange .neirong .shang img {
  width: 100%;
  transition: all 1.3s;
  -o-transition: all 1.3s;
  -ms-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
}

.sy_mk6 .zuoyou .dange .neirong:hover .shang img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.sy_mk6 .zuoyou .dange .neirong h5 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  margin-top: 15px;
}

.sy_mk6 .zuoyou .dange .neirong h6 {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-top: 10px;
  line-height: 25px;
}
.sy_mk6 .more{ width: 100%; overflow: hidden; margin-top: 25px;}
.sy_mk6 .more a{ display: flex;justify-content: center;align-items:center ; width: 120px;height: 40px; line-height: 40px; border: solid 1px #568ad6;-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; color: #568ad6; margin: 0 auto;}
.sy_mk6 .more a:hover{background: #568ad6;color: #ffffff;}

.sy_mk3 .more{ width: 100%; overflow: hidden; margin-top: 25px;}
.sy_mk3 .more a{ display: flex;justify-content: center;align-items:center ; width: 120px;height: 40px; line-height: 40px; border: solid 1px #568ad6;-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; color: #568ad6; margin: 0 auto;}
.sy_mk3 .more a:hover{background: #568ad6;color: #ffffff;}
@media only screen and (max-width:1024px) {
  .sy_mk6 .zuoyou .dange {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .sy_mk6 .zuoyou {
    margin: 0;
  }

  .sy_mk6 .zuoyou .dange .neirong h5 {
    font-size: 22px;
  }

  .sy_mk6 .zuoyou .dange .neirong h6 {
    font-size: 19px;
    line-height: 35px;
  }
  .sy_mk6 .more{ margin-top: 20px;}
  .sy_mk6 .more a{ width: 100px;height: 30px; line-height: 30px;}
  .sy_mk3 .more{ margin-top: 20px;}
  .sy_mk3 .more a{ width: 100px;height: 30px; line-height: 30px;}
}

/* 合作客户 */
.sy_mk7 {
  background-color: #fafafa;
  padding: 45px 0 20px;
}

.sy_mk7 .container {
  position: relative;
}

.sy_mk7 .hezuo_ban {
  padding: 38px 0 50px;
  overflow: hidden;
}

.sy_mk7 .hezuo_ban .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}

.sy_mk7 .hezuo_ban .swiper-pagination-bullet-active {
  background-color: #568ad6
}

.sy_mk7 .hezuo_ban .swiper-pagination {
  bottom: 0;
}

.sy_mk7 .al_nr {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sy_mk7 .al_nr img {
  max-width: 100%;
  max-height: 100%;
}

.sy_mk7 .xin_zuuoyou {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sy_mk7 .xin_zuuoyou .dang {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}

.sy_mk7 .xin_zuuoyou .dang h5 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:1200px) {
  .sy_mk7 .xin_zuuoyou .dang {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
  }

}

@media only screen and (max-width:1024px) {
  .sy_mk7 .xin_zuuoyou .dang {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .sy_mk7 .xin_zuuoyou .dang h5 {
    font-size: 20px;
  }
  .sy_mk7 .xin_zuuoyou {
    margin: 0;
  }
}


footer {
  background-color: #568ad6;
  padding: 35px 0 20px;
}

footer .zuoyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

footer .zuoyou .zuo {
  flex: 0 0 31%;
  max-width: 31%;
}

footer .zuoyou .zuo .dh {
  display: flex;
  align-items: center;
}

footer .zuoyou .zuo .dh .yy_dh {
  margin-left: 9px;
}

footer .zuoyou .zuo .dh .yy_dh h5 {
  font-size: 14px;
  color: #f7f7f7;
}

footer .zuoyou .zuo .dh .yy_dh h6 {
  font-size: 24px;
  color: #f7f7f7;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}

footer .zuoyou .zuo .ms {
  font-size: 14px;
  color: #f7f7f7;
  line-height: 30px;
  margin-top: 25px;
}

footer .zuoyou .zhong {
  flex: 0 0 42.16%;
  max-width: 42.16%;
  display: flex;
  justify-content: space-between;
}

footer .zuoyou .zhong a {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
}
footer .zuoyou .zhong .zu{width: 83%;overflow: hidden;}
footer .zuoyou .zhong .zu ul{
  display: flex;
  justify-content: space-between;;
  flex-wrap: wrap;
  width: 100%;
}
footer .zuoyou .zhong .zu ul li{width: 49%;}

footer .zuoyou .you img {
  max-width: 100px;
  border-radius: 2px;
}

footer .zuoyou .you h5 {
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff;
}

footer .banquan {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .banquan a {
  color: #fff;
}

@media only screen and (max-width:1024px) {
  footer .zuoyou .zhong {
    display: none;
  }

  footer .zuoyou .zuo .dh .yy_dh h5 {
    font-size: 18px;
  }

  footer .zuoyou .zuo .ms {
    font-size: 19px;
    line-height: 36px;
  }

  footer .zuoyou .zuo {
    flex: 0 0 61%;
    max-width: 61%;
  }

  footer .zuoyou .you img {
    width: 195px;
  }

  footer .zuoyou .you h5 {
    text-align: center;
    font-size: 21px;
  }

  footer .banquan {
    font-size: 17px;
  }
}


/* 关于我们 */

.nei_ban {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #568ad6;
  font-weight: bold;
}

.nei_ban h5 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;;
}

.nei_ban h6 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

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

.nei_ban .nei_cpxq h5 {
  font-size: 36px;
  color: #ffffff;
}

.nei_ban .nei_cpxq h6 {
  font-size: 36px;
  color: #ffffff;
}

.nei_ban .nei_cpxq .cping {
  flex: 0 0 36%;
  max-width: 36%;
}

.nei_ban .nei_cpxq .cping1 {
  flex: 0 0 34.75%;
  max-width: 34.75%;
}

.nei_ban .nei_cpxq img {
  width: 100%;
}

@media only screen and (max-width:1024px) {
  .nei_ban .nei_cpxq h5 {
    font-size: 23px;
  }

  .nei_ban .nei_cpxq h6 {
    font-size: 27px;
  }

  .nei_ban {
    padding: 50px 30px;
    height: auto;
    font-size: 28px;
  }

  .nei_ban h5 {
    font-size: 27px;
  }

  .nei_ban .nei_cpxq {
    flex-wrap: wrap;
  }

  .nei_ban .nei_cpxq .zuo {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }

  .nei_ban .nei_cpxq .cping {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .nei_ban .nei_cpxq .cping1 {
    flex: 0 0 49%;
    max-width: 49%;
  }
}


/* 企业文化 */

.gy_mk1 {
  background-color: #fafafa;
  padding: 50px 0;
}

.gy_mk1 .zuoyou {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.gy_mk1 .zuoyou .dange {
  margin-top: 30px;
  padding: 0 15px;
  flex: 0 0 20%;
  max-width: 20%;
}

.gy_mk1 .zuoyou .dange .nr {
  display: block;
  background-color: #ffffff;
  min-height: 239px;
  padding: 57px 20px 20px;
  text-align: center;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.gy_mk1 .zuoyou .dange .nr:hover {
  box-shadow: 0 0 10px #cacaca;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px)
}

.gy_mk1 .zuoyou .dange .nr img {
  transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  min-height: 60px;
}

.gy_mk1 .zuoyou .dange .nr:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.gy_mk1 .zuoyou .dange .nr h5 {
  font-size: 20px;
  color: #568ad6;
  margin-top: 20px;
}

.gy_mk1 .zuoyou .dange .nr h6 {
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
  line-height: 24px;
}

@media only screen and (max-width:1024px) {
  .gy_mk1 .zuoyou .dange {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gy_mk1 .zuoyou {
    justify-content: center;
  }

  .gy_mk1 .zuoyou .dange .nr h5 {
    font-size: 23px;
  }

  .gy_mk1 .zuoyou .dange .nr h6 {
    font-size: 19px;
    line-height: 35px;
  }

  .gy_mk1 .zuoyou .dange:nth-last-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gy_mk2 {
  padding: 55px 0 60px;
}

.gy_mk2 .container {
  display: flex;
  flex-wrap: wrap;
}

.gy_mk2 .dange {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.gy_mk2 .dange:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px)
}

.gy_mk2 .dange h5 {
  font-size: 36px;
  color: #568ad6;
  line-height: 1;
  font-weight: bold;
}

.gy_mk2 .dange h6 {
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}

@media only screen and (max-width:992px) {
  .gy_mk2 .dange {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px 0;
  }

  .gy_mk2 .dange h6 {
    font-size: 20px;
  }

  .gy_mk2 {
    padding: 30px 0;
  }
}

.gy_mk4 {
  padding: 48px 0;
}

.gy_mk4 .neirong {
  margin-top: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 38px;
}


/* 客户案例 */

.anli_list {
  padding: 1px 0 50px;
}

.anli_list .zuoyou {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.anli_list .zuoyou .dange {
  margin-top: 30px;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.anli_list .zuoyou .dange .neirong {
  display: block;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.anli_list .zuoyou .dange .neirong:hover {
  box-shadow: 0 0 10px #cacaca;
}

.anli_list .zuoyou .dange .shang {
  overflow: hidden;
}

.anli_list .zuoyou .dange .shang img {
  width: 100%;
  transition: all 1.3s;
  -o-transition: all 1.3s;
  -ms-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
}

.anli_list .zuoyou .dange:hover .shang img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.anli_list .zuoyou .dange .xia {
  padding: 15px 15px 28px;
}

.anli_list .zuoyou .dange .xia h5 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
  .anli_list .zuoyou .dange {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/* 产品详情 */

.cp_xiangq {
  background-color: #fafafa;
  padding: 60px 0 40px;
}

.cp_xiangq .sh_dxtu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}

.cp_xiangq .sh_dxtu .dxt_zuo {
  flex: 0 0 46.67%;
  max-width: 46.67%;
  position: relative;
}

.padd_zy {
  padding: 0 44px;
  position: relative;
  margin-top: 10px;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_da .neirong {
  width: 100%;
  height: 400px;
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao {
  margin-top: 46px;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao .neirong {
  width: 100%;
  height: 77px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_da,
.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao {
  overflow: hidden;
  position: relative;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_da .neirong img,
.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao .neirong img {
  max-width: 100%;
  max-height: 100%;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao {
  margin-top: 5px;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao .neirong {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao .swiper-slide-thumb-active .neirong {
  border: 2px solid #0b6ef5;
}

.dxt_zuo .swiper-button-next,
.dxt_zuo .swiper-button-prev {
  height: 77px;
  width: 24px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  bottom: 0;
  top: auto;
  transform: translate(0);
  margin-top: 0;
}

.dxt_zuo .swiper-button-next:after,
.dxt_zuo .swiper-button-prev:after {
  display: none;
}

.dxt_zuo .swiper-button-next {
  right: 0;
}

.dxt_zuo .swiper-button-prev {
  left: 0;
}

.dxt_zuo .swiper-button-next i {
  color: #333333;
  font-size: 25px;
}

.dxt_zuo .swiper-button-prev i {
  color: #333333;
  font-size: 25px;
}

@media only screen and (max-width:1024px) {

  .dxt_zuo .swiper-button-next,
  .dxt_zuo .swiper-button-prev {
    display: none;
  }

  .padd_zy {
    padding: 0;
  }

  .product {
    padding: 50px 0;
  }

  .cp_zuoyou .fenl_zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cp_zuoyou .fenl_zuo .da_bt {
    font-size: 24px;
  }

  .cp_zuoyou .da_dh {
    font-size: 22px;
    line-height: 67px;
  }

  .cp_zuoyou .da_dh i {
    font-size: 32px;
  }

  .cp_zuoyou .fenl_zuo .xia_ej .xiao_dh {
    font-size: 19px;
  }

  .fenl_zuo .lianx .xi_ls h6 {
    font-size: 20px;
    line-height: 35px;
  }

  .cp_zuoyou {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .product .cop_libio .dange {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }

  .product .cop_libio .xia h5 {
    font-size: 21px;
    margin-top: 20px;
  }

  .product .cop_libio .xia a {
    width: 180px;
    height: 50px;
    font-size: 19px;
    margin-top: 22px;
  }
}

.cp_xiangq .sh_dxtu .dxt_you {
  flex: 0 0 47.75%;
  max-width: 47.75%;
}

.cp_xiangq .sh_dxtu .dxt_you h5 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.cp_xiangq .sh_dxtu .dxt_you h6 {
  font-size: 18px;
  color: #666666;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.cp_xiangq .sh_dxtu .dxt_you .dianhua {
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
  line-height: 30px;
  display: flex;
}

.cp_xiangq .sh_dxtu .dxt_you .dianhua .bt {
  width: 82px;
}

.cp_xiangq .sh_dxtu .dxt_you .dianhua .nr {
  flex: 1;
}

.cp_xiangq .sh_dxtu .dxt_you .lianj {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 156px;
  width: 90%;
  height: 60px;
  background-color: #568ad6;
}

@media only screen and (max-width:1024px) {
  .cp_xiangq .sh_dxtu .dxt_you .dianhua .bt {
    width: 103px;
  }

  .cp_xiangq .sh_dxtu .dxt_zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cp_xiangq .sh_dxtu .dxt_you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .cp_xiangq .sh_dxtu .dxt_you h6 {
    font-size: 19px;
    line-height: 34px;
  }

  .cp_xiangq .sh_dxtu .dxt_zuo .cpxq_xiao .neirong {
    height: 150px;
  }

  .cp_xiangq .sh_dxtu .dxt_zuo .cpxq_da .neirong {
    height: 406px;
  }

  .cp_xiangq .sh_dxtu .dxt_you h6 span {
    font-size: 19px;
  }

  .cp_xiangq .sh_dxtu .dxt_you .dianhua {
    font-size: 19px;
    line-height: 35px;
  }

  .cp_xiangq .sh_dxtu .dxt_you .lianj {
    width: 100%;
    margin-top: 91px;
  }
}


/* 详细介绍 */

.xia_js {
  margin-top: 49px;
}

.xia_js .biaot {
  background-color: #568ad6;
  display: flex;
  align-items: flex-end;
  padding: 17px 30px;
}

.xia_js .biaot h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.xia_js .biaot h6 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 9px;
}

.xia_js .neirong {
  padding: 29px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.xia_js .neirong img{max-width: 100%; height: auto;}

@media only screen and (max-width:1024px) {
  .xia_js .biaot h5 {
    font-size: 24px;
  }

  .xia_js .biaot h6 {
    font-size: 18px;
  }

  .xia_js .neirong {
    font-size: 15px;
    line-height: 24px;
  }

  .xia_js {
    margin-top: 29px;
  }
}


/* 内页二级三级 */

.nei_erji {
  border-bottom: 1px solid #eeeeee;
}

.nei_erji ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nei_erji ul li {
  min-width: 150px;
  position: relative;
  padding: 0 20px;
  z-index: 3;
}

.nei_erji ul li.on {
  background-color: #568ad6;
}

.nei_erji ul li .erji {
  width: 129%;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(219, 216, 216);
  position: absolute;
  left: -11%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: none;
}

.nei_erji ul li:hover .erji {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  display: block;
}

.nei_erji ul li .ejbt {
  font-size: 14px;
  color: #666666;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nei_erji ul li.on .ejbt {
  color: #fff;
}

.nei_erji ul li .erji a {
  border-bottom: 1px solid #f7f7f7;
  font-size: 14px;
  color: #333333;
  height: 48px;
  padding: 15px 20px;
  display: block;
}

.nei_erji ul li .erj_dbt {
  /* position: relative; */
}

.nei_erji ul li .erj_dbt .hover:hover {
  background-color: #f7f7f7;
}

.nei_erji ul li .erj_dbt .sanji {
  position: absolute;
  left: 150%;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(219, 216, 216);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nei_erji ul li .erj_dbt:hover{
  position: relative !important;
}
.nei_erji ul li .erj_dbt:hover .sanji {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width:1640px) {
  .nei_erji ul li:nth-last-child(1) .erj_dbt .sanji {
    left: -150%;
  }

  .nei_erji ul li:nth-last-child(1) .erj_dbt:hover .sanji {
    left: -100%;
  }
}

@media only screen and (max-width:1265px) {
  .nei_erji ul li:nth-last-child(2) .erj_dbt .sanji {
    left: -150%;
  }

  .nei_erji ul li:nth-last-child(2) .erj_dbt:hover .sanji {
    left: -100%;
  }
}

@media only screen and (max-width:1085px) {
  .nei_erji ul li:nth-last-child(3) .erj_dbt .sanji {
    left: -150%;
  }

  .nei_erji ul li:nth-last-child(3) .erj_dbt:hover .sanji {
    left: -100%;
  }
}

.nei_sanji_sj {
  display: none;
}

@media only screen and (max-width:1024px) {
  .nei_siann {
    display: none;
  }

  .nei_sanji_sj {
    display: block;
  }

}

.fenye {
  margin: 60px 0 19px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fenye a,
.fenye span {
  font-size: 16px;
  margin: 0 5px;
  color: #494949;
  padding: 2px 11px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
}

.fenye a.current-page {
  color: #fff;
  background: #568ad6;
}

/* viewpoint */

.viewpoint {
  padding: 80px 0 50px;
}

.viewpoint_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  /* background-color: #f7f7f7; */
  padding: 20px 0;
  position: relative;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  overflow: hidden;
}

.viewpoint_row::after {
  width: 100%;
  height: 9px;
  left: 0;
  top: -9px;
  background: linear-gradient(to right, #4388ef, #42d0fb) no-repeat;
  background: -webkit-linear-gradient(left, #4388ef, #42d0fb) no-repeat;
  position: absolute;
  content: '';
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.viewpoint_row:hover::after {
  top: 0;
}

.viewpoint_row .viewpoint_l {
  flex: 0 0 20%;
  max-width: 20%;
  overflow: hidden;
}

.viewpoint_row .viewpoint_l img {
  width: 100%;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.viewpoint_row:hover .viewpoint_l img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: .9;
}

.viewpoint_row .viewpoint_text {
  flex: 1;
  padding: 20px 50px 20px 50px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .h2 {
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .viewpoint_des {
  font-size: 17px;
  line-height: 26px;
  color: #969696;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_time {
  flex: 0 0 12.85%;
  max-width: 12.85%;
  font-size: 16px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.viewpoint_row .viewpoint_time h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  background: linear-gradient(to top, #04a4f1, #0572e9) no-repeat;
  background: -webkit-linear-gradient(bottom, #04a4f1, #0572e9) no-repeat;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewpoint_row .viewpoint_time p {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}

.zuoyou_de {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  color: #969696;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.zuoyou_de .zuo_zz i {
  margin-right: 10px;
}

.zuoyou_de .xw_ck {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  border: 1px solid #dadada;
  border-radius: 20px;
  color: #969696;
  background-color: #fafafa;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.viewpoint_row:hover {
  box-shadow: 0 0 10px #cacaca;
}

.viewpoint_row:hover .zuoyou_de .xw_ck {
  color: #fff;
  border: 1px #fff solid;
  background: linear-gradient(to right, #438bef, #42d0fb) no-repeat;
  background: -webkit-linear-gradient(left, #438bef, #42d0fb) no-repeat;
}

@media only screen and (max-width:1024px) {
  .viewpoint_row .viewpoint_text {
    flex: 0 0 75%;
    max-width: 75%;
    order: 1;
    padding: 20px;
  }

  .viewpoint_row .viewpoint_text .viewpoint_des {
    font-size: 17px;
  }

  .viewpoint_row .viewpoint_l {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .viewpoint_row .viewpoint_time {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
  }

  .viewpoint_row .viewpoint_text .h2 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .zuoyou_de {
    padding-top: 15px;
  }

  .viewpoint_row {
    padding: 0;
  }
}


/* viewpoint end */

/* 新闻内页 */

.ny_nr .xw_xq .xq_lf .xq_tl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
  width: 100%;
  border-bottom: solid 1px #cacaca;
  padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
  text-align: right;
}

.ny_nr .xw_xq .xq_nr {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  line-height: 30px;
  font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
  max-width: 100%;
  /* display: block; */
}

.ny_nr .xw_xq .xq_fy {
  text-align: center;
  padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
  display: inline-block;
  margin: 0px 15px;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
  width: 100%;
  overflow: hidden;
  margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
  font-size: 24px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 0px;
  text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
  display: block;
  border-bottom: dashed 1px #cccccc;
  line-height: 56px;
  font-size: 14px;
  color: #666;
}

.ny_nr .xw_xq .xq_nr .n_r table{width:100% !important;}

@media only screen and (max-width:1024px) {

  .ny_nr .xw_xq .xq_lf .xq_tl {
    font-size: 22px;
  }

  .ny_nr .xw_xq .xq_lf .xq_fc {
    padding: 15px 0px;
  }

  .ny_nr .xw_xq .xq_nr {
    font-size: 19px;
    line-height: 35px;
  }
}


/* 联系我们 */

.lianxi_nei {
  padding: 50px 0;
}

.lianxi_nei .ditu {
  position: relative;
}

.lianxi_nei .ditu .you_wz {
  width: 277px;
  padding: 1px 10px 40px 70px;
  background-color: #ffffff;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.lianxi_nei .ditu .you_wz .dang {
  position: relative;
  margin-top: 40px;
}

.lianxi_nei .ditu .you_wz .dang .dh {
  left: -30px;
  top: 7px;
  position: absolute;
}

.lianxi_nei .ditu .you_wz .dang h5 {
  font-size: 14px;
  color: #333333;
}

.lianxi_nei .ditu .you_wz .dang h6 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
}

.lianxi_nei .biaodan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.lianxi_nei .biaodan .dang {
  flex: 0 0 31%;
  max-width: 31%;
  display: flex;
  margin-top: 30px;
}

.lianxi_nei .biaodan .dang:nth-child(4) {
  flex: 0 0 100%;
  max-width: 100%;
}

.lianxi_nei .biaodan .dang .wz {
  width: 81px;
  padding-right: 18px;
  text-align: right;
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
}

.lianxi_nei .biaodan .dang input {
  flex: 1;
  height: 44px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 10px;
}

.lianxi_nei .biaodan .dang textarea {
  width: 80%;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  height: 175px;
  padding: 10px;
}

.lianxi_nei .biaodan .anniu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.lianxi_nei .biaodan .anniu button {
  width: 300px;
  height: 50px;
  background-color: #568ad6;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width:1024px) {
  .lianxi_nei .biaodan .dang {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lianxi_nei .biaodan .dang .wz {
    font-size: 19px;
    width: 108px;
  }

  .lianxi_nei .biaodan .dang textarea,
  .lianxi_nei .biaodan .dang input {
    flex: 1;
    font-size: 19px;
  }

  .lianxi_nei .ditu .you_wz {
    position: static;
    transform: translateY(0);
    width: 100%;
    box-shadow: 0 0 10px #ebe9e9;
    margin-top: 20px;
  }

  .lianxi_nei .ditu .you_wz .dang h5 {
    font-size: 20px;
  }

  .lianxi_nei .ditu .you_wz .dang h6 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
}

/* 网站地图 */
.wzditu {
  padding: 50px 0;
}

.wzditu li {
  padding: 15px 0;
  border-bottom: 2px solid #568ad6;
}

.wzditu .y_j {
  font-size: 20px;


}

.wzditu .y_j a {
  color: #568ad6;
}

.wzditu .xin_erji {
  color: #568ad6;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}

.wzditu .xin_erji::after {
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #568ad6;
  width: 10px;
  height: 10px;
  content: '';
}

.wzditu .sj_a a {
  margin-right: 15px;

}

.wzditu .xinsanji {
  display: block;
  color: #568ad6;
  padding: 5px 0;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.wzditu .xinsanji::after {
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: #568ad6;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
}

.wzditu .si_a {
  padding-left: 30px;
}

.wzditu .si_a a {
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.wzditu .si_a a::after {
  position: absolute;
  left: 3px;
  top: 11px;

  content: '';

  width: 0;
  height: 0;
  overflow: hidden;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  /* top就是倒三角，bottom就是上三角，left,right类似 */
  border-bottom: 8px solid #568ad6;
}

@media only screen and (max-width:1024px) {
  .wzditu .xin_erji {
    font-size: 20px;
  }

  .wzditu .xin_erji::after {
    top: 21px;
  }

  .wzditu .xinsanji {
    font-size: 20px;
  }

  .wzditu .xinsanji::after {
    top: 16px;
  }

  .wzditu .si_a a {
    font-size: 19px;
  }

  .wzditu .si_a a::after {
    top: 13px;

  }
}

/* 手机端产品四级 */
.nei_sanji_sj {
  padding: 20px 0;
}

.nei_sanji_sj li {
  position: relative;
}

.nei_sanji_sj li .dianjierji {
  text-align: right;
  font-size: 20px;
  width: 50%;
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 3;
}

.nei_sanji_sj .ejbt {
  font-size: 22px;
  font-weight: bold;
  padding: 17px 0;
  border-bottom: 1px solid #999;
  display: block;
}

.nei_sanji_sj .cpfl {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
  background-color: #0b6ef5;
}

.nei_sanji_sj .erji {
  padding-left: 20px;
  display: none;
}

.nei_sanji_sj .hover {
  font-size: 22px;
  font-weight: bold;
  padding: 17px 0;
  border-bottom: 1px solid #cacaca;
  display: block;
}

.nei_sanji_sj .erj_dbt {
  position: relative;
}

.nei_sanji_sj .dianjisanji {
  text-align: right;
  font-size: 20px;
  width: 50%;
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 3;
}

.nei_sanji_sj .sanji {
  padding-left: 20px;
  display: none;
}

.nei_sanji_sj .sanji a {
  font-size: 20px;
  font-weight: bold;
  padding: 17px 0;
  border-bottom: 1px solid #cacaca;
  display: block;
}

.sy_ss {
  width: 100%;
  padding: 15px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
}
.sy_ss .rm_ss span {
  color: #568ad6;
  font-weight: bold;
}
.sy_ss .rm_ss a {
  display: inline-block;
  padding: 0 10px;
}
.yqlj{ width: 100%;overflow: hidden; margin-top: 15px;}
.yqlj span {
  color: #fff;
  font-weight: bold;
}
.yqlj a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
@media only screen and (max-width:1024px) {
  .sy_ss .rm_ss a {
    display: inline-block;
    padding: 0 5px;
  }
  .yqlj{ margin-top: 0px;}
  .yqlj a {
    display: inline-block;
    padding: 0 5px;
  }
}

.anli_list.gn .zuoyou .dange .shang {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.ny_lm{width:100%; color:#999; line-height:60px;background: #f9f9f9;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#568ad6;}
.ny_lm .dq_wz span{color:#568ad6;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
  .ny_lm{line-height:50px;}
}

.ny_nr.md{padding: 79px 0px;}
.xw_xq{width:100%; overflow:hidden; position:relative;
  background: #FFFFFF;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:16px; line-height:36px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
  .ny_nr.md{padding: 39px 0px;}
  .xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
  .xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
  .xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
  .xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#568ad6; border:1px solid #568ad6; color:#fff;}
.yema ul li.active a{background-color:#568ad6; border:1px solid #568ad6; color:#fff;}
@media only screen and (max-width:640px){
  .yema{margin-top:20px;}
  .yema ul li{margin:0 .2rem;}
  .yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.fa_lb{width: 100%;overflow: hidden;}
.fa_lb .n_r{margin-bottom: 39px;border-radius: 9px;box-shadow: 0 0 20px rgba(0,0,0,.07);overflow: hidden;}
.fa_lb .n_r a{display: block;}
.fa_lb .n_r .t_p{width: 100%;overflow: hidden;}
.fa_lb .n_r .t_p img{
  width: 100%;
  height: auto;
  display: block;
  transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}
.fa_lb .n_r .w_z{background: #fafafa;padding: 19px 29px;}
.fa_lb .n_r .w_z .b_t{color: #000000;font-size: 18px;margin-bottom: 19px;font-weight: bold;}
.fa_lb .n_r .w_z .m_s{font-size: 14px;line-height: 24px;color: #666666;margin-bottom: 19px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  line-clamp:3;
  -webkit-line-clamp:3;
  -moz-line-clamp:3;
  -o-line-clamp:3;
  -webkit-box-orient:vertical;
}
.fa_lb .n_r .w_z .m_r{font-size: 14px;color: #333333;}
.fa_lb .n_r:hover .b_t{color: #568ad6;}
.fa_lb .n_r:hover .m_r{color: #568ad6;}
.fa_lb .n_r:hover .t_p img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media only screen and (max-width:640px){
  .fa_lb .n_r{margin-bottom: 19px;}
  .fa_lb .n_r .w_z .b_t{font-size: 16px;margin-bottom: 11px;}
  .fa_lb .n_r .w_z .m_s{font-size: 13px;line-height: 23px;margin-bottom: 11px;}
  .fa_lb .n_r .w_z .m_r{font-size: 13px;}
}

.js_lb{width: 100%;}
.js_lb ul li{margin-bottom: 39px;}
.js_lb a{display: block;}
.js_lb .n_r{box-shadow: 0 0 20px rgba(0,0,0,.09);padding: 29px;border-radius: 9px;}
.js_lb .n_r .t_b{display: flex;align-items: center;justify-content: space-between;margin-bottom: 19px;}
.js_lb .n_r .t_b .b_t{display: flex;align-items: center;font-size: 16px; color: #393939;font-weight: 500;}
.js_lb .n_r .t_b .b_t i{display: block;width: 39px;height: 1px;background: #568ad6;margin-right: 9px;}
.js_lb .n_r .t_b .s_j{font-size: 14px;color: #999999;}
.js_lb .n_r .m_s{font-size: 14px;line-height: 26px;color: #868686;}
.js_lb .n_r:hover .t_b .b_t{color: #568ad6;}

.ny_ss{display: flex;justify-content: center;margin-bottom: 69px;}

/* 搜索栏容器 */
.search-bar {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border-radius: 48px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  padding: 4px;
}
.search-bar:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

/* 左侧搜索框 */
.search-bar input[type="text"] {
  flex: 1;
  min-width: 0;
  padding: 14px 20px;
  border: none;
  outline: none;
  background: transparent;
  font-size: .85rem;
  color: #1e293b;
  border-radius: 48px 0 0 48px;
  transition: background 0.2s;
}

.search-bar input[type="text"]::placeholder {
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.search-bar input[type="text"]:focus {
  background: rgba(0, 0, 0, 0.02);
}

/* 右侧搜索按钮（无图标） */
.search-bar button {
  flex-shrink: 0;
  padding: 14px 28px;
  border: none;
  background: #568ad6;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  border-radius: 48px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.search-bar button:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

/* 小屏适配 */
@media (max-width: 640px) {
  .js_lb ul li{margin-bottom: 19px;}
  .js_lb .n_r .t_b .b_t{font-size: 14px;max-width: 79%;}
  .js_lb .n_r .t_b .s_j{font-size: 12px;}
  .js_lb .n_r .m_s{font-size: 13px;line-height: 24px;}
  .ny_ss{margin-bottom: 29px;}
  .search-bar {
    max-width: 94%;
    padding: 3px;
  }
  .search-bar input[type="text"] {
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .search-bar button {
    padding: 12px 18px;
    font-size: 0.9rem;
  }
}

.xz_nr ul{width: 100%;overflow: hidden;}
.xz_nr li{
  margin-bottom: 19px;
  overflow: hidden;
  padding: 19px 0px;
  border-bottom:dotted 1px #d9d9d9;
}
.xz_nr li:last-child{
  margin-bottom: 0px;
}
.xz_nr li .row{align-items: center;}
.xz_nr .n_r .b_t{color: #333333;font-weight: bold;font-size: 18px;margin-bottom: 19px;display: flex;align-items: center;}
.xz_nr .n_r .b_t img{max-width: 29px;margin-right: 9px;}
.xz_nr .n_r .m_s{color: #868686;font-size: 14px;line-height: 26px;margin-bottom: 19px;}
.xz_nr .n_r .s_j{display: flex;align-items: center;color: #568ad6;}
.xz_nr .n_r .s_j i{margin-right: 9px;}
.xz_nr .m_r{display: flex;align-items: center;justify-content: center;}
.xz_nr .m_r a{
  padding: 3px 39px;
  border: solid 1px #568ad6;
  color: #568ad6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.xz_nr .m_r i{font-size: 23px;}
.xz_nr .m_r:hover a{background: #568ad6;color: #ffffff;}
@media only screen and (max-width:1199px) {
  .xz_nr li{padding: 11px 0px;}
  .xz_nr .n_r .b_t {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .xz_nr .n_r .m_s {
    line-height: 23px;
    margin-bottom: 6px;
  }
  .xz_nr .m_r a{
    padding: 3px 29px;
  }
  .xz_nr .n_r .s_j {
    font-size: 14px;
  }
}
@media only screen and (max-width:640px) {
  .fenye {
    margin: 30px 0 19px;
  }
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.ny_lx{width:100%; padding:80px 0; overflow:hidden;border-bottom: solid 1px #e9e9e9;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:490px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:17px; line-height:36px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:3; left:0; color:#568ad6; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:22px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:22px;}
.ny_lx .lx_nr .x_x i.icon-dizhi1{font-size:22px;}
.ny_lx .lx_bd{width:calc(100% - 600px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{
  width:140px;
  height:46px;
  border-radius:5px;
  background-color:#568ad6;
  font-size:17px;
  line-height:46px;
  color:#fff;
  margin-top:40px;
  margin-right:15px;
  outline:none;
  transition:all .5s;
  -webkit-transition:all .5s;
  cursor: pointer;
}
.ny_lx .lx_bd .b_d button:hover{background-color:#000000;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
  .ny_lx{padding:50px 0;}
  .ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
  .ny_lx .lx_nr{width:300px;}
  .ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
  .ny_lx .lx_bd{width:calc(100% - 340px);}
  .ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
  .ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
  .ny_lx .lx_bd .b_d textarea{line-height:24px;}
  .ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
  .ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
  .ny_lx{padding:40px 0;}
  .ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
  .ny_lx .lx_nr{width:100%; margin-bottom:35px;}
  .ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
  .ny_lx .lx_bd{width:100%;}
  .ny_lx .lx_bd .b_d ul li{width:100%;}
  .ny_lx .lx_mp{height:230px; margin-top:40px;}
}

/* 表格外层容器 — 用于实现圆角与阴影，提升质感 */
.table-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #d0d7de; /* 外边框柔和 */
}

.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  background: white;
}

/* 所有单元格通用样式 */
td {
  border: 1px solid #d0d7de;
  padding: 12px 18px;
  vertical-align: middle;
  background-color: #ffffff; /* 默认白色背景 */
}

/* 第一列（参数名称）样式 */
td:first-child {
  font-weight: 500;
  color: #1f2937;
  max-width: 38%;
  background-color: #ffffff; /* 基础白色，由下面交替覆盖 */
}

/* 第二列（参数值）样式 */
td:last-child {
  font-weight: 450;
  color: #111827;
  max-width: 62%;
  background-color: #ffffff; /* 始终白色，不交替 */
}

/* 第一列交替背景：奇数行浅灰，偶数行白色（默认） */
tr:nth-child(odd) td:first-child {
  background-color: #f6f8fa;
}
/* 偶数行保留白色，无需额外声明 */

/* 辅助小字（单位、子说明）—— 保留类，与td无关 */
.unit {
  font-weight: 400;
  color: #6b7280;
  margin-left: 2px;
}

.sub {
  display: block;
  font-weight: 400;
  color: #4b5563;
  margin-top: 3px;
}

/* 小屏适配 */
@media (max-width: 480px) {
  td {
    padding: 10px 12px;
  }
  td:first-child {
    max-width: 40%;
  }
  td:last-child {
    max-width: 60%;
  }
}