@charset "utf-8";

@font-face {
  font-family: 'pang';
  src: url('../font/PangMenZhengDaoBiaoTiTi-1.ttf');
}

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: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei", 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 .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_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: #08899c;
  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 {
  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;
}

.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;
}

.header .nav ul li .e_j .s_j:hover .sj_a {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

@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 36%;
  max-width: 36%;
}

.pc_ban .dang2 {
  flex: 0 0 34.75%;
  max-width: 34.75%;
}

.pc_ban .dang3 {
  flex: 0 0 28%;
  max-width: 28%;
  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;
}

.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%;}
@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%;}
}

.sy_mk1 {
  padding: 50px 0;
}

.sy_mk1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sy_mk1 .zuo {
  width: 350px;
}

.sy_mk1 .zuo .dd {
  font-size: 60px;
  color: #00308c;
  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: #fdd706;
}

.sy_mk1 .zuo .dd:nth-child(2) {
  color: #cd010c;
  padding-left: 117px;
  padding-right: 0;
}

.sy_mk1 .zuo .dd:nth-child(2)::after {
  right: auto;
  left: 0;
}

.sy_mk1 .you {
  flex: 0 0 64%;
  max-width: 64%;
  display: flex;
  justify-content: space-between;
}

.sy_mk1 .you .dang {
  padding-top: 5px;
  padding-bottom: 10px;
}

.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:nth-child(2)::after {
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dian_03.jpg) repeat-y top left;
  position: absolute;
  content: '';
}

.sy_mk1 .you .dang:nth-child(2)::before {
  right: 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;
  }
}


/* 产品流程解晰 */

.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: 24px;
  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{height:240px; overflow:hidden;}
.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_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;}

@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;}
}

footer {
  background-color: #568ad6;
  padding: 35px 0 20px;
}

footer .dilogo {
  width: 392px;
}

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 {
  flex: 0 0 57.6%;
  max-width: 57.6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .zuoyou .zhong .zu a {
  flex: 0 0 34%;
}

footer .zuoyou .you img {
  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: #333333;
  text-align: center;
}

.nei_ban h6 {
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}

.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: 296px;
  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: 20px;
  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: 70px;
}

.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: 30px 38px 38px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.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 {
    padding: 30px;
    font-size: 19px;
    line-height: 35px;
  }

  .xia_js {
    margin-top: 49px;
  }
}


/* 内页二级三级 */

.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: 100%;
  background-color: #fff;
  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;
}

.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);
}

.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 .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: 80px 0 14px;

  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fenye a,
.fenye span {
  font-size: 17px;
  margin: 0 5px;
  color: #494949;
  padding: 2px 11px;


  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
}

.fenye a.current-page {
  color: #fff;
  background: #0a69c8;
}

/* 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 {
  padding: 30px 0px;
}

.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;
}

@media only screen and (max-width:1024px) {
  .ny_nr .xw_xq {
    padding: 50px 0px;
  }

  .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;
  }
}