@charset "utf-8";
/* base */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "pfzt";
  font-weight: normal;
}

@font-face {
  font-family: "pfzt";
  font-weight: bold;
}

/* @font-face {
  font-family: "pfztx";
  src: 
       url("../fonts/pfx.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pfzttx";
  src: 
       url("../fonts/pftx.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "gilroy";
}

@font-face {
  font-family: "PuHuiTi";
  src: url(../fonts/Alibaba-PuHuiTi-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "PuHuiTi";
  src: url(../fonts/Alibaba-PuHuiTi-Medium.ttf);
  font-weight: bold;
}
.sy_btn{
  display: flex;
}
.sy_btn .common_a.t2{
  margin-left: 50px;
}

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: "pfzt", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  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;
}

.shVideo3{
  position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    height: 100%;
}
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(2) {
  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: 80%;
  max-width: 1550px;
}

.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;
}

[class*="f-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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;
   
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */
/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
  }

  .index2 ::-webkit-scrollbar {
    width: 4px;
  }

  ::-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="common_btn visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 50px auto 0;
}

.page_pc {
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_pc a {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  width: 16px;
  text-align: center;
  margin: 0 20px;
  position: relative;
}

.page_pc a.page_num::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 0px;
  margin: 0 auto;
  height: 3px;
  background-color: #ff8000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.page_pc a.next,
.page_pc a.prev {
  width: 44px;
  height: 44px;
  background: #f3f3f3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  margin: 0 60px;
}

.page_pc a.next img,
.page_pc a.prev img {
  position: absolute;
  left: 17px;
  top: 14px;
}

.page_pc a.next img:nth-child(1),
.page_pc a.prev img:nth-child(1) {
  opacity: .3;
}

.page_pc a.next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_pc a.next:hover,
.page_pc a.prev:hover {
  background: #ff8000;
}

.page_pc a.disabled {
  pointer-events: none;
  opacity: .8;
}

.page_pc a.page_num:hover::after,
.page_pc a.page_num.act::after {
  width: 16px;
}

.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: -150px;
}

.commonP {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
}

.commonP .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #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;
  margin: 0 6px;
}

.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  background-color: #ff8000;
}

.common_btn {
  width: 200px;
  height: 54px;
  background-color: #ff8000;
  border-radius: 27px;
  font-size: 18px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 80px auto 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;
}

.common_btn:hover {
  box-shadow: 0px 10px 30px 0px rgb(255 128 0 / 40%);
}

.common_a {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  display: inline-flex;
  align-items: center;
}

.common_a.w,
.common_a.ww {
  color: #fff;
}

.common_a::before {
  content: '';
  width: 26px;
  height: 26px;
  border: solid 2px #ff8000;
  border-radius: 50%;
  margin-right: 22px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: right center;
}

.common_a.ww::before {
  border-color: #fff;
}

.common_a:hover::before {
  -webkit-transform: translateX(10px) scale(.6);
  -moz-transform: translateX(10px) scale(.6);
  -ms-transform: translateX(10px) scale(.6);
  -o-transform: translateX(10px) scale(.6);
  transform: translateX(10px) scale(.6);
  background: #ff8000;
}
.common_a.ww:hover::before {
  background: #fff;
}

.common_tit {
  text-align: center;    padding-bottom: 4px;
}

.common_tit h4 {
  font-size: 30px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
}

.common_tit h6 {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  margin-top: 10px;
}

.common_nav {
  height: 90px;
}

.common_nav_inner {
  background: #fff;
  position: static;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.common_nav_inner .container {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_nav.fixed .common_nav_inner {
  position: fixed;
}

.common_nav_item {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 90px;
  position: relative;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  max-width: 310px;
}

.common_nav.fixed .common_nav_item {
  line-height: 50px;
}

.common_nav_item::after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #ff8000;
  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;
}

.common_nav_item.active::after {
  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: 1000;
}

.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 .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn .2s .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn .2s .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut .2s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut .2s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut .2s 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: 199;
}

.header .hright {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headeri {
  position: relative;
  padding-right: 54px;
}

.header .headeri .logo a {
  position: relative;
  display: block;
}

.header .headeri .logo a img {
  display: block;
  opacity: 1;
  max-width: 270px;
}

.header .headeri .logo a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  -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 {
  margin-right: 50px;
  position: relative;
}

.header_nav li > a {
  font-size: 16px;
  line-height: 66px;
  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.white,
.header.active {
  background: #fff;
}

.header.white .header_nav {
  height: 110px;
}

.header.active .header_nav {
  height: 80px;
}

.header.white .header_nav li > a,
.header.active .header_nav li > a {
  color: #333;
}

.header.white .headeri .logo a img,
.header.active .headeri .logo a img {
  opacity: 0;
}

.header.white .headeri .logo a img:nth-child(2),
.header.active .headeri .logo a img:nth-child(2) {
  opacity: 1;
}

.header_nav li > a:hover,
.header_nav li.on > a,
.header_nav li.active > a {
  color: #ff8000;
}

.header_nav li > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff8000;
  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_nav1 {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  overflow: hidden;
  background: #f3f3f3;
  -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_nav1::after {
  content: '';
  display: block;
  clear: both;
}

.header_nav li .header_nav1 .item {
  padding: 0px 24px 32px;
  width: 25%;
  height: 602px;
  float: left;
}

.header_nav li .header_nav1 .item:hover {
  background: linear-gradient(0deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 128, 0, 0) 36%);
}

.header_nav li .header_nav1 .item:last-child {
  border-right: 0;
}

.header_nav li .header_nav1 .item .top {
  text-align: center;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e4dfdf;
  padding: 0 18px;
  margin-bottom: 30px;
}

.header_nav li .header_nav1 .item:hover .top{
  border-bottom: 2px solid #ff8000;

}

.header_nav li .header_nav1 .item .top img {
 
}

.header_nav li .header_nav1 .item .top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;

}

.header_nav li .header_nav1 .item a {
  display: block;
  margin-top: 20px;
  padding: 0 18px;
}

.header_nav li .header_nav1 .item a h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  -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_nav1 .item a h4 img{
  width: 26px;
  margin-right: 10px;
}
.header_nav li .header_nav1 .item a:hover h4 {
  color: #ff8000;
}

.header_nav li .header_nav1 .item a h6 {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 44px;
}

.header_nav li .header_nav2 {
  display: none;
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left: -193px;
  z-index: 99;
  width: 386px;
  background-color: #f3f3f3;
  padding: 20px 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_nav li .header_nav2 .item {
  display: flex;
  align-items: flex-start;
  padding: 18px 42px;
  -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 .item:hover {
  background: #eee;
}

.header_nav li .header_nav2 .item img {
}

.header_nav li .header_nav2 .item .text {
  padding-left: 20px;
}

.header_nav li .header_nav2 .item .text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.header_nav li .header_nav2 .item .text h6 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  color: #666666;
}

.header_nav li .header_nav3.nav03{
  width: 400px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0;
position: absolute;
top: 66px;
}
.header_nav li .header_nav3.nav03 .h6{
  width: 50%;
}

.header_nav li .header_nav3 {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -530px;
  z-index: 99;
  background-color: #f3f3f3;
  padding: 42px 70px;
  width: 1060px;
  
  -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_nav3.min {
  margin-left: -350px;
  width: 700px;
}
.header_nav li .header_nav3.min .h6 {
  width: 33%;
}
.header_nav li .header_nav3 .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_nav li .header_nav3 .h6 {
  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;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  width: 20%;
}

.header_nav li .header_nav3 .h6:hover {
  color: #ff8000;
}

.header_nav li .header_nav3 .h6 img {
  margin-right: 18px;
}

.header_nav li .header_nav4 {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -530px;
  z-index: 99;
  background-color: #f3f3f3;
  padding: 42px 70px;
  width: 1060px;
  -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_nav4 .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_nav li .header_nav4 .h6 {
  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;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  margin-top: 30px;
  margin-right: 60px;
  /*width: 25%;*/
}
.header_nav li .header_nav4 .h6:nth-child(4n) {
  margin-right: 0;
}
.header_nav li .header_nav4 .h6:nth-child(-n + 4) {
  margin-top: 0;
}

.header_nav li .header_nav4 .h6:hover {
  color: #ff8000;
}

.header_nav li .header_nav4 .h6 img {
  margin-right: 18px;
}
.header.active .header_nav li .header_nav2 {
  top: 82px;
}
.header.active .header_nav li .header_nav1,
.header.active .header_nav li .header_nav3,
.header.active .header_nav li .header_nav4 {
  top: 82px;
}
.header.active .header_nav li .header_nav3.nav03 {
  top: 75px;
}
.header .header_nav li .header_nav1,
.header .header_nav li .header_nav3,
.header .header_nav li .header_nav4 {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}




.header_search {
  position: absolute;
  right: 0px;
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  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;
  background: #ff8000;
}

.header_search:hover {
}

.header_search input {
  background: transparent;
  padding: 0px;
  height: 34px;
  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 input:focus,
.header_search:hover input {
  width: 225px;
  padding: 0 20px;
}

.header_search .img {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 22px;
}

.header .btn1 {
  width: 110px;
  height: 34px;
  line-height: 34px;
  background-color: #ff8000;
  box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.header .btn2 {
  width: 155px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 20px;
}

.header.white .btn2,
.header.active .btn2 {
  border: solid 1px rgba(0, 0, 0, 0.3);
  color: #333;
}

.header .btn2 img {
  margin-right: 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;
}

.header .btn2:hover img {
  transform: scale(1.02) rotate(6deg);
}

/* header */
/* menu */
/* menu */
/* banner */
.banner {
  position: relative;
}

.banner .commonP {
  bottom: 40px;
}
.commonP .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
  opacity: 1;
}
.banner .swiper-slide .container {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner .swiper-slide img {
  max-width: none;
  width: 100%;
}
.banner .swiper-slide .text h4 {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 80px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.banner .swiper-slide .text h5 {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 48px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.banner .swiper-slide .text h4.fwn {
  font-weight: normal;
}

.banner .swiper-slide .common_a {
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: all .6s ease .2s;
  -moz-transition: all .6s ease .2s;
  -ms-transition: all .6s ease .2s;
  -o-transition: all .6s ease .2s;
  transition: all .6s ease .2s;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.banner .swiper-slide-active .text h4,
.banner .swiper-slide-active .text h5,
.banner .swiper-slide-active .common_a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 100px;
  background: rgba(238, 238, 238, 0.96);
}

.banner .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner .bottom .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.banner .bottom .item 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;
  max-width: 48px;
}
.banner .bottom .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bottom .item .text {
  padding-left: 40px;
}

.banner .bottom .item .text h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.banner .bottom .item .text h6 {
  font-size: 14px;
  color: #666666;
}

.banner2 {
  position: relative;
}

.banner2 .img {
  width: 100%;
  padding-top: 44.27%;
}

.banner2 video {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.banner2 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 5;
}

.banner2 .text {
  color: #ffffff;
}

.banner2 .text h4 {
  font-size: 46px;
  font-weight: bold;
  font-style: italic;
  line-height: 60px;
}

.banner2 .text h4.fwn {
  font-weight: normal;
}

.banner2 .text h6 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 1000px;
}

/* product */
.prod_inner {
  position: relative;
  overflow: hidden;
}

.prod_inner .bg1 {
  width: 100%;
  padding-top: 160%;
  display: none;
}

.prod_inner .bg2 {
  display: block;
  width: 100%;
  padding-top: 45.52%;
}

.prod_inner .container {
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.prod_inner .content {
  width: 60%;
}

.prod_inner .prod_tit h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #000000;
}

.prod_inner .prod_tit h6 {
  margin-top: 38px;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  width: 70%;
}

.prod_inner .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.prod_inner .list .item {
  width: 33.3%;
  min-width: 220px;
  margin-top: 30px;
  border-left: 2px solid #dbdbdb;
  padding: 0 30px;
  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;
}

.prod_inner .list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  height: 0;
  width: 2px;
  background: #ff8000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.prod_inner:nth-child(2n) .list .item::before {
  right: -2px;
  left: auto;
}
.prod_inner .list .item:hover::before {
  height: 100%;
}

.prod_inner .list .item h4 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}

.prod_inner .list .item h5 {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}

.prod_inner .list .item h6 {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  display: flex;
  margin-top: 40px;
}

.prod_inner .list .item h6::before {
  content: '';
  width: 26px;
  height: 26px;
  border: solid 2px #ff8000;
  border-radius: 50%;
  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;
}
.prod_inner .list .item:hover h6::before {
  -webkit-transform: translateX(10px) scale(.6);
  -moz-transform: translateX(10px) scale(.6);
  -ms-transform: translateX(10px) scale(.6);
  -o-transform: translateX(10px) scale(.6);
  transform: translateX(10px) scale(.6);
  background: #ff8000;
}

.prod_inner:nth-child(2n) {
  text-align: right;
}

.prod_inner:nth-child(2n) .list .item {
  border-left: 0;
  border-right: 2px solid #dbdbdb;
}

.prod_inner:nth-child(2n) .container {
  justify-content: flex-end;
}

.prod_inner:nth-child(2n) .container .prod_tit{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.prod_inner:nth-child(2n) .container .prod_tit h4{
width: 100%;
}

.prod_inner:nth-child(2n)  .prod_tit h6 {
  margin-left: 20%;
}

.prod_inner:nth-child(2n) .list {
  justify-content: flex-end;
}

.prod_inner:nth-child(2n) .list .item h6 {
  justify-content: flex-end;
}

.prod_inner .p_img {
  position: absolute;
  margin-left: -7.8125%;
  margin-top: -7.8125%;
  width: 15.625%;
  animation: index3Swiper3Ani 4s linear infinite;
}
.prod_inner .p_img.p4_3{
  margin: 0;
  top: 4%;
  left: 1%;
}

.prod_inner .p1_2 {
  left: 89.6%;
  top: 43.4%;
  animation-delay: 1s;
}

.prod_inner .p1_3 {
  left: 57.4%;
  top: 41%;
  animation-delay: 0s;
}

.prod_inner .p2_2 {
  left: 37%;
  top: 29.6%;
  animation-delay: 3s;
}

.prod_inner .p2_3 {
  left: 12.4%;
  top: 28%;
  animation-delay: 2s;
}

.prod_inner .p3_2 {
  left: 50.2%;
  top: 76.6%;
  animation-delay: 1s;
}

.prod_inner .p3_3 {
  left: 90.8%;
  top: 14.4%;
  animation-delay: 3s;
}

.prod_inner .p4_2 {
  left: 50.6%;
  top: 63.4%;
  animation-delay: 2s;
}

.prod_detail1 {
  margin: 70px 0;
}

.prod_detail1 .content {
  max-width: 788px;
  width: 90%;
  margin: 36px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.prod_detail2 {
  padding: 70px 0;
}

.prod_detail2 .content {
  max-width: 1008px;
  width: 90%;
  margin: 72px auto 0;
  text-align: center;
}

.prod_detail2 .content img {
  display: block;
}

.prod_detail2 .content h6 {
  max-width: 840px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 72px auto 0;
}

.prod_detail3 {
  margin: 70px 0;
}

.prod_detail3 .content {
  max-width: 985px;
  width: 90%;
  margin: 80px auto 0;
}

.prod_detail4 {
  padding: 70px 0 64px;
  background: #f3f3f3;
}

.prod_detail4 .swiper-wrapper {
  padding: 40px 0 60px;
}
.prod_detail4 .swiper-slide {
  background: #fff;
  padding: 32px 5%;
}

.prod_detail4 .commonP {
  position: static;
  margin-top: 0px;
}

.prod_detail4 .content {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-top: 60px;
}

.prod_detail4 .content .item {
  border-right: 1px solid #f0f0f0;    text-align: center;
  background: #fff;
  position: relative;
  padding: 40px 40px;
  cursor: pointer;
}

.prod_detail4 .content .item:last-child {
  border-right: 0;
}

.prod_detail4 .content .item h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  /* margin-top: 132px; */
  margin-top: 52px;
  line-height: 1.4em;
  height: 2.8em;
}

.prod_detail4 .content .item .text {
  position: absolute;
  left: -6%;
  top: -6%;
  width: 112%;
  height: 112%;
  background-color: #ff8000;
  box-shadow: 0px 10px 30px 0px rgba(255, 128, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: 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;
  z-index: 9;
  padding: 20px 30px;
}

.prod_detail4 .content .item.active .text {
  opacity: 1;
  visibility: visible;
}

.prod_detail4 .content .item .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.prod_detail4 .content .item .text h6 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  overflow: auto;
  text-align: justify;
}

.prod_detail5_bg {
  height: 524px;
  width: 100%;
  padding-top: 70px;
}

.prod_detail5 {
  margin-top: -360px;
}

.prod_detail5 .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prod_detail5 .content .item {
  width: 33.3%;
  height: 260px;
  padding: 2%;
}

.prod_detail5 .content .item h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.prod_detail5 .content .item h4 img {
  margin-right: 20px;
}

.prod_detail5 .content .item h6 {
  margin-top: 6%;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.prod_detail6 {
  margin: 70px 0;
  background-color: #fff;
}
.prod_detail6 .common_tit{
  padding-top: 70px;
}

.prod_detail6 .content {
  margin: 22px auto 0;
  max-width: 1200px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.prod_detail6 .content .item {
  padding: 30px 54px 30px 64px;
  width: calc(50% - 11px);
  margin-top: 30px;
  box-shadow: 0px 10px 40px 0px
  rgba(194, 194, 194, 0.4);
  position: relative;
}
.prod_detail6 .content .item::after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #ff8000;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.prod_detail6 .content .item:hover::after {
  content: '';
  width: calc(100% - 64px);
}
.prod_detail6 .content .item:nth-child(2n) {
  margin-left: 22px;
}
.prod_detail6 .content .item h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  position: relative;
}
.prod_detail6 .content .item h4::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ff8000;
  position: absolute;
  left: -28px;
  top: 16px;
}
.prod_detail6 .content .item h6 {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod_detail7 {
  padding: 70px 0;
  background: #f3f3f3;
}

/* product */

/* solution */
.solu1 {
  margin: 70px 0;
}

.solu1 .content {
  max-width: 1200px;
  width: 70%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solu1 .content .item {
  width: 23.5%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 32px;
  position: relative;
  box-shadow: 0 4px 8px rgb(84 81 81 / 15%);
  background: #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;
}
.solu1 .content .item:last-child {
  margin-right: 0;
}
.solu1 .content .item::after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #ff8000;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.solu1 .content .item:hover::after {
  width: calc(100% - 64px);
}

.solu1 .content .item img {
  width: 50px;
}

.solu1 .content .item h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 30px;
}

.solu1 .content .item h6 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
  text-align: justify;
  height: 120px;
  width: 100%;
}

.solu2 {
  padding: 70px 0;
  background: #f3f3f3;
}

.solu2 .content {
  max-width: 977px;
  width: 90%;
  margin: 60px auto 0;
}

.solu3 {
  margin: 70px 0;
}

.solu3 .content {
  max-width: 1200px;
  width: 90%;
  margin: 120px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solu3 .content .left {
  width: 29.5%;
  border-right: 1px solid #d3d3d3;
}

.solu3 .content .left .item {
  height: 96px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 8%;
  cursor: pointer;
}

.solu3 .content .left .item.active {
  background: linear-gradient(90deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 128, 0, 0) 100%);;
  border-left: 3px solid #ff8000;
}

.solu3 .content .right {
  width: 70.5%;
}

.solu3 .content .right .swiper-slide {
  padding-left: 10%;
  padding-bottom: 40px;
  padding-right: 150px;
}

.solu3 .content .right img {
  max-width: 40%;
}

.solu3 .content .right h4 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-top: 50px;
}

.solu3 .content .right h5 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 32px;
}

.solu3 .content .right .common_btn {
  margin: 40px 0 0;
}

.solu4 {
  padding: 70px 0;
}

.solu4 .content {
  width: 80%;
  margin: 0px auto;
}
.solu4 .content .swiper-wrapper {
  padding-top: 20px;
}

.solu4 .content .item {
  background-color: #f7f7f7;
  padding: 40px 30px;    margin: 1%; width:48%;
    float: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 3px solid #ffffff;

}
.solu4 .content .item:hover {
  box-shadow: 0px 10px 40px 0px
  rgba(194, 194, 194, 0.4);
  border-bottom: 3px solid #ff8000;
}

.solu4 .content .item img {
  width: 80px;

}

.solu4 .content .item .text {
  padding-left: 4%;
  padding-top: 0%;
  flex: 1;
}

.solu4 .content .item .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.solu4 .content .item .text h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}

.solu4 .commonP {
  position: static;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solu5 {
  margin: 100px 0;
}

.solu5 .content1 {
}

.solu5 .content1 .tit {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  border-bottom: 3px solid #ff8000;
  width: 72px;
  text-align: center;
  margin: 50px auto 0;
}

.solu5 .tit2 {
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin-top: 80px;
}

.solu5 .content1 .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  max-width: 760px;
  width: 90%;
  margin: 40px auto 0;
}

.solu5 .content2 {
  max-width: 1200px;
  margin: 100px auto 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 64px 0 110px;
}

.solu5 .content2 img {
  max-width: 1038px;
  width: 90%;
  margin: 50px auto 0;
  display: block;
}

.solu5 .content3 {
  max-width: 1200px;
  margin: 0 auto 0;
}

.solu5 .content3 .swiper2 {
  margin-top: 84px;
}

.solu5 .content3 .swiper2 .swiper-slide {
  border: 1px solid #c5c5c5;
  padding: 4% 3.2%;
  height: 348px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.solu5 .content3 .swiper2 .swiper-slide:hover {
  border-color: transparent;
  background: #ff8000;
}

.solu5 .content3 .swiper2 .swiper-slide img {
}

.solu5 .content3 .swiper2 .swiper-slide h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 36px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.solu5 .content3 .swiper2 .swiper-slide h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  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;
}
.solu5 .content3 .swiper2 .swiper-slide:hover h4,
.solu5 .content3 .swiper2 .swiper-slide:hover h6 {
  color: #fff;
}

.solu5 .content3 .bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.solu5 .content3 .bottom img {
  display: block;
}

.solu5 .content3 .bottom .next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.solu5 .content3 .bottom .prev,
.solu5 .content3 .bottom .next {
  opacity: .4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  z-index: 15;
}

.solu5 .content3 .bottom .prev:hover,
.solu5 .content3 .bottom .next:hover {
  opacity: 1;
}

.solu5 .content3 .bottom .commonP {
  position: static;
  width: auto;
}

.solu6 {
  padding: 100px 0;
  background: #f3f3f3;
}

/* solution */

/* product */

/* video */
.video {
  margin: 100px auto;
}

.video_nav {
  margin-top: 40px;
  font-size: 16px;
  height: 86px;
  background-color: #f3f3f3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video_nav .name {
  color: #999999;
  position: absolute;
  left: 30px;
}

.video_nav .item {
  color: #000;
  margin: 0 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.video_nav .item.active {
  color: #ff8000;
}

.video_list {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  flex-wrap: wrap;
}

.video_list .item {
  position: relative;
  width: calc(50% - 10px);
  margin-top: 50px;
}
.video_list .item:hover a {
  animation: index3Swiper3Ani2 1.6s linear infinite;
}

.video_list .item:nth-child(-n + 2) {
  margin-top: 0;
}

.video_list .item:nth-child(2n) {
  margin-left: 20px;
}

.video_list .item a {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: -85px auto 0;
  top: 50%;
}

.video_list .item .text {
  margin-left: 10%;
  width: 90%;
  background: #fff;
  padding: 20px 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  height: 166px;
  margin-top: -84px;
  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;
}
.video_list .item .text div {
  width: 100%;
}
.video_list .item .text span {
  font-weight: normal;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  width: 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;
}

.video .item .text {
  background: #f3f3f3;
}

.video_list .item:hover .text {
  background: #ff8000;
  color: #fff;
}
.video_list .item:hover .text span {
  
  color: #fff;
}

/* video */

/* about */
.about1 {
  margin: 70px 0;
}

.about1 .content {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.about1 .content h6 {
  font-size: 20px; line-height:200%;
  color: #666666;
  margin-top: 40px;
}

.about1 .content h5 {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin-top: 60px;
  font-weight: bold;
}

.join1 > img,
.about1 .content img {
  border-radius: 10px;
  display: block;
  margin: 72px auto 0;
}

.about1 .content .nums {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.about1 .content .nums .item {
  flex: 1;
  text-align: center;
}

.about1 .content .nums .item .num {
  font-size: 58px;
  font-weight: bold;
  color: #ff8000;
}

.about1 .content .nums .item .tit {
  font-size: 16px;
  color: #666666;
}

.about2 {
  padding: 70px 0;
  background: #f3f3f3;
}

.about2 .swiper-container {
  margin-top: 20px;
}

.about2 .swiper-slide {
  position: relative;
}

.about2 .swiper-slide .block3 {
  text-align: center;
}
.about2 .swiper-slide .block3 .img2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e3e3e3;
  padding: 28px 0;
}
.about2 .swiper-slide .block3 img {
  width: 100%;
  max-width: 180px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about2 .swiper-slide .block3:hover img {
  transform: scale(1.1);
}
.about2 .swiper-slide .block1 {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  padding: 12%;
}

.about2 .swiper-slide .block1 .common_a {
  position: absolute;
  bottom: 12%;
  left: 12%;
}

.about2 .swiper-slide h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  margin-top: 20px;
  padding: 0 5%;
}

.about2 .swiper-slide .block2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #ff8000;
  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;
  z-index: 3;
  padding: 8%;
  text-align: center;
}

.about2 .swiper-slide .block2 h6 {
  position: absolute;
  left: 0;
  top: 10%;
  color: #fff;
  width: 100%;
}

.about2 .swiper-slide .img {
  position: absolute;
  max-width: 220px;
  width: 80%;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(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;
  z-index: 5;
}

.about2 .swiper-slide .block2 {
  opacity: 1;
}

.about2 .swiper-slide .img {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.about2 .bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about2 .bottom .commonP {
  position: relative;
  width: auto;
}

.about2 .bottom img {
  display: block;
}

.about2 .bottom .next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about2 .bottom .prev,
.about2 .bottom .next {
  opacity: .4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  z-index: 15;
  margin: 0 40px;
}

.about2 .bottom .prev:hover,
.about2 .bottom .next:hover {
  opacity: 1;
}

.about3 {
  margin: 70px 0;
}

.about3 .container {
  margin-top: 70px;
}

.about3 .swiper-container .line {
  width: 100%;
  position: absolute;
  height: 1px;
  top: 224px;
  left: 0;
  background: rgba(211, 211, 211, 0.5);
}

.about3 .swiper-slide {
  padding: 60px 0;
  text-align: center;
}

.about3 .swiper-slide .tit {
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  -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;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.about3 .swiper-slide .year {
  font-size: 60px;
  line-height: 95px;
  color: #cccccc;
  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;
  font-family: 'gilroy';
}

.about3 .swiper-slide .dot {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #ff8000;
  border-radius: 50%;
}

.about3 .swiper-slide .text {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  margin-top: 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;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.about3 .swiper-slide-active .tit,
.about3 .swiper-slide-active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about3 .swiper-slide-active .year {
  color: #ff8000;
}

.about3 .prev,
.about3 .next {
  cursor: pointer;
  position: absolute;
  z-index: 15;
  top: 203px;
  left: 0;
  border: solid 1px #cccccc;
  background: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.about3 .next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about3 .prev:hover,
.about3 .next:hover {
  background: #ff8000;
  border-color: #ff8000;
}

.about3 a .img_h.img_ha img:nth-child(1) {
  opacity: .4;
}

.about4 {
  padding: 100px 0;
}

.about4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(17% - 224px); padding-bottom:4%;
}

.about4 .item {
  flex: 1;
  padding: 100px 0;
  height: 224px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  padding: 0 4%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about4 .item:hover {
  background: #ff8000;
  border-color: #ff8000;
}

.about4 .item .img {
  position: relative;
  top: -20px;
}

.about4 .item .text {
  padding-left: 30px;
}

.about4 .item .text h4 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.about4 .item .text h6 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 10px;
}

.about4 .item:nth-child(-n + 2) {
  border-right: 0;
}

.about4 .common_tit h4 {
  color: #fff;
}

.about5 {
  margin: 70px 0 0;
}

.about5 .box {
  margin-top: 70px;
  position: relative;
}

.about5 .box .container {
  display: flex;
  position: relative;
  z-index: 3;
}

.about5 .box .left {
  width: 50%;
  padding: 100px 10% 100px 0;
}

.about5 .box h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 56px;
  color: #000000;
}

.about5 .box label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 32px;
}

.about5 .box label .label {
  font-size: 16px;
  line-height: 56px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}

.about5 .box label.msg .label {
  position: static;
}

.about5 .box label input {
  height: 56px;
  border: 0;
  border-bottom: 1px solid #ff8000;
  padding-left: 60px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #333;
}

.about5 .box label textarea {
  height: 56px;
  border: 0;
  border-bottom: 1px solid #ff8000;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #333;
  height: 160px;
  resize: none;
}

.about5 .box .common_a {
  margin-top: 72px;
}

.about5 .box .right {
  width: 50%;
  padding: 8% 4% 8% 0%;
  height: 700px;
}

.about5 .box .right h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 56px;
  color: #000000;
  margin-bottom: 64px;
}

.about5 .box .right h6 {
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: "gilroy";
}
.about5 .box .right h6:last-child {
  font-size: 22px;
}

.about5 .box .right h6 a {
  display: flex;
  align-items: flex-start;
}

.about5 .box .right h6 img {
  margin-right: 24px;
  position: relative;
  top: 6px;
}

/* about */

/* news */
.news1 {
  background: #fff;
  padding: 70px 0;
}

.news1 .container {
  margin-top: 72px;
  display: flex;
}

.news1 .left {
  width: 58%;
  height: 640px;
}

.news1 .right {
  width: 42%;
}

.news1 .item {
  height: 135px;
  padding: 30px 10% 0;
  position: relative;
  background: #f3f3f3;
  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;
}

.news1 .item:hover {
  background: #dfdfdf;
}

.news1 .item::after {
  content: '';
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.news1 .item:last-child::after {
  display: none;
}

.news1 .item h4 {
  font-size: 16px;
  color: #ff8000;
}

.news1 .item h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  margin-top: 20px;
}

.news1 .left .item {
  padding: 0;
  height: auto;
}

.news1 .left .item .img {
  width: 100%;
  height: 385px;
}

.news1 .left .item .text {
  width: 100%;
  height: 155px;
  padding: 35px 6% 0;
  background: #ff8000;
}

.news1 .left .item h4,
.news1 .left .item h6 {
  color: #fff;
}

.news1 .commonP {
  position: absolute;
  z-index: 9;
  right: 5%;
  left: auto;
  width: auto;
  bottom: 90px;
}

.news1 .commonP .swiper-pagination-bullet {
  background: #fff;
}

.news2 {
  background: #f3f3f3;
  padding: 100px 0;
}

.news2 .container {
  display: flex;
  flex-wrap: wrap;
}

.news2 .container .news-item {
  margin-top: 20px;
  margin-right: 24px;
  width: calc(33.33% - 16px);
}

.news2 .container .news-item .text {
  background: #fff;
}

.news2 .container .news-item:nth-child(-n + 3) {
  margin-top: 0;
}

.news2 .container .news-item:nth-child(3n) {
  margin-right: 0;
}

.news2 .pagination {
  margin-top: 100px;
}

.news2 .page_pc a.next,
.news2 .page_pc a.prev {
  background: #fff;
}

.news2 .page_pc a.next:hover,
.news2 .page_pc a.prev:hover {
  background: #ff8000;
}

.news-item .img {
  overflow: hidden;
}

.news-item .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;
}

.news-item: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);
}

.news-item .text {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
  position: relative;
}

.news-item .text::after {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff8000;
  -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-item:hover .text::after {
  height: 4px;
}

.news-item .text h4 {
  font-size: 16px;
  color: #ff8000;
}

.news-item .text h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  height: 60px;
  margin-top: 6px;
}

/* news */

/* notice */
.notice {
  margin: 100px 0;
}

.notice .container {
  margin-top: 100px;
}

.notice .container .item {
  position: relative;
  height: 118px;
  border-bottom: solid 1px #d4d4d4;
  display: flex;
  align-items: center;
  padding-left: 78px;
  padding-right: 100px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.notice .container .item:hover {
  background: #f3f3f3;
}

.notice .container .item img {
  position: absolute;
  left: 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;
}

.notice .container .item:hover img {
  left: 10px;
}

.notice .container .item h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  line-height: 40px;
}

.notice .container .item h4 {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ff8000;
  line-height: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.notice .container .item:hover h4 {
  right: 10px;
}

.notice .pagination {
  margin-top: 100px;
}

/* notice */

/* result */
.wrap_result {
  padding-top: 100px;
}

.result1 {
  background: #f3f3f3;
  padding: 70px 0;
}

.result1 .top {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}

.result1 .top input {
  width: 100%;
  height: 66px;
  background: #ffffff;
  border-radius: 33px;
  border: 0;
  font-size: 18px;
  line-height: 66px;
  color: #333333;
  padding: 0 80px 0 40px;
}

.result1 .top a {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result1 .top a img {
}

.result1 .bottom {
  margin-top: 42px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.result1 .bottom span {
  color: #ff8000;
}

.result2 {
  background: #fff;
}

.result2 .container .news-item .text,
.result2 .page_pc a.next,
.result2 .page_pc a.prev {
  background: #f3f3f3;
}

/* result */

/* news_detail */
.news_detail {
  background: #f3f3f3;
  padding: 70px 0;
}

.news_detail .top {
}

.news_detail .top h4 {
  font-size: 18px;
  color: #ff8000;
}

.news_detail .top h6 {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  margin-top: 18px;
}

.news_detail .content {
  margin: 40px 0 0;
  padding: 60px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.news_detail .content p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.news_detail .content img {
}

.news_detail .bottom {
}

.news_detail .bottom .item {
  border-bottom: 1px solid #d4d4d4;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40%;
  padding-right: 100px;
  -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_detail .bottom .item:hover {
  background: #eee;
}

.news_detail .bottom .item .left {
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #cccccc;
  -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_detail .bottom .item h4 {
  font-size: 16px;
  color: #ff8000;
  position: absolute;
  right: 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;
}

.news_detail .bottom .item h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}

.news_detail .bottom .item:hover .left {
  left: 10px;
}

.news_detail .bottom .item:hover h4 {
  right: 10px;
}

.news_detail2 {
  background: #fff;
}

.news_detail2 .container {
  margin-top: 72px;
}

.news_detail2 .container .news-item .text,
.news_detail2 .page_pc a.next,
.news_detail2 .page_pc a.prev {
  background: #f3f3f3;
}

/* news_detail */

/* join */
.join1 {
  margin: 70px 0;
}

.join1 .content {
  max-width: 1200px;
  width: 70%;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}

.join2 {
  padding: 70px 0;
  background: #f3f3f3;
}

.join2 h5 {
  max-width: 1200px;
  width: 70%;
  margin: 0px auto 0;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}

.join3 h5.s5{
  width: 70%;
}
.join2 .content {
  overflow: hidden;
  margin-top: 70px;
}

.join2 .content .swiper-container {
  width: 1920px;
  left: -960px;
  margin-left: 50%;
}

.join2 .content .swiper-slide {
  background: #fff  top 10% right 4% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.join2 .content .swiper-slide img {
  max-width: 50%;
}

.join2 .content .swiper-slide .text {
  padding: 4%;
  flex: 1;
}

.join2 .content .swiper-slide::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  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;
}

.join2 .content .swiper-slide-prev::after,
.join2 .content .swiper-slide-next::after {
  opacity: 1;
}

.join2 .content .swiper-slide .text h4 {
  font-size: 28px;
  color: #000000;
}

.join2 .content .swiper-slide .text h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
}

.join2 .bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.join2 .bottom .commonP {
  position: relative;
  width: auto;
}

.join2 .bottom img {
  display: block;
  max-width: inherit;
  width: 100%;
}

.join2 .bottom .next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.join2 .bottom .prev,
.join2 .bottom .next {
  opacity: .4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  z-index: 15;
  margin: 0 40px;
}

.join2 .bottom .prev:hover,
.join2 .bottom .next:hover {
  opacity: 1;
}

.join3 {
  margin: 70px 0;
}

.join3 h5 {
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}

.join3 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 72px;
}

.join3 .content .left {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff8000;
  display: flex;
  align-items: center;
  padding-left: 5%;
}

.join3 .content .left .swiper1 {
  width: 50%;
  margin: 0;
}

.join3 .content .left .swiper1 .swiper-slide h4 {
  font-size: 16px;
  color: #ffffff;
}

.join3 .content .left .swiper1 .swiper-slide h5 {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
}

.join3 .content .left .swiper1 .swiper-slide h6 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

.join3 .content .right {
  width: 60%;
  margin-left: 40%;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}

.join3 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  bottom: 100px;
}

.join3 .bottom .commonP {
  position: relative;
  width: auto;
}

.join3 .bottom .commonP .swiper-pagination-bullet {
  background: #fff;
}

.join3 .bottom .commonP .swiper-pagination-bullet-active {
  background: #fff;
}

.join3 .bottom img {
  display: block;
  max-width: inherit;
  width: 14px;
}

.join3 .bottom .next {
  margin-left: 40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.join3 .bottom .prev,
.join3 .bottom .next {
  opacity: .4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  z-index: 15;
  margin-right: 40px;
}

.join3 .bottom .prev:hover,
.join3 .bottom .next:hover {
  opacity: 1;
}

.join4 {
  position: relative;
}

.join4 .common_tit {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.join4 .common_tit h4 {
  color: #fff;
}

.join4 .swiper3 img {
  max-width: none;
  width: 100%;
}
.join4 .swiper4 {
  background: rgba(255, 128, 0, 0.9);
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 225px;
  display: flex;
  align-items: center;
  z-index: 9;
}

.join4 .container .swiper-container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.join4 .container h6 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.join4 .container .prev,
.join4 .container .next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 16px;
  left: 50px;
  margin: auto;
  opacity: .4;
  cursor: pointer;
  -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 .container .next {
  left: auto;
  right: 50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.join4 .container .prev:hover,
.join4 .container .next:hover {
  opacity: 1;
}
.join4 .container .prev img,
.join4 .container .next img {
  width: 14px;
  max-width: inherit;
}

.join5 {
  padding: 150px 0 100px;
  background: #f3f3f3;
}

.join5 .container {
  margin-top: 80px;
}

.join5 .item {
  margin-bottom: 20px;
  cursor: pointer;
}

.join5 .item .top {
  font-size: 22px;
  color: #000000;
  height: 132px;
  background-color: #ffffff;
  border-radius: 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;
  display: flex;
  align-items: center;
  padding: 0 36px 0 50px;
  margin-bottom: 20px;
}

.join5 .item .top .name {
  display: flex;
  align-items: center;
  flex: 1;
}

.join5 .item .top .num {
  display: flex;
  align-items: center;
  width: 16%;
}

.join5 .item .top .addr {
  display: flex;
  align-items: center;
  width: 20%;
}

.join5 .item .top .img {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
}

.join5 .item .top > .img {
  width: 48px;
  height: 48px;
  margin: 0;
}

.join5 .item .top .img img {
  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;
}

.join5 .item .top .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.join5 .item.active .top,
.join5 .item:hover .top {
  background: #ff8000;
  color: #fff;
}

.join5 .item.active .top .time,
.join5 .item:hover .top .time {
  color: #fff;
}

.join5 .item:hover .top .img:not(.img2) img,
.join5 .item.active .top .img img {
  opacity: 0;
}

.join5 .item:hover .top .img:not(.img2) img:nth-child(2),
.join5 .item.active .top .img img:nth-child(2) {
  opacity: 1;
}

.join5 .item .bottom {
  padding: 40px 40px 100px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
}

.join5 .item .bottom .txt {
  width: 80%;
}

.join5 .item .bottom .txt h4 {
  font-size: 22px;
  line-height: 46px;
  color: #333333;
  margin-top: 40px;
}

.join5 .item .bottom .txt h6 {
  font-size: 14px;
  line-height: 46px;
  color: #666666;
}

.join5 .item .bottom .mail {
  display: flex;
  align-items: center;
  border-top: solid 1px #dadada;
  padding-top: 60px;
  margin-top: 60px;
}

.join5 .item .bottom .mail .text {
  padding-left: 50px;
}

.join5 .item .bottom .mail h4 {
  font-size: 22px;
  line-height: 46px;
  color: #333333;
}

.join5 .item .bottom .mail h6 {
  font-size: 32px;
  font-weight: bold;
  color: #ff8000;
}

.join5 .item .bottom .mail h6 a:hover {
  text-decoration: underline;
}

.join5 .more {
  text-align: center;
  margin-top: 80px;
}

/* join */

/* contact */
.contact {
  padding: 60px 0;
}

.contact .container {
  display: flex;
  justify-content: space-between;
}

.contact .left {
  width: 45.2%;
}

.contact .left h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
}

.contact .left h4 span {
  color: #ff8000;
}

.contact .left .box {
  margin-top: 42px;
  max-width: 710px;
  box-shadow: 0px 12px 30px 0px rgba(207, 180, 153, 0.4);
  padding: 30px 8%;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

.contact .left .commonP {
  position: static;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .left .box img {
  margin-left: -5%;
}

.contact .left .box h5 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 12px;
}

.contact .left .box h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  text-align: right;
  margin-top: 50px;
}

.contact .right {
  max-width: 542px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 60px;
}

.contact .right h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #000000;
  text-align: center;
}

.contact .right h6 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.contact .right .form {
  margin-top: 42px;
}

.contact .right .form input {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  display: block;
  height: 40px;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 0 28px;
  font-size: 14px;
  color: #333;
  border: solid 1px #f9f9f9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.contact .right .form textarea {
  width: 100%;
  border: 0;
  display: block;
  height: 140px;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 20px 28px;
  font-size: 16px;
  color: #333;
  border: solid 1px #f9f9f9;
  resize: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.contact .right .form input:focus,
.contact .right .form textarea:focus {
  border-color: #ff8000;
  background: #fff;
}

.contact .right .form input::placeholder,
.contact .right .form textarea::placeholder {
  color: #999;
}

.contact .right .common_btn {
  width: 130px;
  margin-top: 30px;
  height: 44px;
  line-height: 44px;
  border: 0;
}

/* contact */

/* service */
.service1 {
  margin: 70px 0;
}

.service1 .container {
}

.service1 .container h5 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin-top: 35px;
}

.service1 .container h5 span {
  color: #ff8000;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {.service1 .container .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}}
@media screen and (max-width: 1024px) {.service1 .container .content {
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}}


.service1 .container .content .item {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-right: 24px;
  flex: 1;
  padding: 30px 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
.service1 .swiper-container {
  overflow: visible;
}
.service1 .container .content .item:hover {
  box-shadow: 0 4px 8px rgb(84 81 81 / 15%);
}

.service1 .container .content .item:last-child {
  margin-right: 0;
}

.service1 .container .content .item .top {
}

.service1 .container .content .item .top img {
  width: 70px;
}

.service1 .container .content .item .top .line {
  width: 54px;
  height: 6px;
  background-color: #ff8000;
  margin-top: 20px;
}

.service1 .container .content .item .top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}

.service1 .container .content .item .top h6 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 60px;
}

.service1 .container .content .item .bottom {
  margin-top: 20px;
}

.service1 .container .content .item .bottom li {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.service1 .container .content .item .bottom li img {
  position: relative;
  top: 3px;
}

.service1 .container .content .item .bottom li .text {
  padding-left: 0px;
}

.service1 .container .content .item .bottom li .text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}

.service1 .container .content .item .bottom li .text h6 {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #333333;
}

.service2 {
  position: relative;
  padding-top: 100px;
  height: 1200px;
}

.service2 .common_tit h4 {
  color: #fff;
}

.service2 .bg {
}

.service2 .center {
  max-width: 480px;
  width: 35%;
  margin: 0 auto;
  top:70%;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service2 .center .cir {
  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;
}

.service2 .center .img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 55%;
  width: 27%;
}
.service2 .center .img img {
  display: none;
}

.service2 .center h6 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  width: 80%;
  max-width: 260px;
}
.service2 .center h6 span {
  display: none;
}

.service2 .center h4 {
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: absolute;
  word-break: keep-all;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.service2 .center h4:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service2 .center h4 span {
  width: 2px;
  height: 20px;
  background-color: #ff8000;
  margin: 0 20px;
}

.service2 .center .t1 {
  top: 19.6%;
  right: 96%;
}

.service2 .center .t2 {
  left: 96%;
  top: 19.6%;
}

.service2 .center .t3 {
  margin-left: -92px;
  left: 50%;
  top: 102%;
}

/* service */

/* index */
.index1 {
  margin: 70px 0 50px;
}

.index1 .content {
  max-width: 1200px;
  width: 80%;
  margin: 40px auto 0;
}

.index1 .content h6 {
  text-align: center;
}

.index1 .content .img {
  position: relative;
  margin: 20px auto 0;
}
.index1 .content .img video {
  display: block;
  width: 100%;
}
.index1 .content .img .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
}
.index1 .content .img .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 2;
}
.index1 .content .img .img3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 3;
}
.index1 .content .img .img4 {
  position: relative;
  z-index: 4;
}
.index1 .content .img .img5 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
}
.index1 .content .img .img6 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
}
.index1 .content.active .img .img1 {
  height: 100%;
  -webkit-transition: all 4s linear;
  -moz-transition: all 4s linear;
  -ms-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
}
.index1 .content.active .img .img2,
.index1 .content.active .img .img3 {
  width: 100%;
  -webkit-transition: all 4s linear 1.08s;
  -moz-transition: all 4s linear 1.08s;
  -ms-transition: all 4s linear 1.08s;
  -o-transition: all 4s linear 1.08s;
  transition: all 4s linear 1.08s;
}
.index1 .content.active .img .img4 {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.index1 .content.active .img .img5 {
  opacity: 1;
  -webkit-transition: all .3s linear 1.3s;
  -moz-transition: all .3s linear 1.3s;
  -ms-transition: all .3s linear 1.3s;
  -o-transition: all .3s linear 1.3s;
  transition: all .3s linear 1.3s;
}
.index1 .content.active .img .img6 {
  opacity: 1;
  -webkit-transition: all .3s linear 4.6s;
  -moz-transition: all .3s linear 4.6s;
  -ms-transition: all .3s linear 4.6s;
  -o-transition: all .3s linear 4.6s;
  transition: all .3s linear 4.6s;
}

.index2 {
  padding: 70px 0;
  background: #f3f3f3;
}

.index2 .top {
  background: #ff8000;
  margin-top: 0px;
}

.index2 .top .swiper-slide {
  display: flex;
}

.index2 .top .swiper-slide .img {
  padding-top: 35.77%;
  width: 70%;
}

.index2 .top .swiper-slide video {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.index2 .top .swiper-slide .text {
  width: 30%;
  padding: 4%;
}

.index2 .top .swiper-slide .text h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
}

.index2 .top .swiper-slide .text h6 {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 42px;
  height: 180px;
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
}

.index2 .top .swiper-slide .text .common_a {
  margin-top: 60px;
}

.index2 .bottom {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index2 .bottom .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 145px;
  cursor: pointer;
  position: relative;
}

.index2 .bottom .item h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  color: #000000;
}

.index2 .bottom .item::after {
  content: '';
  height: 4px;
  background-color: #ff8000;
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.index2 .bottom .item.active::after {
  width: 100%;
}

.index3 {
  position: relative;
  background: #fff;
}

.index3 .swiper3 {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 80%;
}

.index3 .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 70px 0 180px;
}

@keyframes index3Swiper3Ani {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  75% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes index3Swiper3Ani2 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.index3 .swiper3 img {
  max-width: none;
  width: 100%;
}

.index3 .swiper3 .ico {
  margin-left: -7.8125%;
  margin-top: -7.8125%;
  animation: index3Swiper3Ani 4s linear infinite;
  position: absolute;
  width: 15.625%;
}

.index3 .swiper3 .ico:nth-child(2) {
  animation-delay: .1s;
}

.index3 .swiper3 .ico:nth-child(3) {
  animation-delay: .5s;
}

.index3 .swiper3 .ico:nth-child(4) {
  animation-delay: .3s;
}

.index3 .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.index3 .top .item {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.index3 .top .item h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  position: relative;
}

.index3 .top .item h6::after {
  content: '';
  height: 3px;
  background-color: #ff8000;
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.index3 .top .item.active h6::after {
  width: 100%;
}

.index3 .bottom {
  width: 100%;
  padding: 0 84px;
  position: relative;
  margin-top: 4%;
  margin: 4% auto 0 0;
  max-width: 100%;
}

.index3 .bottom h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
}

.index3 .bottom h6 {
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  color: #666666;
  margin-top: 40px;
  text-align: justify;
}

.index3 .bottom .common_a {
  margin-top: 60px;
}

.index3 .bottom .prev,
.index3 .bottom .next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  opacity: .3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.index3 .bottom .next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index3 .bottom .prev:hover,
.index3 .bottom .next:hover {
  opacity: 1;
}

.index4 {
  padding: 70px 0 0;
}

.index4 .common_tit h4 {
  color: #fff;
}

.index4 .content {
  margin-top: 70px;
  display: flex;
}

.index4 .content .item {
  flex: 1;
  position: relative;
}
.index4 .content .item img {
  max-width: none;
  width: 100%;
}

.index4 .content .item .img_h2 {
  position: absolute;
  left: 30%;
  bottom: 40%;
  width: 40%;
}

.index4 .content .item .text {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 10%;
  text-align: center;
}

.index4 .content .item .text h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

.index4 .content .item .text h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
}

.index5 {
  margin: 70px 0;
}

.index5 .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.index5 .container .left {
  width: 27.8%;
  border-right: 1px solid #d3d3d3;
}

.index5 .container .left .item {
  padding: 20px 8%;
  cursor: pointer;
  overflow: hidden;
}

.index5 .container .left .item h4 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
}

.index5 .container .left .item h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: none;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.index5 .container .left .item.active {
  background: linear-gradient(90deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 128, 0, 0) 100%);;
  border-left: 3px solid #ff8000;
}

.index5 .container .left .item.active h6 {
  display: block;
}

.index5 .container .right {
  width: 72.2%;
  padding-left: 85px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.index5 .container .right .swiper5 .swiper-slide {
  display: flex;
  align-items: center;
  background: #ff8000 url(../images/index5_ico.png) right 50px bottom 35px no-repeat;
  position: relative;
  padding-left: 39.5%;
}

.index5 .container .right .swiper5 .swiper-slide .img {
  width: 39.5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index5 .container .right .swiper5 .swiper-slide .text {
  padding: 4% 5%;
  width: 100%;
}

.index5 .container .right .swiper5 .swiper-slide .text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.index5 .container .right .swiper5 .swiper-slide .text h6 {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 32px;
  min-height: 120px;
}

.index5 .container .right .swiper5 .swiper-slide .text .common_a {
  margin-top: 40px;
}

.index5 .container .right .swiper6 {
  margin-top: 30px;
}

.index5 .container .right .swiper6 .swiper-slide {
  background: #fff;
  border: solid 1px #e3e3e3;
}

.index5 .container .bottom {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.index5 .container .bottom img {
  display: block;
}

.index5 .container .bottom .next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index5 .container .bottom .prev,
.index5 .container .bottom .next {
  opacity: .4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  z-index: 15;
}

.index5 .container .bottom .prev:hover,
.index5 .container .bottom .next:hover {
  opacity: 1;
}

.index5 .container .bottom .commonP {
  position: static;
  width: auto;
}

.index6 {
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.index6 .common_tit {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 3;
}

.index6 .content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index6 .img {
  position: relative;
}

.index6 .img > img {
  max-width: none;
  width: 100%;
  transform: translate(1%, -1%)scale(1.1);
}

.index6 .img .item {
  position: absolute;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@keyframes dot1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dot2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.index6 .img .item .dot {
  width: 8px;
  height: 8px;
  position: relative;
  cursor: pointer;
}

.index6 .img .item .dot .center {
  width: 8px;
  height: 8px;
  background: #ff8000;
  display: block;
  border-radius: 50%;
  animation: dot1 3s linear infinite;
}

.index6 .img .item .dot2 .center {
  border: 1px solid #fff;
  position: relative;
  z-index: 5;
}

.index6 .img .item .dot2::before {
  content: '';
  width: 72px;
  height: 72px;
  background: rgba(255, 128, 0, 0.8);
  border: solid 2px #ff8000;
  position: absolute;
  left: -32px;
  top: -32px;
  border-radius: 50%;
  z-index: 3;
  animation: dot2 4s linear infinite;
}

.index6 .img .item .dot2::after {
  content: '';
  width: 170px;
  height: 170px;
  background: rgba(255, 128, 0, 0.1);
  position: absolute;
  left: -81px;
  top: -81px;
  border-radius: 50%;
  z-index: 1;
  animation: dot2 4s linear infinite;
}

.index6 .img .item .text {
  background: url(../images/index6_ico.png) center no-repeat;
  width: 54px;
  height: 28px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  position: absolute;
  bottom: 12px;
  left: -21px;
  z-index: 7;
  opacity: 0;
  word-break: keep-all;
  visibility: 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;
}

.index6 .img .item.show .text,
.index6 .img .item:hover .text {
  opacity: 1;
  visibility: visible;
}

.index6 .content .texts .item {
  margin-top: 50px;
}
.map-copyright {
  position: absolute;
  left: 14%;
  bottom: 10%;
  color: #666;
  font-size: 16px;
}
.index6 .content .texts .item h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 56px;
  color: #ff8000;
}

.index6 .content .texts .item h6 {
  font-size: 16px;
  color: #666666;
}

.index7 {
  margin: 70px 0;
}

.index7_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.index7_nav .item {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #000000;
  margin: 0 20px;
  position: relative;
  white-space: nowrap;
}

.index7_nav .item::after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #ff8000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.index7_nav .item.active::after {
  width: 100%;
}

.index7 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.index7 .container .left {
  width: 44%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.index7 .container .left .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;
}

.index7 .container .left: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);
}

.index7 .container .left .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.index7 .container .right {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.index7 .container .left .text h4 {
  font-size: 16px;
  color: #ff8000;
}

.index7 .container .left .text h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  height: 30px;
  color: #fff;
}
@media screen and (min-width: 1024px) {.index7 .container .right .news-item {
 position:relative; width:14.66%; float:left; border:1px solid #ededed; margin:0px 1% 1% 1%;
}}
@media screen and (max-width: 1024px) {.index7 .container .right .news-item {
 position:relative; width:48%; float:left; border:1px solid #ededed; margin:0px 1% 1% 1%;
}}


.index7 .btn {
  margin-top: 80px;
  text-align: center;
}

/* index */
/* footer */
.footer {
  overflow: hidden;
}

.footer .top {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.footer .top .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.footer .top .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.footer .top img {
  width: 38%;
  max-width: 767px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.footer .top a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ff8000;
  width: 208px;
  line-height: 52px;
  height: 54px;
  border-radius: 27px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 35px;
  position: relative;
  z-index: 9;
  -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 a:hover {
  background: #ff8000;
  color: #fff;
}

.footer .bottom {
  background: #1b1b1b;
}

.footer .bottom .bc .right a {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  word-break: keep-all;
}

.footer .bottom .bc .right h6 {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.footer .bottom .bc .right h5 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.footer .bottom .bc .right h5 img {
  margin-right: 12px;
}

.footer .bottom .bc .right span {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  word-break: keep-all;
  display: block;
}

.footer .bottom .bbt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .bottom .bbt h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .bottom .bbt img {
  margin-right: 12px;
}

.footer .bottom .bbt span {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  word-break: keep-all;
}

.footer .bottom .bbt h5:last-child span {
  margin-right: 0px;
}
.footer .bottom .bbt h5 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;
}
.footer .bottom .bbt h5 .btn:hover > img {
  transform: scale(1.02) rotate(6deg);
}

.footer .bottom .bbt h5 a.btn {
  position: relative;
  margin-left: 28px;
}

.footer .bottom .bbt h5 a.btn img {
  margin: 0;
}

.footer .bottom .bbt h5 a.btn .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 124px;
  background-color: #ffffff;
  border-radius: 7px;
  top: 40px;
  left: -51px;
  padding: 10px 0;
  z-index: 9;
  -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 .bottom .bbt a.btn .ewm::before {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  right: 0;
  margin: 0 auto;
  border: 6px solid transparent;
  border-top: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
}

.footer .bottom .bbt a.btn:hover .ewm {
  opacity: 1;
  visibility: visible;
}

.footer .bottom .bbt a.btn .ewm img {
  margin: 0 auto;
  display: block;
}

.footer .bottom .bbt a.btn .ewm span {
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 0;
}

.footer .bottom .bc {
  padding: 72px 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .bottom .bc .left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}

.footer .bottom .bc .right {
  width: 240px;
}

.footer .bottom .bc .item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.footer .bottom .bc .item .h5 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer .bottom .bc .item .h6 {
  font-size: 14px;
  line-height: 25px;
  color: #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;
}
.footer .bottom .bc .item .h6:hover {
  color: #ff8000;
}

.footer .bottom .bb {
  padding-bottom: 72px;
}

.footer .bottom .bbt > .btn {
  width: 152px;
  height: 42px;
  border-radius: 21px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}

.footer .bottom .bbt > .btn img {
  margin-left: 16px;
  width: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .bottom .bb h6 {
  font-size: 14px;
  line-height: 35px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.footer .bottom .bb h6 span {
}

.footer .bottom .bb h6 span a {
  margin-left: 20px;
}

/* footer */

/* slide */
.slide {
  position: fixed;
  z-index: 999;
  top: 40%;
  right: -20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.slide a.item {
  width: 74px;
  padding-right: 20px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slide a.item > img {
  width: 24px;
}

.slide a.item_ewm .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 124px;
  background-color: #ffffff;
  border-radius: 7px;
  right: 90px;
  top: -51px;
  padding: 10px 0;
  z-index: 9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slide a.item_ewm .ewm::before {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto 0;
  border: 6px solid transparent;
  border-right: 8px solid transparent;
  border-left-color: #fff;
  height: 0;
}

.slide a.item_ewm:hover .ewm {
  opacity: 1;
  visibility: visible;
}

.slide a.item_ewm .ewm img {
  margin: 0 auto;
  display: block;
}

.slide a.item_ewm .ewm span {
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 0;
}

.slide a.item_tel span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: absolute;
  left: 100%;
  top: 0;
  height: 54px;
  line-height: 54px;
  background: #fff;
  width: 120px;
  border-bottom: 1px solid #eee;
}

.slide a.item_tel:hover {
  left: -140px;
}

.slide a.item_chat {
  border-bottom: 0;
}


.slide a.item_chat:hover {
  left: -20px;
  width: 74px;
}

/* slide */
/* chat */
.chat {
  /* width: 310px;
  height: calc(100vh - 40px); */

  width: 390px;
  height: 530px;

  background: #F7F7F7;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 8px 8px;
  position: fixed;
  z-index: 1000;
  right: 30px;
  /* top: 20px; */
  bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  display: none;
}


.chat iframe{
  width: 100%;
  height: 100%;
}

.chat .top {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: url(../images/chat-top.png) center / cover no-repeat;
}

.chat .avatar {
  border-radius: 50%;
  overflow: hidden;
}

.chat .top .avatar {
  width: 42px;
  height: 42px;
  margin-right: 6px;
}

.chat .top .name {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
}

.chat .close {
  position: absolute;
  width: 48px;
  height: 32px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 99;
}
.chat .close img{
  width: 100%;
}

.chat .top .close {
  position: absolute;
  width: 16px;
  top: 8px;
  right: 12px;
  cursor: pointer;
}

.chat .content {
  height: calc(100vh - 188px);
  overflow: auto;
  padding: 16px 24px;
}

.chat .content .item {
  margin: 8px 0;
}
.chat .content .item .name {
  font-size: 12px;
  color: #969DA6;
  line-height: 20px;
}

.chat .content .item-text {
  line-height: 20px;
  font-size: 12px;
  color: #333333;
  max-width: 200px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.chat .content .item-img {
  max-width: 172px;
  border-radius: 4px;
  overflow: hidden;
}

.chat .content .item-richtext {
  width: 240px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.chat .content .item-richtext .img {
  width: 100%;
  height: 148px;
}

.chat .content .item-richtext .text {
  padding: 8px;
}
.chat .content .item-richtext h6 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.chat .content .item-richtext p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
}

.chat .content .item-richtext p a {
  color: #1578FF;
}

.chat .content .item-file {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.chat .content .item-file .text {
  padding-right: 12px;
  flex: 1;
  min-width: 0;
}

.chat .content .item-file .text h4 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.chat .content .item-file .text h6 {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

.chat .content .item-file img {
  width: 48px;
}

.chat .content .user {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 8px 0;
}

.chat .content .user .avatar {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  order: 1;
}

.chat .content .user p {
  line-height: 20px;
  font-size: 12px;
  color: #333333;
  max-width: 200px;
  padding: 12px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(242, 121, 56, 0.15);
}
.chat .content .user p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto 0;
  border: 6px solid transparent;
  border-right: 8px solid transparent;
  border-left-color: rgba(242, 121, 56, 0.15);
  height: 0;
}

.chat .input {
  position: relative;
  background: #fff;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chat .input textarea {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  background: #fff;
  border: 0;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  resize: none;
}

.chat .input textarea::placeholder {
  color: #999999;
}

.chat .input a.btn {
  width: 58px;
  height: 28px;
  line-height: 28px;
  background: #F38031;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
  margin-right: 16px;
}

/* chat */
@media (max-width: 1780px) {
  .header_nav li {
    margin-right: 36px;
  }
}

@media (max-width: 1722px) {
  .join2 .content .swiper-container {
    width: 100%;
    left: 0px;
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
  .header_nav li {
    margin-right: 28px;
  }

  .header_nav li > a {
    font-size: 15px;
  }
  .solu3 .content .right .swiper-slide {
    padding-right: 100px;
  }
}

@media (max-width: 1440px) {
  .banner .swiper-slide .text h4,
  .banner .swiper-slide .text h5 {
    font-size: 40px;
    line-height: 60px;
  }
  .solu3 .content .right .swiper-slide {
    padding-right: 70px;
  }

  .header_nav li > a {
    font-size: 14px;
}
.prod_detail4 .content .item h5{
  font-size: 16px;
}
.prod_detail4 .content .item .text h4{
  font-size: 16px;

}

.prod_inner .container.productcs0 .content{
  width: 46%;
}


.header_nav li {
  margin-right: 18px;
}
.header .btn1 {
  width: 94px;
}
  .common_tit h4 {
    font-size: 30px;
    line-height: 48px;
  }

  .common_tit h6 {
    font-size: 16px;
  }

  .footer .top {
    height: 250px;
  }

  .footer .bottom .bt .btr h5 {
    padding-left: 80px;
  }

  .footer .bottom .bt .btr h5:last-child span {
    margin-right: 20px;
  }

  .header_nav li .header_nav1 .item a h6 {
    font-size: 14px;
  }

  .header_nav li .header_nav1 .item {
    height: 602px;
  }

  .prod_inner .prod_tit h4 {
    font-size: 36px;
    line-height: 48px;
  }

  .prod_inner .prod_tit h6 {
    margin-top: 28px;
    line-height: 28px;
    width: 100%;
  }
  .prod_inner:nth-child(2n) .prod_tit h6 {
    margin-left: 0;
  }

  .prod_inner .list {
    margin-top: 20px;
  }

  .prod_inner .list .item {
    margin-top: 40px;
  }

  .service1 .container .content .item .top h6 {
    line-height: 24px;
    height: 48px;
  }

  .service1 .container .content .item .top h4 {
  }

  .service1 .container .content .item .bottom li .text h6 {
    font-size: 14px;
  }

  .service2 {
    height: 780px;
  }

  .about3 .swiper-slide .year {
    font-size: 40px;
  }

  .about5 .box .right h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .about5 .box .right h6:last-child {
    font-size: 18px;
  }

  .about5 .box .right h6 img {
    top: 2px;
  }

  .news_detail .bottom .item {
    padding-left: 28%;
  }

  .index2 .top .swiper-slide .text h4 {
    font-size: 24px;
  }

  .index2 .top .swiper-slide .text h6 {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .index4 .content .item .text h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .index5 .container .right .swiper5 .swiper-slide .text h4 {
    font-size: 24px;
    line-height: 40px;
  }

  .index5 .container .right .swiper5 .swiper-slide .text h6 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .index5 .container .right .swiper5 .swiper-slide .text .common_a {
    margin-top: 20px;
  }

  .notice .container .item h6,
  .index7 .container .left .text h6,
  .news1 .item h6,
  .news-item .text h6 {
    font-size: 16px;
  }

  .video_list .item .text {
    font-size: 22px;
  }

  .prod_inner .list .item h6 {
    margin-top: 20px;
  }
}

@media (max-width: 1360px) {
  .header .btn1 {
    width: 100px;
    font-size: 15px;
  }

  .header .btn2 {
    width: 150px;
    font-size: 15px;
  }
  .solu1 .content .item h6 {
    line-height: 24px;
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .header_nav li {
    margin-right: 20px;
  }

  .header_nav li > a {
    font-size: 14px;
  }
}

@media (max-width: 1260px) {
  .header .container{
    width: 90%;
  }
  .prod_inner .container.productcs0 .content {
    width: 55%;
}
}

@media (max-width: 1160px) {
  .header .btn2{
   display: none;
  }

}





@media (max-width: 1024px) {
  .solu3 .content .right .swiper-slide {
    padding-right: 0px;
  }
  .container{
    width: 90%;
  }
  .index1 .content .img{
    width: 100%;
  }
  .header {
    display: none;
  }
  .prod_inner .container.productcs0 .content {
    width: 60%;
}
  .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: 24px;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff8000;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .headerSJ .navbar.active {
    border-color: transparent;
    padding: 7px 0px;
    margin-right: -4px;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ff8000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .headerSJ .navbar.active .icon-bar:nth-child(1) {
    -webkit-transform:translateY(6px)  rotate(45deg);
    -moz-transform:translateY(6px)  rotate(45deg);
    -ms-transform:translateY(6px)  rotate(45deg);
    -o-transform:translateY(6px)  rotate(45deg);
    transform:translateY(6px)  rotate(45deg);
  }
  .headerSJ .navbar.active .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .headerSJ .navbar.active .icon-bar:nth-child(3) {
    -webkit-transform:translateY(-6px)  rotate(-45deg);
    -moz-transform:translateY(-6px)  rotate(-45deg);
    -ms-transform:translateY(-6px)  rotate(-45deg);
    -o-transform:translateY(-6px)  rotate(-45deg);
    transform:translateY(-6px)  rotate(-45deg);
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    opacity: 0;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    /*border-bottom: 1px solid #ff8000;*/
    /*padding: 0px 5%;*/
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #333;
    font-size: 16px;
  }

  .headerSJ .navwrap .nav li.child {
    padding-left: 20px;
  }
  .headerSJ .navwrap .nav li.child a {
    font-size: 15px;
  }

  .headerSJ .navwrap .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;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav .plus a {
    position: relative;
  }

  .headerSJ .navwrap .nav .plus a::before,
  .headerSJ .navwrap .nav .plus a::after {
    content: '';
    width: 16px;
    height: 2px;
    background: #ff8000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .headerSJ .navwrap .nav .plus a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .headerSJ .navwrap .nav .minus a::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .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;
  }

  .common_nav.fixed .common_nav_inner {
    position: static;
  }

  .banner .bottom {
    display: none;
  }

  .banner .commonP {
    bottom: 20px;
  }

  
}

@media (max-width: 768px) {
  .footer .top img{
    width: 90%;
  }
  .banner .swiper-slide .text h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .banner .swiper-slide .text h5 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 10px;
  }
  .index2 .top .swiper-slide .text h4 {
      font-size: 22px;
  }

  .common_a {
    margin-top: 20px;
    font-size: 14px;
  }
  .common_a::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }

  .common_tit h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .common_tit h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .index5 .container .right .swiper5 .swiper-slide .text h4 {
    font-size: 20px;
  }

  .index2 .top .swiper-slide {
    flex-direction: column;
  }

  .index2 .top .swiper-slide .img {
    width: 100%;
    padding-top: 50%;
  }

  .index2 .top .swiper-slide .text {
    width: 100%;
    padding: 40px 4%;
  }

  .index2 .bottom {
    display: none;
  }

  .index2 .commonP {
    position: static;
    margin-top: 20px;
  }

  .index3 .top {
    display: none;
  }

  .index3 .commonP {
    position: static;
    margin-top: 20px;
  }

  .index3 .bottom {
    padding: 0 20px;
    margin-top: 14px;
    text-align: center;
  }

  .index3 .container {
    padding-top: 50px;
    padding-bottom: 190px;
  }

  .index3 .bottom h6 {
    margin-top: 20px;
  }

  .index3 .bottom .common_a {
    margin-top: 10px;
  }

  .index4 .content {
    margin-top: 40px;
  }

  .index4 .content .item {
    width: 45%;
    flex: none;
  }

  .index5 .container {
    flex-direction: column;
    margin-top: 40px;
  }

  .index5 .container .left {
    width: 100%;
    border-right: 0;
  }

  .index5 .container .right {
    width: 100%;
    padding: 0;
  }

  .index5 .container .right .swiper5 .swiper-slide {
    padding: 0;
    flex-direction: column;
  }

  .index5 .container .right .swiper5 .swiper-slide .img {
    width: 100%;
    padding-top: 50%;
    position: static;
  }

  .index6 {
    padding-top: 50px;
    overflow: hidden;
  }

  .index6 .common_tit {
    position: static;
  }

  .index6 .img {
    margin-top: 40px;
    overflow: hidden;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  .index6 .content .texts {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: -50px;
  }

  .index6 .content .texts .item {
    margin-top: 0;
    width: 50%;
  }

  .index6 .content .texts .item h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .index6 .img .item {
    display: none;
  }

  .index6 .img .item:nth-child(1) {
    display: block;
  }

  .index6 .img > img {
    max-width: 140%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
  }
  .index5 .index7_nav,
  .index3 .index7_nav {
    justify-content: center;
  }

  .index7 .commonP {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .footer .top {
    height: 180px;
  }

  .footer .top a {
    font-size: 14px;
    width: 140px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .footer .bottom .bt {
    display: block;
    padding: 20px 0;
    height: auto;
  }

  .footer .bottom .bt .btr {
    display: block;
  }

  .footer .bottom .bt .btr h5 {
    padding-left: 0;
    padding-top: 20px;
    justify-content: flex-start;
  }

  .footer .bottom .bt .btr h5 > img {
    display: none;
  }

  .footer .bottom .bc {
    padding: 40px 0 20px;
  }
  .footer .bottom .bc .left {
    display: none;
  }
  .footer .bottom .bbt h5 {
    display: none;
  }

  .footer .bottom .bb {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .footer .bottom .bb h6 {
    display: block;
    line-height: 24px;
    margin-top: 16px;
  }

  .banner2 .img {
    padding-top: 80%;
  }

  .banner2 .text h4 {
    font-size: 32px;
    line-height: 48px;
  }

  .banner2 .text h6 {
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
  }

  .prod_inner .p_img {
    display: none;
  }

  .prod_inner .bg1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
  }

  .prod_inner .bg2 {
    display: none;
  }

  .prod_inner .content {
    width: 100%;
  }

  .prod_inner .prod_tit h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .prod_inner .prod_tit h6 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .prod_inner .list .item {
    width: 50%;
    min-width: 50%;
    padding: 0 5%;
  }
  .prod_inner .list .item:nth-child(2n + 1) {
    margin-right: 0%;
  }

  .prod_inner .list .item h5 {
    line-height: 22px;
    height: 44px;
    /*height: 48px;*/
    font-size: 14px;
  }

  .common_nav_inner .container {
    justify-content: flex-start;
    word-break: keep-all;
    overflow: auto;
  }

  .common_nav_item {
    font-size: 16px;
    line-height: 50px;
    max-width: inherit;
    margin-right: 28px;
  }

  .common_nav_item:last-child {
    margin-right: 0;
  }

  .video_list {
    flex-direction: column;
    margin-top: 40px;
  }

  .video_list .item {
    width: 100%;
    margin-top: 20px;
  }

  .video_list .item:nth-child(2n) {
    margin: 0;
    margin-top: 20px;
  }

  .video_list .item:nth-child(-n + 2) {
    margin-top: 20px;
  }

  .video_list .item:nth-child(-n + 1) {
    margin-top: 0px;
  }

  .video_list .item .text {
    font-size: 18px;
    height: 120px;
    margin-top: -60px;
  }
  .video_list .item .text span {
    font-size: 14px;
  }

  .prod_detail6 .content {
    flex-direction: column;
    width: 90%;
    margin-top: 0px;
  }
  .prod_detail6 .content .item {
    width: 100%;
    padding: 20px 10%;
    margin-left: 0;
  }
  .prod_detail6 .content .item h4 {
    font-size: 22px;
  }
  .prod_detail6 .content .item h4::before {
    left: -18px;
  }
  .prod_detail6 .content .item h6 {
    margin-top: 10px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 22222;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prod_detail6 .content .item:nth-child(2n) {
    margin-left: 0px;
  }

  .prod_detail4 .swiper-container {
    margin-top: 40px;
  }
  .prod_detail4 .content .item h5 {
    display: none;
  }
  .prod_detail4 .content .item .text {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }

  .prod_detail4 .content .item .text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .prod_detail4 .content .item .text h6 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    height: 100px;
    color: #666;
  }

  .prod_detail5 {
    margin-top: -400px;
  }

  .prod_detail5 .swiper-slide {
    height: 320px;
    padding: 40px 5%;
  }

  .prod_detail5 .swiper-slide h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
  }

  .prod_detail5 .swiper-slide h4 img {
    margin-right: 20px;
  }

  .prod_detail5 .swiper-slide h6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
  }

  .prod_detail5 .commonP {
    position: static;
    margin-top: 20px;
  }

  .solu1 .content {
    margin-top: 20px;
  }
  .solu1 .commonP {
    position: static;
    margin-top: 20px;
  }

  .solu1 .content .item {
    width: 100%;
    margin-top: 20px;
  }

  .solu1 .content .item h5 {
    margin-top: 10px;
  }

  .solu1 .content .item h6 {
    margin-top: 10px;
  }

  .solu3 .content {
    flex-direction: column;
    margin-top: 40px;
  }

  .solu3 .content .left {
    width: 100%;
    padding-bottom: 10px;
  }

  .solu3 .content .right {
    width: 100%;
    margin-top: 40px;
  }

  .solu3 .content .right .swiper-slide {
    padding: 0;
  }

  .solu3 .content .left {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    word-break: keep-all;
  }

  .solu3 .content .left .item {
    height: 36px;
    padding-left: 0;
    line-height: 36px;
    color: #000000;
    margin: 0 20px;
    position: relative;
  }

  .solu3 .content .left .item::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #ff8000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .solu3 .content .left .item.active {
    background: transparent;
    border-left: 0;
  }

  .solu3 .content .left .item.active::after {
    width: 100%;
  }

  .solu3 .content .right {
    text-align: center;
  }

  .solu3 .content .right .common_btn {
    margin: 20px auto 0;
  }

  .common_btn {
    width: 160px;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    margin-top: 40px;
  }

  .solu4 .content .item {
    width: 100%;
    margin-top: 10px;
    height: auto;
    padding: 40px 5%;
  }

  .solu4 .content .item:nth-child(2n) {
    margin-left: 0px;
  }

  .service1 .container .content {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .service1 .container .content .item {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 24px;
    height: 100%;
    position: relative;
  }

  .service1 .commonP {
    position: static;
    margin-top: 20px;
  }

  .service2 {
    height: auto;
    padding: 50px 0;
  }

  .service2 .center .cir {
    display: none;
  }

  .service2 .center h4 {
    position: static;
    font-size: 18px;
    padding-left: 20%;
  }

  .service2 .center .img {
    display: none;
  }

  .service2 .center {
    width: 90%;
    position: static;
    margin-top: 40px;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .service2 .center h6 {
    position: static;
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .service2 .center .t3 {
    margin: 0;
  }

  .video_nav {
    padding-left: 240px;
    overflow: auto;
    word-break: keep-all;
  }

  .z_tanchuang .tbox .modal {
    padding: 20px;
  }

  .z_tanchuang .tbox .modal .out {
    top: -50px;
    right: 0px;
  }

  .video_list .item a {
    width: 60px;
    height: 60px;
    margin: -60px auto 0;
  }

  .news1 .left {
    width: 100%;
    height: auto;
  }

  .news1 .left .item .img {
    height: 0;
    padding-top: 50%;
  }

  .news1 .right {
    display: none;
  }

  .news2 .container .news-item {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }

  .news2 .container .news-item:nth-child(-n + 3) {
    margin-top: 20px;
  }

  .notice .container .item {
    padding-left: 0;
    height: 72px;
  }

  .notice .container .item img {
    display: none;
  }

  .notice .container .item h6 {
    font-size: 18px;
  }

  .about1 .content .nums {
    /* flex-direction: column; */
    margin-top: 30px;
  }

  .about1 .content .nums .item {
    margin-top: 10px;
  }

  .index7_nav {
    justify-content: flex-start;
    overflow: auto;
    word-break: keep-all;
    padding-bottom: 10px;
    margin-top: 25px;
  }
  .index7 .index7_nav {
    justify-content: center;
  }

  .about4 {
    padding: 0 0 40px;
  }

  .about4 .common_tit h4 {
    color: #333;
  }

  .about4 .container {
    padding-top: 40px;
  }
  .prod_detail6 .common_tit{
    padding-top: 50px;
  }
  
  .about4 .item {
    width: 100%;
    height: 140px;
  }

  .about4 .item .img {
    display: none;
  }

  .about4 .item .text {
    padding-left: 0px;
  }

  .about4 .item .text h4 {
    font-size: 17px;
  }

  .about4 .item .text h6 {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
  }

  .about5 .box {
    background: transparent !important;
  }

  .about5 .box .container {
    flex-direction: column;
  }

  .about5 .box .left {
    width: 100%;
    padding: 40px 0;
  }

  .about5 .box .right {
    width: 100%;
    padding: 0;
    order: -1;
    height: auto;
  }

  .join2 .content .swiper-slide {
    flex-direction: column;
  }

  .join2 .content .swiper-slide img {
    max-width: 100%;
  }

  .join2 .content .swiper-slide text {
    max-width: 100%;
    padding: 20px 5%;
  }

  .join2 .content .swiper-slide .text h4 {
    font-size: 24px;
  }

  .join3 .content {
    flex-direction: column;
    margin-top: 40px;
  }

  .join3 .content .left {
    width: 100%;
    position: static;
    padding-left: 0;
  }

  .join3 .content .left .swiper1 {
    width: 100%;
  }

  .join3 .content .left .swiper1 .swiper-slide {
    padding: 20px 5%;
  }

  .join3 .content .left .swiper1 .swiper-slide h6 {
    font-size: 24px;
    margin-top: 10px;
  }
  .join3 .content .left .swiper1 .swiper-slide h5 {
  }

  .join3 .content .right {
    width: 100%;
    margin-left: 0%;
    position: static;
    padding: 0;
    order: -1;
  }

  .join3 .bottom {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .join3 .bottom .prev,
  .join3 .bottom .next {
    display: none;
  }

  .join3 .bottom .commonP .swiper-pagination-bullet {
    background: #ff8000;
  }

  .join3 .bottom .commonP .swiper-pagination-bullet-active {
    background: #ff8000;
  }

  .join4 .container {
    bottom: -120px;
  }

  .join4 .container .swiper-container {
    width: 80%;
  }

  .join4 .container .prev {
    left: 10px;
  }

  .join4 .container .next {
    right: 10px;
  }

  .join5 .item .top {
    flex-wrap: wrap;
    padding: 0 40px 0 5%;
    position: relative;
    font-size: 18px;
    height: 100px;
  }

  .join5 .item .top .name {
    width: 100%;
    flex: inherit;
  }

  .join5 .item .top .num {
    width: 22%;
    flex: inherit;
  }

  .join5 .item .top .addr {
    width: 25%;
    flex: inherit;
  }

  .join5 .item .top .time {
    width: 50%;
    flex: inherit;
  }

  .join5 .item .top > .img {
    position: absolute;
    right: 5%;
  }

  .join5 .item .bottom {
    padding: 40px 5%;
    background-color: #ffffff;
    border-radius: 10px;
    display: none;
  }

  .join5 .item .bottom .txt {
    width: 100%;
  }

  .join5 .item .bottom .mail {
    margin-top: 20px;
    padding-top: 20px;
  }

  .join5 .item .bottom .mail img {
    display: none;
  }

  .join5 .item .bottom .mail .text {
    padding-left: 0;
  }

  .contact .container {
    flex-direction: column;
  }

  .contact .left {
    width: 100%;
  }

  .contact .left h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .contact .left .box {
    margin-top: 20px;
    padding: 20px 5%;
  }

  .contact .right {
    width: 100%;
    padding: 20px 5%;
    margin-top: 20px;
  }

  .contact .right h4 {
    line-height: 34px;
  }

  .index1 {
    margin: 50px 0;
  }

  .index2 {
    padding: 50px 0;
  }

  .index2 .top {
    margin-top: 40px;
  }

  .index3 .bottom h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .index4 {
    padding: 50px 5% 40px;
  }

  .index5 {
    margin: 50px 0;
  }

  .index5 .index7_nav {
    margin-top: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .index5 .index7_nav.visible-xs {
    display: flex !important;
  }
  .index5 .left h4 {
    display: none;
  }
  .index5 .container .left .item {
    padding: 0;
  }
  .index5 .container .left .item.active {
    border: 0;
    padding: 20px 5%;
    margin-bottom: 20px;
  }

  .index7 {
    margin: 50px 0;
  }

  .index7 .container {
    margin-top: 40px;
  }

  .index7 .btn {
    margin-top: 40px;
  }
  .join3 h5.s5 {
    width: 90%;
    text-align: justify;
}

  .prod_inner .container {
    position: relative;
    z-index: 3;
    padding: 50px 0 54%;
  }

  .prod_detail1 {
    margin: 50px 0;
  }

  .common_nav {
    height: 50px;
  }

  .prod_detail2 {
    padding: 50px 0;
  }

  .prod_detail2 .content {
    margin-top: 40px;
  }

  .prod_detail3 {
    margin: 50px 0;
  }

  .prod_detail3 .content {
    margin-top: 40px;
  }

  .prod_detail4 {
    padding: 50px 0 70px;
  }

  .prod_detail5_bg {
    padding-top: 50px;
    height: 530px;
  }

  .prod_detail6 {
    margin: 100px 0 50px;
  }

  .prod_detail7 {
    padding: 50px 0;
  }

  .solu1 {
    margin: 50px 0;
  }

  .solu2 {
    padding: 50px 0;
  }

  .solu2 .content {
    margin-top: 40px;
  }

  .solu3 {
    margin: 50px 0;
  }

  .solu4 {
    padding: 50px 0;
  }
  .solu4 .content{
    width: 90%;
  }

  .solu4 .content {
    margin-top: 20px;
  }

  .solu4 .content .item img {
    width: 80px;
  }
  .join1 .content {
    width: 90%;
    text-align: justify;
  }
  .solu5 {
    margin: 50px 0;
  }

  .solu5 .content1 .tit {
    margin-top: 40px;
  }

  .solu5 .tit2 {
    margin-top: 40px;
  }

  .solu5 .content2 {
    margin: 40px auto 0;
    padding: 0px 0 40px;
  }

  .solu5 .content2 img {
    margin-top: 40px;
  }

  .solu5 .content3 .swiper2 {
    margin-top: 40px;
  }

  .solu5 .content3 .bottom {
    margin-top: 20px;
  }

  .solu6 {
    padding: 50px 0;
  }

  .service1 {
    margin: 50px 0;
  }

  .service1 .container h5 {
    margin-top: 40px;
    text-align: justify;
  }

  .video {
    margin: 50px auto;
  }

  .news1 {
    padding: 50px 0;
  }

  .news1 .commonP {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 40px;
    justify-content: center;
  }

  .news1 .container {
    margin-top: 40px;
  }

  .news1 .left .item .text {
    padding-top: 30px;
  }

  .news2 {
    padding: 50px 0;
  }

  .news2 .pagination {
    margin-top: 0;
  }

  .news_detail {
    padding: 50px 0;
  }

  .news_detail .top h6 {
    font-size: 28px;
  }

  .news_detail .content {
    margin: 40px 0 0;
    padding: 40px 0;
  }

  .news_detail2 .container {
    margin-top: 40px;
  }

  .notice {
    margin: 50px 0;
  }

  .notice .container {
    margin-top: 40px;
  }

  .notice .pagination {
    margin-top: 0;
  }

  .about1 {
    margin: 50px 0;
  }

  .about1 .content h6 {
    margin-top: 40px;
    text-align: justify;
  }

  .about1 .content img {
    margin-top: 40px;
  }

  .join1 > img {
    width: 90%;
    margin-top: 40px;
  }

  .about2 {
    padding: 50px 0;
  }

  .about2 .swiper-container {
    margin-top: 40px;
  }

  .about2 .bottom {
    margin-top: 40px;
  }

  .about3 {
    margin: 50px 0;
  }

  .about3 .container {
    margin-top: 40px;
  }

  .about3 .swiper-slide .tit {
    font-size: 28px;
  }

  .about3 .swiper-slide .text {
    font-size: 18px;
  }

  .about5 {
    margin: 50px 0 0;
  }

  .about5 .box {
    margin-top: 40px;
  }

  .join1 {
    margin: 50px 0;
  }

  .join2 {
    padding: 50px 0;
  }

  .join2 .content {
    margin-top: 40px;
  }

  .join2 .bottom {
    margin-top: 40px;
  }

  .join3 {
    margin: 50px 0;
  }
  .join2 h5{
    width: 90%;
    text-align: justify;
  }
  .join5 {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .join5 .container {
    margin-top: 40px;
  }

  .join5 .more {
    margin-top: 40px;
  }
  .video_nav {
    padding: 0 10px;
  }
  .video_nav .name {
    display: none;
  }
  .video_nav .item {
    margin: 0;
    width: 25%;
    text-align: center;
    font-size: 15px;
  }
  .index2 .top .swiper-slide .text h6 {
    height: 120px;
  }
  .index2 .top .swiper-slide .text .common_a {
    margin-top: 20px;
  }
  .about5 .box .right h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .about5 .box .right h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .about5 .box .right h6:last-child {
    font-size: 16px;
  }

  .service1 .swiper-container {
    overflow: hidden;
  }
  .service1 .container .content .item:hover {
    box-shadow: none;
  }
  .about1 .content h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .chat {
    width: 100%;
    box-shadow: none;
    border-radius: 8px 8px 0px 0px;
    right: 0px;
    bottom: 0px;
  }
  .index7_nav.visible-xs {
    display: flex !important;
  }
  .index7_nav .item {
    font-size: 16px;
  }
 .index5 .index7_navo {
    position: relative;
    /* padding-left: 80px; */
    width: 100%;
  }
   .index5 .index7_navo span {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #000000;
    display: block;
    text-align: center;
  }
  .index3 .index7_nav .item {
    margin-left: 0;
  }
  .index3 .index7_nav .item:last-child {
    margin-right: 0;
  }
  .index3 .swiper3 {
    left: -50%;
    width: 150%;
  }
  .prod_detail1 .content {
    text-align: justify;
  }
  .prod_detail4 .swiper-wrapper {
    padding: 0;
  }
  .video_list .item .text {
    font-size: 16px;
    height: 80px;
    margin: 0px;
    width: 100%;
  }
  .about1 .content .nums .item .num {
    font-size: 36px;
  }
  .solu4 .content .item {
    flex-direction: column;
    padding: 32px 2%;
  }
  .solu4 .content .item .text {
    padding-top: 20px;
    padding-left: 0;
  }
  .prod_detail4 .content .item {
    padding: 32px 2%;
  }
  .header_search_m {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_search_m input {
    border: 1px solid #ff8000;
    border-right: 0;
    flex: 1;
    height: 32px;
    padding: 0 10px;
  }
  .header_search_m .img {
    background: #ff8000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .result1 .top input {
    height: 44px;
  }
  .result1 .top a {
    width: 52px;
    height: 44px;
  }
  .solu3 .content .right h5 {
    text-align: justify;
  }
  .about2 .index7_nav .item {
    margin-left: 0;
  }
  .about2 .index7_nav {
    justify-content: center;
  }
  .about2 .index7_nav .item:last-child {
    margin-right: 0;
  }
  
  .map-copyright {
    left: 2%;
    bottom: 2%;
    font-size: 12px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}


.dsds01{ width:23.33%; float:left; position:relative}
.dsds001{ width:38.33%; float:left; position:relative}
.dsds02{width: 100%;
    height: 44px;
    line-height: 44px; margin-bottom:7px;
    background-color: #ff8000;
    box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;}
	
	
.dsdf02{width: 100%;
    height: 44px;
    line-height: 44px; margin-bottom:7px;
    background-color: #979797;
    box-shadow: 0px 2px 20px 0px rgba(94, 94, 94, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;}
	
	
	.dsdf03{width: 100%;
    height: 44px;
    line-height: 44px; margin-bottom:7px;
    background-color: #ccc;
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;}
	
	.dsds03{width: 100%;
    height: 44px; font-weight:900;
    line-height: 44px; margin-bottom:7px;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #ff8000;}
	
	.dsds002{width: 140px; margin-top:44px; margin-right:44px;
    height: 44px;
    line-height: 44px; margin-bottom:7px;
    background-color: #ff8000;
    box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;}
	
	
/*公用样式*/
.effect-img{text-align: center;cursor: pointer; zoom:1; overflow:hidden;}
.effect-img img,.effect-img span{opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform  0.35s;transition: opacity 0.35s, transform 0.35s; display: block; width: 100%;}
.effect-img:hover img,li:hover .effect-img img,dd:hover .effect-img img,.effect-img:hover span,li:hover .effect-img span,dd:hover .effect-img span{opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform:  scale3d(1.1,1.1,1);}
.effect-img span{height: 100%;}

AdvantageBox{background: none;}
.AdvantageBox .list li{width: 20%;}
.HomeReason .list li .con{padding: 8% 10%;}

.HomeReason,.linebg{ background-repeat: no-repeat; background-position: center bottom;}
.HomeReason{text-align: center;}
@media screen and (min-width: 1024px) {.HomeReason .list li{width: 31.33%;     margin: 1%;float: left;background: #fff;}}
@media screen and (max-width: 1024px) {.HomeReason .list li{width:100%;     margin: 1%;float: left;background: #fff;}}


.HomeReason .list li .con{padding: 8%;  text-align: center;}
.HomeReason .list li .con .name{margin: 22px 0 12px;}
.HomeReason .list li .con .name i{display: block; margin: 0 auto 16px; width: 20px; height: 2px; background: #ff8000;}
.HomeReason .list li .con .name span{display: block; font-size: 24px; line-height: 30px;}
.HomeReason .list li .con .info{font-size: 16px; line-height: 26px; color: #555; min-height: 78px;}
.HomeReason .list li:hover{border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.12);}

.BackStyle{background-repeat: no-repeat; background-position: center top; background-size: 100% auto;}
.Fspecial .list{border-radius: 10px; background: #fff; box-shadow: 0 3px 20px rgba(0,0,0,0.12);}
@media screen and (min-width: 1024px) {.Fspecial li{width: 33.333%; float: left; text-align: center; }}
@media screen and (max-width: 1024px) {.Fspecial li{width: 100%; float: left; text-align: center; }}

.Fspecial li:nth-child(4n){background: none;}
.Fspecial li .con{padding: 36px 20px; font-size: 24px; line-height: 30px;}
.Fspecial li .icon{width: 141px;  margin: 0 auto 10px;}
.fgfg01{ padding:20px 0px; font-size:18px;}
.fgfg02{ width:140px !important; margin:0px auto}

.clear{ clear:both;} 


	
@media screen and (min-width: 1024px) {.frfr01{width: 25.33%; position:relative; float:left; margin:4%;
    height: 100px;
    line-height: 100px; margin-bottom:7px;
    background-color: #ff8000;
    box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;}
	
.ftft01{ float:left; position:relative; width:33.33%;}
	}
@media screen and (max-width: 1024px) {.frfr01{width: 40.33%; position:relative; float:left; margin:4%;
    height: 50px;
    line-height: 50px; margin-bottom:7px;
    background-color: #ff8000;
    box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;}}
	
.btn10 {
  width: 110px;
  height: 34px; padding:7px 14px 7px 14px;
  line-height: 34px;
  background-color: #ff8000;
  box-shadow: 0px 2px 20px 0px rgba(255, 128, 0, 0.4);
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}



@media screen and (min-width: 1024px) {.cfcf01{ width:100%;}
.cfcf02{ width:48%; position:relative; float:left;}
.cfcf03{ width:48%; position:relative; float:right;}}
@media screen and (max-width: 1024px) {.cfcf01{ width:100%;}
.cfcf02{ width:100%; position:relative; float:left;}
.cfcf03{ width:100%; position:relative; float:right;}}


.gouri5t{ font-size:20px; line-height:200%;}
.gouri6t{ font-size:16px; line-height:200%; color:#ff8000;}