@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_k12ivwcbuao.woff2?t=1775113914585') format('woff2'),
       url('//at.alicdn.com/t/c/font_2376408_k12ivwcbuao.woff?t=1775113914585') format('woff'),
       url('//at.alicdn.com/t/c/font_2376408_k12ivwcbuao.ttf?t=1775113914585') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth; /* 使滚动更平滑 */
}
.prod_color0 {
  color: #fff !important;
}
.prod_color1 {
  color: #2ccaff;
}

.prod_color2 {
  color: #d61424;
}

.prod_color3 {
  color: #0cad6b;
}

.prod_color4 {
  color: #da8a3e;
}

.prod_color5 {
  color: #1F2D5D;
}

.prod_color1_bg {
  background: #2ccaff;
}

.prod_color2_bg {
  background: #d61424;
}

.prod_color3_bg {
  background: #0cad6b;
}

.prod_color4_bg {
  background: #da8a3e;
}

.prod_color5_bg {
  background: #1F2D5D;
}

@font-face {
  font-family: 'HL';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
  font-family: 'HR';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
  font-family: 'HM';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
}

@font-face {
  font-family: 'HB';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
}

@font-face {
  font-family: 'HK';
  src: url('../fonts/HarmonyOS_Sans_SC_Thin.ttf');
}

@font-face {
  font-family: 'MB';
  src: url('../fonts/MONT-BOLD.TTF');
}

@font-face {
  font-family: 'ztz';
  src: url('../fonts/ZenTokyoZoo-Regular.ttf');
}

.HL {
  font-family: "HL";
}

.HR {
  font-family: "HR";
}

.HM {
  font-family: "HM";
}

.HB {
  font-family: "HB";
}

.HK {
  font-family: "HK";
}

.MB {
  font-family: "MB";
}

.ztz {
  font-family: "ztz";
}

/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

body {
  margin: 0;
  font-family: "HR";
  font-size: 14px;
  color: #333;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.img_h {
  position: relative;
  cursor: pointer;
}

.img_h img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img_h img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.img_h.img_ha:hover img {
  opacity: 1;
}

.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}

a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}

a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}

.visible-xs {
  display: none !important;
}

.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: 0 auto;
  min-height: 1px;
  width: 90%;
  max-width: 1600px;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-dr {
  /*水平*/
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f-dc {
  /*垂直*/
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  /* IE10失效的解决办法 */
}

.f-as {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-js {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-warp {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */
/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 2px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }
}

/* scrollbar */
/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 50px auto 0;
}
.pagepn .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagepn .wrap a {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}

.pagepn .wrap .on {
	background: #32567A;
	border: 1px solid #32567A;
	color: #ffffff;
}

.pagepn .wrap a:hover {
	background: #32567A;
	border: 1px solid #32567A;
	color: #ffffff;
}

.page_pc {
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_pc a {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}

.page_pc a.disabled {
  pointer-events: none;
  opacity: .8;
}

.page_pc a.prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_pc a:hover,
.page_pc a.act {
  border: solid 1px #32567A;
  color: #32567A;
}

.page_pc em {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #999999;
  margin: 0 12px;
  font-style: normal;
}

.page_pc em.ml20 {
  margin-left: 20px;
}

.page_pc input {
  width: 50px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  text-align: center;
}

.page_pc .go {
  width: 46px;
}

.page_sj {
  width: 120px;
  height: 42px;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  text-align: center;
  color: #666;
}

/* page */
/* common */
.md {
  position: relative;
  top: -100px;
}

.commonP {
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.commonP .swiper-pagination-bullet {}

.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.common_tit {
  text-align: center;
}

.common_tit h4 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}

.common_tit h4 span {
  font-family: "DIN Alternate";
  font-size: 52px;
  letter-spacing: 1px;
  color: #00cdff;
}

.common_tit h6 {
  /* margin-top: 16px; */
  font-size: 20px;
  line-height: 32px;
  color: #666666;
  font-weight: 100;
  text-transform: uppercase;
}

.layui-form-select dl dd.layui-this {
  background-color: #32567A;
  color: #fff;
}

#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 80%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}

#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}

#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}

#video_model .video .text {
  padding: 16px 10px 30px;
}

#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}

#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video src="" autoplay controls x5-playsinline playsinline webkit-playsinline></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/
.nextButton {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper {
  position: relative;
}

.swiper .prevButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.swiper .nextButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.i1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1e5bfc;
  z-index: 999;
}

.i1 .i1_c1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.i1 .i1_c1 .img0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 15%;
  z-index: 4;
}

.i1 .i1_c1 .img0 img {
  display: block;
  margin: 0 auto;
}

.i1 .i1_c1 .yuan {
  display: block;
  width: 24%;
  padding-top: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.i1 .i1_c1 .yuan s {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background: #3584fd;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.i1 .i1_c1 .yuan s:nth-child(2) {
  background: rgba(10, 65, 251, 0.5);
}

.i1 .i1_c1 .yuan s:nth-child(3) {
  background: rgba(9, 59, 251, 0.5);
}

.i1 .i1_c1.act .yuan s {
  transform: scale(9);
  -webkit-transform: scale(9);
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
}

.i1 .i1_c1.act .yuan s:nth-child(2) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  opacity: 0;
}

.i1 .i1_c1.act .yuan s:nth-child(3) {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  opacity: 0;
}

.i1 .i1_c1.act .img0 {
  opacity: 0;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}

.i1 .i1_c1 .img1 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center
}

.i1 .i1_c1 .img1 img {
  opacity: 0;
  width: 4.29%;
  max-width: 80px;
}

.i1 .i1_c1.act .img1 img:nth-child(1) {
  opacity: 1;
  transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
}

.i1 .i1_c1.act .img1 img:nth-child(2) {
  opacity: 1;
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
}

.i1 .i1_c1.act .img1 img:nth-child(3) {
  opacity: 1;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}

.i1 .i1_c1.act .img1 img:nth-child(4) {
  opacity: 1;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
}

.i1 .i1_c1.act .img1 img:nth-child(5) {
  opacity: 1;
  transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
}

.i1 .i1_c1.act .img1 img:nth-child(6) {
  opacity: 1;
  transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
}

.i1 .i1_c1.act .img1 img:nth-child(7) {
  opacity: 1;
  transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
}

.i1 .i1_c1.act .img1 img:nth-child(8) {
  opacity: 1;
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
}

.i1 .i1_c1.act .img1 img:nth-child(9) {
  opacity: 1;
  transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
}

.i1 .i1_c1.act .img1 img:nth-child(10) {
  opacity: 1;
  transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
}

.i1 .i1_c1.act .img1 img:nth-child(11) {
  opacity: 1;
  transition-delay: 2.7s;
  -webkit-transition-delay: 2.8s;
}

.alltime,
.alltime * {
  -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width: 1800px) {
  .in1 {
    width: 100%;
  }
}

@media (min-width: 1950px) {
  .in1 {
    width: 100%;
  }
}

/* 弹窗 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/* 弹窗内容 */
.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../images/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}

/* 弹窗选中 */
.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

/* common */
/* header */
.headerSJ {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background: #fff;
  border-bottom: 1px solid #e3e2e1; */
  transition: all 0.3s;
}

.header.active {
  background: #fff;
  border-bottom: 1px solid #e3e2e1;
}

.header:hover {
  background: #fff;
  border-bottom: 1px solid #e3e2e1;
}
.header:hover .b{
  display: inline-block !important;
}
.header:hover .w{
  display: none !important;
}
.header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header.active .header_nav {
  height: 80px;
}

.header_nav li {
  margin-left: 42px;
}

.header_nav li>a {
  font-size: 18px;
  line-height: 96px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header.active .header_nav li>a {
  line-height: 80px;
}

.header.active .header_nav li>a {
  color: #333;
}

.header:hover .header_nav li>a {
  color: #333;
}

.header_nav li>a:hover,
.header_nav li.on>a,
.header_nav li.active>a {
  color: #32567A;
}

.header_nav li>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #32567A;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header_nav li>a:hover::after,
.header_nav li.on>a::after,
.header_nav li.active>a::after {
  opacity: 1;
}

.header_nav li .header_nav2 {
  display: none;
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff url(../images/menu_bg.png) left bottom no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0px 10px 30px 0px rgb(47 54 69 / 10%);
}

.header.active .header_nav li .header_nav2 {
  top: 81px;
}

.header_nav li .header_nav2 .container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.header_nav li .header_nav2 .left {}

.header_nav li .header_nav2 .left h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #666666;
}

.header_nav li .header_nav2 .left h6 {
  font-size: 20px;
  font-weight: 100;
  color: #666666;
  opacity: 0.4;
  margin-top: 20px;
}

.header_nav li .header_nav2 .center {
  flex: 1;
  max-width: 400px;
  margin: 0 40px;
}

.header_nav li .header_nav2 .center .h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 56px;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header_nav li .header_nav2 .center .threeNav {
  padding-left: 30px;
  width: 50%;
  float:left;
}

.header_nav li .header_nav2 .center .threeNav::before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 0;
}

.header_nav li .header_nav2 .center .h6::after {
  content: '';
  border: 2px solid #32567A;
  border-left: 0;
  border-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(312deg);
  -moz-transform: rotate(312deg);
  -ms-transform: rotate(312deg);
  -o-transform: rotate(312deg);
  transform: rotate(312deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.header_nav li .header_nav2 .center .h6:hover::after {
  opacity: 1;
}

.header_nav li .header_nav2 .center .h6:hover {
  color: #32567A;
}

.header_nav li .header_nav2 .right {
  max-width: 42%;
}

.header_nav li .header_nav2 .right img {}

.logo a img {
  width: 180px;
  transition: all 0.3s;
}

.logo .b {
  display: none;
}

.header:hover .logo .b {
  display: block;
}

.header:hover .logo .w {
  display: none;
}

.header.active .logo a img {
  width: 160px;
}

.headeri {
  position: relative;
  padding-right: 108px;
}

.header_search {
  position: absolute;
  right: 48px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  top: 28px;
  background: transparent;
  border-radius: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header.active .header_search {
  top: 20px;
}

.header_search:hover {
  background: #1F2D5D;
}

.header_search input {
  background: transparent;
  padding: 0px;
  height: 40px;
  border: 0;
  font-size: 16px;
  color: #fff;
  width: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header_search:hover input {
  width: 260px;
  padding: 0 20px;
}

.header_search .img_h {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 17px;
}

.header_lang {
  width: 28px;
  text-align: center;
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 96px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Arial;
}

.header.active .header_lang {
  line-height: 80px;
  color: #333;
}

.header:hover .header_lang {

  color: #333;
}

.header_lang:hover {
  color: #1F2D5D;
}

/* header */
/* menu */
/* menu */
/* banner */
.banner {
  position: relative;
}

.banner .img_pc {
  width: 100%;
  padding-top: 50.5%;
}

.banner .img_m {
  width: 100%;
  padding-top: 114%;
}

.banner .bannerVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner .text .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .text h4 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 5px 5px rgb(0 0 0 / 56%);
}

.banner .text h6 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 5px 5px rgb(0 0 0 / 56%);
}

.banner .text .hx {
  width: 60px;
  position: relative;
  height: 4px;
  margin-top: 15px;
}

.banner .text .hx::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #216333;
}

.banner .text .hx::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #1F2D5D;
}

.banner .text a {
  width: 160px;
  height: 48px;
  background-color: #32567A;
  border-radius: 24px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 32px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.banner .text a img {
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.banner .text a:hover {
  border-color: #32567A;
}

.banner .text a:hover img {
  margin-left: 20px;
}

.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.banner .swiper-pagination-bullet-active {
  background: #32567A;
}

.banner2 {
  position: relative;
  overflow: hidden;
}

.banner2_i {
  height: 60vh;
  width: 100%;
  position: relative;
  top: 0;
  /*background-attachment: fixed !important;*/
}

.banner2_text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
}

.banner2_text.active {
  top: -100px;
  opacity: 0;
}

.banner2_text h4 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}

.banner2_text h6 {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 100;
  margin-top: 10px;
  text-transform: uppercase;
}

.banner2_text a {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #32567A;
  border-radius: 24px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.banner2_text a img {
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.banner2_text a:hover {}

.banner2_text a:hover img {
  margin-left: 20px;
}

/* banner */
/* index */
.wrapper {
  overflow: hidden;
  /* padding-top: 80px; */
}

/* index */
/* about */
.about_wrap .about_tit h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 2px;
  color: #333333;
}

.about_wrap .about_tit h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 20px;
}

.about1 {
  background: #f7f8fa;
  padding: 100px 0;
}

.about1 .content {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  margin-top: 40px;
}

.about1 .content .img {
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.about1 .content .text {
  width: 50%;
  padding: 5%;
  margin-left: 50%;
}
.about1 .content .text img {
  width: 200px;
}

.about1 .content .text h4 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-indent: 2em;
}

.about1 .content .text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.about1 .content .text ul li {
  width: 194px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
  margin-top: 24px;
  margin-right: 20px;
}

.about1 .content .text ul li:last-child {
  border-right: 0;
  margin-right: 0;
}

.about1 .content .text ul li img {}

.about1 .content .text ul li h6 {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-left: 15px;
}

.about2 {
  padding: 120px 0;
}

.about2 ul {
  margin-top: 12%;
  max-width: 1100px;
}

.about2 ul li {
  margin-bottom: 80px;
}

.about2 ul li h4 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}

.about2 ul li h4 img {
  margin-right: 8px;
}

.about2 ul li h6 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  font-weight: 100;
}

.about3 {
  padding: 50px 0 120px;
}

.about3 ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
}

.about3 ul li {
  flex: 1;
}

.about3 ul li h4 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #32567A;
  line-height: 74px;
  text-align: center;
  position: relative;
  font-family: "DIN Alternate";
}

.about3 ul li h4 span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  background: #fff;
  line-height: 32px;
  padding: 0 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.about3 ul li h6 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
}

.about3 ul li.about3_1 {}

@keyframes ab3_1Rotate {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.about3 ul li.about3_1 .box {
  position: relative;
  max-width: 338px;
  margin: 50px auto 0;
  /*animation: ab3_1Rotate 40s infinite linear;*/
}

.about3 ul li.about3_1 .box img {
  display: block;
}

.about3 ul li.about3_1 .box .text {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  width: 48px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: -24px;
  margin-left: -24px;
  /*animation: ab3_1Rotate 40s reverse linear;*/
}

.about3 ul li.about3_1 .box .text1 {
  left: 36%;
  top: 20%;
}

.about3 ul li.about3_1 .box .text2 {
  left: 76%;
  top: 26%;
}

.about3 ul li.about3_1 .box .text3 {
  left: 84%;
  top: 66%;
}

.about3 ul li.about3_1 .box .text4 {
  left: 48%;
  top: 88%;
}

.about3 ul li.about3_1 .box .text5 {
  left: 18%;
  top: 56%;
}

.about3 ul li.about3_2 {}

.about3 ul li.about3_2 .box {
  position: relative;
  max-width: 428px;
  margin: 50px auto 0;
}

.about3 ul li.about3_2 .box img:nth-child(1) {}

@keyframes ab3_2Rotate {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  60% {
    transform: translateY(-20px);
    opacity: 1;
  }

  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

.about3 ul li.about3_2 .box img:nth-child(2),
.about3 ul li.about3_2 .box img:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  animation: ab3_2Rotate 2s infinite linear .4s;
}

.about3 ul li.about3_2 .box img:nth-child(3) {
  animation: ab3_2Rotate 2s infinite linear;
}

.about3 ul li.about3_3 {}

.about3 ul li.about3_3 .box {
  margin-top: 50px;
}

.about3 ul li.about3_3 .box .box_inner {
  width: 90%;
  padding-top: 90%;
  margin: 0 auto;
  position: relative;
}

.about3 ul li.about3_3 .box .big_circle {
  width: 80%;
  max-width: 310px;
  height: 80%;
  max-height: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 56px rgba(4, 78, 181, 0.1);
}

.about3 ul li.about3_3 .box .small_circle {
  width: 56%;
  height: 56%;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  background: #32567A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  margin-left: -28%;
  margin-top: -28%;
}

.about3 ul li.about3_3 .box .small_circle1 {
  left: 0%;
  top: 0%;
}

.about3 ul li.about3_3 .box .small_circle2 {
  left: 100%;
  top: 0%;
}

.about3 ul li.about3_3 .box .small_circle3 {
  left: 110%;
  top: 72%;
}

.about3 ul li.about3_3 .box .small_circle4 {
  left: 50%;
  top: 112%;
}

.about3 ul li.about3_3 .box .small_circle5 {
  left: -8%;
  top: 72%;
}

.about4 {
  padding: 140px 0;
}

.about4 .common_tit h4 {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 30px;
}

.about4 .common_tit h4 img {
  margin-right: 12px;
}

.about4 .common_tit h6 {
  color: #fff;
}

.about5 {
  padding: 120px 0 100px;
}

.about5 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about5 .content .left {
  width: 40%;
}

.about5 .content .left ul {
  display: flex;
  flex-wrap: wrap;
}

.about5 .content .left ul li {
  min-width: 50%;
  margin-top: 50px;
}

.about5 .content .left ul li h4 {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}

.about5 .content .left ul li h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  color: #32567A;
}

.about5 .content .left ul li h6 span {
  font-family: "DIN Alternate";
  font-size: 80px;
  line-height: 80px;
}

.about5 .content .right {
  width: 50%;
  padding-bottom: 50%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%);
  box-shadow: -20px 0px 40px 0px rgba(15, 41, 76, 0.02);
  position: relative;
}

.about5 .content .right .text0 {
  position: absolute;
  width: 58%;
  height: 58%;
  right: 7%;
  top: 21%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%);
  box-shadow: -20px 0px 40px 0px rgba(15, 41, 76, 0.02);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.about5 .content .right .text1 {
  position: absolute;
  top: 32%;
  left: -30%;
  width: 56%;
  height: 32%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.about5 .content .right .text1 h4 {
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}

.about5 .content .right .text1 h4 span {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
}

.about5 .content .right .text2 {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(15, 41, 76, 0.05);
  border-radius: 8px;
  padding: 28px;
  left: 20%;
  top: 10%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.about5 .content .right .text2 h4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}

.about5 .content .right .text2 h6 {
  background-image: linear-gradient(90deg, #00cdff 0%, #0055cb 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
}

.about5 .content .right .text3 {
  left: 42%;
  top: 40%;
}

.about5 .content .right .text4 {
  left: 20%;
  top: 74%;
}

.about5 .content .right .text5 {
  left: -12%;
  top: 64%;
}

/* about */
/* contact */
/* .contact_wrap .banner2_text {
  margin-top: -70px; 
} */

.contact1 {
  max-width: 1600px;
  width: 90%;
  margin: 100px auto 0;
  height: 460px;
  position: relative;
  z-index: 9;
  border-radius: 8px;
  overflow: hidden;
}

.contact1 .left {
  width: 47.5%;
  min-width: 620px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(50,86,122, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4%;
}

.contact1 .left ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact1 .left ul li {
  width: 100%;
}

.contact1 .left ul li h4 {
  font-size: 16px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
}

.contact1 .left ul li h6 {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 10px;
}

.contact1 .left h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 1px;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact1 .left h5 img{
  width: 15px;
  margin-right: 5px;
}
.contact2 {
  max-width: 1600px;
  width: 90%;
  margin: 80px auto;
}

.contact2 h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}

.contact2 .layui-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.contact2 .layui-form .layui-form-text {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e7f0;
  padding: 10px 0;
  margin-right: 50px;
  width: calc(33.3% - 33.3px);
}

.contact2 .layui-form .layui-form-text.lynr{
  width: 100%;
  margin-right: 0;
}

.contact2 .layui-form .layui-form-text:nth-child(3n) {
  margin-right: 0;
}

.contact2 .layui-form .layui-form-text .layui-form-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1px;
  color: #666666;
  padding: 0;
  width: auto;
  border-right: 1px solid #e1e7f0;
  padding-right: 18px;
}

.contact2 .layui-form .layui-input-inline {
  margin: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}

.contact2 .layui-form .layui-input-inline input[type="text"] {
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}

.contact2 .layui-form .layui-form-radios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact2 .layui-form .layui-form-radios .layui-form-label {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  width: auto;
  padding: 0;
}

.contact2 .layui-form .layui-form-radios {
  margin: 0;
  padding: 0;
}

.contact2 .layui-form .layui-input-inline input[type="radio"] {
  display: block;
}

.contact2 .layui-form .layui-input-inline .layui-icon {
  display: none;
}

.contact2 .layui-form .layui-input-inline .layui-form-radio {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 40px 0 10px;
  padding: 0;
}

.contact2 .layui-form .layui-input-inline .layui-form-radio:hover *,
.contact2 .layui-form .layui-input-inline .layui-form-radioed {
  color: #666666;
}

.contact2 .layui-form .layui-form-button {
  width: 100%;
  margin-top: 60px;
}

.contact2 .layui-form .layui-form-button .layui-btn {
  width: 380px;
  height: 56px;
  background-color: #32567A;
  border-radius: 28px;
  margin: 0 auto;
  display: block;
}

/* contact */
.cooperation1 {
  margin: 120px auto;
}

.cooperation1 h3 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  color: #333333;
  max-width: 1100px;
  margin: 40px auto 0;
}

.cooperation1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.cooperation1 ul li {
  margin: 0 40px;
}

.cooperation1 ul li h4 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
}

.cooperation1 ul li h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
}

.cooperation1 ul li h6 span {
  font-size: 50px;
}

.cooperation2 {
  padding: 120px 0;
  background: #f7f8fa;
}

.cooperation2 h3 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}

.cooperation2 h5 {
  margin-top: 20px;
}

.cooperation2 h5 a {
  line-height: 30px;
  color: #00cdff;
  text-decoration: underline;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cooperation2 h5 a {
  opacity: .8;
}

.cooperation2 h5 img {
  margin-right: 6px;
}

.cooperation2 ul {
  margin-top: 60px;
  position: relative;
}

.cooperation2 ul li {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cooperation2 ul li:nth-of-type(1) {
  left: 8%;
  top: 36%;
}

.cooperation2 ul li:nth-of-type(2) {
  left: 20%;
  top: 70%;
}

.cooperation2 ul li:nth-of-type(3) {
  left: 32%;
  top: 70%;
}

.cooperation2 ul li:nth-of-type(4) {
  left: 44%;
  top: 46%;
}

.cooperation2 ul li:nth-of-type(5) {
  left: 56%;
  top: 22%;
}

.cooperation2 ul li:nth-of-type(6) {
  left: 68%;
  top: 10%;
}

.cooperation2 ul li:nth-of-type(7) {
  left: 80%;
  top: 14%;
}

.cooperation2 ul li:nth-of-type(8) {
  left: 92%;
  top: 44%;
}

.cooperation2 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cooperation2 ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #666666;
  padding-top: 28px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cooperation2 ul li h4::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #e5e5e5;
  border: solid 2px #999999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cooperation2 ul li a:hover h4 {
  color: #32567A;
}

.cooperation2 ul li a:hover h4::before {
  background-color: #cddcf0;
  border: solid 2px #32567A;
}

.cooperation3 {
  margin: 120px auto;
}

.cooperation3 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  background-color: #ffffff;
  box-shadow: 5px 9px 30px 0px rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border: solid 1px #e6ecf2;
  padding: 5%;
}

.cooperation3 .left {
  width: 60%;
  padding-right: 6%;
}

.cooperation3 .left .text {}

.cooperation3 .left .text .inner {
  display: none;
}

.cooperation3 .left .text .inner h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  padding-right: 100px;
  position: relative;
}

.cooperation3 .left .text .inner h4 a {
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cooperation3 .left .text .inner h4 .a {
  font-size: 16px;
  font-weight: 100;
  color: #666666;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
}

.cooperation3 .left .text .inner h4 .a:hover {
  text-decoration: underline;
}

.cooperation3 .left .text .inner h4 .a img {
  margin-left: 8px;
}

.cooperation3 .left .text .inner h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.cooperation3 .left .text .inner h5 img {
  margin-right: 8px;
}

.cooperation3 .left .text .inner h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
  margin-top: 24px;
}

.cooperation3 .left .btns_wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cooperation3 .left .btns {
  display: flex;
}

.cooperation3 .left .btns .nextButton {
  margin-left: 20px;
  transform: rotateZ(180deg);
}

.cooperation3 .left .img {
  margin-left: 20px;
}

.cooperation3 .right {
  width: 40%;
}

.cooperation3 .right .swiper-slide {
  position: relative;
  padding: 20px 20px 0 0;
}

.cooperation3 .right .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #32567A;
  border-radius: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.cooperation3 .right .swiper-slide img {
  border-radius: 8px;
  position: relative;
  -webkit-transition: all .3s ease .3s;
  -moz-transition: all .3s ease .3s;
  -ms-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
}

.cooperation3 .right .swiper-slide-active img {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cooperation4 {
  margin: 120px auto;
  padding: 120px 0;
  height: 1050px;
  background-color: #f7f8fa;
}

.cooperation4 .content {
  background: url(../images/coop4.png) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 120px 30px 90px;
  border-radius: 8px;
  margin-top: 40px;
}

.cooperation4 .content .left {
  font-size: 28px;
  line-height: 58px;
  color: #ffffff;
}

.cooperation4 .content .left span {
  color: #00ccff;
}

.cooperation4 .content .left em {
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  display: block;
}

.cooperation4 .content .right {}

.cooperation4 .content .right .ewm {
  position: relative;
}

.cooperation4 .content .right .ewm img:nth-child(1) {}

.cooperation4 .content .right .ewm img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 104px;
}

.cooperation4 .content .right h6 {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
}

.cooperation5 {
  margin: -550px auto 120px;
}

.cooperation5 .container {
  border-radius: 8px;
  box-shadow: 5px 9px 30px 0px rgba(51, 51, 51, 0.05);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.cooperation5 .left {
  width: 470px;
  height: 570px;
  background: url(../images/coop5.png) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}

.cooperation5 .left .inner {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}

.cooperation5 .left h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.cooperation5 .left h5 img {
  margin-right: 8px;
}

.cooperation5 .left h6 {
  font-family: Arial;
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.cooperation5 .right {
  padding: 36px 70px;
  flex: 1;
}

.cooperation5 .right h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}

.cooperation5 .right .layui-form {
  margin-top: 40px;
}

.cooperation5 .right .layui-form .layui-form-wrap {
  display: flex;
  flex-wrap: wrap;
}

.cooperation5 .right .layui-form .layui-form-item {
  margin: 0;
  display: flex;
}

.cooperation5 .right .layui-form .layui-form-w24 {
  width: 24%;
  margin-right: 2%;
  height: 58px;
  border-bottom: 1px solid #e1e7f0;
  align-items: center;
}

.cooperation5 .right .layui-form .layui-form-w48 {
  width: 48%;
  height: 58px;
  border-bottom: 1px solid #e1e7f0;
  align-items: center;
}

.cooperation5 .right .layui-form .layui-form-w100 {
  width: 100%;
}

.cooperation5 .right .layui-form .layui-form-label {}

.cooperation5 .right .layui-form .layui-form-label .required {
  color: #e60000;
  width: 8px;
  min-height: 1px;
}

.cooperation5 .right .layui-form .layui-form-w24 .layui-form-label,
.cooperation5 .right .layui-form .layui-form-w48 .layui-form-label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  width: 66px;
  display: flex;
  align-items: center;
  height: 18px;
  border-right: 1px solid #e1e7f0;
  padding: 0;
}

.cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline,
.cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline {
  flex: 1;
}

.cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline input[type="text"],
.cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline input[type="text"] {
  border: 0;
  padding: 0 20px;
}

.cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline input[type="text"]::placeholder,
.cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline input[type="text"]::placeholder {
  color: #999;
}

.cooperation5 .right .layui-form .layui-form-w48 .line {
  width: 1px;
  height: 18px;
  background: #e1e7f0;
}

.cooperation5 .right .layui-form .layui-form-textarea {
  margin-top: 40px;
}

.cooperation5 .right .layui-form .layui-form-textarea .layui-form-label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  width: 66px;
  display: flex;
  align-items: center;
  height: 18px;
  padding: 0;
  margin-top: 20px;
}

.cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline {
  margin: 0;
  flex: 1;
}

.cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline textarea {
  padding: 20px;
  height: 120px;
  resize: none;
}

.cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline textarea::placeholder {
  color: #999;
}

.cooperation5 .right .layui-form .layui-form-radios {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline {
  margin: 0;
  flex: 1;
}

.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline .radio-group {
  width: 100%;
  display: flex;
  align-items: center;
}

.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline h6 {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #666666;
}

.cooperation5 .right .layui-form .layui-input-inline input[type="radio"] {
  display: block;
}

.cooperation5 .right .layui-form .layui-input-inline .layui-icon {
  display: none;
}

.cooperation5 .right .layui-form .layui-input-inline .layui-form-radio {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 40px 0 10px;
  padding: 0;
}

.cooperation5 .right .layui-form .layui-input-inline .layui-form-radio:hover *,
.cooperation5 .right .layui-form .layui-input-inline .layui-form-radioed {
  color: #666666;
}

.cooperation5 .right .layui-form .layui-btn {
  width: 380px;
  height: 56px;
  background-color: #32567A;
  border-radius: 28px;
  margin: 18px auto 0;
  display: block;
}

#formModal .cooperation5 {
  margin: 0;
  max-width: 580px;
  width: 90vw;
}

#formModal .cooperation5 .right .layui-form .layui-form-w24,
#formModal .cooperation5 .right .layui-form .layui-form-w48 {
  margin: 0;
  width: 100%;
}

#formModal .cooperation5 .right .layui-form .layui-form-radios .layui-form-label {
  display: none;
}

.dealer1 {
  margin: 120px 0;
}

.dealer1 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
}

.dealer1 .img {
  width: 22%;
  max-width: 380px;
  position: relative;
  z-index: 3;
}

.dealer1 .img2 {
  z-index: 1;
  margin-left: -5.6%;
}

.dealer1 .img img {
  animation: ab3_1Rotate 40s infinite linear;
}

.dealer1 .img2 img {
  animation: ab3_1Rotate 40s infinite linear;
}

.dealer1 .img .text {
  width: 64%;
  height: 64%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #32567A;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
  padding: 28px;
  text-align: center;
  z-index: 9;
}

.dealer1 .img2 .text {
  background-color: #00cdff;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 1px;
  word-break: keep-all;
}

.dealer1 .img .block {
  position: absolute;
  width: 480px;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dealer1 .img .block .line_1 {
  width: 44px;
  height: 1px;
  background: #32567A;
  right: 0;
  top: 30px;
  position: absolute;
  z-index: 5;
}

.dealer1 .img .block .line_2 {
  position: absolute;
  background-color: #32567A;
  height: 1px;
  top: 30px;
  right: auto;
  left: 100%;
  transform-origin: top left;
}

.dealer1 #dealer1Content .img .block .line_1 {
  width: 0%;
  -webkit-transition: width .3s linear 1.5s;
  -moz-transition: width .3s linear 1.5s;
  -ms-transition: width .3s linear 1.5s;
  -o-transition: width .3s linear 1.5s;
  transition: width .3s linear 1.5s;
}

.dealer1 #dealer1Content .img .block .line_2 {
  opacity: 0;
  -webkit-transition: opacity .3s linear 1s;
  -moz-transition: opacity .3s linear 1s;
  -ms-transition: opacity .3s linear 1s;
  -o-transition: opacity .3s linear 1s;
  transition: opacity .3s linear 1s;
}

.dealer1 #dealer1Content .img .block .num,
.dealer1 #dealer1Content .img .block .name,
.dealer1 #dealer1Content .img .block .desc {
  opacity: 0;
  -webkit-transition: opacity .3s ease 2s;
  -moz-transition: opacity .3s ease 2s;
  -ms-transition: opacity .3s ease 2s;
  -o-transition: opacity .3s ease 2s;
  transition: opacity .3s ease 2s;
}

.dealer1 #dealer1Content.active .img .block .line_1 {
  width: 44px;
}

.dealer1 #dealer1Content.active .img .block .line_2,
.dealer1 #dealer1Content.active .img .block .num,
.dealer1 #dealer1Content.active .img .block .name,
.dealer1 #dealer1Content.active .img .block .desc {
  opacity: 1;
}

.dealer1 .img .block .num {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #32567A;
  border: solid 4px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 3;
  right: 40px;
  top: -1px;
}

.dealer1 .img .block .name {
  height: 46px;
  background-color: #32567A;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 42px 0 30px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

.dealer1 .img .block .name em {
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  font-style: normal;
  display: block;
}

.dealer1 .img .block .desc {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #32567A;
  padding: 30px;
  width: 410px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 3px;
}

.dealer1 .img .block1 {
  right: 100%;
  top: -10%;
}

.dealer1 .img .block1 .line_2 {
  width: 250px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}

.dealer1 .img .block2 {
  right: 100%;
  top: 50%;
}

.dealer1 .img .block2 .line_2 {
  width: 90px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.dealer1 .img .block3 {
  right: 100%;
  top: 110%;
}

.dealer1 .img .block3 .line_2 {
  width: 140px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.dealer1 .img .block4 {
  right: auto;
  left: 100%;
  top: -10%;
  padding-left: 70px;
  padding-right: 0px;
  align-items: flex-start;
}

.dealer1 .img .block4 .line_1 {
  right: auto;
  left: 0;
  background-color: #00cdff;
}

.dealer1 .img .block4 .line_2 {
  width: 280px;
  right: 100%;
  left: auto;
  background-color: #00cdff;
  transform-origin: top right;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.dealer1 .img .block4 .num {
  background: #00cdff;
  left: 40px;
  right: auto;
}

.dealer1 .img .block4 .name {
  background-color: #00cdff;
  padding: 0 30px 0 42px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.dealer1 .img .block4 .name em {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

.dealer1 .img .block4 .desc {
  border-color: #00cdff;
}

.dealer1 .img .block5 {
  top: 70%;
}

.dealer1 .img .block5 .line_2 {
  width: 130px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.dealer1 .img .block6 {
  top: 145%;
}

.dealer1 .img .block6 .line_2 {
  width: 240px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}

.dealer2 {
  margin: 320px 0 120px;
}

.dealer2 ul {}

.dealer2 ul>li {
  margin: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealer2 .text {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-left: 120px;
}

.dealer2 .text h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  color: #386cbf;
  margin-top: 40px;
}

.dealer2 .text h3 {
  font-family: Arial;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: -5px;
  color: #32567A;
  margin-left: -120px;
}

.dealer2 .text h3::after {
  content: '';
  background: #32567A;
  opacity: .2;
  height: 1px;
  width: 240px;
  display: block;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin: 20px 0;
}

.dealer2 .text h4 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #333333;
}

.dealer2 .text h6 {
  font-size: 20px;
  font-weight: 100;
  color: #333333;
  opacity: 0.4;
  margin-top: 10px;
}

.dealer2 .text h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 32px;
  color: #333333;
  margin-top: 40px;
}

.dealer2 .text h5 span {
  font-size: 18px;
  font-weight: bold;
  color: #32567A;
}

.dealer2 .text ol {
  margin-top: 10px;
}

.dealer2 .text ol li {
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  color: #333333;
}

.dealer2 .img {
  width: 50%;
  -webkit-transform: translateX(calc(50vw - 100%));
  -moz-transform: translateX(calc(50vw - 100%));
  -ms-transform: translateX(calc(50vw - 100%));
  -o-transform: translateX(calc(50vw - 100%));
  transform: translateX(calc(50vw - 100%));
}

.dealer2 ul>li:nth-child(2n) .img {
  order: -1;
  -webkit-transform: translateX(calc(100% - 50vw));
  -moz-transform: translateX(calc(100% - 50vw));
  -ms-transform: translateX(calc(100% - 50vw));
  -o-transform: translateX(calc(100% - 50vw));
  transform: translateX(calc(100% - 50vw));
}

.dealer3 {
  background: #f7f8fa;
  padding: 120px 0;
}

.dealer4 {
  margin: 120px 0;
}

.dealer4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.dealer4 .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dealer4 .right {
  margin-left: 50%;
  width: 50%;
  padding: 80px 100px;
}

.dealer4 .right ul {}

.dealer4 .right ul li {
  font-size: 20px;
  line-height: 34px;
  color: #333333;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.dealer4 .right ul li:first-child {
  margin-top: 0;
}

.dealer4 .right ul li img {
  margin-right: 14px;
}

.dealer5 {
  padding: 120px 0;
  height: 1074px;
  background-color: #f7f8fa;
}

.dealer5 .container {
  margin-top: 50px;
}

.dealer5 .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dealer5 .container ul li:nth-child(2n + 1) {
  position: relative;
  width: 220px;
  height: 300px;
  padding-top: 70px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e6ecf2;
}

.dealer5 .container ul li:nth-child(2n) {
  width: 20px;
  margin: 0 16px;
}

.dealer5 .container ul li:last-child {
  display: none;
}

.dealer5 .container ul li:nth-child(2n + 1) img:nth-child(1) {
  position: absolute;
  top: 20px;
  left: -8px;
}

.dealer5 .container ul li:nth-child(2n + 1) img:nth-child(2) {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.dealer5 .container ul li:nth-child(2n + 1):hover img:nth-child(2) {
  -webkit-transform: scale(1.02) rotate(6deg);
  -moz-transform: scale(1.02) rotate(6deg);
  -ms-transform: scale(1.02) rotate(6deg);
  -o-transform: scale(1.02) rotate(6deg);
  transform: scale(1.02) rotate(6deg);
}

.dealer5 .container ul li span {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 4px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.dealer5 .container ul li h6 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.dealer5 .container ul li:nth-child(2n + 1):hover h6 {
  color: #32567A;
}

.dealer6 {
  margin-top: -400px;
}

.join1 {
  margin: 100px auto 48px;
}

.join1 .container {
  display: flex;
  position: relative;
  padding: 72px 0;
  margin-top: 20px;
}

.join1 .container .item {
  position: relative;
}

.join1 .container .item::before {
  content: '';
  border-top: 1px dashed #32567A;
  top: 50%;
  left: 113%;
  width: 20%;
  position: absolute;
}

.join1 .container .item:nth-child(2) {
  margin-top: 28%;
}

.join1 .container .item h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}

.join1 .container .item h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 40px;
}

.join1 .container .item h6 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
}

.join1 .container .item img {
  margin-top: 20px;
}

.join1 .left {
  padding-right: 12.5%;
  width: 50%;
}

.join1 .right {
  padding-left: 12.5%;
  width: 50%;
}

.join1 .right .item::before {
  right: 113%;
  left: auto;
}

.join1 .line {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px dashed #32567A;
}

.join1 .line::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #32567A;
  opacity: 0.2;
  position: absolute;
  left: -12px;
  top: -5px;
  border-radius: 50%;
}

.join1 .line::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #32567A;
  position: absolute;
  left: -7px;
  top: 0;
  border-radius: 50%;
}

.join2 .container {
  margin-top: 40px;
}

.join2 .swiper {
  margin: 80px auto 120px;
}

.join2 .swiper-container {
  width: 80%;
}

.join3 {
  padding: 80px 0;
}

.join3 h4 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  max-width: 750px;
}

.join4 {
  margin: 100px auto;
}

.join4 .product_nav {
  margin-top: 30px;
}

.join4 .top {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 80px;
}

.join4 .top .left {
  width: 46%;
  padding-right: 40px;
}

.join4 .top .left h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.join4 .top .left h6 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
}

.join4 .top .right {
  width: 54%;
  height: 260px;
  border-radius: 8px;
}

.join4 .bot {
  margin-top: 40px;
}

.join4 .bot .item {
  padding: 40px 28px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.join4 .bot .item:hover {
  background: url(../images/join4_bg.png) right bottom / contain no-repeat;
  box-shadow: 0px 4px 20px 0px rgba(15, 41, 76, 0.06);
}

.join4 .bot .item .left {
  flex: 1;
}

.join4 .bot .item .left h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.join4 .bot .item:hover .left h4 {
  color: #32567A;
}

.join4 .bot .item .left h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
}

.join4 .bot .item .right {
  text-align: right;
  width: 180px;
}

.join4 .bot .item .right h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.join4 .bot .item .right h5 img {
  margin-right: 8px;
}

.join_detail_top ._top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join_detail_top .left {}

.join_detail_top .left .tit {
  text-align: left;
}

.join_detail_top .left .items {
  display: flex;
  margin-top: 10px;
}

.join_detail_top .left .items span {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.join_detail_top .left .items span img {}

.join_detail_top .right {}

.join_detail_top .right a {
  display: block;
  width: 160px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #32567A;
  border-radius: 24px;
}

.join_detail_top .right .time {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 20px;
  text-align: right;
}

.join_detail_top ._bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.join_detail_top ._bot span {
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  color: #32567A;
  height: 28px;
  background-color: rgba(4, 78, 181, 0.1);
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.join_detail .content h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 24px;
}

.marketing1 {
  margin: 100px auto;
}

.marketing1 .layui-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.marketing1 .layui-form .line {
  width: 1px;
  height: 18px;
  background: #e1e7f0;
}

.marketing1 .layui-form .layui-form-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e1e7f0;
  height: 48px;
}

.marketing1 .layui-form .layui-form-label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  width: 66px;
  display: flex;
  align-items: center;
  height: 18px;
  border-right: 1px solid #e1e7f0;
  padding: 0;
}

.marketing1 .layui-form .layui-input-inline {
  flex: 1;
}

.marketing1 .layui-form .layui-input-inline input[type="text"] {
  border: 0;
  padding: 0 20px;
}

.marketing1 .layui-form .layui-input-inline input[type="text"]::placeholder {
  color: #999;
}

.marketing1 .layui-form .layui-btn {
  width: 150px;
  height: 48px;
  background-color: #32567A;
  border-radius: 24px;
  margin-left: 50px;
}

.marketing1 .layui-form .layui-btn img {
  width: 16px;
  margin-right: 4px;
}

.marketing1 .content {
  border-top: 1px solid #e1e7f0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.marketing1 .content a {
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e6ecf2;
  margin-right: 3.5%;
  margin-top: 3.5%;
  width: 31%;
  padding: 2% 3%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.marketing1 .content a:hover {
  box-shadow: 5px 9px 30px 0px rgba(51, 51, 51, 0.05);
}

.marketing1 .content a:nth-child(3n) {
  margin-right: 0;
}

.marketing1 .content a h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
  margin-bottom: 10px;
}

.marketing1 .content a h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-left: 60px;
}

.marketing1 .content a h6 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  text-align: justify;
}

.marketing1 .content a h6::before {
  content: '：';
  position: absolute;
  top: 0;
  left: 48px;
}

.marketing1 .content a h6 span::after {
  content: '';
  width: 100%;
  display: inline-block;
}

.marketing1 .content a em {
  font-style: normal;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #32567A;
  position: absolute;
  right: 10%;
  bottom: 5%;
  display: flex;
  align-items: center;
}

.marketing1 .content a em img {
  margin-left: 6px;
}

.marketing2 {
  padding: 100px 0;
  background: #f7f8fa url(../images/market2_bg.png) left bottom / contain no-repeat;
}

.marketing2 .common_tit h6 {
  font-size: 32px;
}

.marketing2 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.marketing2 .content .left {
  width: 50%;
  padding-left: 10%;
  padding-right: 40px;
  margin: -80px 0;
}

.marketing2 .content .left .item {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  height: 90px;
  margin: 80px 0;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 20px;
  position: relative;
  height: 70px;
  background-image: linear-gradient(-90deg, #32567A 0%, #0095ff 100%);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.marketing2 .content .left .item>* {
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
}

.marketing2 .content .left .item em {
  width: 120px;
  height: 120px;
  background: #f7f8fa;
  border-radius: 50%;
  left: -70px;
  bottom: -10px;
  position: absolute;
}

.marketing2 .content .left .item .img {
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1), inset 1px 2px 0px 0px #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  bottom: 0;
}

.marketing2 .content .right {
  width: 50%;
  padding-left: 40px;
}

.marketing2 .content .right h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.marketing2 .content .right h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 20px;
}

.marketing3 {
  margin: 120px auto;
}

.marketing3 .container {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketing3 .container .item {
  height: 320px;
  border-radius: 8px;
  width: 46%;
  padding: 40px;
}

.marketing3 .container .item h4 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}

.marketing3 .container .item h6 {
  font-size: 18px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 20px;
  line-height: 30px;
  height: 30px;
}

.marketing3 .container .item .as {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.marketing3 .container .item .as a {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.marketing3 .container .item .as a:hover {
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
}

.marketing3 .container .item .as a img {
  max-width: 138px;
  margin-left: -14px;
  margin-top: -10px;
  display: block;
}

.marketing4 {
  padding: 100px 0;
  background: #f7f8fa;
}

.marketing4 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.marketing4 .content .item {
  margin-right: 3.5%;
  width: 31%;
  margin-top: 20px;
}

.marketing4 .content .item:nth-child(3n) {
  margin-right: 0;
}

.marketing4 .content .item .img {
  overflow: hidden;
  border-radius: 8px;
}

.marketing4 .content .item .img .inner {
  padding-top: 62.5%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.marketing4 .content .item .img:hover .inner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.marketing4 .content .item .text {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing4 .content .item .text h6 {
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.marketing5 {
  margin: 100px auto;
}

.marketing5 .container {}

.marketing5 .container h4 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin-top: 50px;
}

.marketing5 .container h4 span {
  font-family: "DIN Alternate";
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #00cdff;
}

.marketing5 .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.marketing5 .container ul li {
  text-align: center;
  margin: 0 40px;
}

.marketing5 .container ul li h5 {
  font-family: "DIN Alternate";
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  color: #666666;
}

.marketing5 .container ul li h5 span {
  font-size: 80px;
}

.marketing5 .container ul li h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}

.marketing5 .content {
  display: flex;
  flex-wrap: wrap;
}

.marketing5 .content .swiper-wrapper {
  flex-wrap: wrap;
}

.marketing5 .content .item {
  border-radius: 4px;
  border: solid 1px #eeeeee;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  margin-top: 40px;
  width: 14%;
  margin-right: 3.2%;
}

.marketing5 .content .item:nth-child(6n) {
  margin-right: 0;
}

.marketing5 .content .item:hover {
  box-shadow: 2px 4px 30px 0px rgba(15, 41, 76, 0.1);
}

.news {
  margin: 80px auto;
}

.news .content {
  display: flex;
  flex-wrap: wrap;
}

.news .content a {
  margin-right: 39px;
  margin-top: 40px;
  width: calc(33.33% - 26px);
  background: #f7f8fa;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news .content a:hover {
  background: #32567A;
}

.news .content a:nth-child(-n + 3) {
  margin-top: 0;
}

.news .content a:nth-child(3n) {
  margin-right: 0;
}

.news .content a .img_wrap {
  overflow: hidden;
}
.news .content a .img_wrap video{
  width: 100%;height: 16vw;
}
.news .content a .img {
  width: 100%;
  padding-top: 54%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news .content a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news .content a .text {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  justify-content: space-between;
}

.news .content a .text .left {
  width: calc(100% - 128px);
  padding-right: 20px;
}

.news .content a .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.news .content a .text h6 {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  opacity: 0.6;
  margin-top: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news .content a .text .right {
  display: flex;
  align-items: center;
  color: #666666;
  opacity: 0.6;
  width: 128px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news .content a .text .right .dd {
  font-family: Arial;
  font-size: 46px;
  line-height: 36px;
  letter-spacing: 1px;
  border-right: 1px solid #666;
  padding-right: 8px;
  margin-right: 8px;
}

.news .content a .text .right .yyyy-mm {
  font-size: 16px;
  line-height: 18px;
}

.news .content a:hover .text h4,
.news .content a:hover .text h6,
.news .content a:hover .text .right {
  color: #fff;
}

.bread {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  width: 90%;
  max-width: 1600px;
}

.bread a {
  font-size: 16px;
  font-weight: 100;
  color: #32567A;
}

.bread a.index,
.bread a[href="javascript:;"] {
  color: #666666;
}

.bread a.underline {
  text-decoration: underline;
}

.bread img {
  margin: 0 10px;
}

.detail_wrap {}

.detail {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto;
}

.detail .tit {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}

.detail .desc {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999999;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.detail .desc>div{
  display:flex;justify-content:center;align-items:center;
}

.detail .desc img {
  margin: 0 6px 0 18px;
}

.detail .content {
  padding: 20px 0;
  margin: 15px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.detail .content p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
  margin: 10px 0;
}

.detail .content img {}

.detail .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail .bottom .left {
  display: flex;
  flex-direction: column;
}

.detail .bottom .left a {
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.detail .bottom .left a:hover {
  color: #32567A;
}

.detail .bottom .right {
  width: 150px;
  height: 48px;
  background-color: #32567A;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.detail .bottom .right:hover {
  opacity: .8;
}

.detail .bottom .right img {
  margin-right: 6px;
}

/* product */
.product_nav {
  height: 60px;
}

.product_nav_inner {
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  top: 81px;
  left: 0;
  width: 100%;
  z-index: 55;
}

.product_nav.fixed .product_nav_inner {
  position: fixed;
}

.product_nav_item {
  font-size: 16px;
  color: #666666;
  margin: 0 40px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.product_nav.fixed .product_nav_item {
  line-height: 50px;
}

.product_nav_item::after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #32567A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.product_nav_item:hover,
.product_nav_item.active {
  color: #32567A;
}

.product_nav_item.active::after {
  width: 100%;
}

.product_item {
  position: relative;
}

.prod_md {
  position: absolute;
  top: -156px;
}

.product_item {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item .container {
  display: flex;
  align-items: center;
  justify-content: center;
}


.product_item .img {
  width: 50%;
  padding-top: 50px;
  padding-right: 8%;
}

.product_item1 .img,
.product_item3 .img,
.product_item5 .img {
  order: 1;
  padding-right: 0%;
  padding-left: 8%;
}

.product_item .text {
  width: 50%;
}

.product_item .text_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.product_item .text_tl {}

.product_item .text_tl h4 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}

.product_item .text_tl h4 span {
  font-size: 40px;
}

.product_item .text_tl h6 {
  font-size: 20px;
  color: #333333;
}

.product_item .text_t a {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_item .text_t a img {
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_item .text_t a:hover {
  border: 1px solid transparent;
}

.product_item .text_t a:hover img {
  margin-left: 20px;
}

.product_item .text_b {}

.product_item .text_b h4 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-top: 32px;
}

.product_item .text_b h4 span {
  font-size: 30px;
  font-weight: bold;
}

.product_item .text_b ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.product_item .text_b ul li {
  position: relative;
  flex: 1;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 8px;
}

.product_item .text_b ul li:last-child {
  margin-right: 0;
}

.product_item .text_b ul li .img {
  width: 100%;
  padding-top: 68.25%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_item .text_b ul li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product_item .text_b ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: linear-gradient(0deg, rgba(9, 10, 13, 0.8), rgba(9, 10, 13, 0));
  opacity: 0.7;
}

.product_item .text_b ul li h6 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.product_info_wrap {}

.product_info1_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.product_info1_1 .img {
  width: 50%;
  padding-right: 8%;
}

.product_info1_1 .text {
  width: 50%;
  padding-right: calc(50vw - 800px);
}

.product_info1_1 .text_t {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
}

.product_info1_1 .text_t h4 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}

.product_info1_1 .text_t h4 span {
  font-size: 60px;
}

.product_info1_1 .text_t h6 {
  font-size: 30px;
  color: #333333;
}

.product_info1_1 .text_b {
  font-size: 20px;
  line-height: 40px;
  color: #222222;
}

.product_info1_1 .text_b span {
  text-decoration: underline;
}

.product_info1_2 {
  padding: 100px 0;
  background: #f7f8fa;
}

.product_info1_2 .content {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  margin-top: 50px;
}

.product_info1_2 .content li {
  width: 20%;
  padding: 50px 2% 0;
  text-align: center;
  min-height: 250px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  cursor: pointer;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_info1_2 .content li:nth-child(5n) {
  border-right: 0;
}

.product_info1_2 .content li:nth-child(5n)::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

.product_info1_2 .content li:nth-child(5n + 1)::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.product_info1_2 .content li:nth-child(-n + 5) {
  border-top: 0;
  padding-top: 0;
}

.product_info1_2 .content li img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_info1_2 .content li:hover {
  color: #32567A;
}

.product_info1_2 .content li:hover img {
  -webkit-transform: scale(1.02) rotate(6deg);
  -moz-transform: scale(1.02) rotate(6deg);
  -ms-transform: scale(1.02) rotate(6deg);
  -o-transform: scale(1.02) rotate(6deg);
  transform: scale(1.02) rotate(6deg);
}

.product_info1_2 .content li h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 20px;
}

.product_info1_2 .content li h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
  margin-top: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_info1_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 20%;
}

.product_info1_3 .img {
  width: 40%;
}

.product_info1_3 .text {
  width: 50%;
}

.product_info1_3 .text h4 {
  font-size: 56px;
  color: #333333;
  margin-bottom: 30px;
}

.product_info1_3 .text h4 span {
  font-weight: bold;
  font-size: 50px;
  background: linear-gradient(to top, #32567A, #0f8cd7);
  -webkit-background-clip: text;
  color: transparent;
}

.product_info1_3 .text h5 {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  color: #333333;
}

.product_info1_3 .text h6 {
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  color: #333333;
  margin-top: 50px;
}

.product_info1_3 .text h6 span {
  font-family: Arial;
  font-size: 56px;
  color: #32567A;
  font-weight: 400;
}

.product_info4_3 {
  padding: 0 0 0 20%;
  align-items: flex-end;
}

.product_info4_3 .text {
  padding: 10% 0;
}

.product_info4_3 .img {
  width: 48%;
}

.product_info1_4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 14%;
  background: #e3e7ed;
}

.product_info1_4 .img {
  width: 45%;
  padding-right: 11%;
}

.product_info1_4 .text {
  width: 55%;
}

.product_info1_4 .text h4 {
  font-weight: bold;
  font-size: 50px;
  background: linear-gradient(to top, #32567A, #0f8cd7);
  -webkit-background-clip: text;
  color: transparent;
}

.product_info1_4 .text h4 span {
  font-size: 40px;
}

.product_info1_4 .text h5 {
  font-size: 56px;
  font-weight: 100;
  line-height: 80px;
  color: #333333;
}

.product_info1_4 .text h6 {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  color: #333333;
}

.product_info1_4 .text .tip {
  margin: 40px 0 70px;
}

.product_info1_4 .text .tip h6 {
  padding-left: 20px;
  position: relative;
}

.product_info1_4 .text .tip h6::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #32567A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}

.product_info1_5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 20% 80px;
}

.product_info1_5 .img {
  width: 40%;
}

.product_info1_5 .text {
  width: 50%;
}

.product_info1_5 .text h4 {
  font-size: 56px;
  color: #333333;
  margin-bottom: 30px;
}

.product_info1_5 .text h4 span {
  font-weight: bold;
  font-size: 50px;
  background: linear-gradient(to top, #32567A, #0f8cd7);
  -webkit-background-clip: text;
  color: transparent;
}

.product_info1_5 .text h6 {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  color: #333333;
  margin-top: 40px;
}

.product_info1_6 {
  padding: 80px 0 120px;
}

.product_info1_6 .swiper {
  padding: 0 80px;
  margin-top: 40px;
}

.product_info1_6 .swiper .swiper-slide h6 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_info1_6 .swiper .swiper-slide .img {
  overflow: hidden;
  border-radius: 8px;
}

.product_info1_6 .swiper .swiper-slide .img img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product_info1_6 .swiper .swiper-slide:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product_info1_6 .swiper .swiper-slide:hover h6 {
  color: #32567A;
}

.product_info1_6 .swiper .prevButton {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}

.product_info1_6 .swiper .nextButton {
  -webkit-transform: rotate(180deg) translateY(25px);
  -moz-transform: rotate(180deg) translateY(25px);
  -ms-transform: rotate(180deg) translateY(25px);
  -o-transform: rotate(180deg) translateY(25px);
  transform: rotate(180deg) translateY(25px);
}

/* product */
.research_wrap {}

.research1 {
  padding: 100px 0 120px;
}

.research1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.research1 .left {
  width: calc(100% - 500px);
}

.research1 .left h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.research1 .left ul {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.research1 .left ul li {
  margin-right: 5%;
}

.research1 .left ul li h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
}

.research1 .left ul li h6 span {
  font-size: 80px;
  font-weight: bold;
  font-family: "DIN Alternate";
}

.research1 .left h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  margin-top: 80px;
  max-width: 780px;
  width: 90%;
}

.research1 .left h5 span {
  font-family: "DIN Alternate";
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #00cdff;
}

.research1 .right {
  width: 500px;
  position: relative;
}

.research1 .right img {
  width: 84.2%;
  margin-left: 9.4%;
}

.research1 .right .text1 {
  position: absolute;
  left: 53%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.research1 .right .text1 h6 {
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  text-align: center;
}

.research1 .right .text1 h6 span {
  font-size: 80px;
  font-weight: bold;
  color: #333;
  font-family: "DIN Alternate";
}

.research1 .right .text2 {
  background: #32567A;
  position: absolute;
  left: 14%;
  top: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.research1 .right .text2 h6 {
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.research1 .right .text2 h6 span {
  font-size: 50px;
  font-weight: bold;
  font-family: "DIN Alternate";
}

.research1 .right .text3 {
  width: 150px;
  height: 150px;
  left: 85%;
  top: 82%;
}

.research1 .right .text4 {
  background: #00cdff;
  width: 140px;
  height: 140px;
  left: 80%;
  top: 18%;
}

.research2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.research2 .container .item {
  width: 25%;
  padding: 0 5% 0 2.5%;
  color: #ffffff;
  overflow: hidden;
  border-right: 1px solid rgba(253, 253, 253, 0.4);
}

.research2 .container .item:last-child {
  border-right: 0;
}

.research2 .container .item h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

.research2 .container .item h5 {
  font-family: Arial;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.2);
}

.research2 .container .item h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  height: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-top: 10px;
  opacity: 0;
}

.research2 .container .item span {
  width: 140px;
  height: 42px;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #32567A;
  opacity: 0;
}

.research2 .container .item span img {
  margin-left: 24px;
}

.research2 .container .item>* {
  position: relative;
  top: 260px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research2 .container .item:hover>* {
  top: 0;
  opacity: 1;
}

.research3 {
  padding: 100px 0 80px;
  margin: 100px auto;
  background: #f7f8fa;
}

.research3 .content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.research3 h4 {
  max-width: 1100px;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  margin: 0 auto;
  text-align: center;
}

.research3 .content .left {
  width: 464px;
}

.research3 .content .right {
  width: calc(100% - 464px);
}

.research3 .content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.research3 .content .right li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  color: #666666;
  margin-top: 18px;
  padding-left: 142px;
  padding-right: 160px;
  min-width: 690px;
  position: relative;
  background: url(../images/research3_bg1.png) left top no-repeat, url(../images/research3_bg3.png) right top no-repeat;
}

.research3 .content .right li::before {
  content: '';
  background: #fff;
  height: 60px;
  position: absolute;
  left: 174px;
  right: 516px;
}

.research3 .content .right li:nth-child(1) {
  margin-top: 0;
  margin-left: -240px;
}

.research3 .content .right li:nth-child(2) {
  margin-left: -195px;
}

.research3 .content .right li:nth-child(3) {
  margin-left: -150px;
}

.research3 .content .right li:nth-child(4) {
  margin-left: -105px;
}

.research3 .content .right li:nth-child(5) {
  margin-left: -60px;
}

.research3 .content .right li span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  word-break: keep-all;
}

.research3 .content .right li img {
  margin: 0 30px;
  position: relative;
}

.research3 .content .right li em {
  font-style: normal;
  position: relative;
}

.research4 {
  padding: 100px 0;
}

.research4 .swiper {
  padding: 0 90px;
  margin-top: 50px;
}

.research4 .swiper .swiper-container {
  padding: 10px 0 20px;
}

.research4 .swiper .swiper-slide {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research4 .swiper .swiper-slide:hover {
  box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}

.research4 .swiper .swiper-slide h6 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research4 .swiper .swiper-slide:hover h6 {
  color: #32567A;
}

.research4 .swiper .prevButton {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  transform: translateY(-48px);
}

.research4 .swiper .nextButton {
  -webkit-transform: rotate(180deg) translateY(48px);
  -moz-transform: rotate(180deg) translateY(48px);
  -ms-transform: rotate(180deg) translateY(48px);
  -o-transform: rotate(180deg) translateY(48px);
  transform: rotate(180deg) translateY(48px);
}

.research5 {
  padding: 100px 0;
  background: #f7f8fa;
}

.research5 h5 {
  width: 90%;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  text-align: center;
}

.research5 h5.mw600 {
  max-width: 600px;
  margin-top: 30px;
}

.research5 h5.mw1100 {
  max-width: 1100px;
}

.research5 img {
  display: block;
  margin: 50px auto 0;
  max-width: 90%;
}

.research6 {
  padding: 100px 0;
}

.research6 h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 50px auto;
}

.research6 .content {
  display: flex;
  flex-wrap: wrap;
}

.research6 .content a {
  margin-right: 39px;
  margin-top: 40px;
  width: calc(33.33% - 26px);
  background: #f7f8fa;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research6 .content a:hover {
  background: #32567A;
}

.research6 .content a:nth-child(-n + 3) {
  margin-top: 0;
}

.research6 .content a:nth-child(3n) {
  margin-right: 0;
}

.research6 .content a .img_wrap {
  overflow: hidden;
}

.research6 .content a .img {
  width: 100%;
  padding-top: 62.5%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research6 .content a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.research6 .content a .text {
  text-align: center;
  padding: 0px 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.research6 .content a:hover .text {
  color: #fff;
}

.result_wrap {}

.result1 {
  background-color: #f7f8fa;
}

.result1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
}

.result1 .left {
  font-size: 36px;
  font-weight: 100;
  color: #000000;
}

.result1 .right {
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.result1 .right input {
  width: 500px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #e1e4e5;
  padding: 0 20px;
  font-size: 20px;
  color: #333333;
}

.result1 .right a {
  width: 100px;
  height: 55px;
  background-color: #32567A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result1 .right a img {}

.result2 {
  margin: 50px auto 100px;
}

.result2 h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4a4a4a;
}

.result2 h5 span {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #32567A;
}

.result2 .content {}

.result2 .content a {
  margin-top: 72px;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.result2 .content a:hover {
  opacity: .6;
}

.result2 .content a h4 {
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #333333;
}

.result2 .content a h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4a4a4a;
  margin-top: 20px;
}

.index1 {
  padding: 100px 0 136px;
}

.index1 .container h5 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  max-width: 1100px;
  text-align: center;
  margin: 40px auto 0;
}

.index1 .content {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}

.index1 .content .left {
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index1 .content .left img {}

.index1 .content .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.index1 .content .right .item {
  background: #fff;
  width: 50%;
  height: 300px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5%;
}

.index1 .content .right .item1 {}

.index1 .content .right .item2 {}

.index1 .content .right .item3 {
  color: #fff;
}

.index1 .content .right .item4 {
  color: #fff;
}

.index1 .content .right .item h4 {
  font-size: 30px;
  font-weight: bold;
  font-family: "DIN Alternate";
}

.index1 .content .right .item h4 span {
  font-size: 80px;
  margin-right: 12px;
}

.index1 .content .right .item h4 span.f50 {
  font-size: 50px;
}

.index1 .content .right .item h5 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 1px;
  color: inherit;
  text-align: left;
  margin: 20px 0 0;
}

.index1 .content .right .item h6 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  height: 56px;
}

.index2 {
  background: #f4f5f7;
  padding: 100px 0 66px;
}

.index2 .common_tit h6 {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #666666;
}

.index2 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}

.index2 .content .item {
  width: 20%;
  height: 600px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4% 2%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index2 .content .item.active {
  width: 50%;
  padding: 4% 3%;
}

.index2 .content .item.unactive {
  width: 12.5%;
  padding: 4% 1%;
}

.index2 .content .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index2 .content .item.active .bg {
  opacity: 1;
}

.index2 .content .item .img_h {
  position: relative;
}

.index2 .content .item h4 {
  position: relative;
  z-index: 3;
  font-size: 22px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index2 .content .item.active h4 {
  font-size: 24px;
  font-weight: bold;
}

.index2 .content .item h4::before {
  content: '';
  display: block;
  margin: 20px 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.index2 .content .item h6 {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .3s ease .3s;
  -moz-transition: all .3s ease .3s;
  -ms-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.index2 .content .item.active h6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.index2 .content .item.active .img_h.img_ha img {
  opacity: 0;
}

.index2 .content .item.active .img_h.img_ha img:nth-child(2) {
  opacity: 1;
}

.index2 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.index2 .bottom .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 124px;
}

.index2 .bottom .left .prevButton {}

.index2 .bottom .left .nextButton {}

.index2 .bottom .right {
  flex: 1;
  margin-left: 78px;
  margin-right: 64px;
  height: 1px;
  background: #dddddd;
  position: relative;
}

.index2 .bottom .right span {
  width: 0%;
  height: 3px;
  background-color: #36bdea;
  display: block;
  position: relative;
  top: -1px;
}

.index2 .bottom .right.active span {
  width: 100%;
  -webkit-transition: all 4.8s linear .2s;
  -moz-transition: all 4.8s linear .2s;
  -ms-transition: all 4.8s linear .2s;
  -o-transition: all 4.8s linear .2s;
  transition: all 4.8s linear .2s;
}

.index2 .bottom a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index2 .bottom a:hover {
  color: #32567A;
}

.index3 {
  margin-top: 100px;
}

.index3 .content {
  margin-top: 54px;
  position: relative;
  padding: 10% 0 5%;
}

.index3 .content .index3_img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  transform-origin: left bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .8s ease 1s;
  -moz-transition: all .8s ease 1s;
  -ms-transition: all .8s ease 1s;
  -o-transition: all .8s ease 1s;
  transition: all .8s ease 1s;
}

.index3 .content .index3_img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  transform-origin: right top;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .8s ease 1s;
  -moz-transition: all .8s ease 1s;
  -ms-transition: all .8s ease 1s;
  -o-transition: all .8s ease 1s;
  transition: all .8s ease 1s;
}

.index3 #index3Content.active .index3_img1,
.index3 #index3Content.active .index3_img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.index3 .content .product_item {
  padding: 0 100px;
}

.index3 .content .product_item .text_tl h4,
.index3 .content .product_item .text_tl h6,
.index3 .content .product_item .text_b h4 {
  color: #fff;
}

.index3 .content .product_item .text_t a {
  border-color: transparent;
}

.index3 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}

.index3 .bottom .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 124px;
}

.index3 .bottom .left .prevButton {}

.index3 .bottom .left .nextButton {}

.index3 .bottom .right {
  flex: 1;
  margin-left: 60px;
  margin-right: 32px;
  height: 1px;
  background: rgba(221, 221, 221, 0.3);
  position: relative;
}

.index3 .bottom .right span {
  width: 0%;
  height: 3px;
  background-color: #36bdea;
  display: block;
  position: relative;
  top: -1px;
}

.index3 .bottom .right.active span {
  width: 100%;
  -webkit-transition: all 4.8s linear .2s;
  -moz-transition: all 4.8s linear .2s;
  -ms-transition: all 4.8s linear .2s;
  -o-transition: all 4.8s linear .2s;
  transition: all 4.8s linear .2s;
}

.index3 .bottom .names {
  height: 30px;
  position: relative;
}

/*.index3 .bottom .names::before {*/
/*  content: '“';*/
/*  font-size: 24px;*/
/*  line-height: 30px;*/
/*  color: #fff;*/
/*}*/

.index3 .bottom .names span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  word-break: keep-all;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.index3 .bottom .names span:nth-child(1) {
  position: relative;
}

.index3 .bottom .names span.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index4 {
  background: #f7f8fa;
  padding: 100px 0;
}

.index4 .top {
  margin-top: 30px;
  position: relative;
}

.index4 .top .more {
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index4 .product_nav {
  overflow: auto hidden;
  width: calc(100% - 140px);
}

.index4 .product_nav .product_nav_inner {
  background: transparent;
  justify-content: flex-start;
  white-space: nowrap;
}

.index4 .product_nav .product_nav_inner .product_nav_item {
  margin-left: 0;
}

.index4 .swiperBtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 55;
  width: 68.4%;
  margin: -26px auto 0;
}

.index4 .swiperBtn .prevButton {
  left: 0;
  top: 0;
  background: #fff;
}

.index4 .swiperBtn .nextButton {
  right: 0;
  top: 0;
  background: #fff;
}

.index4 .swiper {
  margin: 34px -3% 0;
}

.index4 .swiper .swiper-slide .img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index4 .swiper .swiper-slide .img img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index4 .swiper .swiper-slide .img::after {
  content: '';
  background: #fff;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.index4 .swiper .swiper-slide-prev-prev .img,
.index4 .swiper .swiper-slide-next-next .img {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}

.index4 .swiper .swiper-slide-prev-prev .img::after,
.index4 .swiper .swiper-slide-next-next .img::after {
  opacity: .5;
}

.index4 .swiper .swiper-slide-next-next .img {
  transform-origin: right center;
}

.index4 .swiper .swiper-slide-prev-prev .img {
  transform-origin: left center;
}

.index4 .swiper .swiper-slide .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index4 .swiper h6 {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.index4 {}

.index5 {
  margin: 50px 0 100px auto;
}

.index5 .top {
  margin-top: 30px;
  position: relative;
}

.index5 .top .more {
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .product_nav .product_nav_inner {
  background: transparent;
  justify-content: flex-start;
}

.index5 .product_nav .product_nav_inner .product_nav_item {
  margin-left: 0;
}

.index5 .content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.index5 .left {
  width: 49%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.index5 .left a {
  background: #32567A;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  height: 100%;
  padding-bottom: 116px;
}

.index5 .left a .img_wrap {
  overflow: hidden;
  height: 100%;
}

.index5 .left a .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index5 .left a .text {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index5 .left a .text .left {
  width: calc(100% - 128px);
  padding-right: 20px;
  position: static;
}

.index5 .left a .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a .text h6 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  opacity: 0.6;
  margin-top: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a .text .right {
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0.6;
  width: 128px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
}

.index5 .left a .text .right .dd {
  font-family: Arial;
  font-size: 46px;
  line-height: 36px;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin-right: 8px;
}

.index5 .left a .text .right .yyyy-mm {
  font-size: 16px;
  line-height: 18px;
}

.index5 .right {
  width: 49%;
  margin-left: 51%;
}

.index5 .right .top {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index5 .right .top a {
  width: 48%;
  background: #32567A;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

.index5 .right .top a .img_wrap {
  overflow: hidden;
}

.index5 .right .top a .img {
  width: 100%;
  padding-top: 62.5%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .top a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index5 .right .top a .text {
  padding: 20px 28px;
}

.index5 .right .top a .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .top a .text h6 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  opacity: 0.6;
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.index5 .right .top a .text h6 img {
  margin-right: 4px;
}

.index5 .right .bottom {
  margin-top: 30px;
}

.index5 .right .bottom a {
  display: block;
  background: #fff url(../images/index5_bg.png) right bottom no-repeat;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  padding: 20px 28px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a:hover {
  background: #32567A url(../images/index5_bg.png) right bottom no-repeat;
}

.index5 .right .bottom a .text_t {}

.index5 .right .bottom a .text_t h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a .text_t h6 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  opacity: 0.6;
  margin-top: 12px;
  height: 64px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a .text_b {
  border-top: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.index5 .right .bottom a .text_b .l {}

.index5 .right .bottom a .text_b .l h6 {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a .text_b .l h6 img {
  margin-right: 4px;
}

.index5 .right .bottom a .text_b .r {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  display: flex;
  align-items: center;
}

.index5 .right .bottom a .text_b .r img {
  margin-left: 4px;
}

.index5 .right .bottom a:hover .text_t h4,
.index5 .right .bottom a:hover .text_t h6,
.index5 .right .bottom a:hover .text_b .l h6,
.index5 .right .bottom a:hover .text_b .r {
  color: #fff;
}

.index4 .top .more:hover,
.index5 .top .more:hover {
  color: #32567A;
}

/* footer */
.footer {
  background-color: #32567A;
  color: #fff;
}

.footer a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer .a:hover {
  color: #fff;
}

.footer .top {
  display: flex;
  justify-content: center;
  padding: 100px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .top .left {
  display: flex;
  flex: 1;
}

.footer .top .left .item {
  flex: 1;
  padding-right: 10px;
}

.footer .top .left .item .h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
}

.footer .top .left .item .h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0.6;
  margin-top: 16px;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer .top .left .item .h5:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer .top .left .item .h6:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer .top .left .item .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  margin: 30px 0;
  position: relative;
}

.footer .top .left .item .line::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.footer .top .right {}

.footer .top .right .ewm_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .top .right .ewm_wrap .ewm {
  position: relative;
}

.footer .top .right .ewm_wrap .ewm img:nth-child(1) {}

.footer .top .right .ewm_wrap .ewm img:nth-child(2) {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
}

.footer .top .right .ewm_wrap .ewm h6 {
  text-align: center;
  margin-top: 10px;
  font-weight: 100;
  font-size: 16px;
}

.footer .top .right .contact_item {
  font-size: 14px;
  margin-left: 30px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.footer .top .right .contact_item i {
  margin-right: 8px;
}

.footer .top .right .contact_item img {
  margin-right: 12px;
}

.footer .top .right .contact_item span {}

.footer .bottom {
  padding: 0 0 20px;
}

.footer .bottom h5 {
  font-size: 16px;
}

.footer .bottom h5 a {
  opacity: .6;
}

.footer .bottom h5 a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer .bottom h6 {
  font-size: 14px;
  margin-top: 24px;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .bottom h6 span {
  margin-left: 40px;
}

.footer .bottom h6 span a {}

.footer .bottom h6 span a:hover {
  color: #fff;
  text-decoration: underline;
}

/* footer */
@media (max-width: 1780px) {
  .product_info1_1 .text {
    padding-right: 5%;
  }

  .product_info4_3 {
    padding-left: 10%;
  }

  .product_info1_4 {
    padding: 120px 10%;
  }

  .product_info1_5 {
    padding: 120px 10% 80px;
  }

  .research1 .left ul li {
    margin-right: 3%;
  }
}

@media (max-width: 1600px) {
  .footer .top .left .item .h5 {
    font-size: 16px;
  }

  .footer .top .left .item .h6 {
    font-size: 14px;
  }

  .about1 .content .text ul li {
    margin-right: 10px;
  }

  .about1 .content .text ul li h6 {
    font-size: 15px;
  }

  .product_info1_3 .text h4 {
    font-size: 48px;
  }

  .product_info1_3 .text h4 span {
    font-size: 42px;
  }

  .product_info1_4 .text h5 {
    font-size: 48px;
  }

  .product_info1_5 .text h4 {
    font-size: 48px;
  }

  .product_info1_5 .text h4 span {
    font-size: 42px;
  }

  .dealer1 .img .text {
    font-size: 20px;
  }

  .dealer1 .img2 .text {
    font-size: 24px;
    line-height: 40px;
  }

  .dealer1 .img .block .desc {
    width: 340px;
    padding: 20px;
  }

  .research1 .left ul {
    flex-wrap: wrap;
  }

  .research1 .left ul li {
    width: 33%;
    margin-right: 0;
    margin-top: 30px;
  }

  .research2 .container .item h4 {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .index1 .content .left {
    height: 520px;
  }

  .index1 .content .right .item {
    height: 260px;
  }

  .index1 .content .right .item h4 span {
    font-size: 60px;
  }

  .index1 .content .right .item h4 span.f50 {
    font-size: 40px;
  }

  .index1 .content .right .item h5 {
    font-size: 22px;
    margin-top: 10px;
  }

  .index1 .content .right .item h6 {
    margin-top: 20px;
  }

  .index2 .content .item h4 {
    font-size: 18px;
  }

  .index2 .content .item.active h4 {
    font-size: 20px;
  }

  .header_nav li {
    margin-left: 30px;
  }

  .about1 .content .text {
    padding: 3%;
  }

  .about5 .content .left ul li h6 span {
    font-size: 60px;
  }

  .product_info4_3 {
    padding-left: 5%;
  }

  .product_info1_4 {
    padding: 120px 5%;
  }

  .product_info1_5 {
    padding: 120px 5% 80px;
  }

  .dealer2 .text h3 {
    font-size: 100px;
  }

  .cooperation5 .left {
    padding: 20px;
    width: 280px;
    height: 630px;
  }

  .cooperation5 .left h5 {
    font-size: 20px;
  }

  .cooperation5 .left h6 {
    font-size: 32px;
  }

  .research2 .container .item h4 {
    font-size: 22px;
  }

  .research3 .content .right li {
    padding-left: 60px;
  }
}

@media (max-width: 1360px) {
  .common_tit h4 {
    font-size: 32px;
  }

  .common_tit h4 span {
    font-size: 38px;
  }

  .footer .top .right {
    display: none;
  }

  .index2 .content .item.active {
    width: 40%;
  }

  .index2 .content .item.unactive {
    width: 15%;
  }

  .product_item {
    padding: 80px 5%;
  }

  .product_info1_3 .text h4 {
    font-size: 42px;
  }

  .product_info1_3 .text h4 span {
    font-size: 36px;
  }

  .product_info1_4 .text h5 {
    font-size: 42px;
  }

  .product_info1_5 .text h4 {
    font-size: 42px;
  }

  .product_info1_5 .text h4 span {
    font-size: 36px;
  }

  .product_info1_1 .text_t h4 {
    font-size: 32px;
  }

  .product_info1_1 .text_t h4 span {
    font-size: 50px;
  }

  .product_info1_1 .text_t h6 {
    font-size: 24px;
  }

  .product_info1_1 .text_b {
    font-size: 18px;
  }

  .product_info1_3 .text h5 {
    font-size: 18px;
  }

  .product_info1_4 .text h6 {
    font-size: 18px;
  }

  .product_info1_6 .swiper .swiper-slide h6 {
    font-size: 20px;
  }

  .product_info1_1 .text_t {
    padding-bottom: 20px;
    margin-bottom: 22px;
  }

  .dealer5 .container ul li h6 {
    font-size: 18px;
  }

  .dealer4 .right {
    padding: 40px;
  }

  .dealer4 .right ul li {
    font-size: 18px;
  }

  .dealer1 .img .block .name {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  .dealer1 .img .block .desc {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    width: 300px;
  }

  .dealer1 .img .block .num {
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 20px;
  }

  .dealer1 .img .text {
    font-size: 18px;
  }

  .dealer1 .img2 .text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .header_nav li {
    margin-left: 14px;
  }

  .headeri {
    padding-right: 0;
  }

  .header_lang,
  .header_search {
    display: none;
  }

  .index1 .content .left {
    height: 480px;
  }

  .index1 .content .right .item {
    height: 240px;
  }

  .index1 .content .right .item h4 {
    font-size: 24px;
  }

  .index1 .content .right .item h4 span {
    font-size: 50px;
  }

  .index1 .content .right .item h4 span.f50 {
    font-size: 32px;
  }

  .index1 .content .right .item h5 {
    font-size: 20px;
  }

  .about1 .content .text ul {
    flex-wrap: wrap;
  }

  .about1 .content .text ul li {
    width: 45%;
    margin-right: 5%;
    margin-top: 10px;
  }

  .about1 .content .text ul li:nth-child(2) {
    border-right: 0;
  }

  .about3 ul li.about3_3 .box .small_circle {
    font-size: 15px;
  }

  .about5 .content .right .text1 h4 {
    font-size: 18px;
  }

  .about5 .content .right .text1 h4 span {
    font-size: 28px;
  }

  .product_nav_item {
    margin: 0 20px;
  }

  .product_info1_3 .text h4 {
    font-size: 36px;
  }

  .product_info1_3 .text h4 span {
    font-size: 32px;
  }

  .product_info1_4 .text h5 {
    font-size: 36px;
  }

  .product_info1_5 .text h4 {
    font-size: 36px;
  }

  .product_info1_5 .text h4 span {
    font-size: 32px;
  }

  .dealer5 .container ul li h6 {
    font-size: 16px;
  }

  .cooperation5 .right .layui-form .layui-form-w24 {
    width: 48%;
    margin-right: 0;
  }

  .cooperation5 .right .layui-form .layui-form-w24:first-child {
    margin-right: 4%;
  }

  .cooperation5 .right .layui-form .layui-form-w48 {
    width: 100%;
  }

  .dealer1 .img .text {
    width: 72%;
    height: 72%;
  }

  .dealer1 #dealer1Content.active .img .block .line_1 {
    width: 20px;
  }

  .dealer1 .img .block .num {
    right: 16px;
  }

  .dealer1 .img .block {
    padding-right: 40px;
  }

  .dealer1 .img .block4 .num {
    left: 16px;
  }

  .dealer1 .img .block4 {
    padding-left: 40px;
  }

  .dealer1 .img .block .desc {
    width: 260px;
  }

  .dealer1 .img .text {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }

  .cooperation5 .right .layui-form .layui-form-label {
    display: none;
  }

  .cooperation2 ul li h4 {
    font-size: 16px;
  }

  .marketing3 .container .item {
    width: 49%;
  }

  .marketing3 .container .item .as a {
    width: 100px;
    height: 100px;
  }

  .marketing3 .container .item .as a img {
    margin-left: -19px;
    margin-top: -15px;
  }

  .marketing5 .container ul li h5 span {
    font-size: 60px;
  }

  .marketing4 .content .item .text h6 {
    font-size: 18px;
  }

  .marketing1 .content a em {
    font-size: 0;
  }

  .index2 .common_tit h6,
  .marketing2 .common_tit h6 {
    font-size: 22px;
  }

  .research1 .right .text1 h6 span,
  .research1 .left ul li h6 span {
    font-size: 60px;
  }

  .research1 .right .text2 h6 span {
    font-size: 40px;
  }

  .research1 .right {
    width: 400px;
  }

  .research2 .container .item h4 {
    font-size: 18px;
  }

  .research2 .container .item h5 {
    font-size: 15px;
    line-height: 24px;
  }

  .research2 .container .item h6 {
    font-size: 14px;
    line-height: 20px;
    height: 120px;
  }

  .research3 .content .right li {
    font-size: 14px;
    line-height: 20px;
  }

  .research3 .content .right li span {
    font-size: 22px;
  }

  .research3 .content .right li img {
    margin: 0 16px;
  }
}

@media (max-width: 1100px) {}

@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 5%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #32567A;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #32567A;
  }

  .headerSJ .navbar .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -50%;
    width: 50%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }

  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .product_nav.fixed .product_nav_inner {
    position: static;
  }

  .product_item {
    padding: 80px 5%;
  }
}

@media (max-width: 768px) {
  #video_model .video .close {
    right: 0px;
    top: -50px;
  }

  .pagination {
    margin-top: 20px;
  }

  .banner .text h4 {
    font-size: 30px;
  }

  .banner .text h6 {
    margin-top: 6px;
    font-size: 16px;
  }

  .banner .text a {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .common_tit h4 {
    font-size: 22px;
  }

  .common_tit h4 span {
    font-size: 24px;
  }

  .common_tit h6 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .index2 .common_tit h6,
  .marketing2 .common_tit h6 {
    font-size: 18px;
  }

  .index1 {
    padding: 80px 0 40px;
  }

  .index1 .container h5 {
    margin-top: 20px;
  }

  .index1 .content {
    margin-top: 40px;
    flex-direction: column;
  }

  .index1 .content .left {
    width: 100%;
    height: 200px;
  }

  .index1 .content .left a {
    width: 80px;
    height: 80px;
  }

  .index1 .content .right {
    width: 100%;
  }

  .index1 .content .right .item {
    height: 220px;
  }

  .index1 .content .right .item h4 {
    font-size: 20px;
  }

  .index1 .content .right .item h4 span {
    font-size: 40px;
  }

  .index1 .content .right .item h4 span.f50 {
    font-size: 30px;
  }

  .index1 .content .right .item h5 {
    font-size: 18px;
    margin-top: 0;
  }

  .index1 .content .right .item h6 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }

  .index2 {
    padding: 80px 0;
  }

  .index2 .content {
    display: block;
    margin-top: 0;
  }

  .index2 .content>div {
    margin-top: 20px;
  }

  .index2 .content .item,
  .index2 .content .item.active,
  .index2 .content .item.unactive {
    width: 100%;
    padding: 5%;
    height: 300px;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .index2 .content .item .bg {
    opacity: 1;
  }

  .index2 .content .item h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 20px;
    height: auto;
    overflow: visible;
    opacity: 1;
    display: block;
  }

  .index2 .content .item .img_h.img_ha img {
    opacity: 0;
  }

  .index2 .content .item .img_h.img_ha img:nth-child(2) {
    opacity: 1;
  }

  .index2 .content .item h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .index2 .bottom {}

  .index3 {
    margin-top: 80px;
  }

  .index3 .product_item {
    flex-direction: column;
  }

  .product_item .container {
    flex-direction: column;
  }

  .product_item .img {
    order: 0;
    padding: 0;
    width: 100%;
  }

  .product_item .text {
    width: 100%;
  }

  .product_item .text_t {
    padding-bottom: 20px;
  }

  .product_item .text_tl h4 {
    font-size: 28px;
  }

  .product_item .text_tl h4 span {
    font-size: 32px;
  }

  .product_item .text_tl h6 {
    font-size: 20px;
  }

  .product_item .text_b h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .product_item .text_b h4 span {
    font-size: 22px;
  }

  .product_item .text_b ul li {
    margin-right: 4px;
  }

  .product_item .text_b ul li h6 {
    padding: 0 10px;
    font-size: 14px;
  }

  .index3 .bottom .right {
    display: none;
  }

  .index3 .bottom {
    margin-top: 40px;
  }

  .index3 .bottom .names {}

  .index3 .bottom .names span {
    font-size: 18px;
  }

  .index4 {
    padding: 80px 0;
  }

  .index4 .swiper {
    margin: 20px 10% 0;
  }

  .index4 .swiper .swiper-slide-active .img,
  .index4 .swiper .swiper-slide-duplicate-prev .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .index4 .swiper .swiper-slide-active .img::after,
  .index4 .swiper .swiper-slide-duplicate-prev .img::after {
    display: none;
  }

  .index4 .top .more {
    display: none;
  }

  .product_nav {
    overflow: auto hidden;
  }

  .product_nav .product_nav_inner {
    white-space: nowrap;
  }

  .index4 .swiperBtn {
    width: 115%;
    left: -7.5%;
  }

  .index4 .swiper h6 {
    font-size: 16px;
  }

  .index5 {
    margin: 20px auto;
  }

  .index5 .top .more {
    display: none;
  }

  .index5 .content {
    margin-top: 20px;
    flex-direction: column;
  }

  .index5 .content .left {
    width: 100%;
    position: relative;
    /* display: none; */
  }

  .index5 .left a .img {
    padding-top: 62.5%;
  }

  .index5 .content .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .index5 .right .top {}

  .index5 .right .top a {
    width: 100%;
    margin-bottom: 20px;
  }

  .index5 .right .top a .text h4 {
    font-size: 18px;
  }

  .index5 .right .top a .text h6 {
    margin-top: 0;
  }

  .index5 .right .top a .text {
    padding: 20px 16px;
  }

  .index5 .right .bottom {
    display: none;
  }

  .footer .top .left {
    display: none;
  }

  .footer .top .right {
    display: block;
    margin-left: -30px;
  }

  .footer .top {
    padding: 40px 0;
  }

  .footer .bottom h5 {
    font-size: 14px;
    text-align: center;
  }

  .footer .bottom {
    padding: 10px 0;
  }

  .footer .bottom h6 {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer .bottom h6 span {
    margin-left: 0;
  }

  .banner2_i {
    height: 240px;
  }

  .banner2_text h4 {
    font-size: 24px;
  }

  .banner2_text h6 {
    font-size: 16px;
    margin-top: 0;
  }

  .banner2_text a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }

  .about1 {
    padding: 80px 0;
  }

  .about1 .content {
    margin-top: 40px;
    flex-direction: column;
  }

  .about1 .content .img {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .about1 .content .text {
    width: 100%;
    margin: 0;
    padding: 20px 5%;
  }

  .about1 .content .text>img {
    width: 50%;
  }

  .about1 .content .text h4 {
    margin-top: 20px;
  }

  .about1 .content .text ul li {
    width: 100%;
    margin-right: 0;
    border-right: 0;
  }

  .about2 {
    padding: 80px 0;
  }

  .about2 ul {
    margin-top: 40px;
  }

  .about2 ul li {
    margin-bottom: 30px;
  }

  .about2 ul li h4 {
    font-size: 24px;
  }

  .about2 ul li h6 {
    font-size: 18px;
  }

  .about_wrap .about_tit h4 {
    font-size: 24px;
  }

  .about3 {
    padding-bottom: 80px;
  }

  .about3 ul {
    flex-direction: column;
    margin: 0;
  }

  .about3 ul li {
    margin-top: 20px;
  }

  .about3 ul li.about3_1 .box {
    margin-top: 20px;
  }

  .about3 ul li.about3_2 .box {
    margin-top: 20px;
  }

  .about3 ul li.about3_3 .box {
    margin-top: 20px;
  }

  .about4 {
    padding: 80px 0;
  }

  .about4 .common_tit h4 {
    font-size: 24px;
  }

  .about5 {
    padding: 80px 0;
  }

  .about5 .content {
    flex-direction: column;
  }

  .about5 .content .left {
    width: 100%;
    margin-top: 20px;
  }

  .about5 .content .right {
    width: 100%;
  }

  .about5 .content .left ul li {
    width: 33%;
    min-width: 33%;
    margin-top: 20px;
  }

  .about5 .content .left ul li h4 {
    font-size: 16px;
  }

  .about5 .content .left ul li h6 {
    font-size: 16px;
  }

  .about5 .content .left ul li h6 span {
    font-size: 40px;
    line-height: 40px;
  }

  .about_wrap .about_tit h4 {
    font-size: 18px;
  }

  .about_wrap .about_tit h6 {
    margin-top: 10px;
  }

  .about5 .content .right {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }

  .about5 .content .right .text0 {
    display: none;
  }

  .about5 .content .right .text1,
  .about5 .content .right .text2 {
    width: 100%;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    position: static;
  }

  .about5 .content .right .text1 {
    height: 220px;
  }

  .about5 .content .right .text2 {
    background: #fff !important;
    margin-top: 10px;
    padding: 20px;
  }

  .about5 .content .right .text2 h6 {
    font-size: 22px;
  }

  .product_wrap .product_nav {
    width: 90%;
    margin: 0 auto;
    padding: 0 1px;
  }

  .product_nav .product_nav_inner {
    justify-content: flex-start;
  }

  .product_wrap .product_nav .product_nav_inner a {
    margin-left: 0;
  }

  .product_wrap .product_item {
    padding: 40px 0;
  }

  .product_item .text_t a {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .product_info1_1 {
    padding: 80px 0;
    flex-direction: column;
  }

  .product_info1_1 .img {
    width: 100%;
  }

  .product_info1_1 .text {
    width: 100%;
    margin-top: 20px;
    padding: 0 5%;
  }

  .product_info1_1 .text_t {
    margin-bottom: 20px;
  }

  .product_info1_1 .text_t h4 {
    font-size: 28px;
  }

  .product_info1_1 .text_t h4 span {
    font-size: 32px;
  }

  .product_info1_1 .text_t h6 {
    font-size: 20px;
  }

  .product_info1_1 .text_b {
    font-size: 16px;
    line-height: 30px;
  }

  .product_info1_2 {
    padding: 80px 0;
  }

  .product_info1_2 .content {
    margin: 20px auto 0;
    padding: 20px 0;
  }

  .product_info1_2 .content li {
    width: 50%;
    padding: 20px 2% 0;
  }

  .product_info1_2 .content li:nth-child(5n) {
    border-right: 1px solid #ddd;
  }

  .product_info1_2 .content li:nth-child(2n) {
    border-right: 0;
  }

  .product_info1_2 .content li:nth-child(5n)::after {
    display: none;
  }

  .product_info1_2 .content li:nth-child(5n + 1)::after {
    display: none;
  }

  .product_info1_2 .content li:nth-child(-n + 5) {
    border-top: 1px solid #ddd;
    padding: 20px 2% 0;
  }

  .product_info1_2 .content li:nth-child(-n + 2) {
    border-top: 0;
    padding-top: 0;
  }

  .product_info1_2 .content li h5 {
    font-size: 18px;
  }

  .product_info1_2 .content li h6 {
    font-size: 15px;
    line-height: 24px;
  }

  .product_info1_3 {
    padding: 80px 5%;
    flex-direction: column;
  }

  .product_info1_3 .text {
    width: 100%;
    margin-top: 20px;
  }

  .product_info1_3 .img {
    width: 100%;
    order: -1;
  }

  .product_info1_3 .text h4 {
    font-size: 28px;
  }

  .product_info1_3 .text h4 span {
    font-size: 24px;
  }

  .product_info1_3 .text h5 {
    font-size: 16px;
    line-height: 28px;
  }

  .product_info1_3 .text h6 {
    font-size: 24px;
    margin-top: 20px;
  }

  .product_info1_3 .text h6 span {
    font-size: 36px;
  }

  .product_info1_4 {
    padding: 80px 5%;
    flex-direction: column;
  }

  .product_info1_4 .text {
    width: 100%;
    margin-top: 20px;
  }

  .product_info1_4 .img {
    width: 60%;
    order: -1;
  }

  .product_info1_4 .text h4 {
    font-size: 32px;
  }

  .product_info1_4 .text h4 span {
    font-size: 22px;
  }

  .product_info1_4 .text h5 {
    font-size: 22px;
    line-height: 36px;
  }

  .product_info1_4 .text .tip {
    margin: 20px 0 30px;
  }

  .product_info1_4 .text .tip h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .product_info1_4 .text h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .product_info1_5 {
    padding: 0px 5%;
    flex-direction: column;
    margin: 80px auto;
  }

  .product_info1_5 .text {
    width: 100%;
    margin-top: 20px;
  }

  .product_info1_5 .img {
    width: 100%;
    order: -1;
  }

  .product_info1_5 .text h4 {
    font-size: 24px;
  }

  .product_info1_5 .text h4 span {
    font-size: 22px;
  }

  .product_info1_5 .text h6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .product_info1_6 {
    padding: 0px;
    flex-direction: column;
    margin: 80px auto;
  }

  .product_info1_6 .swiper {
    padding: 0 50px;
    margin-top: 20px;
  }

  .product_info1_6 .swiper .swiper-slide h6 {
    font-size: 16px;
    margin-top: 10px;
  }

  .product_info4_5 {
    padding: 80px 5%;
    margin: 0px auto;
  }

  .dealer1 {
    margin: 80px auto;
  }

  .dealer1 .content {
    display: block;
    margin-top: 240px;
  }

  .dealer1 .img {
    width: 40%;
    margin-left: 5%;
  }

  .dealer1 .img2 {
    margin-top: 580px;
  }

  .dealer1 .img .block .line_1 {
    display: none;
  }

  .dealer1 .img .block .line_2 {
    display: none;
  }

  .dealer1 .img .block1 {
    right: auto;
    left: 0%;
  }

  .dealer1 .img .block2 {
    right: auto;
    left: 0%;
  }

  .dealer1 .img .block3 {
    right: auto;
    left: 0%;
  }

  .dealer1 .img .block4 {
    top: -140%;
  }

  .dealer1 .img .block5 {
    top: 50%;
  }

  .dealer1 .img .block6 {
    top: 226%;
  }

  .dealer1 .img .text {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }

  .dealer1 .img .block1 {
    top: -80%;
  }

  .dealer1 .img .block3 {
    top: 180%;
  }

  .dealer1 .img .block1,
  .dealer1 .img .block2,
  .dealer1 .img .block3,
  .dealer1 .img .block4 {
    left: 80%;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 0;
  }

  .dealer1 .img .block1 .num,
  .dealer1 .img .block2 .num,
  .dealer1 .img .block3 .num {
    left: 16px;
    right: auto;
  }

  .dealer1 .img .block1 .name,
  .dealer1 .img .block2 .name,
  .dealer1 .img .block4 .name {
    padding: 0 30px 0 42px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }

  .dealer1 .img .block1 .name em,
  .dealer1 .img .block2 .name em,
  .dealer1 .img .block4 .name em {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  .dealer1 .img .block .desc {
    width: 180px;
  }

  .dealer2 {
    margin: 320px auto 80px;
  }

  .dealer2 ul>li {
    flex-direction: column;
    margin: 40px 0;
  }

  .dealer2 .text {
    width: 100%;
    padding-left: 0;
  }

  .dealer2 .text h3 {
    font-size: 50px;
    margin: 0;
  }

  .dealer2 .text h3::after {
    display: none;
  }

  .dealer2 .text h4 {
    font-size: 20px;
  }

  .dealer2 .text h5 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .dealer2 .text h5 span {
    font-size: 16px;
  }

  .dealer2 .text h2 {
    font-size: 20px;
  }

  .dealer2 .text ol li {
    font-size: 15px;
    line-height: 30px;
  }

  .dealer2 .img,
  .dealer2 ul>li:nth-child(2n) .img {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    order: 1;
    margin-top: 10px;
  }

  .dealer3 {
    margin: 80px 0;
    padding: 80px 0;
  }

  .cooperation3 .container {
    margin-top: 20px;
    flex-direction: column;
    padding: 40px 5%;
  }

  .cooperation3 .left {
    width: 100%;
    padding: 0;
  }

  .cooperation3 .left .text .inner h4 {
    font-size: 20px;
  }

  .cooperation3 .left .img {
    width: 50%;
  }

  .cooperation3 .left .btns_wrap {
    margin-top: 20px;
  }

  .cooperation3 .left .btns .prevButton,
  .cooperation3 .left .btns .nextButton {
    width: 40px;
    height: 40px;
  }

  .cooperation3 .right {
    width: 100%;
    margin-top: 20px;
  }

  .cooperation3 .right .swiper-slide {}

  .dealer4 {
    margin: 80px 0;
  }

  .dealer4 .container {
    flex-direction: column;
  }

  .dealer4 .left {
    position: static;
    width: 100%;
    height: 200px;
  }

  .dealer4 .right {
    width: 100%;
    margin: 0;
    padding: 40px 5%;
  }

  .dealer4 .right ul li {
    font-size: 16px;
    margin-top: 10px;
  }

  .dealer5 {
    padding: 80px 0;
    height: auto;
  }

  .dealer5 .container {
    margin-top: 20px;
  }

  .dealer5 .container ul {
    flex-wrap: wrap;
  }

  .dealer5 .container ul li {
    margin-top: 20px;
  }

  .dealer5 .container ul li:nth-child(2n) {
    width: 8%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dealer5 .container ul li:nth-child(2n) img {
    width: 50%;
  }

  .dealer5 .container ul li:nth-child(2n + 1) {
    width: 28%;
    padding-top: 50px;
    height: 200px;
  }

  .dealer5 .container ul li:nth-child(6n) {
    display: none;
  }

  .dealer5 .container ul li:nth-child(2n + 1) img:nth-child(1) {
    width: 64px;
    top: 10px;
  }

  .dealer5 .container ul li:nth-child(2n + 1) img:nth-child(2) {
    width: 60%;
  }

  .dealer5 .container ul li span {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
    top: 10px;
  }

  .dealer5 .container ul li h6 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }

  .dealer6 {
    margin: 80px 0;
  }

  .cooperation5 .container {
    flex-direction: column;
  }

  .cooperation5 .left {
    width: 100%;
    height: 340px;
  }

  .cooperation5 .right {
    padding: 32px 5%;
    width: 100%;
  }

  .cooperation5 .right h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .cooperation5 .right .layui-form {
    margin-top: 20px;
  }

  .cooperation5 .right .layui-form .layui-form-w24 {
    width: 100%;
    margin: 0 !important;
    height: 50px;
  }

  .cooperation5 .right .layui-form .layui-form-w48 {
    height: 50px;
  }

  .cooperation5 .right .layui-form .layui-form-textarea {
    margin-top: 20px;
  }

  .layui-form-item .layui-input-inline {
    margin: 0;
  }

  .cooperation5 .right .layui-form .layui-form-radios .layui-input-inline .radio-group {
    flex-wrap: wrap;
  }

  .cooperation5 .right .layui-form .layui-input-inline .layui-form-radio {
    margin-right: 0;
    width: calc(100% - 23px);
    justify-content: flex-start;
    height: 40px;
  }

  .cooperation5 .right .layui-form .layui-btn {
    width: 100%;
    height: 40px;
  }

  .cooperation1 {
    margin: 80px auto;
  }

  .cooperation1 ul {
    margin-top: 20px;
  }

  .cooperation1 ul li {
    margin: 0 20px;
  }

  .cooperation1 ul li h6 span {
    font-size: 40px;
  }

  .cooperation2 {
    padding: 80px 0;
  }

  .cooperation2 ul {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .cooperation2 ul>img {
    display: none;
  }

  .cooperation2 ul li {
    position: static;
    width: 25%;
    margin-top: 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .cooperation2 ul li h4 {
    padding-top: 0;
  }

  .cooperation2 ul li h4::before {
    display: none;
  }

  .cooperation3 {
    margin: 80px auto;
  }

  .cooperation4 {
    margin: 80px auto;
    padding: 80px 0;
    height: auto;
  }

  .cooperation4 .content {
    padding: 40px 5%;
    flex-direction: column;
  }

  .cooperation4 .content .left {
    font-size: 20px;
  }

  .cooperation5 {
    margin: 80px 0;
  }

  .marketing1 {
    margin: 80px auto;
  }

  .marketing1 .layui-form {
    margin-top: 20px;
  }

  .marketing1 .layui-form .layui-form-label {
    display: none;
  }

  .marketing1 .layui-form .layui-btn {
    width: 120px;
    height: 40px;
    margin-left: 20px;
  }

  .marketing1 .content {
    margin-top: 20px;
  }

  .marketing1 .content a {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }

  .marketing1 .content a em {
    font-size: 14px;
  }

  .marketing2 {
    padding: 80px 0;
  }

  .marketing2 .content {
    margin-top: 20px;
    flex-direction: column;
  }

  .marketing2 .content .left {
    width: 100%;
    margin: -20px 0;
    font-size: 14px;
    line-height: 22px;
  }

  .marketing2 .content .left .item {
    margin: 40px 0;
    padding: 0 30px 0 55px;
    font-size: 15px;
    line-height: 24px;
    height: 70px;
  }

  .marketing2 .content .left .item .img {
    width: 80px;
    height: 80px;
    left: -45px;
  }

  .marketing2 .content .left .item em {
    width: 100px;
    height: 100px;
    left: -55px;
  }

  .marketing2 .content .right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .marketing2 .content .right h4 {
    font-size: 20px;
  }

  .marketing3 {
    margin: 80px auto;
  }

  .marketing3 .container {
    margin-top: 10px;
    flex-direction: column;
  }

  .marketing3 .container .item {
    width: 100%;
    padding: 40px 5%;
    margin-top: 10px;
    height: auto;
  }

  .marketing3 .container .item h4 {
    font-size: 24px;
  }

  .marketing3 .container .item h6 {
    font-size: 16px;
    margin-top: 0px;
  }

  .marketing3 .container .item .as {
    margin-top: 10px;
  }

  .marketing3 .container .item .as a {
    width: 80px;
    height: 80px;
  }

  .marketing3 .container .item .as a img {
    margin-left: -29px;
    margin-top: -25px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }

  .marketing4 {
    padding: 80px 0;
  }

  .marketing4 .content .item {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .marketing4 .content .item .text {
    height: 60px;
  }

  .marketing4 .content .item .text h6 {
    font-size: 16px;
  }

  .marketing5 {
    margin: 80px auto;
  }

  .marketing5 .container h4 {
    margin-top: 20px;
  }

  .marketing5 .container ul {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .marketing5 .container ul li {
    margin: 20px 0 0;
    width: 50%;
    padding: 0 10px;
  }

  .marketing5 .container ul li h5 {
    font-size: 20px;
  }

  .marketing5 .container ul li h5 span {
    font-size: 50px;
  }

  .marketing5 .content {
    display: block;
    margin-top: 20px;
  }

  .marketing5 .content .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .marketing5 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
  }

  .marketing5 .content .item:nth-child(2n) {
    margin-right: 0;
  }

  .news .content a {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .news .content a:nth-child(-n + 3) {
    margin-top: 10px;
  }

  .news .content a .text .left {
    width: calc(100% - 108px);
    padding-right: 10px;
  }

  .news .content a .text .right {
    width: 108px;
  }

  .news .content a .text {
    padding: 20px 5%;
  }

  .news .content a .text h4 {
    font-size: 18px;
  }

  .news .content a .text h6 {
    font-size: 14px;
    margin-top: 0px;
  }

  .news .content a .text .right .dd {
    font-size: 36px;
  }

  .news .content a .text .right .yyyy-mm {
    font-size: 14px;
  }

  .bread {
    display: none;
  }

  .detail .content {
    padding: 20px 0;
    margin: 20px 0;
  }

  .detail .tit {
    font-size: 22px;
  }

  .detail .desc {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .detail .bottom .left a {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .detail .bottom .right {
    display: none;
  }

  .join1 {
    margin: 80px auto;
  }

  .join1 .line {
    display: none;
  }

  .join1 .container {
    padding: 0;
    flex-direction: column;
  }

  .join1 .left,
  .join1 .right {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .join1 .container .item h4 {
    font-size: 22px;
  }

  .join1 .container .item:nth-child(2) {
    margin-top: 20px;
  }

  .swiper .prevButton,
  .swiper .nextButton {
    width: 40px;
    height: 40px;
  }

  .join2 .swiper {
    margin: 20px auto 80px;
    padding: 0 50px;
  }

  .join2 .swiper-container {
    width: 100%;
  }

  .join4 {
    margin: 80px auto;
  }

  .join4 .top {
    margin-top: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .join4 .top .left {
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
  }

  .join4 .top .left h4 {
    font-size: 22px;
  }

  .join4 .top .right {
    width: 100%;
    margin-top: 20px;
    height: 200px;
  }

  .join4 .bot {
    margin-top: 20px;
  }

  .join4 .bot .item {
    padding: 20px 5%;
    flex-direction: column;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-top: 10px;
  }

  .join4 .bot .item .left {
    width: 100%;
  }

  .join4 .bot .item .right {
    width: 100%;
    text-align: left;
  }

  .join4 .bot .item .right h5 {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .join4 .bot .item .left h4 {
    font-size: 20px;
  }

  .join4 .bot .item .left h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .join_detail_top ._top {
    flex-direction: column;
  }

  .join_detail_top .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .join_detail_top .right a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    order: 1;
    font-size: 14px;
  }

  .join_detail_top .right .time {
    text-align: left;
    margin: 0;
  }

  .join_detail_top ._bot span {
    font-size: 14px;
    padding: 0 8px;
  }

  .contact_wrap .banner2_text {
    margin-top: 0;
  }

  .contact1 {
    height: auto;
    background: transparent !important;
    margin-top: 80px;
  }

  .contact1 .left {
    width: 100%;
    padding: 40px 5%;
    position: static;
    background-color: #32567A;
    min-width: auto;
  }

  .contact1 .left ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact1 .left ul li h6 {
    font-size: 20px;
    margin-top: 0;
  }

  .contact1 .left h5 {
    font-size: 14px;
    line-height: 24px;
    align-items: flex-start;
    margin-top: 10px;
  }

  .contact1 .left h5 span {
    display: block;
    margin-top: 10px;
  }

  .contact1 .img {
    overflow: hidden;
  }

  .contact1 .img img {
    margin-left: -160%;
    max-width: 1600px;
    width: 1000px;
  }

  .contact2 h4 {
    font-size: 22px;
  }

  .contact2 .layui-form .layui-form-text {
    margin-right: 0;
    width: 100%;
    padding: 0;
  }

  .contact2 .layui-form .layui-form-radios {
    flex-direction: column;
  }

  .contact2 .layui-form .layui-form-radios .layui-form-label {
    width: 100%;
    text-align: left;
  }

  .contact2 .layui-form .layui-form-item.layui-form-radios .layui-input-inline {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact2 .layui-form .layui-input-inline .layui-form-radio {
    margin: 0 30px 0 8px;
  }

  .contact2 .layui-form .layui-form-button {
    margin-top: 40px;
  }

  .contact2 .layui-form .layui-form-button .layui-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .research1 {
    padding: 80px 0;
  }

  .research1 .container {
    flex-direction: column;
    margin-top: 40px;
  }

  .research1 .left h4 {
    font-size: 22px;
  }

  .research1 .left {
    width: 100%;
  }

  .research1 .right {
    width: 90%;
    margin-top: 40px;
  }

  .research1 .left ul {
    margin-top: 20px;
  }

  .research1 .right .text1 h6 span,
  .research1 .left ul li h6 span {
    font-size: 50px;
  }

  .research1 .left ul li h6 {
    font-size: 15px;
    line-height: 24px;
  }

  .research1 .left h5 {
    width: 100%;
    margin-top: 20px;
  }

  .research1 .right .text2 {
    width: 120px;
    height: 120px;
  }

  .research2 {}

  .research2 .container {
    flex-direction: column;
    background: transparent !important;
    padding: 0;
  }

  .research2 .container .item {
    width: 100%;
    padding: 40px 5%;
    color: #333;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-top: 10px;
  }

  .research2 .container .item>* {
    position: static;
  }

  .research2 .container .item h4 {
    line-height: 24px;
  }

  .research2 .container .item h5 {
    color: #333;
  }

  .research2 .container .item h6 {
    opacity: 1;
    color: #666;
    -webkit-line-clamp: 3;
    height: 60px;
  }

  .research2 .container .item span {
    background: #32567A;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .research2 .container .item span img {
    margin-left: 0px;
  }

  .research3 {
    margin: 80px 0 0;
    padding: 80px 0;
  }

  .research3 .content {
    margin-top: 20px;
  }

  .research3 .content .left {
    display: none;
  }

  .research3 .content .right {
    width: 100%;
  }

  .research3 .content .right li:nth-child(1),
  .research3 .content .right li:nth-child(2),
  .research3 .content .right li:nth-child(3),
  .research3 .content .right li:nth-child(4),
  .research3 .content .right li:nth-child(5) {
    margin-left: 0;
    padding: 10px;
    min-width: auto;
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 60px;
    border-radius: 8px;
  }

  .research3 .content .right li::before {
    display: none;
  }

  .research3 .content .right li span {
    font-size: 20px;
    width: 60px;
    text-align: right;
  }

  .research3 .content .right li em {
    flex: 1;
  }

  .research4 {
    padding: 80px 0;
  }

  .research4 .swiper {
    padding: 0 50px;
  }

  .research5 {
    padding: 80px 0;
  }

  .research5 img {
    margin-top: 20px;
  }

  .research6 {
    padding: 80px 0;
  }

  .research6 h5 {
    font-size: 16px;
    margin: 20px auto;
  }

  .research6 .content a {
    margin-top: 10px;
    width: 100%;
    margin-right: 0;
  }

  .research6 .content a:nth-child(-n + 3) {
    margin-top: 10px;
  }

  .research6 .content a .text {
    font-size: 18px;
  }

  .result1 .container {
    flex-direction: column;
    justify-content: center;
  }

  .result1 .container .left {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
  }

  .result1 .container .right {
    width: 100%;
    margin-top: 20px;
  }

  .result1 .right input {
    height: 40px;
  }

  .result1 .right a {
    height: 40px;
  }

  .result2 .content a {
    margin-top: 40px;
  }

  .result2 .content a h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .result2 .content a h6 {
    margin-top: 10px;
  }

  .index3 .content .product_item {
    padding: 0;
  }

  .index4 .product_nav {
    width: 100%;
  }

  .index3 .bottom .left {
    width: 90px;
  }

  .index3 .bottom .left .prevButton,
  .index3 .bottom .left .nextButton {
    width: 40px;
    height: 40px;
  }

  .index2 .bottom .left {
    width: 90px;
  }

  .index2 .bottom .left .prevButton,
  .index2 .bottom .left .nextButton {
    width: 40px;
    height: 40px;
  }

  .index2 .bottom .right {
    margin-left: 20px;
    margin-right: 20px;
  }

  .swiper .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 20px;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #32567A;
  }

  .index2 .content .item .img_h {
    width: 69px;
    margin: 0 auto;
  }

  .index2 .content .item h4 {
    text-align: center;
  }

  .index2 .content .item h4::before {
    margin: 20px auto;
  }

  .z_tanchuang .tbox .modal {
    padding: 10px;
  }

  .z_tanchuang .tbox .modal .out {
    top: -50px;
    right: 0;
  }

  .index3 .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 20px;
  }

  .index3 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #fff;
    opacity: 1;
  }

  .index3 .swiper-pagination .swiper-pagination-bullet-active {
    background: #32567A;
  }

  .banner .text {
    align-items: flex-start;
    padding-top: 20px;
  }
}






.cont2 {
  background: url(../images/cont2Bg.png) no-repeat center top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 4rem 0 10rem;
  margin-top: 12rem;
}

@media (max-width: 768px) {
  .cont2 {
    background: #335579;
    margin-top: 0;
    padding: 2rem 0;
  }
}

.cont2 .mySwiper1 {
  padding: 1rem 0;
  margin-top: 3rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont2 .mySwiper1 {
    margin-top: 1rem;
  }
}

.cont2 .mySwiper1 .swiper-slide .cont-pas {
  padding: 0 0.75rem;
}

.cont2 .mySwiper1 .swiper-slide a.block {
  background-color: #fff;
  padding: 3.125rem 1.875rem 1rem;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: 0px 0px 0.9375rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cont2 .mySwiper1 .swiper-slide a.block .tit {
  text-align: center;
  color: rgb(137, 137, 137);
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  height: 2.5em;
  overflow: hidden;
}

.cont2 .mySwiper1 .swiper-slide a.block .asta {
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20vw;
}

.cont2 .mySwiper1 .swiper-slide a.block .asta img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.cont2 .mySwiper1 .swiper-slide a.block u {
  display: block;
  width: 6.25rem;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: 8%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cont2 .mySwiper1 .swiper-slide a.block u img {
  width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  -o-transition: filter 1s;
  -moz-transition: filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover {
  background: url(../images/cont2Bg2.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover .tit {
  color: #fff;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover .asta img {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.cont2 .mySwiper1 .swiper-slide a.block:hover u img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.cont2 .a2v1 {
  margin-top: 2rem;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 1rem;
  }
}

.cont2 .a2v1 .a2b1 {
  width: 50%;
  justify-content: space-between;
}

.cont2 .a2v1 .a2b1 .xian {
  width: -webkit-calc(95% - 6rem);
  width: -moz-calc(95% - 6rem);
  width: calc(95% - 6rem);
  height: 1px;
  background: #305072;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .xian {
    background: #fff;
  }
}

.title1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  color: rgb(49, 79, 108);
}

.title1.bs {
  color: #fff;
}

.title1.bs p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

.xin {
  display: inline-block;
  width: 3em;
  height: 1px;
  vertical-align: middle;
  background: rgb(49, 79, 108);
}

.xin.bs {
  background: #fff;
}

.xin.lefta {
  margin-left: 1rem;
}

.xin.righta {
  margin-right: 1rem;
}

.wh {
  padding: 0 6%;
}

.more-b {
  width: 10rem;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.25rem;
  border-radius: 1.375rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 10px 20px;
}

.more-b span {
  font-size: 0.9375rem;
}

.more-b img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  -o-transition: filter 1s;
  -moz-transition: filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  width: 0.875rem;
  margin-left: 0.5rem;
}

.more-b:hover {
  background: #fff;
  color: rgb(69, 69, 69);
}

.more-b:hover img {
  -webkit-filter: initial;
  filter: initial;
}

.more-b.hs {
  color: #5a5a5a;
  border-color: #5a5a5a;
}

.more-b.hs img {
  -webkit-filter: initial;
  filter: initial;
}

.more-b.hs:hover {
  background-color: rgb(50, 80, 111);
  color: #fff;
}

.more-b.hs:hover img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.gong-jt>div {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px #305072 solid;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .gong-jt>div {
    border-color: #fff;
  }
}

.gong-jt>div+div {
  margin-left: 1rem;
  cursor: pointer;
}

.gong-jt>div i {
  font-size: 1rem;
  color: #305072;
}

@media (max-width: 768px) {
  .gong-jt>div i {
    color: #fff;
  }
}

.gong-jt>div:hover {
  background: #305072;
}

@media (max-width: 768px) {
  .gong-jt>div:hover {
    background: #fff;
  }
}

.gong-jt>div:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .gong-jt>div:hover i {
    color: #305072;
  }
}

.wehas-as {
  max-width: 610px;
  position: absolute;
  right: 0;
  bottom: -5rem;
  border-radius: 1.25rem 0px 0px 1.25rem;
  background-position: left center;
  -o-background-size: cover;
  background-size: cover;
  padding: 3.5rem 255px 2.5rem 3rem;
  z-index: 1;
  overflow: hidden;
}

.wehas-as .pasoia {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0%;
}

.wehas-as .asojr {
  position: relative;
  z-index: 1;
}

.wehas-as .tita {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.2em;
}

.wehas-as a.more-t {
  margin-top: 1.25rem;
}

.wehas-as a.more-t {
  margin-top: 1.25rem;
}

a.more-t {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a.more-t i {
  color: #fff;
  font-size: 1rem;
  font-size: 200;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a.more-t:hover {
  background: #fff;
}

a.more-t:hover i {
  color: #33557a;
}


.advantages {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  margin-bottom: 100px;
}

.advantages .item {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 60px 40px;
  box-shadow: 0px 0px 1rem #f2f2f2;
  transition: 0.4s;
  position: relative;
}

.advantages .item .a .content1 img {
  width: 80px;
  height: auto;
}

.advantages .item .a .content2 {
  font-size: 24px;
  color: #000;
  margin-top: 35px;
  transition: 0.4s;
}

.advantages .item .a .content3 {
  margin: 10px 0;
}

.advantages .item .a .content3 span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #eeeeee;
}

.advantages .item .a .content4 {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}

.advantages .item .a .content5 {
  margin-top: 35px;
  font-size: 16px;
  color: #c9182d;
  line-height: 1.25rem;
}

.advantages .item .a .content5 i {
  font-weight: bold;
  position: relative;
  top: 1px;
}

.advantages .item .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}

.advantages .item .posi .img {
  width: 100%;
  height: 100%;
}

.advantages .item .posi .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages .item .posi .posi_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 3.75rem;
  background: rgba(0, 0, 0, 0.65);
}

.advantages .item .posi .posi_main .content2 {
  font-size: 30px;
  color: #fff;
  margin-top: 45px;
  transition: 0.4s;
}

.advantages .item .posi .posi_main .content3 {
  margin: 40px 0;
}

.advantages .item .posi .posi_main .content3 span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #c9182d;
}

.advantages .item .posi .posi_main .content4 {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: auto;
  overflow: hidden;
}

.advantages .item .posi .posi_main .content5 {
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
}

.advantages .item .posi .posi_main .content5 a {
  color: #fff;
}

.advantages .item .posi .posi_main .content6 {
  margin-top: 3.625rem;
  padding-top: 2.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.advantages .item .posi .posi_main .content6 .item_ {
  width: 50%;
  font-size: 1rem;
  margin-bottom: 1.75rem;
  color: #fff;
}

.advantages .item .posi .posi_main .content6 .item_ a {
  color: #fff;
}

.advantages .item .posi .posi_main .content6 .item_ img {
  margin-right: 0.625rem;
  vertical-align: middle;
}

.advantages .item:hover {
  box-shadow: 0px 0px 1rem #ddd;
}

.advantages .item:hover .posi {
  opacity: 1;
}

.advantages .item:hover {
  margin-top: -15px;
}


.index_hyBox {
  width: 100%;
  margin-top: 2.75rem;
}

.index_hyBox .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.index_hyBox .swiper-slide {
  background-size: cover;
  background-position: center;
}

.index_hyBox .mySwiper2 {
  height: 70vh;
  width: 100%;
  position: relative;
}

.index_hyBox .mySwiper2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.index_hyBox .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  height: 80px;
  margin-top: -100px;
  width: 80%;
  position: relative;
  z-index: 9;
}

.index_hyBox .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  color: #26529D;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_hyBox .mySwiper .swiper-slide i {
  font-size: 26px;
  margin-right: 10px;
}

.index_hyBox .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  color: #fff;
  background: #26529D;
}

.index_hyBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hyBox .nr {
  width: 80%;
  margin-top: 2vw;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.hyBox {
  padding: 4vw;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}

.hyBox .swiper-button-next {
  right: 8vw;
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}

.hyBox .swiper-button-prev {
  left: 8vw;
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}

.hyBox .swiper-button-next:hover,
.hyBox .swiper-button-prev:hover {
  background: #26529D;
  color: #fff;
}

.hyBox .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.hyBox .title22 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

.hyBox .swiper-button-next:after {
  content: none;
}

.hyBox .swiper-button-prev:after {
  content: none;
}


/* 2025 */
.content-layout {
  display: flex;
  gap: 60px;
  padding: 10px 0;
  margin: 15px 0;
}

.divider {
  height: 1px;
  background-color: #eeeeee;
  margin: 20px 0;
}

.img-section {
  width: 38%;
  flex-shrink: 0;
}

.text-section {
  /* width: 60%; */
  width: 100%;
  flex-shrink: 0;
  margin-top: 30px;
}

.text-section .section {
  margin-bottom: 40px;
  width: 98%;
}

.text-section h3 {
  font-size: 22px;
    color: #fff;
    margin-bottom: 28px;
    padding-bottom: 6px;
    /* border-bottom: 1px solid #eeeeee; */
    position: relative;
    background-color: #044eb5;
    width: max-content;
    padding: 5px 24px;
    border-radius: 10px;
}

/* .text-section h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #044eb5;
} */

.text-section p,
.text-section ul {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.text-section p {
  text-indent: 2em;
  margin-bottom: 5px;
}

.text-section ul {
  padding-left: 2em;
  /* margin-top: 26px; */
  margin-bottom: 16px;
}

.text-section li {
  margin-bottom: 8px;
  /* text-indent: -1em; */
  padding-left: 1em;
}

/* 产品咨询按钮 */
.consult-btn {
  display: block;
  margin: 20px auto 0;
  padding: 14px 36px;
  background-color: #044eb5;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 24px;
  transition: background-color 0.2s ease;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s;
}

.consult-btn:hover {
  transform: scale(1.05);
  color: white;
}

.partner-info {
  background-color: #f0f0f0;
  padding: 48px;
  text-align: center;
}

.partner-info p {
  margin: 0 0 16px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-size: 30px;
}
.js_box{
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  width: 100%;
}
.line3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  width: 100%;
}
.js_box .line3{
  padding:20px;
  height: auto;
  margin-top: 30px;
}
.js_box .line3 li{
  display:flex;justify-content:flex-start;align-items:center;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.js_box .line3 li img{
  width: 40px;
  margin-right: 12px;
}

.line6{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  width: 100%;
}
.sygj .line6 li{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  padding: 30px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sygj .line6 li img{margin-bottom: 20px; width: 80%;}

.cont4 {
  background: url(../images/dq.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 6rem 0 0;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}

.cont4 .a4v1 .a4b1 {
  width: 55%;
}

.cont4 .a4v1 .a4b1 .title1 p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
  color: #666666;
  font-weight: 100;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 {
    width: 100%;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c1 {
  margin-top: 2.5rem;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 {
  text-align: center;
  color: rgb(50, 80, 111);
  width: 30%;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 a {
  color: rgb(50, 80, 111);
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 {
    width: 100%;
    text-align: left;
    padding-left: 20%;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data {
  line-height: 1.2em;
  font-weight: 600;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data span {
  font-size: 4rem;
  font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data span {
    font-size: 3.5rem;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data sup {
  font-size: 1rem;
  vertical-align: top;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
  color: #666;
  font-size: 1rem;
  line-height: 1.7em;
  width: 70%;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c2 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .a4b1c2 {
    margin-top: 1rem;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 {
  padding: 0 1px;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide a.img {
  display: block;
  border: 1px solid rgb(226, 226, 226);
  padding: 0.3125rem 0;
  overflow: hidden;
  background: #fff;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide a.img img {
  width: 100%;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.25rem;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 span {
  width: 2.8125rem;
  height: 0.25rem;
  background: #ccc;
  opacity: 1;
  border-radius: 0.3125rem;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #eb5c20;
}

.cont4 .a4v1 .a4b2 {
  width: 39.880952381%;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cont4 .a4v1 .a4b2 img {
  width: 100%;
}

.logoWallBox {
  margin: 50px auto;
  margin-bottom: 0;
  overflow: hidden;
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}

.logoWallBox ul li {
  width: 16.6%;
  height: auto;
  overflow: hidden;
  float: left;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display:flex;justify-content:center;align-items:center;
  height: 120px;
}

.logoWallBox ul li img {
  border: none;
  transition: all 0.9s;
  max-width: 60%;
  max-height: 60%;
}

.logoWallBox ul li:hover img{
  transform: scale(1.1);
}


/* index_contact */
.index_contactBox {
	width: 100%;
	background: #FCFCFC;
	background-image: url(../images/bg1.jpg);
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5vw 0;
	overflow: hidden;
}

.index_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_contact_l {
	width: 42%;
}

.index_contact_r {
	width: 50%;
	background: #fff;
}

.index_contact_r form {
	padding: 40px 30px;
	box-shadow: 0 0 4px 4px #eee;
	overflow: hidden;
}

.control-group {
	margin-bottom: 16px;
	width: 50%;
	float: left;
	display: block;
	padding: 0 10px;
}

.control-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.control-group input {
	width: 100%;
	padding: 4px;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	background-color: inherit;
	color: rgb(0, 0, 0);
	border: 1px solid #ccc;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
}

.control-group.textarea {
	width: 100%;
	margin-left: 0;
}

.control-group.textarea textarea {
	width: 100%;
	padding: 4px;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	background-color: inherit;
	color: rgb(0, 0, 0);
	border: 1px solid #ccc;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	height: 120px;
	resize: none;
}

.control-group.submitGroup {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

.control-group.submitGroup button {
	border: none;
	border-radius: 3px;
	background: #32567A;
	color: #fff;
	font-size: 14px;
	width: 136px;
	height: 38px;
	padding: 0 30px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}
.control-group.submitGroup button:hover{
  background: #687e93;
}
.index_title {
	color: #32567A;
	font-size: 35px;
	padding-top: 30px;
	position: relative;
	width: 100%;
}
.index_title2 {
  font-size: 16px;
  padding-top: 38px;
  width: 72%;
  line-height: 1.5;
}


/* 侧边栏 */
.SideBar-wrapper{position: fixed;top: 70%;right: 36px;transform: translateY(-50%);z-index: 6666;display: flex;align-items: center;flex-direction: column;}
.SideBar-wrapper a{display: flex;position: relative;margin-top: 4px;flex-direction: column;align-items: center;}
.SideBar-wrapper a .icon{width: 50px;height: 50px;position: relative;border-radius: 5px;z-index: 4;display: flex;align-items: center;justify-content: center;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);transition: background .4s ease;}
.SideBar-wrapper a .icon img{position: absolute;transition: all .4s ease;width: 32px;}
.SideBar-wrapper a .icon img.s{opacity: 1;}
.SideBar-wrapper a .icon img.h{opacity: 0;}
.SideBar-wrapper a:hover .icon img.s{opacity: 0;}
.SideBar-wrapper a:hover .icon img.h{opacity: 1;}
.SideBar-wrapper a:hover .icon{background: #202B66;}
.SideBar-wrapper a .info{display: none;position: absolute;right: 0;padding-right: 74px;top: 0;}
.SideBar-wrapper a .info span{display: flex;align-items: center;width: 100px;font-size: 16px;height: 50px;background: #202B66;justify-content: center;border-radius: 5px;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);position: relative;color: #fff;}
.SideBar-wrapper a .info span::after{content: "";position: absolute;right: -8px;top: 50%;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #202B66;width: 0;height: 0;}
.SideBar-wrapper a:hover .info{display: block;}
.SideBar-wrapper a.phone .info span{width: 150px;}
.SideBar-wrapper a .wechat{display: none;position: absolute;width: 150px;right: 60px;z-index: 3;top: 50%;margin-top: -64px;border-radius: 10px;border: 1px solid #e9e9f3;padding: 10px;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .1);}
.SideBar-wrapper a .wechat img{width: 100%;height: 100%;object-fit: cover;}
.SideBar-wrapper a.code .icon{margin-top: -10px;}
.SideBar-wrapper a.code .head{position: relative;width: 70px;border-radius: 50%;border: 3px solid #cfd2ff;}
.SideBar-wrapper a.code .head img{width: 100%;border-radius: 50%;position: relative;z-index: 1;}
.SideBar-wrapper a.code .head::before, .SideBar-wrapper a.code .head::after{content: "";display: block;width: 70px;height: 70px;background: #d8dbfd;border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -35px 0 0 -35px;animation: sideCodeRing 1.5s linear infinite;opacity: 0;}
.SideBar-wrapper a.code .head::before{animation-delay: .6s;}
.SideBar-wrapper a.code .head::after{animation-delay: 0s;}
@keyframes sideCodeRing{0%{opacity:0;transform:scale(.8)}5%{opacity:1}to{opacity:0;transform:scale(1.6)}}
.SideBar-wrapper a.code .head i{position: absolute;animation: sideDotRing 2s linear infinite;z-index: 2;width: 80px;height: 80px;border-radius: 50%;border: 1px solid #cfd2ff;top: 50%;left: 50%;margin: -40px 0 0 -40px;}
.SideBar-wrapper a.code .head i::before, .SideBar-wrapper a.code .head i::after{content: "";position: absolute;border-radius: 50%;}
.SideBar-wrapper a.code .head i::before{width: 6px;height: 6px;background: #5c66ff;right: 7px;top: 9px;}
.SideBar-wrapper a.code .head i::after{width: 8px;height: 8px;background: linear-gradient(to right,#e7e8fa,#d3d5fd);top: 30px;left: -12px;}
@keyframes sideDotRing {0%{transform: rotate(0);}50%{transform: rotate(-8deg);}}
.SideBar-wrapper a:hover .wechat{display: block;}
.SideBar-wrapper a:hover .wechat div{text-align: center;}
.SideBar-wrapper a.menu{display: none;}
body.PC .SideBar-box{display: block !important;}
.SideBar-wrapper.active a.code .wechat{display: block;}
.SideBar-wrapper.active a.code .icon{background: #202B66;}
.SideBar-wrapper.active a.code .icon img.s{opacity: 0;}
.SideBar-wrapper.active a.code .icon img.h{opacity: 1;}

/* 关于我们-发展历程 */
.w1520 {
  padding-left: 10.4vw;
  padding-right: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.p74_ {
  padding-bottom: 0.74rem;
}
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.DevelopmentHistory{
  padding: 120px 0 60px;
  background-image: url(../images/about_part2.jpg);
  background-position: center;
  background-size: cover;
}
.DevelopmentHistory .swiper_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.DevelopmentHistory .swiper_box .banner {
  margin-top: 0.7rem;
  margin-bottom: 0.55rem;
  height: 4rem;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide {
  padding-left: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2rem;
  cursor: pointer;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item {
  padding-left: 0.22rem;
  position: relative;
  top: 0;
  transition: 0.33s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item .top {
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
  font-size: 16px;
  color: #666;
  margin-top: 0.14rem;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1.5rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar {
  /*婊氬姩鏉℃暣浣撴牱寮�*/
  width: 1px;
  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
  height: 2px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: rgba(7, 49, 144, 1);
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-track {
  /*婊氬姩鏉￠噷闈㈣建閬�*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot p {
  margin-bottom: 0.2rem;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0.09rem;
  width: 8px;
  height: 8px;
  border: 2px solid #073190;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 100%;
  width: 1px;
  background: #ddd;
}

.DevelopmentHistory .swiper_box .banner .active .item .top {
  font-size: 0.68rem;
  color: #073190;
}
.DevelopmentHistory .swiper_box .banner .active .item .bot {
  font-size: 16px;
  color: #073190;
}
.DevelopmentHistory .swiper_box .banner .active .item::before {
  top: 0.15rem;
  background: #073190;
}
.DevelopmentHistory .swiper_box .banner .active .item::after {
  top: 0.4rem;
}

.DevelopmentHistory .box {
  margin-top: 1rem;
}
.DevelopmentHistory .box .banner1 {
  width: 94%;
}
.DevelopmentHistory .box .banner1 .swiper-slide {
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .swiper-slide p {
  font-size: 0.23rem;
  color: #999;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .active p {
  color: #073190;
}
.DevelopmentHistory .box .button i {
  font-size: 0.23rem;
  font-weight: bold;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.DevelopmentHistory .box .button i:hover {
  color: #073190;
}
.DevelopmentHistory .img_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
}
.DevelopmentHistory .img_box .img_list {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.DevelopmentHistory .img_box .img_list > img {
  height: 1.85rem;
  position: relative;
  left: 0;
  max-width: none;
}
.DevelopmentHistory .img_box .img_list .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/tu2.png") no-repeat;
  background-position: -800px 50%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  background-size: auto 100%;
  /* mask-image: url("/Templates/cn/images/tu3.png");
  -webkit-mask-image: url("/Templates/cn/images/tu3.png"); */
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  -webkit-mask-image: url("data:image/png;base64,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");
  mask-image: url("data:image/png;base64,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");
}


/* 荣誉资质 */
.HonorEnterprise.bg {
  background: #f7f7f7;
}
.p74 {
  padding-top: 0.74rem;
}
.HonorEnterprise .box .boxLeft .data {
  margin-top: 1rem;
}
.HonorEnterprise .box .boxLeft .data > div {
  margin-bottom: 0.74rem;
}
.HonorEnterprise .box .boxLeft .data > div .top {
  color: #073190;
  font-family: "fang";
  font-size: 0.5rem;
}
.HonorEnterprise .box .boxLeft .data > div .top span {
  font-size: 0.66rem;
}
.HonorEnterprise .box .boxLeft .data > div .bot {
  font-size: 0.22rem;
  font-family: "fang";
}
.HonorEnterprise .box .boxRight {
  height: -webkit-calc(99.05vh);
  height: calc(100vh - 0.95rem);
  width: 9.4rem;
}
.HonorEnterprise .box .boxRight .banner {
  width: 33.333%;
  height: 100%;
}
.HonorEnterprise .box .boxRight .banner .swiper-container {
  height: 100%;
  padding: 0 0.2rem;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide {
  height: auto;
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p {
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p img {
  width: 100%;
}

.HonorEnterprise .right{width: 70%;}
.lunbo_div{width: 100%;height: auto;position: relative;border-radius: 10px;margin: auto;display:flex;justify-content:center;align-items:center;visibility: visible;}
.lunbo_div .cup{width: 70px;height:500px;height: auto;margin-top: -17px;margin-left: 20px;}
.lunbo_div .span_bm{/*display: grid;*/float: right;}
.lunbo_div .today_title{display: inline-block;color: white;font-size: 14px;margin-right: 20px;margin-top: 10px;}
.lunbo_div .totady_pers{font-size: 30px;color: white;font-weight: 600;}
.lunbo_div .bm_content{width:33%;height:50vw;margin: 0 1vw;border-radius: 3px;font-size: 14px;overflow: hidden;position: relative;visibility: visible;}
.lunbo_div table{table-layout: fixed;font-size: 12px;}
.lunbo_div thead{font-size: 12px;}
.lunbo_div .table > thead > tr > th{border-bottom: 1px solid #eeeeee;text-align: center;}
.lunbo_div .table > tbody + tbody{border-top: 0px;}
.lunbo_div .bm_content .ryBox{width: 100%;box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);background: #F7F7F7;}
.lunbo_div .bm_content img{width: 100%;float: left;margin-bottom:2vw;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.lunbo_div .ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lunbo_div .table{table-layout: fixed;}
.lunbo_div .center{vertical-align: middle;}

/* 技术研发 */
.scyf_a{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  padding: 80px 0;
}
.scyf_a .top{
  display:flex;justify-content:space-between;align-items:center;
  width: 100%;
}
.scyf_a .top .left{
  width: 50%;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
}
.scyf_a .top .left p{
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-top: 30px;
}

.scyf_a .top .right{
  display:flex;justify-content:space-between;align-items:center;
  width: 48%;
}
.scyf_a .top .right img{
  width: 48%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.scyf_a .btm{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
.scyf_bBg{
  background: #F8F9FA;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.scyf_bBg .scyf_b{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.scyf_b .imgBox{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 100%;
}
.scyf_b .imgBox img{
  width: 100%;
}
.scyf_b .imgBox img:nth-child(1){
  margin:40px 0 30px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.scyf_c{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  padding: 80px 0;
}
.scyf_c p{
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 70%;
  text-align: center;
}
.scyf_c .imgBox{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.scyf_c .imgBox>img{
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.scyf_c .imgBox .imgLine3{
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  width: 100%;
}
.scyf_c .imgBox .imgLine3>div{
  width: 100%;
  height: calc(33.33% - 20px);
  margin-bottom: 35px;
}
.scyf_c .imgBox .imgLine3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.story-flow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.story-item {
  flex: 1;
  /* min-width: 220px;
  max-width: 260px; */
  width: 20%;
  text-align: center;
}
.story-img {
  width: 100%;
  aspect-ratio: 16 / 15;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transform: skewX(-5deg);
  overflow: hidden;
  margin-bottom: 16px;
}
.story-img:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.story-img img {
  width: 110%;
  margin-left: -5%;
  height: 100%;
  object-fit: cover;
  transform: skewX(5deg);
  max-width: none;
}
.story-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.story-desc {
  font-size: 1rem;
  color: #ddd;
}
.footer-note {
  margin-top: 40px;
  text-align: right;
  color: #aaa;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .story-flow {
      flex-direction: column;
      align-items: center;
  }
  .story-item {
      max-width: 100%;
      width: 100%;
  }
}


/* pro */
.proListBox{
  background: none;
  margin-top:0;
}
.proListBox  .mySwiper1{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
  align-items: stretch;
  margin-top:0;
}



.text-section .product-title {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin: 0 0 24px 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

.text-section li span {
  color: #044eb5;
  font-weight: bold;

}

.dbImg img{
  width:100%;
  margin-bottom: 20px;
}

.cptd{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cptd li{
  width: 100%;
  display: flex;flex-direction: column;align-items: center;justify-content:flex-start;
  padding: 0 24px;
}
.cptd li img{
  width: 60px;
  margin-bottom: 20px;
}
.cptd li p{
  text-indent: 0;
  font-size: 18px;
  text-align: center;
}
.cptd li .p1{
  color:#118CCF;
}
.cptd li .p2{
  font-size: 14px;;
}
.content-btm .text-section{
  width: 100%;
}
.content-btm .text-section p{
  text-indent: 0;
}
.content-btm .text-section ul{
  padding-left: 0;
  height: auto;
}
.cptd{
  /* background: #eee; */
  padding: 30px;
}
.gylc{
  display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;
}
.gylc li{
  display:flex;justify-content:flex-start;align-items:center;
  margin-bottom: 20px;
}
.gylc img{
  width: 40px;
  margin-right: 20px;
}
.gylc em{
  font-style: normal;
  display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;
}
.gylc em .p1{
  color:#118CCF;
  font-size: 18px;
}
.gylc em .p2{
  font-size: 14px;;
}
.zztd2{
  padding-left:20px;
}
.zztd li{
  list-style: outside;
  margin-left: 20px;
  padding-left: 0;
}
.zztd p{
  font-size: 18px;
  font-weight: bold;
  color:#044EB5;
}
.zztd_img{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  align-items: stretch;
}
.zt_img{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  align-items: stretch;
}
.gzjj_img{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  align-items: stretch;
}
.gzjj_img img{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.pro_table{
  border-collapse:collapse;border:1px solid #ccc;table-layout:fixed;width:100%;
}
.pro_table tr:nth-child(2n){
  background: #eeeeee;
}
.pro_table td{
  border:1px solid #ccc;
  padding: 8px;
}
.pro_table th{
  border:1px solid #ccc;
  background-color: #044EB5;
  color:#fff;
  text-align: left;
  padding: 8px;
}

.cpsb{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  align-items: stretch;
}
.cpsb li{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 100%;
}
.cpsb li img{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin-bottom: 12px;
}
.cpsb li p{
  width: 100%;
  text-align: center;
}

/* 资料下载 */
.benegg{width:100%;padding:100px 0;background: #f6f6f6 url('../images/beneggBg.jpg') no-repeat center/cover;overflow:hidden;}
.benegg-mix{width:100%;margin-top:40px;}
.benegg-head{width:100%;display:flex;align-items:center;justify-content:space-between;user-select: none;}
.benegg-list{width: 100%;margin-top: 44px;}
.benegg-list .items{width: 100%;display: none;}
.benegg-list .items.active{display: block;}
.benegg-list-ul{margin: -26px 0 0 -30px;display: flex;flex-wrap: wrap;}
.benegg-list-link{width: calc(50% - 30px);margin: 26px 0 0 30px;height: 120px;display: flex;align-items: center;background: #fff;}
.benegg-list-link .book, .benegg-list-link .name, .benegg-list-link .arrow{height: 100%;display: flex;align-items: center;position: relative;}
.benegg-list-link .book{width: 110px;justify-content: center;}
.benegg-list-link .book i{width: 60px;height: 60px;border-radius: 50%;border: 2px solid #eee;background: url('../images/benegg1.png') no-repeat center/25px auto;transition: all .4s ease;}
.benegg-list-link .name{width: calc(100% - 110px - 120px);font-size: 20px;color: #333;line-height: 1.24;padding-right: 24px;}
.benegg-list-link .name::after{content: "";position: absolute;width: 1px;height: 42%;background: #e5e5e5;top: 29%;right: 0;transition: all .4s ease;}
.benegg-list-link .arrow{width: 120px;justify-content: center;overflow: hidden;}
.benegg-list-link .arrow i{width: 36px;height: 36px;position: relative;z-index: 2;border-radius: 50%;border: 1px solid #808080;background: url('../images/benegg2.png') no-repeat center/16px auto;transition: all .6s ease;}
.benegg-list-link .arrow::before {content: "";position: absolute;right: -112px;bottom: -112px;width: 0;height: 0;border-bottom: 240px solid #32567A;border-left: 240px solid transparent;transition: all .6s ease;}
.benegg-list-link:hover .book i{border-color: #32567A;background-image: url('../images/benegg1H.png');}
.benegg-list-link:hover .name::after{opacity: 0;}
.benegg-list-link:hover .arrow i{border-color: #fff;background-image: url('../images/benegg2H.png');}
.benegg-list-link:hover .arrow::before{right: 0;bottom: 0;}
@media all and (max-width:1599px) {
    .benegg {padding: 80px 0;}
    .benegg-head-menu a {margin-left: 50px;}
    .benegg-mix {margin-top: 34px;}
    .benegg-list {margin-top: 36px;}
}
@media all and (max-width:1279px) {
    .benegg {padding: 60px 0;}
    .benegg-head-menu a {margin-left: 20px;}
    .benegg-mix {margin-top: 28px;}
    .benegg-list {margin-top: 30px;}
    .benegg-head-search {width: 270px;}
    .benegg-list-ul {margin: -16px 0 0 -16px;}
    .benegg-list-link {width: calc(50% - 16px);margin: 16px 0 0 16px;height: 120px;}
    .benegg-list-link .name {font-size: 18px;}
}
@media all and (max-width:1000px) {
    .benegg-head{flex-wrap: wrap;}
    .benegg-head-menu{width: 100%;}
    .benegg-head-search{width: 100%;margin-top: 20px;}
    .benegg-list-ul {margin: -16px 0 0;}
    .benegg-list-link {width: 100%;margin: 16px 0 0;height: 120px;}
}
@media all and (max-width:640px) {
    .benegg {padding: 40px 0;}
    .benegg-head-menu a {margin-left: 14px;font-size: 14px;}
    .benegg-mix {margin-top: 18px;}
    .benegg-head-search {margin-top: 8px;}
    .benegg-list-link .arrow{display: none;}
    .benegg-list-link .book i {width: 44px;height: 44px;background-size: 18px auto;}
    .benegg-list-link .book{width: 66px;}
    .benegg-list-link .name {width: calc(100% - 66px);font-size: 15px;padding-right: 16px;}
    .benegg-list-link .name::after{display: none;}
    .benegg-list-ul {margin: -12px 0 0;}
    .benegg-list-link {margin: 12px 0 0;height: auto;padding: 12px 0;}
    .benegg-list {margin-top: 24px;}
}




/* pro_n */
.pro_n_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.proBox_r2 .swiper {
	width: 100%;
	height: 100%;
}

.proBox_r2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proBox_r2 .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.proBox_r2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.proBox_r2 .mySwiper2 {
	height: 30vw;
	max-height: 470px;
	width: 100%;
	box-shadow: #dedede 0px 0px 10px;
}

.proBox_r2 .mySwiper {
	height: 8vw;
	max-height: 120px;
	box-sizing: border-box;
	padding: 10px 0;
}

.proBox_r2 .mySwiper .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #ddd;
	cursor: pointer;
}

.proBox_r2 .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border-bottom: 3px solid #044eb5;
}

.proBox_r2 .swiper-slide img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: cover;
}

.proBox_r2 .swiper-button-next {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #044eb5;
	font-size: 16px;
	right: 25px;
}

.proBox_r2 .swiper-button-next::after {
	content: none;
}

.proBox_r2 .swiper-button-prev {
	background-image: none;
	width: 40px;
	height: 40px;
	border: 1px solid #044eb5;
	font-size: 16px;
	left: 25px;
}

.proBox_r2 .swiper-button-prev::after {
	content: none;
}

.proBox_r2 .swiper-button-next i {
	color: #044eb5;
}

.proBox_r2 .swiper-button-prev i {
	color: #044eb5;
}

.pro_mk {
	width: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}

.pro_0 {
	padding: 10px;
}

.pro_n_cs {
	width: 48%;
	display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
	padding: 10px;
}
.pro_n_cs .sortname{
	font-size:16px;
	padding-left:40px;
	position: relative;
}
.pro_n_cs .sortname::before{
	content: "";
	position: absolute;
	width: 30px;
	height:2px;
	background:#044eb5;
	left:0;
	top:12px;
}
.pro_n_cs .title{
	font-size:30px;
	font-weight: bold;
	font-family: "pxi-e";
	margin-top:10px;
}
.pro_n_cs .jj{
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
}
.pro_n_cs .ty{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}
.pro_n_cs .ty li{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 100%;
  border:1px solid #044eb5;
  border-radius: 10px;
  padding:25px;
  font-size: 18px;
}
.pro_n_cs .ty li i{
  font-size:40px;
  margin-bottom:12px;
}
.pro_n_cs .jj p,.pro_n_cs .jj span{
	font-family: "pxi-b" !important;
	background: none !important;
	color:#333 !important;
	font-size:16px !important;
}
.pro_n_cs a{
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  border: none;
  background: #044eb5;
  height: 100%;
  text-transform: uppercase;
  font-family: "pxi-e";
  margin: 0;
  margin-top: 50px;
  width: 180px;
  max-width: none;
}
.topTitle {
  font-size: 30px;
  color: #333;
  line-height: 2;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.pro_BtmJs {
  display: flex;flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.pro_BtmJs .section{
  width: 50%;
  /* margin-right: 5%; */
  /* border-right: 1px solid #eeeeee; */
  padding-right: 5%;
}
.pro_BtmJs .w100{
  width: 100%;
  padding-right: 0;
}


.w50{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.proBox{
  padding:3vw 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
}

.pro-list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  transition: 0.5s;
}
.nlazy {
  min-width: 20%;
  position: relative;
  max-width: 80%;
  left: 0px;
  top: 0px;
  max-height: 80%;
}
.item-pic_a{
  position: relative; height: 350px;width: 100%;  overflow: hidden;display: block; 
  background-image: url(../images/img5.png);
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-list-item .pro-item-box {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  transition: all .3s;
}

.pro-list-item .pro-item-box:hover {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.pro-list-item .pro-item-box .item-pic {
  position: relative;
  width: 100%;
  border: 1px solid #EBEBEB;
}

.pro-list-item .pro-item-box:hover .item-pic {
  border: 0;
  border-radius: 12px;
}

.pro-list-item .pro-item-box .item-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEBEB;
  background: rgba(36,69,150, .7);
  border-radius: 12px;
  transition: all .3s;
}

.pro-list-item .pro-item-box:hover .item-backdrop {
  left: 0;
}

.pro-list-item .pro-item-box .item-linkbox {
  position: relative;
  width: 42px;
  height: 42px;
}

.pro-list-item .pro-item-box .item-linkbox img {
  width: 100%;
  position: relative;
  display: block;
}

.pro-list-item .pro-item-box .item-body {
  padding: 26px 0 22px;
  position: relative;
  width: 100%;
  transition: 0.5s;
}

.pro-list-item .pro-item-box:hover .item-body {
  padding: 26px 25px 22px;
}

.pro-list-item .item-body .item-title {
  font-size: 18px;
  font-family: CenturyGothic-Bold;
  color: #333333;
  line-height: 30px;
}
.pro-list-item .item-body .item-title a p:nth-child(2){
  font-size:14px;
}
.pro-list-item .item-body .item-desc {
  font-size: 16px;
  margin-top: 4px;
  color: #666666;
  line-height: 30px;
  height: 60px;
}

.pro-list-item .item-body .item-btn {
  margin-top: 14px;
}

.pro-list-item .item-body .item-btn a {
  font-size: 16px;
  font-family: CenturyGothic-Bold;
  color: #333333;
  line-height: 30px;
  text-transform: uppercase;
}

.pro-list-item .pro-item-box:hover .item-btn a, .pro-list-item .item-body .item-btn a:hover {
  color: #1A469A;
}

.pro-list-item .item-body .item-btn input {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  margin-top: 9px;
  margin-left: 10px;
  height: 12px;
}


.abt-cont1 {
  padding: 50px 0 100px;
  position: relative;
}
.abt-cont1 .abt-a1v1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 21.7857142857%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .title1 {
  color: #434343;
  font-weight: 700;
}
.title1 .tit {
  font-size: 40px;
  line-height: 1.4;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .title1::after {
  content: "";
  width: 35px;
  height: 5px;
  background: #073190;
  display: block;
  margin-top: 5px;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 65.7857142857%;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .gong-p{
  font-size: 16px;
  line-height: 1.5;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .gong-p p{
  margin-bottom: 12px;
}
.abt-cont1 .abt-a1v2 {
  background: #073190;
  padding: 4%;
  margin-top: 50px;
  width: 100%;
}
.abt-cont1 .abt-a1v2  .abt-a1v2c1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 li {
  flex: 1;
  color: #fff;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 li .data span {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 li .data sup {
  font-size: 16px;
  vertical-align: top;
  top: 0;
  line-height: 1em;
  font-weight: 700;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 li .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.abt-cont1 .abt-a1-tit {
  position: absolute;
  left: 1.5%;
  bottom: 0;
  z-index: -1;
  -webkit-text-stroke-width: 1.2063565254px;
  -webkit-text-stroke-color: #f4f4f4;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
}

.abt-cont3{
  padding: 120px 0 50px;
  position: relative;
}
.abt-cont3 .abt-a3v1 {
  position: relative;
  padding-left: 13.5416666667%;
  margin-top: 100px;
}
.abt-cont3 .abt-a3v1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
  background: #000000;
  width: 64.0625%;
  height: 90%;
}
.abt-cont3 .abt-a3v1 .imga {
  position: relative;
  display:flex;justify-content:center;align-items:center;
}

.abt-cont3 .abt-a3v1 .imga .imgBox{
  width: 64%;
  height:100%;
  margin-left: 36%;
  overflow: hidden;
}
.abt-cont3 .abt-a3v1 .imga .imgBox .swiper-slide .imgl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, rgba(0, 68, 136, 0) 27.44%, #3c6690  100%);
  background: -moz-linear-gradient(top, rgba(0, 68, 136, 0) 27.44%, #3c6690  100%);
  background: -o-linear-gradient(top, rgba(0, 68, 136, 0) 27.44%, #3c6690  100%);
  background: linear-gradient(180deg, rgba(0, 68, 136, 0) 27.44%, #3c6690  100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.abt-cont3 .abt-a3v1 .imga .imgBox .swiper-slide .imgl{
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.abt-cont3 .abt-a3v1 .imga .imgBox .swiper-slide-active .imgl::after{
  height: 100%;
}
.abt-cont3 .abt-a3v1 .imga .cont-asx {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 100%;
  background: rgba(9, 60, 150, 1);
  color: #fff;
  padding: 5%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.abt-cont3 .abt-a3v1 .imga .cont-asx .tit {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.abt-cont3 .abt-a3v1 .imga .cont-asx .p1 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 25px;
}

.abt-cont5{
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.abt-cont5 .container{
  display:flex;justify-content:space-between;align-items:center;
}
.abt-cont5 .abt-a5b1 {
  width: 37.1428571429%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.abt-cont5 .abt-a5b1 .title1{
  color:#fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
}
.abt-cont5 .abt-a5b1 .p1 {
  margin: 20px 0 40px;
  color:#fff;
  font-size: 18px;
  width: 80%;
  line-height: 1.5;
}
.more-btn {
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 5px;
  display:flex;justify-content:center;align-items:center;
  width: 200px;
  transition: all 0.3s;
}
.more-btn:hover{
  background: #fff;
  color:#333;
}
.abt-cont5 .abt-a5b2 {
  width: 54.5714285714%;
}
.abt-cont5 .abt-a5b2 .abt-a5b2c1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.abt-cont5 .abt-a5b2 .abt-a5b2c1 li {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  display:flex;justify-content:center;align-items:center;
}
.abt-cont5 .abt-a5b2 .abt-a5b2c1 li img {
  max-width: 60%;
    max-height: 60%;
}

/* honor */
.honor_title {
  font-size: 40px;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  margin-top: 60px;
}
.honor_title p:nth-child(2){
  font-size: 18px;
  margin-top:12px;
}
.honor_menu {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px 12px;
  align-items: stretch; */
  display:flex;justify-content:center;align-items:center;
  padding: 50px 0 30px;
}

.honor_menu li {
  text-align: center;
  background: #E5E5E5;
  color: #333;
  font-size: 16px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30%;
  margin:0 20px;
}

.honor_menu li.on {
  background:#073190;
  color: #fff;
}

.honor_cont {
  margin-top: 30px;
  padding-bottom: 50px;
}

.honor_cont li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  display: none;
}

.honor_cont li:nth-child(1) {
  display: grid;
}

.honorBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.honorBox .img {
  border: 1px solid#073190;
  padding: 12px;
  width: 100%;
  height: 22vw;
  margin-bottom: 12px;
  ;
}

.honorBox .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.ind_part4{
  width: 100%;
  overflow: hidden;
  padding: 120px 0 100px;
  background-image: url(../images/ind_hzhb.jpg);
  background-position: center;
  background-size: cover;
}
.ind_part4 .container{  
  display:flex;justify-content:space-between;align-items:center;
}
.about_hzhb .container{  
  display: flex;flex-direction: column;align-items:center;justify-content:center;
}
.ind_part4 .container .top{
  display:flex;justify-content:space-between;align-items:center;
}
.ind_part4 .left{
  width: 45%;
  margin-right:5%;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
}

.ind_part4 .left_line2{
  display:flex;justify-content:flex-start;align-items:center;
  width: 100%;
  margin-top:30px;
}
.ind_part4 .left_line2 .ind_num{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 150px;
  margin-right: 50px;
}

.ind_part4 .left_line2 .ind_num p:nth-child(1){
  display:flex;justify-content:center;align-items:flex-start;
  color:#26529D;
  position: relative;
}
.ind_part4 .left_line2 .ind_num p:nth-child(1) span{
  font-size: 80px;
  font-weight: bold;
}
.ind_part4 .left_line2 .ind_num p:nth-child(1) sup{
  font-size: 26px;
  font-weight: bold;
}
.ind_part4 .left_line2 .ind_num p:nth-child(2){
  font-size: 20px;
}
.ind_part4 .left_line2 .ind_word{
  font-size: 16px;
  width: calc(100% - 200px);
  line-height: 1.5;
}

.ind_part4 .left_line3{
  width: 100%;
  margin-top:100px;
  overflow: hidden;
  height: 250px;
}
.about_hzhb .left_line3{
  height: 150px;
}
.ind_part4 .left_line3 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.ind_part4 .left_line3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}
.about_hzhb .left_line3 .swiper-slide{
  height: 100% !important;
}
.ind_part4 .left_line3 .swiper-slide img{
  max-width: 70%;
  max-height: 50%;
  transition: all 0.9s;
}
.ind_part4 .left_line3 .swiper-slide:hover img{
  transform: scale(1.1);
}
.ind_part4 .right{
  width: 50%;
}


/* 技术服务 */
.zbxg-cont1 {
  padding: 6.25rem 0 9.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .zbxg-cont1 {
    padding: 2.5rem 0;
  }
}
.zbxg-cont1::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -15%;
  width: 41.875rem;
  z-index: -1;
  aspect-ratio: 1/1;
  background: rgba(10, 203, 116, 0.1);
  -webkit-filter: blur(250px);
          filter: blur(250px);
  border-radius: 50%;
}
.zbxg-cont1 .asghzx_list1 {
  margin-top: 5.75rem;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 {
    margin-top: 1.5rem;
  }
}
.zbxg-cont1 .asghzx_list1 li {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li {
    width: 100%;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1 {
  padding: 3rem 3%;
}
@media (max-width: 1024px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1 {
    padding: 3rem 2%;
  }
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1 {
    padding: 2rem 2% 2rem 5%;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1 i {
  display: block;
  font-size: 0;
  width: 4.625rem;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1 i {
    width: 3.625rem;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1 i img {
  width: 100%;
}
.zbxg-cont1 .asghzx_list1 li.asjx1 .tit {
  color: #2B2D2D;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  width: -webkit-calc(96% - 4.625rem);
  width: -moz-calc(96% - 4.625rem);
  width: calc(96% - 4.625rem);
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1 .tit {
    width: -webkit-calc(96% - 3.625rem);
    width: -moz-calc(96% - 3.625rem);
    width: calc(96% - 3.625rem);
    font-size: 1.25rem;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(1) {
  border-radius: 7.75rem 0 0 7.75rem;
  border-left: 1px solid #0ACB74;
  background: -webkit-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: -moz-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: -o-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: linear-gradient(-90deg, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
}
.zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(1) .tit {
  padding-right: 5%;
}
@media (max-width: 1024px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(1) .tit {
    padding-right: 0;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) {
  border-radius: 0 7.75rem 7.75rem 0;
  border-right: 1px solid #0ACB74;
  background: -webkit-linear-gradient(left, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  background: linear-gradient(90deg, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) {
    border-radius: 0;
    border-radius: 7.75rem 0 0 7.75rem;
    border-right: none;
    border-left: 1px solid #0ACB74;
    background: -webkit-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
    background: -moz-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
    background: linear-gradient(-90deg, rgba(10, 203, 116, 0) 0%, rgba(10, 203, 116, 0.2) 100%);
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) i {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) .tit {
  text-align: right;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.asjx1:nth-child(3) .tit {
    text-align: left;
  }
}
.zbxg-cont1 .asghzx_list1 li.as-sx {
  width: 51.4285714286%;
  margin: 0 -8%;
  position: relative;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.as-sx {
    width: 100%;
    margin: 1.25rem auto;
  }
}
.zbxg-cont1 .asghzx_list1 li.as-sx u {
  display: block;
  font-size: 0;
}
.zbxg-cont1 .asghzx_list1 li.as-sx u img {
  width: 100%;
}
.zbxg-cont1 .asghzx_list1 li.as-sx .cont-p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.zbxg-cont1 .asghzx_list1 li.as-sx .cont-p .tsxa {
  color: #0ACB74;
  font-size: 3.125rem;
  line-height: 1.125em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.as-sx .cont-p .tsxa {
    font-size: 2.25rem;
  }
}
.zbxg-cont1 .asghzx_list1 li.as-sx .cont-p .p1 {
  color: #2B2D2D;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .zbxg-cont1 .asghzx_list1 li.as-sx .cont-p .p1 {
    font-size: 1.5rem;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zbxg-cont2 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 10.625rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .zbxg-cont2 {
    padding: 7rem 0 3.5rem;
  }
}
.zbxg-cont2 .txa-asx {
  color: #FFFFFF;
  font-size: 1.875rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zbxg-cont2 .txa-asx {
    font-size: 1.125rem;
  }
}
.zbxg-cont2 a.more-b {
  margin: 2rem auto 0;
}
.fwzx_btn i{
  transition: all 0.15s 
ease-in-out;
}
.fwzx_btn:hover i{
  transform: rotate(45deg);
}



.zbxg-cont3 {
  padding: 6.375rem 0 8.125rem;
  position: relative;
}
.zbxg-cont3::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -15%;
  width: 41.875rem;
  z-index: -1;
  aspect-ratio: 1/1;
  background: rgba(7,49,144, 0.3);
  -webkit-filter: blur(250px);
          filter: blur(250px);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .zbxg-cont3 {
    padding: 2.5rem 0;
  }
}
.zbxg-cont3 .txa-asx {
  color: rgba(43, 45, 45, 0.7);
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zbxg-cont3 .txa-asx {
    font-size: 1.125rem;
  }
}
.zbxg-cont3 .jspx_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zbxg-cont3 .jspx_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.zbxg-cont3 .jspx_list1 li i {
  display: block;
  font-size: 0;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zbxg-cont3 .jspx_list1 li i {
    border-radius: 1rem;
  }
}
.zbxg-cont3 .jspx_list1 li i img {
  width: 100%;
}

.zbxg-cont4 {
  background-repeat: no-repeat;
  background-position: center -10%;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 9.0625rem 0 6.25rem;
}
@media (max-width: 768px) {
  .zbxg-cont4 {
    padding: 2.5rem 0;
    background-position: center top;
    -o-background-size: 150% auto;
       background-size: 150% auto;
  }
}
.zbxg-cont4 .title1 {
  font-size: 22px;
}
.zbxg-cont4 .title1 .tit{
  font-size: 40px;
}
.zbxg-cont4 .zbxg-a4v1 {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
  margin-top: 6.825rem;
  padding: 4.75rem 0;
}
@media (max-width: 768px) {
  .zbxg-cont4 .zbxg-a4v1 {
    border-radius: 1rem;
    padding: 0;
    margin-top: 1.5rem;
  }
}
.zbxg-cont4 .zbxg-a4v1 .ash_list1 li {
  width: 50%;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .zbxg-cont4 .zbxg-a4v1 .ash_list1 li {
    width: 100%;
    padding: 2rem 4%;
  }
}
.zbxg-cont4 .zbxg-a4v1 .ash_list1 li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .zbxg-cont4 .zbxg-a4v1 .ash_list1 li + li {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.zbxg-cont4 .zbxg-a4v1 .ash_list1 li .tit {
  color: #073190;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .zbxg-cont4 .zbxg-a4v1 .ash_list1 li .tit {
    font-size: 1.25rem;
  }
}
.zbxg-cont4 .zbxg-a4v1 .ash_list1 li .p {
  color: rgba(43, 45, 45, 0.7);
  font-size: 1.1rem;
  line-height: 1.65em;
  margin-top: 0.75rem;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
@media (max-width: 768px) {
  .zbxg-cont4 .zbxg-a4v1 .ash_list1 li .p {
    font-size: .9rem;
    margin-top: 0.25rem;
  }
}
.zbxg-cont4 .shzc-a4v2 {
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem 1rem;
  border-radius: 3.125rem;
  color: #FFFFFF;
  gap: 1.5rem;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .zbxg-cont4 .shzc-a4v2 {
    border-radius: 1rem;
    gap: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
}
.zbxg-cont4 .shzc-a4v2 > p {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .zbxg-cont4 .shzc-a4v2 > p {
    width: 100%;
    font-size: 1.25rem;
  }
}



/* 首页产品2 */
.i-title{
	display: block;
	width: 100%;
}
.index_product .i-title{
	max-width: 32.3vw;
  background-image: url(../images/w.png);
  padding-bottom: 38px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.index_product{
	padding-top: 6.25%;
	/* padding-bottom: 6.25%; */
  margin-top: 50px;
}
.index_product .common_tit h4 {
  font-size: 2.2vw;
}
.index_product .box{
	position: relative;
	margin-top: -4vw;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_product .box ul{
	width: 48.75%;
	margin-right: 2.5%;
}
.index_product .box ul:nth-child(odd){
	margin-top: 10vw;
}
.index_product .box ul:nth-child(2n){
	margin-right: 0;
}
.index_product .box ul li{
	margin-bottom: 5%;
	background: url(../images/img5.png) center no-repeat;
	background-size: cover;
}
.index_product .box ul li:nth-child(2n){
	margin-right: 0;
}
.index_product .box ul li a{
	position: relative;
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	padding: 10% 6% 6% 6%;
	box-sizing: border-box;
	min-height: 25vw;
}
.index_product .box ul li .text{
	width: 45%;
	box-sizing: border-box;
}
.index_product .box ul li .text h3{
	color: #000000;
	/*font-size: 1.5625vw;*/
	/*font-size: 30px;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  font-size: 22px;
}
.index_product .box ul li a:hover .text h3{
	color: #073190;
}
.index_product .box ul li .text .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
	/*font-size: 0.83333333vw;*/
	line-height: 1.7;
	min-height: 3.9vw;
  font-size: 16px;
}
.index_product .box ul li .morebtn{
	margin-top: 1.5vw;
}
.morebtn span,
.morebtn a{
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morebtn a:hover,
.morebtn span:hover,
.index_product .box ul li:hover .morebtn span,
.index_news .newlist ul li.on a .morebtn span{
	color: #073190;
}
.morebtn i{
	position: relative;
	display: inline-block;
	margin-right: 0.8vw;    
  width: 2vw;
  height: 2vw;
	background: url(../images/icon6.png) center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_about .morebtn i{
	background: url(../images/icon6a.png) center no-repeat;
	background-size: 100% auto;
}
/*.morebtn i:before{
	content: '→';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.morebtn i:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.04166666666667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 36% 91%;
	transform-origin: 36% 91%;
}*/
.index_about .morebtn{
	margin-top: 2.6vw;
}
.index_about .morebtn a{
	color: #FFFFFF;
}
.index_about .morebtn a:hover{
	color: #073190;
}
.morebtn a:hover i,
.morebtn span:hover i,
.index_product .box ul li:hover .morebtn span i,
.index_news .newlist ul li.on a .morebtn span i{
	background: url(../images/icon7.png) center no-repeat;
	background-size: 100% auto;
}
.index_product .box ul li .img{
	/*position: absolute;
	right: 6%;
	top: 16%;*/
	width: 50%;
	overflow: hidden;
}
.index_product .box ul li .img img{
	width: 100%;
	/*-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
/*.index_product .box ul li:hover .img img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}*/
.index_product .box .viewAll{
	position: absolute;
	bottom: 5%;
	right: 0;
}
.viewAll a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  padding-left: 3.083333vw;
  border-left: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s 
ease;
  transition: all 0.4s 
ease;
  white-space: nowrap;
}
.viewAll a:hover{
	color: #073190;
}
.viewAll a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: calc(100% - 1.614583333333335vw);
	height: 1px;
	border-top: rgba(0,0,0,0.1) solid 1px;
	box-sizing: border-box;
}
.viewAll a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: calc(100% - 1.614583333333335vw);
	height: 1px;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	box-sizing: border-box;
}
.viewAll a i{
	display: inline-block;
  margin-left: 40px;
  width: 50px;
  height: 50px;
	background: url(../images/icon8.png) center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.viewAll a:hover i{
	background: url(../images/icon9.png) center no-repeat;
	background-size: 100% auto;
}




.head_c {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
  -webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  display: none;
  box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
}

.head_c ul {
  width: 95%;
  height: 55px;
  margin: 0 auto;
}

.head_c ul li:nth-child(1) {
  width: 35%;
}

.head_c ul li {
  width: 25%;
  float: left;
  height: 55px;
}

.head_c ul li:nth-child(1) {
  display: flex;
  -webkit-display: flex;
  justify-content: left;
  align-items: center;
}

.head_c ul li:nth-child(2) {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 55px;
  float: right;
}

/*mob nav*/
.sp_nav {
  width: 8vw;
  float: right;
  position: relative;
  cursor: pointer;
  height: 8vw;
  margin-top: 18px;
}

.sp_nav span {
  display: block;
  background: #26529D;
  width: 7vw;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  display: none;
  padding: 10px 0;
}

.nav_show {
  top: 55px;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: 100%;
}

.sjj_nav>ul>li:first-child .language {
  float: right;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 20%;
  float: left;
  text-align: center;
  color: #999;
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 5vw;
  position: relative;
  line-height: 40px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #616161;
  width: 100%;
  display: block;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #999;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #26529D
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}


@media (max-width: 1000px) {
  .head_c{
    display: block;
  }
  #header{
    display: none;
  }
  .wehas-as{
    display: none;
  }
  .sjj_nav{
    display: block;
  }
  .banner .text .container{
    height: 100%;
    text-align: center;
  }

  .index_product .i-title{
    max-width: 100%;
  }
  .index_product .common_tit h4 {
    font-size: 18px;
  }
  .index_product .box ul {
    width: 100%;
    margin-right: 0;
  }
  .index_product .box ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-flow: column-reverse;
  }
  .index_product .box ul li .text {
    width: 100%;
    box-sizing: border-box;
  }
  .index_product .box ul li .img{
    width: 100%;
    margin-bottom: 12px;

  }
  .index_product .box .viewAll {
    position: relative;
    bottom: 5%;
    right: 0;
  }
  .viewAll a:before{
    width: calc(100% - 6.614583333333335vw);
  }
  .viewAll a:after{
    width: calc(100% - 6.614583333333335vw);
  }

  .index_hyBox .mySwiper .swiper-slide i {
    font-size: 18px;
  }

  .index_hyBox .mySwiper>.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }

  .index_hyBox .mySwiper .swiper-slide {
    width: 100% !important;
    height: max-content !important;
    padding: 6px 0;
  }

  .index_hyBox .mySwiper {
    height: auto;
    margin-top: -170px;
  }
  .hyBox{
    padding: 40px;
  }
  .advantages {
    grid-template-columns: repeat(1, 1fr);
  }
  .advantages .item{
    padding: 40px;
  }
  .ind_part4{
    padding: 50px 0;
  }
  .ind_part4 .common_tit{
    width: 100%;
  }
  .ind_part4 .container{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .ind_part4 .left{
    width: 100%;
    margin-right: 0%;
  }
  .ind_part4 .right {
    width: 100%;
  }
  .SideBar-wrapper{
    display: none !important;
  }
  .ind_part4 .left_line2{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .ind_part4 .left_line2 .ind_word {
    width: 100%;
  }
  .ind_part4 .left_line2 .ind_num{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index5 .left a .text .left {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  .index5 .left a .text .right{
    display: none;
  }
  .index5 .right .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

	.index_contact{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_contact_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.index_contact_r{
		width: 100%;
	}
	.control-group{
		width: 100%;
		padding:0;
	}
  .footer .top .right .ewm_wrap{
    margin-left: 30px;
  }
  .abt-cont1 .abt-a1v1{
    display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
  }
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
  }
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
    margin-bottom: 12px;
  }
  .abt-cont1 .abt-a1v2 .abt-a1v2c1 li {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 li .data span {
  font-size: 30px;
}
.abt-cont1 .abt-a1v2 .abt-a1v2c1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top:20px;
}
.abt-cont1{
  overflow: hidden;
}
.DevelopmentHistory .swiper_box .banner .swiper-slide .item .top{
  font-size: 24px;
}
.DevelopmentHistory .swiper_box .banner .active .item .top{
  font-size:36px;
}

.DevelopmentHistory .img_box{
  display: none;
}
.DevelopmentHistory .box .banner1 .swiper-slide p{
  font-size: 16px;
}
.DevelopmentHistory .box .button i{
  font-size: 16px;
}
.DevelopmentHistory .box .banner1 {
  width: 81%;
}
.DevelopmentHistory .swiper_box .banner{
  margin-bottom: 0;
  height: 3rem;
}
.DevelopmentHistory{
  padding:60px 0 0;
}
.abt-cont3 .abt-a3v1 {
  position: relative;
  padding-left: 0;
  margin-top: 100px;
  width: 100%;
}
.abt-cont3 .abt-a3v1 .imga{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abt-cont3 .abt-a3v1 .imga .cont-asx{
  position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.abt-cont3 .abt-a3v1 .imga .imgBox {
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow: hidden;
}
.abt-cont3 .abt-a3v1 .imga .cont-asx .p1 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
.abt-cont3 .abt-a3v1 .imga .cont-asx .tit {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.scyf_c{
  padding:0 0 40px 0;
}
.scyf_c p{
  width: 100%;
  font-size: 16px;
}
.abt-cont5 .container{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.abt-cont5 .abt-a5b1 {
  width: 100%;
}
.abt-cont5 .abt-a5b1 .p1 {
  margin: 20px 0 40px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
}
.abt-cont5 .abt-a5b2 {
  width: 100%;
  margin-top:30px;
}
.abt-cont5 .abt-a5b2 .abt-a5b2c1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.abt-cont5{
  padding:40px 0;
}
.ind_part4 .container .top{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.honor_cont li {
  grid-template-columns: repeat(1, 1fr);
}
.honorBox .img {
  height: 25vh;
}
.honor_title p:nth-child(2) {
  font-size: 16px;
}
.honor_menu li{
  height: 40px;
}
.proBox{
  grid-template-columns: repeat(1, 1fr);
}
.pro_n_box{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.pro_mk {
  width: 100%;
}
.proBox_r2 .mySwiper2 {
  height: 30vh;
}

.proBox_r2 .swiper-button-next {
  background-image: none;
  width: 30px;
  height: 30px;
  border: 1px solid #044eb5;
  font-size: 16px;
  right: 15px;
}
.proBox_r2 .swiper-button-prev {
  background-image: none;
  width: 30px;
  height: 30px;
  border: 1px solid #044eb5;
  font-size: 16px;
  right: 15px;
}
.proBox_r2 .mySwiper {
  height: 8vh;
}
.pro_n_cs{
  width: 100%;
}
.pro_n_cs .ty li {
  padding: 16px;
  font-size: 12px;
}
.pro_n_cs .ty li i {
  font-size: 30px;
  margin-bottom: 12px;
}
.pro_n_cs a{
  width: 100%;
}
.pro_BtmJs .section {
  width: 100%;
  padding:0;
}
.zt_img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  align-items: stretch;
}

.content-btm .text-section .cptd {
  padding-left: 0;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  padding:30px 0;
}
.cptd li img {
  width: 40px;
  margin-bottom: 8px;
}
.cptd li p {
  font-size: 16px;
}
.text-section h3 {
  font-size: 18px;
}
.zztd_img {
  grid-template-columns: repeat(2, 1fr);
}
.gzjj_img {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.line3 {
  grid-template-columns: repeat(1, 1fr);
}
.js_box .line3{
  padding-left:12px !important;
}
.js_box .line3 li {
  padding: 20px 40px;
}

.line6 {
  grid-template-columns: repeat(1, 1fr);
}
.news .content a .text h4 {
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
  align-items: flex-start;
}
.detail{
  margin:20px auto;
}
.news .content a .img_wrap video {
  width: 100%;
  height: 20vh;
}
.contact1 .left h5 img {
  width: 15px;
  margin-right: 5px;
  margin-top: 5px;
}
.cpsb{
  grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.cpsb li{
  padding-left:0;
}

.zbxg-cont4 .title1 .tit{
  font-size: 22px;
}
.cptd li{
  padding:0 6px;
}
.gylc li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

}