@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
video::-webkit-media-controls {
  overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}
html, body {
  font-family: "intel-clear", "intel-clear-cyrillic", "Microsoft YaHei", "Helvetica Neue", SimHei, Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
ul, li {
  list-style-type: none;
  margin: 0;
}
input, textarea, select {
  resize: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}
a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #f0b100;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img .img {
  overflow: hidden;
}
.zoom-img img {
  transition: all .5s;
}
.zoom-img:hover img {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.clear {
  zoom: 1
}
.nav-page {
  font-size: 0;
  text-align: center;
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  margin: auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5 {
  margin: 0;
  font-weight: normal;
}
/* 全局 */
/* 媒体查询 */
@media (min-width: 1600px) {
  .clearfix {
    width: 95%;
    margin: auto;
  }
  .clear-2 {
    width: 95%;
  }
}
.m-box {
  display: none;
}
/* header */
.header {
  position: fixed;
  margin-top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
  transition: all .3s;
}
.header .head-wrap .logo {
  float: left;
  margin-top: 10px;
}
.header .head-wrap .title-area {
  width: 50%;
}
.header .head-wrap .logo .icon {
  display: block;
}
.header .head-wrap .logo .img2 {
  width: 100%;
  display: none;
}
.header .nav {
  float: left;
  margin-left: 34px;
}
.nav .clearfix {
  width: 100%;
  padding: 0;
}
.header .nav li {
  float: left;
  padding: 0 8px;
}
.header .nav .item:hover {
  color: #f0b100;
  background-color: rgb(255 188 0 / 26%);
  padding: 0px 10px;
  border-radius: 20px;
}
.header .nav .item {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  padding: 0px 10px;
  position: relative;
  font-weight: 400;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  cursor: pointer;
  top: 27px;
}
.header .nav li:hover .item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.site-topbar {
  background: #00000000;
  color: #ccc;
  font-size: 12px;
  padding: 13px 4px 8px 4px;
  position: absolute;
  z-index: 30;
  width: 25%;
  left: 203px;
}
.site-topbar .container {
  margin: 0 auto;
  zoom: 1;
  padding: 0;
}
.site-topbar .head-rbox {
  float: left;
}
.site-topbar .head-rbox a {
  color: #f0b100;
  font-weight: bold;
}
.site-topbar .head-rbox a:hover {
  color: #333;
  height: 80px;
  width: auto;
}
.header .on .site-topbar .head-rbox a {
  color: #333;
}
.site-topbar .item {
  color: #fff;
}
.header .on .site-topbar {
  color: #333;
}
.site-topbar :hover {
  color: #333;
}
.head-rbox {
  float: right;
}
.head-rbox > div {
  padding: 0 14px;
  float: left;
  line-height: 21px;
  margin-top: 34px;
  position: relative;
}
.head-rbox .icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.head-rbox .user {
  margin-top: 0;
  line-height: 21px;
  margin-top: 34px;
}
.head-rbox .user .icon {
  background-image: url(/Public/Home/images/icon53.png);
  margin-top: 1px;
}
.head-rbox .user .name {
  color: #fff;
  padding: 0px 6px 12px 2px;
}
.header.on .head-rbox .user .name {
  color: #333;
  margin-top: 26px;
}
.head-rbox .user .name:hover {
  color: #333;
  padding: 0px 6px 12px 2px;
}
.head-rbox .user .name .on {
  color: #333;
}
.head-rbox .user .drop-down {
  position: absolute;
  left: 50%;
  top: 24px;
  min-width: 90px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
  display: none;
  white-space: nowrap;
  transform: translateX(-50%);
}
.head-rbox .user .drop-down::before {
  position: absolute;
  top: -8px;
  /* right: 35px; */
  left: 50%;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  /*border-style: solid;

	border-width: 0 8px 8px;

	border-color: transparent transparent #d5d5d5 transparent;*/
  transform: translateX(-50%);
}
.head-rbox .user .drop-down a {
  display: block;
  padding: 12px;
  color: #303233;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
  line-height: 1;
}
.head-rbox .user .drop-down a:hover {
  background-color: #f0b100;
  color: #fff;
}
.head-rbox .lang .icon {
  background-image: url(/Public/Home/images/lang-icon.png);
  margin-top: 2px;
}
.header.on .lang .icon {
  background-image: url(/Public/Home/images/lang-icon-2.png);
}
.head-rbox .search {
  margin-top: 0;
  line-height: 60px;
  width: 100%;
  max-width: 480px;
  margin: auto auto auto -560px;
  position: fixed;
}
.head-rbox .search .icon {
  background-image: url(/Public/Home/images/icon54.png);
  margin-top: 35px;
}
.head-rbox .search .drop-down {
  position: relative;
  top: 0;
  right: -10px;
  width: 200px;
  height: 14px;
  background-color: #fff;
  z-index: 9;
  display: contents;
}
.header .on .head-rbox .search .drop-down {
  display: contents;
}
.header .on .head-rbox .search .btn {
  top: 30%;
}
.head-rbox .search .form {
  width: 450px;
  padding-left: 5px;
  margin-top: 19px;
  padding-right: 5px;
  border: 1px solid #8d8d8d;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
}
.head-rbox .search .form .form-control {
  width: 100%;
  border: 0;
  box-shadow: none;
}
.head-rbox .search .btn {
  position: absolute;
  top: 45%;
  left: 430px;
  line-height: 1;
  padding: 0;
  background: none;
}
.head-rbox .search .close {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: none;
}
.header .on .head-rbox .search .form-control .drop-down-2 {
  display: inherit;
}
.head-rbox .search .form-control .drop-down-2: hover {
  display: inherit;
}
.head-rbox .search .drop-down-2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: -webkit-fill-available;
  background-color: #fff;
  padding: 16px 0;
  box-shadow: -3px 5px 8px rgba(0, 0, 0, .1);
  display: none;
}
.head-rbox .search .drop-down-2 .h1 {
  font-size: 12px;
  padding: 8px 0;
  margin: 0 20px;
  color: #919699;
  font-weight: bold;
}
.head-rbox .search .drop-down-2 a {
  padding: 8px 20px;
  display: block;
  width: 100%;
  line-height: 16px;
  color: #303233;
  font-size: 14px;
  transition: all .3s;
}
.head-rbox .search .drop-down-2 a:hover {
  background-color: #ffd254;
}
.head-rbox .lang .name {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  padding: 0px 6px 12px 2px;
}
.header.on {
  background-color: #fff;
}
.header.on .head-rbox .search .drop-down {
  display: inherit;
}
.header.on .logo .img1 {
  display: none;
}
.header.on .logo .img2 {
  display: inline-block;
}
.header.on .nav .item {
  color: #333;
}
.header .on .top-site {
  color: #333;
}
.header.on .user .icon {
  background-image: url(/Public/Home/images/icon53-2.png);
}
.header.on .search .icon {
  background-image: url(/Public/Home/images/icon54-2.png);
}
.header.on .user .lang .icon {
  background-image: url(/Public/Home/images/lang-icon-2.png);
}
.header.on .head-rbox .lang .name {
  color: #333;
}
.header.on-2 {
  background-color: #fff;
}
.header.on-2 .logo .img1 {
  display: none;
}
.header.on-2 .logo .img2 {
  display: inline-block;
}
.header.on-2 .nav .item {
  color: #333;
}
.header.on-2 .user .icon {
  background-image: url(/Public/Home/images/icon53-2.png);
}
.header.on-2 .search .icon {
  background-image: url(/Public/Home/images/icon54-2.png);
}
.header.on-2 .head-rbox .lang .name {
  color: #333;
}
.header .nav .drop-down {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 1200px;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  background-color: #fff;
  display: none;
}
/* 平铺导航样式 */
.header .nav .drop-down .series-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 25px 20px;
  overflow-y: auto;
  max-height: calc(100vh - 128px);
}
.header .nav .drop-down .series-wrap .series {
  padding: 0 20px;
  margin-bottom: 32px;
  margin-right: 0;
  border-right: 1px solid #eee;
  flex-grow: 1;
  letter-spacing: -.02em;
  width: 180px;
}
.header .nav .drop-down .series-wrap .series .title {
  color: #f0b100;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 8px;
  font-weight: 700;
}
.header .nav .drop-down .series-wrap .series .title a {
  color: #f0b100;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 8px;
  font-weight: 700;
}
.header .nav .drop-down .series-wrap .series .title a:hover {
  text-decoration: underline;
}
.header .nav .drop-down .series-wrap .series .products div {
  padding: 3px 0;
}
.header .nav .drop-down .series-wrap .series .products div .name {
  color: #727272;
}
.header .nav .drop-down .series-wrap .series .products div .name:hover {
  color: #f0b100;
}
/* 平铺导航样式 End*/
/* 产品菜单栏应用 */
.header .nav .drop-down .neware_apply {
  height: 50px;
  background-color: rgba(0, 0, 0, .02);
  opacity: 1;
  overflow: hidden;
  margin-bottom: -10px;
}
.header .nav .drop-down .neware_apply .neware_product_apply {
  position: relative;
  display: flex;
  width: 1400px;
  height: 100%;
  padding: 0;
  margin: 0 24px;
  justify-content: flex-start;
  list-style: none;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.02em;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  align-items: center;
}
.header .nav .drop-down .neware_apply .neware_product_apply li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.02em;
}
.header .nav .drop-down .neware_apply .neware_product_apply .style_neware_product_apply {
  display: flex;
}
.header .nav .drop-down .neware_apply .neware_product_apply .style_neware_product_apply_list_test {
  justify-content: center;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 14px;
  min-height: 48px;
  align-items: center;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.03em;
  font-weight: 400;
}
.header .nav .drop-down .neware_apply .neware_product_apply .style_neware_product_apply_list_test a:hover {
  color: #f0b100;
}
.header .nav .drop-down .neware_apply .neware_product_apply .style_neware_product_apply_list_test a {
  color: #333;
  font-weight: 600;
}
/* 产品菜单栏应用 End*/
.header .container .clearfix {
  overflow-y: auto;
}
.products .number {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #727272;
}
.products .number:hover {
  color: #f0b100;
}
.header .l-box {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  /*min-height: calc(83.5vh - 88px);*/
  /* border-right: 1px solid #dddddd; */
  left: 0px;
  height: fit-content;
}
.header .l-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10000px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.header .l-box .box-wrap {
  position: relative;
  z-index: 2;
}
.header .l-box .h1 {
  font-size: 14px;
  color: #333;
  padding: 1px 40px 1px 20px;
  line-height: 2.5;
}
.header .l-box .h1:hover {
  font-size: 14px;
  background-color: #f0b100;
  padding: 1px 40px 1px 20px;
  line-height: 2.5;
}
.header .subnav a {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 2.5;
  transition: all .3s;
  padding: 1px 40px 1px 20px;
  background-image: url(/Public/Home/images/icon55.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
.header .subnav a.on {
  color: #fff;
  background-image: url(/Public/Home/images/icon55-2.png);
  background-color: #f0b100;
  opacity: 1;
  padding: 1px 40px 1px 20px;
}
.header .subnav a:hover {
  color: #fff;
  background-image: url(/Public/Home/images/icon55-2.png);
  background-color: #f0b100;
  opacity: 1;
}
.header .h1 a:hover {
  color: #fff;
  background-color: #f0b100;
  opacity: 1;
  padding: 1px 40px 1px 0px;
}
.header .h1 a {
  padding: 1px 40px 1px 0px;
}
.header .r-box {
  display: none;
  float: left;
  width: 54.2%;
  background-color: #eee;
  padding-top: 0px;
  /*min-height: calc(84vh - 60px);*/
  margin-left: 0;
  border-top: 2px solid #b3b3b3;
  border-left: 1px solid #ddd;
}
.header .r-box .pro {
  min-height: calc(74.7vh - 60px);
}
.header .l-list {
  float: left;
  width: 100%;
  padding-left: 0;
}
.header .r-box .hot {
  float: left;
  width: 100%;
  margin-left: 0px;
  min-height: calc(52vh - 60px);
}
.header .r-box .hot2 {
  float: left;
  width: 100%;
  margin-left: 0px;
  min-height: calc(23vh - 60px);
}
.header .l-list .h1 {
  font-size: 0px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1;
}
.header .l-list .h2 {
  display: none;
  /*font-size:14px;

	color: #b8b8b8;

	margin-bottom: 10px;

	line-height: 1;

	padding-left: 20px;*/
}
.header .subnav-2 {
  width: 100%;
}
.header .subnav-2 a {
  display: block;
  font-size: 0;
  line-height: 2.5;
  padding: 1px 40px 1px 20px;
}
.header .subnav-2 a.on:hover {
  background-color: #E1E1E1;
  padding: 1px 40px 1px 20px;
}
.header .subnav-2 .number {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #7a7a7a;
  width: 100%;
  transition: all .3s;
}
.header .hot2 .subnav-2 .name {
  width: 100%;
}
.header .subnav-2 .name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  width: 100%;
  transition: all .3s;
}
.header .subnav-2 .name-2 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  width: 45%;
  transition: all .3s;
}
.header .hot2 .subnav-2 .name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  width: 100%;
  transition: all .3s;
}
.header .r-column {
  display: none;
}
.header .r-column.on {
  display: block;
}
.header .r-text {
  float: left;
  width: 38%;
  padding: 23px 0 0 10px;
  display: none;
}
.header .r-text .text-column {
  display: none;
}
.header .r-text .text-column.on {
  display: block;
  position: fixed;
  width: 350px;
}
.header .r-text .name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.header .r-text .text {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.header .r-text .img {
  margin-top: 60px;
}
.header .nav-column {
  position: relative;
}
.header .nav .drop-down-2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 285px;
  background-color: #fff;
  display: none;
  border-top: 1px solid #c4c4c4;
}
.header .nav .drop-down-2 a {
  display: block;
  padding: 12px 22px 12px 16px;
  color: #303233;
  font-size: 14px;
  text-align: left;
  transition: all .3s;
}
.header .nav .drop-down-2 a:hover {
  background-color: #f0b100;
  color: #fff;
}
.header.top {
  top: -87px;
}
/* 销售悬浮窗 */
.sale-popup {
  position: fixed;
  top: 60%;
  right: 35px;
  transform: translate(0, -50%);
  /*20210820*/
  /*z-index: 9;*/
  z-index: 100;
  width: 50px;
  display: block;
}
.sale-popup .h1 {
  font-size: 14px;
  color: #ffffff;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
  background-color: #f0b100;
}
.sale-popup .list-box {
  padding: 13px 6px 0px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}
.sale-popup .list-box li {
  margin-bottom: 2px;
}
.sale-popup .top {
  font-size: 0;
  background-color: #fff;
  margin-bottom: 5px;
  text-align: center;
}
.sale-popup .top .icon {
  position: relative;
  display: block;
  width: 40px;
}
.sale-popup .top .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/Public/Home/static/images/dzx1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.sale-popup .top .icon:hover .icon2 {
  z-index: 2;
}
.sale-popup .top .name {
  display: flex;
  font-size: 12px;
  color: #393939;
  text-align: center;
  line-height: 2;
  padding-left: 0px;
  /*background-image: url(/Public/Home/images/icon104.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25%;
  justify-content: space-evenly;
}
.sale-popup-2 {
  right: auto;
  left: 35px;
}
.sale-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  max-width: 1400px;
  width: 100%;
  background: #fff;
  padding: 45px 55px 60px;
  display: none;
  box-shadow: 1px 1px 18px -4px rgba(0, 0, 0, .14);
}
.sale-popup-box .top {
  font-size: 0;
  text-align: center;
}
.sale-popup-box .top .img {
  display: inline-block;
  vertical-align: top;
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.sale-popup-box .top .name {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  color: #000000;
  line-height: 134px;
  margin-left: 35px;
}
.sale-popup-box .list-box {
  margin-top: 50px;
}
.sale-popup-box li {
  text-align: center;
  padding: 10px 0 0;
  border-right: 1px solid #c1c1c1;
}
.sale-popup-box li:last-child {
  border-right: 0;
}
.sale-popup-box li .icon {
  position: relative;
  font-size: 0;
  height: 138px;
  line-height: 108px;
  text-align: center;
  padding: 15px 0;
}
.sale-popup-box li .drop-down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  display: none;
}
.sale-popup-box li .icon:hover .drop-down {
  display: block;
}
.sale-popup-box li .name {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.sale-popup-box li .number {
  font-size: 16px;
  color: #6f7372;
  line-height: 28px;
}
.sale-popup-box li .link {
  display: block;
  width: 170px;
  font-size: 18px;
  color: #000000;
  line-height: 38px;
  border: 1px solid #111111;
  margin: 0 auto;
  margin-top: 20px;
}
.sale-popup-box li .link:hover {
  color: #fff;
  background: #FFC20E;
  border: 1px solid #FFC20E;
}
.sale-popup-box li .link {}
.sale-popup-box .btn-box {
  text-align: center;
  margin-top: 65px;
}
.sale-popup-box .link-all:hover {
  color: #f0b100;
}
.sale-popup-box .link-all {
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.sale-popup-box .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
}
.sale-popup-box .column {
  display: none;
}
.sale-popup-box .column.on {
  display: block;
}
.sale-popup-3 {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  padding: 5px 30px;
  transform: translate(0);
}
.sale-popup-3 .list-box {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-shadow: none;
  z-index: 101;
}
.sale-popup-3 .list-box::after {
  display: none;
}
.sale-popup-3 .list-box::-webkit-scrollbar {
  display: none;
}
.sale-popup-3 .list-box li {
  text-align: center;
  margin-right: 10px;
}
.sale-popup-3 .list-box li:last-child {
  margin-right: 0;
}
.sale-popup-3 .top {
  margin-bottom: 0;
  text-align: center;
}
.sale-popup-3 .list-box .name {
  font-size: 10px;
  color: #636363;
  line-height: 2;
  padding-left: 0;
  background: none;
  padding-left: 0;
}
.sale-popup-3 .top .icon {
  font-size: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.sale-popup-3 .top .icon img {
  max-height: 32px;
}
/* 语言弹窗 */
.lang-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.lang-popup .box-wrap {
  width: 836px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}
.lang-popup .top {
  background-color: #f5f5f5;
  padding: 17px 20px;
  width: auto;
}
.lang-popup .top .h1 {
  float: left;
  font-size: 18px;
  color: #424242;
}
.lang-popup .top .close {
  float: right;
  cursor: pointer;
  font-size: 18px;
  color: #757575;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 1;
}
.lang-popup .bot {
  text-align: center;
  padding: 0 30px 90px;
}
.lang-popup .d1 {
  font-size: 30px;
  color: 424242;
  text-align: center;
  font-weight: bold;
}
.lang-popup .d2 {
  font-size: 18px;
  color: 424242;
  text-align: center;
}
.lang-popup .title {
  font-size: 16px;
  color: 424242;
  text-align: left;
  margin: 10px;
}
.lang-popup .link-box {
  font-size: 0;
  text-align: left;
  margin-top: 5px;
}
.lang-popup .link-box a {
  display: inline-block;
  font-size: 14px;
  color: #757575;
  width: 175px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 10px;
  background-color: #eeeeee;
  transition: all .3s;
}
.lang-popup .link-box a:hover {
  background-color: #f5f5f5;
}
.m-head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.head_menu {
  position: relative;
  width: 25px;
  height: 20px;
  background: url(/Public/Home/static/images/head_button.png) no-repeat 0 0/25px 20px;
  cursor: pointer;
}
.head_menu .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-head-wrap .logo img {
  max-height: 23px;
}
.head_menu .drop-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.head_menu .drop-down::-webkit-scrollbar {
  display: none;
}
.head_menu .top {
  border-bottom: 1px solid #8c8a8a;
}
.head_menu .top-wrap {
  justify-content: space-between;
  align-items: center;
}
.head_menu .lang a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #787878;
  line-height: 40px;
  margin-right: 24px;
}
.head_menu .lang a.on {
  color: #fff;
}
.head_menu .lang a.on::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.head_menu .close {
  width: 20px;
  font-size: 0;
  opacity: 1;
}
.head_menu .form {
  border-bottom: 1px solid #8c8a8a;
}
.head_menu .form-wrap {
  align-items: center;
  height: 40px;
}
.head_menu .form-wrap .form-control {
  width: calc(100% - 24px);
  height: 24px;
  padding: 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #fff;
}
.head_menu .btn-submit {
  width: 24px;
  padding: 0;
  background: none;
  border: 0;
}
.head_menu .nav-box a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  border-bottom: 1px solid #8c8a8a;
}
.head_menu .nav-box li > a .container {
  padding: 0;
}
.head_menu .nav-box li > a .container-2 {
  padding: 0;
}
.head_menu .nav-box .name {
  display: block;
  background-image: url(/Public/Home/images/icon69.png);
  background-repeat: no-repeat;
  background-position: 98.3% center;
  background-size: 20px auto;
  padding: 0 15px;
}
.head_menu .nav-column .name {
  padding: 0;
}
.head_menu .nav-box li > a.on .name {
  background-image: url(/Public/Home/images/icon70.png);
  background-color: #ff9c27;
}
.head_menu .nav-box li > .a-1 .name {
  background: none;
}
.head_menu .nav-box li > a.on.a-1 .name {
  background: none;
}
.m-head-wrap .share .drop-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #000;
  display: none;
}
.m-head-wrap .share .drop-down::-webkit-scrollbar {
  display: none;
}
.m-head-wrap .share .top {
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #8c8a8a;
}
.m-head-wrap .share .year {
  font-size: 14px;
  color: #787878;
}
.m-head-wrap .share .close {
  width: 20px;
  font-size: 0;
  opacity: 1;
}
.m-head-wrap .share .text {
  font-size: 16px;
  color: #787878;
  height: 40px;
  line-height: 39px;
  padding: 0 15px;
  border-bottom: 1px solid #8c8a8a;
}
.m-head-wrap .share .nav-box a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #8c8a8a;
}
.m-head-wrap .share-box {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.m-head-wrap .share-box a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  font-size: 0;
  margin: 0 12px;
}
.head_menu .drop-down-2 {
  display: none;
}
.head_menu .drop-down-2 .d-1 {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 30px 0 0;
}
.head_menu .drop-down-2 .d-1::before {
  position: absolute;
  content: "+";
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  width: 14px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.head_menu .drop-down-2 .d-1.on::before {
  content: "-";
}
.head_menu .drop-down-2 a.d-1 {
  border: 0;
}
.head_menu .drop-down-2 a.d-1::before {
  display: none;
}
.head_menu .drop-down-3 a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding: 5px 30px;
  background-color: #fff;
}
.head_menu .drop-down-3 a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background-color: #8c8a8a;
}
.head_menu .drop-down-3 {
  display: none;
}
/* footer */
.footer {
  position: relative;
  background-color: #f5f5f7;
  overflow: hidden;
}
.footer .logo {
  float: left;
}
.footer .search {
  position: relative;
  font-size: 0;
  line-height: 24px;
  /* margin-top: 20px; */
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.footer .search .form-group {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 78px);
  margin-bottom: 0;
}
.footer .search .form-control {
  width: 100%;
  height: 24px;
  padding: 0 12px;
  border: 0;
  box-shadow: none;
  background: none;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.footer .search .btn-search {
  float: right;
  font-size: 0;
  cursor: pointer;
}
.footer .nav {
  padding: 40px 0;
  width: 1350px;
  margin: auto;
}
.footer .nav li {
  float: left;
  width: 20%;
}
/*20210713*/
.footer .nav li .wrap {
  margin-bottom: -1px 0 26px;
}
.footer .nav a {
  font-size: 12px;
  line-height: 28px;
  color: #666;
  padding: 0;
  transition: all .3s;
}
.footer .nav a:hover {
  color: #FFC20E;
}
.footer .nav .a-1 {
  font-size: 14px;
  line-height: 3;
  color: #000;
}
.footer .nav .a-1:hover {
  color: #000;
  background: none;
}
.footer .bot-box {
  padding: 34px 0;
}
.footer .info {
  float: left;
}
.footer .info .text {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #666;
  line-height: 23px;
  margin-left: 18px;
}
.footer .info .text a {
  color: #666;
}
.footer .follow {
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 23px;
}
.footer .follow .img-2 {
  display: none;
}
.footer .follow > a .drop-down {
  display: none;
  position: absolute;
  width: 144px;
  right: 0;
  bottom: 42px;
  padding: 2px;
  background: #FFFFFF;
  border-radius: 5px;
  ;
}
.footer .follow > a .drop-down i {
  position: absolute;
  right: 5px;
  bottom: -8px;
  width: 25px;
  height: 12px;
  background: url(/Public/Home/images/ximg15.png) center no-repeat;
}
.footer .follow > a:hover .drop-down {
  display: block;
}
.footer .follow > a:hover .img-1 {
  display: none;
}
.footer .follow > a:hover .img-2 {
  display: block;
}
.footer .follow a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 5px;
}
.footer .r-box {
  float: right;
}
.return-top {
  float: left;
  margin-left: 90px;
  cursor: pointer;
}
.footer .search .drop-down {
  position: absolute;
  top: 20px;
  left: 70px;
  width: calc(100% - 70px);
  height: auto;
  z-index: 9;
  display: none;
}
.footer .search .form {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.footer .search .form .form-control {
  width: 100%;
  border: 0;
  box-shadow: none;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.footer .search .btn {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  line-height: 1;
  padding: 0;
  background: none;
}
.footer .search .close {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.footer .search .drop-down-2 {
  position: absolute;
  top: 45px;
  left: 0;
  width: 700px;
  background-color: #fff;
  padding: 16px 0;
  box-shadow: -3px 5px 8px rgba(0, 0, 0, .1);
}
.footer .search .drop-down-2 .h1 {
  font-size: 12px;
  padding: 8px 0;
  margin: 0 40px;
  color: #919699;
  font-weight: bold;
}
.footer .search .drop-down-2 a {
  padding: 8px 40px;
  display: block;
  width: 100%;
  line-height: 16px;
  color: #303233;
  font-size: 16px;
  transition: all .3s;
}
.footer .search .drop-down-2 a:hover {
  background-color: #ebeff2;
}
/*媒体查询*/
@media only screen and (max-width: 1900px) {
  .head-rbox .search {
    margin: auto auto auto -500px;
  }
}
@media only screen and (max-width: 1800px) {
  .head-rbox .search {
    max-width: 360px;
    margin: auto auto auto -400px;
  }
  .head-rbox .search .btn {
    left: 320px;
  }
  .header .nav {
    margin-left: 4px;
  }
  .site-topbar {
    left: 170px;
  }
}
@media only screen and (max-width: 1680px) {
  .sale-popup-box {
    max-width: 1200px;
    padding: 40px 30px 50px;
  }
  .head-rbox .search {
    max-width: 310px;
    margin: auto auto auto -350px;
  }
  .head-rbox .search .btn {
    left: 270px;
  }
  .header .nav {
    margin-left: 8px;
  }
  .site-topbar {
    left: 171px;
  }
}
@media only screen and (max-width: 1600px) {
  /*.header .nav {

		margin-left: 50px;

	}*/
  .head-rbox > div {
    margin-left: 8px;
    padding: 0 10px;
  }
  .sale-popup {
    width: 55px;
  }
  .sale-popup-3 {
    width: 100%;
    text-align: center;
  }
  .sale-popup .list-box {
    padding: 5px 0 0 0;
  }
  .sale-popup .list-box li {
    text-align: center;
  }
  .sale-popup .top .icon {
    width: 40px;
    margin: 0 auto;
  }
  .sale-popup-3 .top .icon {
    width: 32px;
  }
  .sale-popup .top .name {
    font-size: 10px;
    background-size: 10px auto;
  }
  .sale-popup-3 .list-box .name {
    padding-left: 0;
  }
  .head-rbox .search .btn {
    left: 260px;
  }
  .header .nav .drop-down {
    width: 1000px;
  }
}
@media only screen and (max-width: 1440px) {
  .sale-popup-box {
    max-width: 900px;
    padding: 40px 10px;
  }
  .sale-popup-box li {
    padding: 0;
  }
  .sale-popup-box li .icon {
    height: 100px;
    line-height: 100px;
    padding: 0;
    margin-bottom: 10px;
  }
  .sale-popup-box li .icon > img {
    max-width: 70%;
    max-height: 100%;
  }
  .sale-popup-box li .drop-down {
    width: 100px;
  }
  .sale-popup-box .btn-box {
    margin-top: 40px
  }
  /*.header .nav{

		margin-left: 15px;

	}*/
  .header .nav .item {
    padding: 0 6px;
  }
  .header .nav .item:hover {
    padding: 0 6px;
  }
  .head-rbox .search .btn {
    left: 160px;
  }
  .header .nav .drop-down {
    width: 1000px;
  }
}
@media only screen and (max-width: 1269px) {
  /*	.header .nav{

		margin-left: 10px;

	}*/
  .header .nav .item {
    padding: 0 3px;
  }
  .header .nav .drop-down {
    width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  .sale-popup-box li .drop-down {
    display: block;
    margin-bottom: 10px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .sale-popup {
    display: none;
  }
  .sale-popup-3 {
    display: block;
    z-index: 101;
  }
  .sale-popup-box-3 {
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 62px);
    transform: translate(0);
    overflow-y: auto;
  }
  .sale-popup-box-3::-webkit-scrollbar {
    display: none;
  }
  .sale-popup-box-3 .top .img {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .sale-popup-box-3 .list-box {
    margin-top: 30px;
  }
  .sale-popup-box .top .name {
    font-size: 18px;
    line-height: 70px;
    margin-left: 15px;
  }
  .sale-popup-box-3 li {
    float: left;
    width: 50%;
    border: 0;
    margin-bottom: 30px;
  }
  .sale-popup-box-3 li .icon {
    height: 60px;
    line-height: 60px;
  }
  .sale-popup-box-3 li .name {
    font-size: 14px;
    margin-top: 30px;
  }
  .sale-popup-box-3 li .number {
    font-size: 14px;
  }
  .sale-popup-box li .link {
    width: 130px;
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px;
  }
  .sale-popup-box-3 li .icon:hover .drop-down {
    display: none;
  }
  .footer .search .drop-down-2 {
    display: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .head-top {
    display: none;
  }
  /* .head_menu .nav-box a {

		font-size: 28px;

		line-height: 72px;

	} */
  .head-bot {
    display: none;
  }
  .m-head {
    display: block;
  }
  .head_menu .nav-box .name {
    background-position: 97.7% center;
  }
  .footer {
    padding-bottom: 45px;
  }
  .footer .form-inline {
    padding: 0;
    padding-bottom: 15px;
  }
  .footer .nav {
    padding: 0;
  }
  .footer .nav .drop-down {
    display: none;
    padding-bottom: 10px;
  }
  .footer .nav li {
    width: 100%;
    /*border-bottom: 1px solid #d6d6d6;*/
  }
  /*20210713*/
  .footer .nav li .wrap {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
  .footer .nav li .wrap a {
    display: block;
    width: 100%;
  }
  .footer .nav .a-1 {
    position: relative;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #f5f5f7;
  }
  .footer .nav .a-1:hover {
    background-color: #f5f5f7;
    color: #000;
  }
  .footer .nav .a-1::before {
    position: absolute;
    content: "+";
    top: 50%;
    right: 2%;
    font-size: 20px;
    color: #000;
    margin-top: -10px;
    line-height: 1;
    font-weight: 300;
    transition: all .3s;
  }
  .footer .nav .a-1.on::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .footer .nav li.on a {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .footer .nav li.on .a-1 {
    font-size: 13px;
    color: #000;
    line-height: 40px;
    background-image: url(/Public/Home/images/icon23.png);
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer .info {
    width: 100%;
    text-align: left;
  }
  .footer .info .text {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer .follow {
    width: auto;
    font-size: 14px;
    text-align: left;
    right: auto;
    bottom: auto;
    margin-top: 0;
  }
  .footer .search .form {
    padding: 0 30px;
  }
  .footer .search .btn {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .head_menu .nav-box .name {
    background-position: 97% center;
  }
  .head_menu .nav-box a {
    font-size: 16px;
    line-height: 40px;
  }
  .sale-popup {
    overflow: unset;
  }
  .sale-popup-2 {
    display: none;
  }
  .sale-popup .drop-down {
    position: fixed;
    top: 15vh;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 300px;
    height: 70vh;
    min-height: auto;
    display: none;
    opacity: 1;
    z-index: 99;
  }
  .footer .search .drop-down-2 .h1 {
    padding: 8px 15px;
    margin: 0;
  }
  .footer .search .drop-down-2 a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 414px) {
  .head_menu .nav-box .name {
    background-position: 95.8% center;
  }
  .sale-popup-3 {
    padding: 5px 15px;
  }
  .sale-popup-box-3 {
    padding: 30px 15px;
  }
  .sale-popup-box-3 li .number {
    font-size: 12px;
  }
  .sale-popup-box li .link {
    font-size: 14px;
  }
  .sale-popup-box .btn-box {
    margin-top: 10px;
  }
  .sale-popup-box .link-all {
    font-size: 14px;
  }
  .home-product .video-box::before{
		max-height:500px;
	}
}
@media only screen and (max-width: 375px) {
  .head_menu .nav-box .name {
    background-position: 95.5% center;
  }
}
@media only screen and (max-width: 320px) {
  .head_menu .nav-box .name {
    background-position: 94.8% center;
  }
  .head_menu .drop-down-3 a {
    font-size: 14px;
  }
}
/* home */
.main {
  padding-top: 87px;
}
.home-main {
  padding-top: 0;
}
.banner-swiper {
  width: 100%;
  height: 85vh;
}
.banner-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  /*background-size: auto 100%;*/
  background-size: cover;
  height: 85vh;
}
.banner-swiper .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-swiper .text-box-1 .back {
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.banner-swiper .text-box-1 .h1 {
  font-size: 52px;
  line-height: 1.5;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #fff, #ffff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
}
.banner-swiper .text-box .h0 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  width: 600px;
  margin: auto;
  font-weight: 500;
}
.banner-swiper .text-box .h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  width: 600px;
  margin: auto;
}
.banner-swiper .text-box .more-0 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #f0b100;
  border-radius: 64px;
  margin-top: 20px;
  background-color: #f0b100;
}
.banner-swiper .text-box .more-0:hover {
  background: rgb(255 188 0 / 26%);
}
.banner-swiper .text-box .more {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #f0b100;
  border-radius: 64px;
  margin-top: 20px;
  background-color: #f0b100;
}
.banner-swiper .text-box .more:hover {
  background: rgb(255 188 0 / 26%);
}
.banner-swiper .text-box-0 {
  top: 30%;
}
.banner-swiper .text-box-1 {
  top: 23%;
}
.banner-swiper .text-box-2 {
  top: 21.5%;
}
.banner-swiper .text-box-2 .h1 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-swiper .text-box-2 .h2 {
  width: 600px;
  color: #fff;
  margin: 0 auto;
}
.banner-swiper .text-box-2 .h3 {
  font-size: 52px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
.banner-swiper .text-box-3 {
  top: 24%;
}
.banner-swiper .text-box-3 .h1 {
  font-size: 20px;
  color: #999;
  margin-bottom: 20px;
}
.banner-swiper .text-box-3 .h3 {
  font-size: 58px;
  color: #e8fffe;
  margin-bottom: 20px;
}
.banner-swiper .text-box-4 {
  top: 25%;
}
.banner-swiper .text-box-4 .h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-swiper .text-box-4 .h2 {
  width: 600px;
  margin: 0 auto;
}
.banner-swiper .text-box-4 .h3 {
  font-size: 52px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-swiper .text-box-5 {
  top: 50%;
  text-align: left;
}
.banner-swiper .text-box-5 .more {
  margin-top: 0;
  height: 38px;
  margin-left: 20px;
}
.banner-swiper .text-box-5 .h1 {
  font-size: 58px;
  color: #000000;
  margin-bottom: 40px;
}
.banner-swiper .text-box-5 .h2 {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  line-height: 48px;
  background-color: #7b94b5;
  padding: 0 20px;
  border-radius: 24px;
  margin-bottom: 40px;
  font-weight: 300;
}
.banner-swiper .text-box-5 .list-box {
  display: flex;
  align-items: center;
}
.banner-swiper .text-box-5 li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 24px;
  color: #00377e;
}
.banner-swiper .text-box-5 .icon {
  margin-right: 10px;
}
.banner-swiper .text-box-6 {
  top: 22.5%;
}
.banner-swiper .text-box-6 .h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-swiper .text-box-6 .h3 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-swiper .text-box-6 .list-box {
  position: absolute;
  top: 230%;
  display: flex;
  align-items: center;
}
.banner-swiper .text-box-6 li {
  font-size: 22px;
  color: #cdcdcd;
  line-height: 44px;
  padding: 0 15px;
  background-color: #3a3a47;
  border-radius: 22px;
  margin-right: 40px;
  font-weight: 300;
}
.banner-swiper .swiper-pagination {
  bottom: 75px;
  height: 2px;
}
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  vertical-align: top;
  width: 80px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #808080;
}
.banner-swiper .groove {
  width: 80px;
  height: 4px;
  background-color: rgba(255, 255, 255, .8);
}
.banner-swiper .strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #808080;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
  width: 34px;
  height: 68px;
  margin-top: -34px;
  transition: all .3s;
  background-size: auto;
}
.banner-swiper .swiper-button-prev {
  /*background-image: url(/Public/Home/images/icon57.png);

	background-repeat: no-repeat;

	background-position: center center;

	left: 0;*/
  width: .1850033751rem;
  height: .1850033751rem;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(-45deg);
  left: 8px;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
}
.banner-swiper .swiper-button-next {
  /*background-image: url(/Public/Home/images/icon58.png);

	background-repeat: no-repeat;

	background-position: center center;

	right: 0;*/
  width: .1850033751rem;
  height: .1850033751rem;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(135deg);
  right: 8px;
}
.banner-swiper .swiper-button-prev:hover {
  /*background-color: rgba(130, 130, 130, .7);*/
  border-radius: 0 5px 5px 0;
  border-top: 5px solid #f0b100;
  border-left: 5px solid #f0b100;
  width: 30px;
  height: 30px;
}
.banner-swiper .swiper-button-next:hover {
  /*background-color: rgba(130, 130, 130, .7);*/
  border-radius: 5px 0 0 5px;
  border-top: 5px solid #f0b100;
  border-left: 5px solid #f0b100;
  width: 30px;
  height: 30px;
}
.home-product {
  padding-top: 0;
}
.home-product .box {
  border: 0;
  padding: 0;
  background: none;
}
.home-product .box .container-fluid {
  padding: 0;
}
.home-product .column {
  position: relative;
  min-height: 600px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.home-product .column a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s;
}
.home-product .sales-team a {
  position: relative;
}

.home-product .column a:hover {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.home-product .column .others a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s;
}
.home-product .column .others a:hover {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.home-product .column .text-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  text-align: center;
}
.home-product .column .h1 {
  width: 100%;
  font-size: 20px;
  color: #666;
  line-height: 50px;
  padding: 0 15px;
  padding-top: 65px;
  white-space: nowrap;
}
.home-product .column .h2 {
  font-size: 18px;
  color: #666;
  padding: 0 15px;
  padding-top: 65px;
  white-space: nowrap;
}
.home-product .sales-team .h1 {
  width: 100%;
  font-size: 52px;
  color: #fff;
  line-height: 50px;
  padding: 0 15px;
  padding-top: 95px;
  white-space: nowrap;
  font-weight: 600;
}
.home-product .sales-team .h2 {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  padding-top: 15px;
  white-space: nowrap;
}
.home-product .box .column {
  padding: 0;
  min-height: 80vh;
  margin: 10px 0 0 0;
}
.home-product .box .sales-team {
  display: grid;
}
.home-product .box .h2 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.home-product .list-box .column {
  width: calc(50% - 8px);
  margin-right: 16px;
}
.home-product .list-box .column:nth-child(2n) {
  margin-right: 0;
}
.home-product .list-box .h1 {
  color: #999;
}
.home-product .list-box .h2 {
  color: #999;
}
.home-product .list-box .column-1 .h1 {
  color: #999;
}
.home-product .list-box .column-1 .h2 {
  color: #999;
}
.home-product .boxs {
  padding-top: 0;
}
.home-product .boxs .h1 {
  color: #999;
  padding-top: 60px;
}
.home-product .boxs .h2 {
  color: #fff;
}
.home-product .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height:800px;
}
.home-product .video-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
}
.home-product .video-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1780px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}
.home-product .video-box .suspen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.prod-25 .video-box .suspen {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: inherit;
}

.prod-25 .video-box .text-box  .h1 {
  font-size: 55px;
  color: #fff;
  padding: 0;
  margin: 15px AUTO;
  font-weight: 600;
}
.home-product .video-box .text-box .text {
  font-size: 25px;
  color: #fff;
  line-height: 1;
  margin: 15px AUTO;
}
.home-product .video-box .h1 {
  font-size: 35px;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.home-product .video-box .others {
  display: flex;
  width: 270px;
  align-items: center;
  margin: auto;
}

.home-product .video-box .pro_20A{
  margin:30px auto;
}

.home-product .video-box .pro_15A{
  margin:30px auto;
}
.home-product .video-box .pro_15A{
  width: 340px;
}
.home-product .video-box .pro_15A .play{
  width: 45px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  height: 45px;
  align-items: stretch;
}

.home-product .video-box .pro_20A .play {
  width: 45px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  height: 45px;
  align-items: stretch;
}

.home-product .video-box .play {
  width: 95px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  height: 35px;
  align-items: stretch;
}

.home-product .video-box .pro_15A span{
  border-radius:45px;
  padding: 5px 20px;
  margin-left:25px;
  font-size:16px;
}

.home-product .video-box .pro_20A span {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  color: #fff;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px 10px;
  margin-left: 25px;
  font-size: 16px;
}

.home-product .video-box span {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  color: #fff;
  border: 1px solid;
  border-radius: 25px;
  padding: 0;
  margin-left: 15px;
  font-size: 16px;
}
.home-news {
  padding: 90px 0 70px;
}
.home-news .title {
  margin-bottom: 40px;
}
.home-news .title .h1 {
  font-size: 28px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
}
.home-news .title .line {
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background-color: #c7000b;
}
.home-news .box {
  border: 0;
  padding: 0;
  margin: 0 -75px;
}
.home-news .l-box {
  padding: 0;
  padding: 0 10px;
}
.home-news .l-box .column {
  padding: 0 10px;
}
.home-news .l-box .img {
  position: relative;
}
.home-news .l-box .img img {
  opacity: .8;
  transition: all .3s;
}
.home-news .l-box .sign {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  background: rgba(0, 0, 0, .35);
}
.home-news .l-box .text-box {
  padding: 25px 16px 30px 16px;
  background: #f8f8f8;
  transition: all .3s;
}
.home-news .l-box .h1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  transition: all .3s;
}
.home-news .l-box .info {
  margin-bottom: 10px;
}
.home-news .l-box .place {
  height: 45px;
  font-size: 16px;
  color: #666;
  padding-left: 24px;
  margin-right: 10px;
  background-image: url(/Public/Home/images/icon1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.home-news .l-box .time {
  height: 45px;
  font-size: 16px;
  color: #666;
  padding-left: 24px;
  background-image: url(/Public/Home/images/icon2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.home-news .l-box .text {
  font-size: 15px;
  color: #666;
  line-height: 23px;
  height: 66px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news .l-box .column:hover img {
  opacity: 1;
}
.home-news .l-box .column:hover .text-box {
  background-color: #f2f2f2;
}
.home-news .l-box .column:hover .h1 {
  color: #23619a;
}
.home-news .r-box {
  position: relative;
  padding: 20px 15px 15px 15px;
  background-color: #f8f8f8;
}
.home-news .r-box .sign {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  background: rgba(0, 0, 0, .35);
}
.home-news .r-box {
  height: 508px;
}
.home-news .r-box .list-box {
  height: 100%;
  overflow-y: auto;
}
.home-news .r-box .list-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.home-news .r-box .list-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .15);
  height: 30px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.home-news .r-box li:first-child {
  margin: 7% 0 3% 0;
}
.home-news .r-box li {
  margin: 3% 0;
}
.home-news .r-box .time {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding: 10px;
}
.home-news .r-box .h1 {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}
.home-news .r-box li:hover .h1 {
  color: #FF6700;
}
.home-news .btn-box {
  font-size: 0;
  text-align: center;
  padding: 50px 0;
}
.home-news .btn {
  display: inline-block;
  border: 1px solid #111;
  color: #111;
  margin: 0 15px;
  min-width: 230px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 0;
  transition: all .3s;
}
.home-news .btn:hover {
  border-color: #FFC20E;
  color: #fff;
  background: #FFC20E;
}
/* 视频弹窗 */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgb(35, 37, 38);
  display: none;
}
.video-popup .video-box {
  max-width: 80%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup .video-box .video {
  max-width: 100%;
}
.video-popup .close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 48px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-weight: 300;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .4);
  opacity: 1;
}
.hidden-s {
  display: none;
}
.hidden-m {
  display: none;
}
/* 媒体查询 */
@media only screen and (max-width: 1600px) {
  .home-news .r-box {
    height: 495px;
  }
  .banner-swiper .text-box-5 .list-box {
    display: block;
  }
  .banner-swiper .text-box-5 li {
    display: inline-flex;
  }
  .banner-swiper .text-box-5 .more {
    width: 106px;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .home-news .box {
    margin: 0;
  }
  .home-news .r-box {
    height: 464px;
  }
  /*20210820*/
  .banner-swiper .text-box-1 {
    top: 24%;
  }
  .banner-swiper .text-box-2 {
    top: 25%;
  }
  .banner-swiper .text-box-4 {
    top: 24%;
  }
  .banner-swiper .text-box-6 {
    top: 25%;
  }
  /*20210820E*/
}
@media only screen and (max-width: 1280px) {
  .banner-swiper {
    height: 680px;
  }
  .home-product .box .column {
    min-height: 600px;
  }
  .home-product .column {
    min-height: 500px;
  }
  .home-product .column .h1 {
    padding-top: 45px;
  }
  .banner-swiper .text-box-1 {
    top: 28%;
  }
  .banner-swiper .text-box-1 .back {
    background-size: auto 100%;
  }
  .banner-swiper .text-box-1 .h1 {
    font-size: 40px;
    line-height: 100px;
  }
  .banner-swiper .text-box-2 {
    top: 28%;
  }
  .banner-swiper .text-box-2 .h3 {
    font-size: 40px;
  }
  .banner-swiper .text-box-3 {
    top: 28%;
  }
  .banner-swiper .text-box-3 .h3 {
    font-size: 40px;
  }
  .banner-swiper .text-box-4 {
    top: 28%;
  }
  .banner-swiper .text-box-4 .h3 {
    font-size: 40px;
  }
  .banner-swiper .text-box-5 .container {
    padding: 0 100px;
  }
  .banner-swiper .text-box-5 .h1 {
    font-size: 40px;
  }
  .banner-swiper .text-box-5 .h2 {
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
  }
  .banner-swiper .text-box-5 li {
    font-size: 20px;
  }
  .banner-swiper .text-box-6 {
    top: 28%;
  }
  .banner-swiper .text-box-6 .h3 {
    font-size: 40px;
  }
  .banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 880px;
  }
  .banner-swiper .text-box .h0 {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .main {
    padding-top: 45px;
  }
  .home-news .box {
    margin: 0;
  }
  .home-news .l-box .text-box {
    padding: 20px 15px;
  }
  .home-news .l-box .info {
    margin-bottom: 8px;
  }
  .home-news .l-box .place {
    font-size: 12px;
  }
  .home-news .l-box .time {
    font-size: 12px;
  }
  .home-news .l-box .text {
    font-size: 14px;
  }
  .home-news .r-box {
    height: 390px;
  }
  .home-news .r-box li {
    margin: 7% 0 3%;
  }
  .home-news .r-box .time {
    font-size: 14px;
    padding: 5px;
  }
  .home-news .r-box .h1 {
    font-size: 14px;
  }
  .banner-swiper .text-box-5 .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-p {
    display: none;
  }
  .banner-swiper .text-box .h0 {
    width: 600px;
  }
  .hidden-s {
    display: block;
  }
  .banner-swiper {
    height: 874px;
  }
  .home-product .box .column {
    min-height: 690px;
	background: black;
	/*display: grid;*/
	position: relative;
  }
  .home-product .box .sales-team {
    display: grid;
  }
  .home-product .column {
    min-height: 400px;
  }
  .home-product .column .h1 {
    padding-top: 25px;
  }
  .home-product .list-box .column .h2 {
    width: 90%;
    line-height: 1.4;
    padding-top: 50px;
    margin: 0 auto;
    white-space: normal;
  }
  .video-popup .video {
    width: 100%;
  }
  .banner-swiper .text-box-0 {
    top: 30%;
  }
  .banner-swiper .text-box-1 {
    top: 20%;
  }
  .banner-swiper .text-box-2 {
    top: 19%;
  }
  .banner-swiper .text-box-3 {
    top: 20%;
  }
  .banner-swiper .text-box-4 {
    top: 20%;
  }
  .banner-swiper .text-box-5 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-swiper .text-box-6 {
    top: 20%;
  }
  .banner-swiper .text-box-5 .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-swiper .swiper-pagination {
    bottom: 50px;
  }
  .home-news .l-box {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .home-news .l-box .list-box {
    margin: 0 -10px;
  }
  .home-news .r-box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-swiper {
    height: 655px;
  }
  .home-product .box .column {
    min-height: 690px;
	background: black;
	display: grid;
	position: relative;
  }
  /*20210705*/
  /*.banner-swiper .text-box-1 {

		top: 38%;

	}

	.banner-swiper .text-box-2 .h1 {

		margin: 25px 0 60px;

	}



	.banner-swiper .text-box-3 .h1 {

		margin: 10px 0 80px;

	}



	.banner-swiper .text-box-4 .h1 {

		margin: 20px 0 80px;

	}



	.banner-swiper .text-box-6 .h1 {

		margin: 20px 0 80px;

	}*/
  .banner-swiper .text-box-2 .h1 {
    margin-bottom: 15px;
  }
  .banner-swiper .text-box-3 .h1 {
    margin-bottom: 15px;
  }
  .banner-swiper .text-box-4 .h1 {
    margin-bottom: 15px;
  }
  .banner-swiper .text-box-6 .h1 {
    margin-bottom: 15px;
  }
  .banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 700px;
  }
  .banner-swiper .text-box .h0 {
    width: 600px;
  }

  .prod-25 .video-box .suspen{
	top:20%;
	}
  .home-product .video-box .pro_20A .play{
	width:35px;
	height:35px;	
	}
	
	.home-product .video-box .pro_20A span{
		padding:10px;
		margin-left:15px;
	}
	.home-product .video-box .pro_20A{
		margin:15px auto;
	}
	.home-product .video-box .others{
		width:250px;
	}
}
@media only screen and (max-width: 767px) {
  .hidden-s {
    display: none;
  }
  .hidden-m {
    display: block;
  }
  .banner-swiper {
    height: 899px;
  }
  .banner-swiper .text-box {
    top: 24%;
    width: 100%;
  }
  .banner-swiper .text-box .h0 {
    font-size: 12px;
    line-height: 1.5;
    width: 70%;
    margin: auto;
  }
  .home-product .video-box .pro_15A span{
	margin-left: 15px;
	}
  .banner-swiper .text-box .more-0 {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    margin-top: 10px;
  }
  .home-product .sales a {
  position: relative;
}
  .banner-swiper .text-box .h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .banner-swiper .text-box .h2 {
    width: 100%;
    font-size: 14px;
  }
  .banner-swiper .text-box .more {
    font-size: 12px;
    padding: 6px 10px;
    margin-top: 10px;
  }
  .banner-swiper .text-box-1 {
    top: 25%;
  }
  .banner-swiper .text-box-1 .h1 {
    line-height: 1.2;
    margin-bottom: 0;
  }
  .banner-swiper .text-box-2 {
    top: 20%;
  }
  .banner-swiper .text-box-3 {
    top: 20%;
  }
  .banner-swiper .text-box-4 {
    top: 20%;
  }
  .banner-swiper .text-box-5 {
    top: 20%;
    text-align: center;
  }
  .banner-swiper .text-box-5 .h2 {
    width: auto;
    margin-bottom: 20px;
  }
  .banner-swiper .text-box-5 .list-box {
    display: flex;
  }
  .banner-swiper .text-box-5 .more {
    line-height: 24px;
    margin: 0 auto;
  }
  .banner-swiper .text-box-5 .icon {
    width: 50px;
  }
  .banner-swiper .text-box-6 {
    top: 16%;
  }
  .banner-swiper .text-box-6 .list-box {
    display: block;
    left: 20%;
  }
  .banner-swiper .text-box-6 li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .banner-swiper .swiper-pagination {
    bottom: 35px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 25px;
  }
  .banner-swiper .groove {
    width: 25px;
  }
  .banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
    width: 17px;
    height: 17px;
    margin-top: -17px;
  }
  .home-product .video-box span {
    padding: 10px 0;
  }
  .home-product .column {
    width: 100% !important;
    min-height: 400px !important;
  }
  .home-product .ce-15a {
    font-size: 0;
    line-height: 1;
    min-height: auto !important;
	display:inherit;
  }

	.home-product .ce-20 {
    font-size: 0;
    line-height: 1;
    min-height: auto !important;
	display: contents;
  }
	
	.prod-25 .ce-20 .text-box .h1{
	 font-size: 26px;
	}
	
  .home-product .column.video-box {
    font-size: 0;
    line-height: 1;
    min-height: auto !important;
	display: none;
  }
	
  .home-product .video {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  .home-product .list-box .container-fluid {
    padding: 0;
  }
  .home-product .h2 {
    font-size: 14px !important;
	padding-top: 15px !important;
  }
  .home-product .box .column .h1 {
    line-height: 1.2;
    padding-top: 30px;
  }
  .home-product .column .h1 {
    font-size: 20px !important;
	padding-top: 15px !important;
  }
	.home-product .column .text-box{
		top: 5%;
	}
  .home-product .list-box .column .h2 {
    width: 100%;
    line-height: 1.6;
	padding-top: 25px !important;
  }
  .home-product .box .ce-15a .h1 {
    font-size: 28px !important;
    padding: 0;
    margin-bottom: 5px;
  }
   .home-product .video-box .text-box .text{
	font-size:20px;
	margin:5px auto;
  }
  .home-product .video-box .play img {
    max-width: 50px;
	width: auto;
	height: 100%;
  }
  .home-news {
    padding: 30px 0 10px;
  }
  .home-news .title {
    margin-bottom: 30px;
  }
  .home-news .title .h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-news .l-box {
    margin-bottom: 0;
  }
  .home-news .l-box .column {
    margin-bottom: 16px;
  }
  .home-news .btn-box {
    padding: 30px 0;
  }
  .home-news .btn {
    min-width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 10px;
  }
  .video-popup .video-box {
    max-width: 90%;
  }
  .video-popup .close {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 720px) {
  .banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 900px;
  }
  .banner-swiper .text-box .h0 {
    width: 80%;
  }
}
@media only screen and (max-width: 414px) {
  .banner-swiper {
    height: 496px;
  }
  .banner-swiper .text-box-0 {
    top: 30%;
  }
  .banner-swiper .text-box-1 {
    top: 20%;
  }
  .banner-swiper .text-box .h1 {
    margin-bottom: 10px;
  }
  .banner-swiper .text-box-2 {
    top: 22%;
  }
  .banner-swiper .text-box-2 .h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .banner-swiper .text-box-3 {
    top: 22%;
  }
  .banner-swiper .text-box-3 .h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .banner-swiper .text-box-4 {
    top: 25%;
  }
  .banner-swiper .text-box-4 .h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .banner-swiper .text-box-5 .h2 {
    line-height: 30px !important;
    margin-bottom: 10px;
  }
  .banner-swiper .text-box-5 li {
    font-size: 14px;
    margin-right: 10px;
  }
  .banner-swiper .text-box-5 .icon {
    width: 40px;
  }
  .banner-swiper .text-box-5 .more {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .banner-swiper .text-box-6 {
    top: 18%;
  }
  .banner-swiper .text-box-6 .list-box {
    top: 180%;
  }
  .banner-swiper .text-box-6 li {
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .banner-swiper .text-box-6 .h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 500px;
  }
  .banner-swiper .text-box .h0 {
    width: 80%;
  }
}
@media only screen and (max-width: 411px) {
  .banner-swiper .text-box .h1 {
    font-size: 14px;
  }
  .banner-swiper .text-box-1 .h1 {
    font-size: 24px;
  }
  .banner-swiper .text-box-5 .h1 {
    font-size: 24px;
  }
  .banner-swiper .text-box-2 {
    top: 18%;
  }
  .banner-swiper .text-box-5 {
    top: 25%;
  }
  .banner-swiper .text-box-5 .list-box {
    flex-wrap: wrap;
  }
  .banner-swiper .text-box-5 li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 5px;
  }
  .banner-swiper .text-box-6 .list-box {
    top: 160%;
  }
}
@media only screen and (max-width: 375px) {
  .banner-swiper {
    height: 450px;
  }
  .banner-swiper .text-box-1 {
    top: 23%;
  }
}
@media only screen and (max-width: 320px) {
  .banner-swiper {
    height: 384px;
  }
  .banner-swiper .text-box-3 {
    top: 23%;
  }
  .banner-swiper .text-box-2 .h1 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .banner-swiper .text-box-5 {
    top: 30%;
  }
}
/* 登录注册 */
.logon-main {
  width: 100%;
  min-height: 100vh;
  background-color: #eeeeee;
  padding: 0;
}
.logon {
  padding-top: 100px;
}
.logon-wrap {
  background-color: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.logon .l-box {
  position: relative;
  padding: 0;
}
.logon .logo {
  position: absolute;
  top: 35px;
  left: 45px;
  z-index: 2;
}
.logon .swiper-button-next, .logon .swiper-button-prev {
  width: 22px;
  height: 47px;
  margin-top: -23px;
  background-position: center center;
  background-size: cover;
}
.logon .swiper-button-prev {
  left: 10px;
  background-image: url(/Public/Home/images/icon3.png);
}
.logon .swiper-button-next {
  right: 10px;
  background-image: url(/Public/Home/images/icon4.png);
}
.logon .swiper-pagination {
  bottom: 15px;
}
.logon .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: .6;
}
.logon .swiper-pagination-bullet-active {
  opacity: 1;
}
.logon .enroll {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 180px auto 0;
}
.logon .enroll .top {
  margin-bottom: 30px;
}
.logon .enroll .h1 {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: #575757;
}
.logon .enroll .code {
  float: right;
  cursor: pointer;
}
.logon .enroll .img-2 {
  display: none;
}
.logon .enroll .code.on .img-2 {
  display: inline-block;
}
.logon .enroll .code.on .img-1 {
  display: none;
}
.logon .enroll .form {
  display: none;
}
.logon .enroll .form.on {
  display: block;
}
.logon .enroll .form-group {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.logon .enroll .form-control {
  position: relative;
  height: 46px;
  border: 0;
  box-shadow: none;
  padding: 20px 0 0 10px;
  background: none;
  z-index: 1;
}
.logon .enroll .name {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 14px;
  color: #979797;
  z-index: 0;
  transition: all .3s;
}
.logon .enroll .form-group.on .name {
  font-size: 12px;
  top: 4px;
}
.logon .a-1 {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  height: 48px;
  line-height: 48px;
  color: #44a8f2;
}
.logon .enroll .btn-submit {
  width: 100%;
  height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #44a8f2;
}
.logon .enroll .btn-submit:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.third-party .icon-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.logon .a-2 {
  font-size: 16px;
  line-height: 28px;
  color: #ff6700;
  margin-top: 14px;
}
.code-logon {
  display: none;
}
.logon .enroll .code-logon.on {
  display: block;
}
.code-logon .code-icon {
  width: 200px;
  height: 200px;
  line-height: 150px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 27px;
}
.code-logon .bot-box {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.code-logon .icon {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.code-logon .text-3 {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: left;
}
.code-logon .text-3 a {
  color: #797979;
}
.code-logon .link-box {
  text-align: right;
  margin-top: 27px;
}
.code-logon .link-box a {
  font-size: 12px;
  color: #797979;
  line-height: 18px;
}
.third-party {
  margin-top: 30px;
}
.third-party .text-1 {
  position: relative;
  font-size: 16px;
  line-height: 44px;
  color: #707473;
  padding: 0px 8px;
}
.third-party .text-1::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #eeeeee;
  transform: translate(0, -50%);
}
.third-party .text-1::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 60px;
  height: 1px;
  background-color: #eeeeee;
  transform: translate(0, -50%);
}
.third-party .icon-box {
  font-size: 0;
  text-align: center;
  height: 48px;
  background: #47b247;
  border: none;
  color: #fff;
  line-height: 48px;
  cursor: pointer;
}
.third-party .icon {
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  cursor: pointer;
}
.third-party .icon img {
  padding-right: 5px;
  padding-bottom: 5px;
}
.third-party .text-2 {
  margin-top: 35px;
  font-size: 12px;
  color: #797979;
  line-height: 18px;
}
.third-party .text-2 a {
  color: #000000;
}
.code-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  z-index: 9;
  display: none;
}
.code-popup .code-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.code-popup .h1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.code-popup .text-1 {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 7px 14px;
  margin-top: 15px;
  background-color: #232323;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
  -moz-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
  -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
}
.logon .bind {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 200px auto 0;
}
.logon .bind .icon {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.logon .bind .name {
  color: #3b3e40;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.logon .bind .tips {
  font-size: 14px;
  padding-bottom: 10px;
  color: #707473;
}
.logon .bind .form {
  margin-top: 20px;
}
.logon .bind .form-group {
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
  text-align: left;
}
.logon .bind .zone {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  width: 80px;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  border-color: #ddd;
  cursor: auto;
  background-color: #f7f8f9;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.logon .bind .form-control {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
  height: 48px;
  padding: 20px 0 0 10px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: none;
  z-index: 1;
  background: none;
}
.logon .bind .name-2 {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 14px;
  color: #979797;
  z-index: 0;
  transition: all .3s;
}
.logon .bind .phone .name-2 {
  left: 90px;
}
.logon .bind .phone .form-control {
  border-radius: 0 2px 2px 0;
}
.logon .bind .yzm-box .form-control {
  width: 100%;
}
.logon .bind .form-group.on .name-2 {
  top: 4px;
  font-size: 12px;
}
.logon .bind .btn-yzm {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 130px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  background: #44a8f2;
  cursor: pointer;
  z-index: 2;
}
.logon .bind .check {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.logon .bind .text-1 {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  padding-left: 5px;
  color: #707473;
}
.logon .bind .btn-submit {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background: #44a8f2;
  opacity: .6;
}
#slider {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
  height: 40px;
  position: relative;
  border-radius: 2px;
  background-color: #e8e8e8;
  overflow: hidden;
  text-align: center;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none
}
#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7ac23c;
  z-index: 1
}
#label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #737383;
  font-size: 16px;
  font-weight: 900;
}
#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: microsoft yahei, serif;
  color: #9c9c9c;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -200px 0
  }
  100% {
    background-position: 200px 0
  }
}
.logon-main .foot-box {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 60px;
}
.logon-main .foot-box .text {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  margin-left: 20px;
}
.logon-main .foot-box a {
  color: #666666;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .logon .enroll {
    margin-top: 80px;
  }
  .third-party {
    margin-top: 3px;
  }
  .logon .bind {
    margin-top: 100px;
  }
	/*.prod-25 .p-box{
	display: -webkit-inline-box;
	}*/
	.prod-25 .video-box .text-box .h1{
		font-size: 36px;
	}
  .p-box {
    display: none;
  }
  .m-box {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .logon .enroll {
    margin-top: 85px;
  }
  .logon .bind {
    margin-top: 50px;
  }
  .logon {
    padding-top: 25vh;
  }
  .logon .enroll .top {
    margin-bottom: 20px;
  }
  .third-party {
    margin-top: 10px;
  }
  .third-party .icon-box {
    margin-top: 0;
  }
  .third-party .text-2 {
    margin-top: 20px;
  }
  .logon .bind .form {
    margin-top: 0;
  }
  .header .nav {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .logon {
    padding-top: 50px;
  }
  .logon-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .logon .l-box {
    display: none;
  }
  .logon .enroll {
    margin: 50px auto;
  }
  .logon-main .foot-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logon-main .foot-box .text {
    display: block;
    font-size: 12px;
    margin-left: 0;
    margin-top: 10px;
  }
  .logon .bind {
    margin: 50px auto;
  }
  .logon .a-2 {
    font-size: 14px;
  }
}
/* FAQ */
.faq-main {
  background-color: #f7f8f9;
}
.location {
  font-size: 0;
}
.service-main .location a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #a1a1a1;
  line-height: 40px;
  margin: 0 5px;
}
.service-main .location {
  position: inherit;
  left: 0;
  bottom: 23px;
  width: 100%;
}
.location a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin: 0 5px;
}
.location a:last-child {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location a.on {
  color: #ff6700;
}
.faq-box {
  min-height: calc(100vh - 564px);
  padding-top: 44px;
  padding-bottom: 44px;
}
.faq-box .flex {
  width: 85%;
  margin: auto;
}
.left-nav {
  padding: 0;
  background-color: #fff;
}
.left-nav .form {
  padding: 24px 24px 15px;
  margin-bottom: 16px;
  background-image: url(/Public/Home/images/icon12.jpg);
  background-repeat: no-repeat;
  background-position: 24px 28px;
  background-size: 16px 16px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
}
.left-nav .form-control {
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin-left: 24px;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-nav .nav a {
  display: block;
  padding: 14px 24px;
  background-color: #fff;
  transition: all .3s;
}
.left-nav .nav a:hover {
  background-color: #f7f9fa;
}
.left-nav .item {
  font-size: 14px;
  color: #292929;
  background-image: url(/Public/Home/images/icon13.jpg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.left-nav .item.on {
  background-image: url(/Public/Home/images/icon13-2.jpg);
}
.left-nav .item-2 {
  background-image: none;
}
.left-nav .item-2.on {
  background-image: none;
}
.left-nav .nav li.on .item-2 {
  background-color: #f7f9fa;
}
.left-nav .dropdown {
  display: none;
}
.left-nav .nav li.on .dropdown {
  display: block;
}
.left-nav .dropdown a {
  color: #616161;
  padding: 14px 50px;
}
.left-nav .dropdown a.on {
  background-color: #f7f9fa;
}
.right-box {
  padding: 0;
  padding-left: 15px;
}
.right-box .box-wrap {
  padding: 0 48px 50px;
  background-color: #fff;
}
.right-box .title {
  padding: 55px 0 46px;
  border-bottom: 1px solid #f0f1f2;
}
.right-box .title .h1 {
  font-size: 28px;
  color: #292929;
}
.faq-list .ask {
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.6;
  font-weight: 600;
  padding: 16px 7px;
  border-bottom: 1px solid #f0f1f2;
  background-image: url(/Public/Home/images/icon13.jpg);
  background-repeat: no-repeat;
  background-position: top 23px right 2%;
  cursor: pointer;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
}
.faq-list .ask.on {
  background-image: url(/Public/Home/images/icon13-2.jpg);
}
.faq-list .ans {
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  line-height: 24px;
  font-weight: 400;
  padding: 16px;
  background-color: rgba(0, 0, 0, .02);
  display: none;
}
.faq-box-2 {
  padding-top: 0;
}
.faq-box-2 .top {}
.faq-box-2 .top .h1 {
  font-size: 32px;
  color: #000;
  line-height: 48px;
}
.faq-box-2 .left-nav .nav {
  padding: 16px 0 0;
}
.faq-box-2 .right-box .title {
  padding: 48px 0 32px;
  margin-bottom: 0;
  border-bottom: 0;
}
.faq-box-2 .right-box .box-wrap {
  display: none;
}
.faq-box-2 .right-box .box-wrap.on {
  display: block;
  min-height: 300px;
}
/* 媒体查询 */
@media only screen and (max-width: 1024px) {
  .faq-box {
    min-height: calc(100vh - 532px);
  }
}
@media only screen and (max-width: 991px) {
  .faq-box .container {
    flex-wrap: wrap;
  }
  .faq-box-2 .container > .box-wrap {
    flex-wrap: wrap;
  }
  .left-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .right-box {
    width: 100%;
    padding-left: 0;
  }
  .faq-box-2 .left-nav .nav {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .faq-box-2 .left-nav .nav::-webkit-scrollbar {
    display: none;
  }
  .faq-box-2 .left-nav li {
    margin-right: 15px;
  }
  .faq-box-2 .left-nav .item {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .left-nav .nav a {
    padding: 10px;
  }
  .left-nav .dropdown a {
    padding: 10px 20px;
  }
  .right-box .box-wrap {
    padding: 0 15px 30px;
  }
  .right-box .title {
    padding: 30px 0 20px;
    margin-bottom: 10px;
  }
  .right-box .title .h1 {
    font-size: 18px;
  }
  .faq-list .ask {
    font-size: 14px;
    /* line-height: 40px; */
    padding: 10px 0;
    padding-right: 20px;
    background-position: top 17px right 2%;
  }
  .faq-box-2 .top {
    padding: 10px 0;
  }
  .faq-box-2 .top .h1 {
    font-size: 20px;
  }
}
/* 生产商 */
.manu-main {
  background-color: #f7f8f9;
}
.manu-box .box-wrap {
  padding: 15px 0 93px;
  margin-bottom: 35px;
  background-color: #fff;
}
.tabs-nav {
  font-size: 0;
  padding: 35px 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs-nav::-webkit-scrollbar {
  display: none;
}
.tabs-nav .nav-wrap a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  line-height: 1;
  padding: 20px 57px;
  border: 1px solid #eee;
  background-color: #fff;
}
.tabs-nav .nav-wrap a.on {
  color: #333;
  background-color: #ffffff;
  padding: 20px 57px;
  border: 1px solid #eee;
}
.tabs-nav .nav-wrap a:hover {
  background-color: #f0b100;
  color: #fff;
}
.tabs-nav a:first-child {}
/*.tabs-nav a:last-child {

	border-right: 0;

}*/
.tabs-nav a.on {
  color: #ff6700;
}
.type-box {
  text-align: center;
  margin-top: 45px;
}
.type-box .h1 {
  font-size: 26px;
  color: #555555;
  margin-bottom: 75px;
}
.type-box .form {
  max-width: 258px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 95px;
}
.type-box .form-control {
  color: #3b3e40;
  height: 40px;
  border: 1px solid #9fa3a6;
  box-shadow: none;
}
.select-type {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 95px;
}
.select-type .select {
  height: 40px;
  border: 1px solid #9fa3a6;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.select-type .s-1 {
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  overflow: hidden;
}
.select-type .icon {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  line-height: 26px;
  transition: transform .3s;
}
.select-type .select.on {
  box-shadow: 0 0 0 1px #9fa3a6;
}
.select-type .select.on .icon {
  line-height: 24px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.select-type .drop-down {
  display: none;
  position: absolute;
  top: 105%;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  border-radius: 4px;
}
.select-type .drop-down li {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: 400;
  color: #3b3e40;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .3s ease;
}
.select-type .drop-down li.on {
  background-color: #fafafa;
  font-weight: 600;
  color: #3b3e40;
}
.select-type .drop-down li:hover {
  background-color: #f0f1f2;
  color: #3b3e40;
}
.manu-box .prod-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.manu-box .prod-list li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 16px;
}
.manu-box .prod-list .img {
  width: 100%;
  height: 184px;
  background-position: center center;
  background-size: cover;
}
.manu-box .prod-list .name {
  font-size: 14px;
  color: #3b3e40;
  margin-top: 8px;
  height: 40px;
}
.manu-box .link-cont {
  display: block;
  width: 194px;
  height: 57px;
  font-size: 26px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  margin: 0 auto;
  margin-top: 74px;
  background-color: #ff6700;
  border-radius: 10px;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .manu-box .prod-list {
    padding: 0 30px;
  }
  .manu-box .prod-list .img {
    height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .manu-box .prod-list li {
    width: 25%;
  }
  .manu-box .prod-list .img {
    height: 149px;
  }
  .tabs-nav .nav-wrap {
    overflow-y: auto;
    white-space: initial;
  }
}
@media only screen and (max-width: 767px) {
  .manu-box .box-wrap {
    padding: 15px 0 30px;
  }
  .tabs-nav {
    padding: 20px 15px;
  }
  .tabs-nav .nav-wrap {
    overflow-y: auto;
    white-space: initial;
  }
  .tabs-nav .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  .tabs-nav .nav-wrap a {
    font-size: 14px;
    padding: 20px 73px;
  }
  .tabs-nav a:first-child {}
  .type-box {
    margin-top: 30px;
  }
  .type-box .h1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .type-box .form {
    margin-bottom: 30px;
  }
  .manu-box .prod-list li {
    width: 50%;
  }
  .manu-box .link-cont {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .manu-box .prod-list {
    padding: 0;
  }
  .tabs-nav .nav-wrap {
    overflow-y: auto;
    white-space: initial;
  }
  .tabs-nav .nav-wrap a.on {
    padding: 20px 35px;
  }
  .tabs-nav .nav-wrap a {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 414px) {
  .manu-box .prod-list .img {
    height: 176px;
  }
}
@media only screen and (max-width: 375px) {
  .manu-box .prod-list .img {
    height: 156px;
  }
}
@media only screen and (max-width: 320px) {
  .manu-box .prod-list .img {
    height: 129px;
  }
}
/* 完美体育网页版下载与支持 */
.service-main .location {
  background-color: #f7f8f9;
}
.service-main .location .container {
  width: 95%;
  margin: auto;
}
.service-box .serv {
  padding: 80px 0 70px;
}
.service-box .serv .h1 {
  font-size: 24px;
  color: #717171;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.service-box .serv .text {
  font-size: 14px;
  color: #979797;
  text-align: center;
  margin-bottom: 60px;
}
.service-box .serv .column {
  padding: 0 39px;
}
.service-box .serv .column a {
  display: block;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  height: 222px;
  text-align: center;
  padding-top: 37px;
  transition: all .3s;
}
.service-box .serv .column a:hover {
  background-color: #f7f8f9;
}
.service-box .serv .icon {
  font-size: 0;
  height: 72px;
  line-height: 72px;
}
.service-box .serv .name {
  font-size: 16px;
  color: #717171;
  margin-top: 10px;
  margin-bottom: 5px;
}
.service-box .serv .text-1 {
  font-size: 14px;
  color: #717171;
  padding: 0 5px;
}
.post-sale .h1 {
  font-size: 20px;
  color: #717171;
  line-height: 77px;
  text-align: center;
  font-weight: bold;
  background-color: #f7f8f9;
  margin-bottom: 70px;
}
.post-sale .column {
  padding: 0;
  margin-bottom: 50px;
}
.post-sale .top {
  padding: 0 15px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  min-height: 150px;
}
.post-sale .icon {
  max-width: 93px;
  text-align: center;
  margin: 0 auto;
}
.post-sale .img-2 {
  display: none;
}
.post-sale .name {
  font-size: 14px;
  color: #707473;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  transition: all .3s;
}
.post-sale .top:hover .img-1 {
  display: none;
}
.post-sale .top:hover .img-2 {
  display: inline-block;
}
.post-sale .top:hover .name {
  color: #44a8f2;
}
.post-sale .bot {
  font-size: 14px;
  color: #717171;
  line-height: 32px;
  text-align: center;
  padding: 32px 15px;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .service-box .serv .column {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box .serv .column a {
    height: 160px;
    padding-top: 5px;
  }
  .service-box .serv .icon {
    width: 30%;
    margin: 0 auto;
  }
  .service-box .serv .name {
    margin-top: 5px;
  }
  .post-sale .top {
    padding: 0 5px;
    padding-bottom: 15px;
  }
  .post-sale .bot {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box .serv .column {
    margin-bottom: 20px;
  }
  .service-box .serv .column a {
    height: 180px;
    padding-top: 15px;
  }
  .service-box .serv .name {
    margin-top: 10px;
  }
  .service-box .serv {
    padding: 40px 0 20px;
  }
  .service-box .serv .h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .service-box .serv .text {
    margin-bottom: 30px;
  }
  .post-sale .h1 {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
/* 下载 */
.down-box .h2 {
  font-size: 20px;
  color: #292929;
  padding-top: 14px;
  margin-bottom: 45px;
}
.down-box .down-list .column {
  padding-right: 40px;
  margin-bottom: 70px;
}
.down-box .down-list .column:nth-child(2n) {
  padding-right: 15px;
  padding-left: 40px;
}
.down-box .down-list .column .img {
  overflow: hidden;
}
.down-box .down-list .name {
  font-size: 20px;
  color: #000;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  /* white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis; */
}
.down-box .down-list .edition {
  font-size: 16px;
  color: #343434;
  margin-bottom: 25px;
  /* white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis; */
  text-align: center;
}
.down-box .down-list .link-box {
  font-size: 0;
  text-align: center;
}
.down-box .down-list .link-box a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px;
  font-size: 0;
}
.down-box .down-list .link-box a:nth-child(2n) {
  margin-right: 0;
}
.down-box .down-list .s1 {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  line-height: 36px;
  font-size: 16px;
  color: #464646;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-right: 0;
}
.down-box .down-list .s2 {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #fbc12a;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .down-box .down-list .column {
    padding: 0 15px;
  }
  .down-box .down-list .column:nth-child(2n) {
    padding: 0 15px;
  }
  .down-box .down-list .s1 {
    font-size: 14px;
  }
  .down-box .down-list .s2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .down-box .h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .down-box .down-list .column {
    padding: 0;
    margin-bottom: 30px;
  }
  .down-box .down-list .column:nth-child(2n) {
    padding: 0;
  }
  .down-box .down-list .s1 {
    font-size: 12px;
    line-height: 30px;
  }
  .down-box .down-list .s2 {
    font-size: 12px;
    line-height: 32px;
  }
}
/* 联系我们 */
.cont-box .box-wrap {
  padding-top: 15px;
  padding-bottom: 140px;
  background-color: #fff;
  width: 85%;
  margin: auto;
}
/*.tabs-nav a:first-child {

	padding-left: 0;

}*/
.cont-box .tabs-nav a {
  transition: all .3s;
}
.cont-box .tabs-nav a:hover {
  color: #fff;
}
.cont-box .img-box {
  margin-bottom: 80px;
}
.cont-box .title {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cont-box .title .h1 {
  font-size: 42px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 10px;
}
.cont-box .title .text {
  font-size: 24px;
  color: #767676;
  font-weight: 300;
}
.cont-box .table-box {
  padding: 0 10px;
}
.cont-box .table-box th {
  font-weight: bold;
  color: #f0b100;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  border: 0;
  background-color: rgb(245, 245, 245);
}
.cont-box .table-box td {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  border: 0;
  vertical-align: middle;
}
.cont-box .table-box tr:nth-child(2n) td {
  background-color: rgb(245, 245, 245);
}
.cont-box .table-box img {
  width: 70px;
}
.cont-box .table-box td a {
  color: #666;
  transition: all .3s;
}
.cont-box .table-box td a:hover {
  color: #0094e1;
}
.cont-box .nav-page {
  text-align: center;
  margin: 10px 0 110px;
}
.cont-box .nav-page a {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 25px;
  text-decoration: none;
  padding: 0;
  margin: 0 3px;
}
.arrow {
  border-radius: 30px;
  color: #666;
  background: #efefef;
  transition: all .3s;
  font-family: "simsun";
}
.nav-page .arrow:hover {
  background: #ff6000;
  color: #fff;
}
/* 媒体查询 */
@media only screen and (max-width: 991px) {
  .cont-box .box-wrap {
    padding-bottom: 40px;
    width: auto;
  }
  .service-main .location .container {
    width: 90%;
  }
  .cont-box .tabs-nav {
    padding: 10px 2% 25px;
  }
  .cont-box .tabs-nav a {
    padding: 20px 73px;
    font-size: 14px;
    width: auto;
    min-width: 75px;
  }
  .tabs-nav a:first-child {}
  .cont-box .img-box {
    margin-bottom: 30px;
  }
  .cont-box .title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .cont-box .title .h1 {
    font-size: 20px;
  }
  .cont-box .title .text {
    font-size: 16px;
  }
  .cont-box .nav-page {
    margin-bottom: 30px;
  }
}
/* 销售个人页面 */
.pers-box .info {
  margin-bottom: 40px;
}
.pers-box .info .container {
  width: 85%;
  margin: auto;
}
.pers-box .info .l-box {
  float: left;
  width: calc(100% - 168px);
  padding-right: 5%;
}
.pers-box .info .top {
  margin-bottom: 50px;
}
.pers-box .info .top .icon {
  position: relative;
  float: left;
  display: block;
  width: 240px;
  height: 240px;
  line-height: 220px;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -110px;
  z-index: 2;
  font-size: 0;
  background-color: #fff;
}
.pers-box .info .top .icon img {
  border-radius: 50%;
}
.pers-box .info .text-box {
  float: left;
  margin-left: 40px;
  width: calc(100% - 280px);
}
.pers-box .info .d1 {
  font-size: 0;
  line-height: 40px;
  margin: 32px 0 15px;
}
.pers-box .info .d1 .name {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  color: #565656;
  margin-right: 22px;
}
.pers-box .info .share {
  display: inline-block;
  vertical-align: top;
}
.pers-box .info .share a .img-2 {
  display: none;
}
.pers-box .info .share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  position: relative;
}
.pers-box .info .share a .drop-down {
  display: none;
  position: absolute;
  bottom: 55px;
  width: 144px;
  right: -36px;
  padding: 6px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.pers-box .info .share a .drop-down i {
  position: absolute;
  right: 45px;
  bottom: -8px;
  width: 25px;
  height: 12px;
  background: url(/Public/Home/images/ximg15.png) center no-repeat;
}
.pers-box .info .share a:hover .drop-down {
  display: block;
}
.pers-box .info .share a:hover .img-2 {
  display: block;
}
.pers-box .info .share a:hover .img-1 {
  display: none;
}
.pers-box .info .text {
  font-size: 14px;
  color: #676767;
}
.pers-box .info-list {
  font-size: 0;
  margin-bottom: 50px;
}
.pers-box .info-list .column {
  display: inline-block;
  vertical-align: top;
  /*20210714*/
  /*width: 325px;*/
  width: 350px;
  line-height: 27px;
  margin-right: 85px;
  margin-bottom: 15px;
}
.pers-box .info-list .column:nth-child(2n) {
  /*margin-right: 0;*/
}
.pers-box .info-list .icon {
  float: left;
  width: 20px;
  font-size: 0;
  text-align: center;
  margin-right: 20px;
}
.pers-box .info-list .name {
  float: left;
  width: 80px;
  font-size: 14px;
  color: #5c5c5c;
}
.pers-box .info-list .text {
  float: left;
  width: calc(100% - 120px);
  font-size: 14px;
  border: 1px solid #d1d3df;
  padding-left: 10px;
  /*20210714*/
  word-break: break-word;
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.pers-box .info-list .text:hover {
  background: #ffc20e;
  color: #fff;
}
.pers-box .info .code {
  float: right;
  width: 168px;
  font-size: 14px;
  padding: 17px;
  margin-top: 60px;
  border: 1px solid #cccccc;
}
.pers-box .info .code img {
  margin-bottom: 5px;
}
.hot-prod .title2 {
  border-top: 1px solid #d1d3df;
  border-bottom: 1px solid #d1d3df;
}
.hot-prod .title2 .container {
  width: 85%;
  margin: auto;
}
.hot-prod .title2 .h1 {
  font-size: 24px;
  color: #565656;
  line-height: 58px;
}
.form-cont {
  padding: 25px 0 130px;
  background-color: #f2f5f8;
  font-size: 0;
  width: 85%;
  margin: auto;
}
.form-cont .form-group {
  width: 48%;
  padding: 0 19px;
  margin-right: 4%;
  margin-bottom: 38px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}
.form-cont .form-group:nth-child(2n) {
  margin-right: 0;
}
.form-cont .name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #74787c;
  line-height: 67px;
}
.form-cont .form-control {
  height: 67px;
  border: 0;
  box-shadow: none;
}
.form-cont input.form-control {
  width: calc(100% - 65px);
}
.form-cont .form-area {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.form-cont .form-area .form-control {
  width: 100%;
  height: 200px;
  color: #b2abab;
  padding: 15px 0;
}
.form-cont .checkbox {
  width: 100%;
  margin-bottom: 75px;
}
.form-cont .checkbox label {
  font-size: 14px;
  color: #74787c;
  line-height: 1;
}
.form-cont .checkbox input {
  vertical-align: top;
  margin-top: 0;
  margin-right: 5px;
}
.form-cont .btn-submit {
  display: block;
  width: 135px;
  height: 65px;
  font-size: 16px;
  color: #fff;
  background-color: #4489ec;
  border-radius: 0;
  margin: 0 auto;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .pers-box .info-list .column {
    margin-right: 40px;
    /*20210714*/
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .pers-box .info .top .icon {
    width: 180px;
    height: 180px;
    line-height: 160px;
    margin-top: -80px;
  }
  .pers-box .info .text-box {
    margin-left: 0;
    width: calc(100% - 180px);
  }
  .pers-box .info-list .column {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pers-box .info .l-box {
    width: calc(100% - 100px);
  }
  .pers-box .info .d1 .name {
    font-size: 18px;
    margin-right: 10px;
  }
  .pers-box .info .share a img {
    width: 20px;
  }
  .pers-box .info .top .icon {
    width: 100px;
    height: 100px;
    line-height: 90px;
    padding: 5px;
    margin-top: -50px;
  }
  .pers-box .info .d1 {
    margin: 0 0 10px;
  }
  .pers-box .info .code {
    width: 100px;
    font-size: 12px;
    padding: 5px;
    margin-top: 30px;
  }
  .pers-box .info .share a {
    margin: 0 5px;
  }
  .pers-box .info .top {
    margin-bottom: 30px;
  }
  .pers-box .info-list .icon {
    margin-right: 10px;
  }
  .pers-box .info-list .text {
    width: calc(100% - 110px);
  }
  .pers-box .info {
    margin-bottom: 10px;
  }
  .hot-prod .title2 .h1 {
    font-size: 18px;
    line-height: 40px;
  }
  .form-cont {
    padding: 40px 0;
  }
  .form-cont .form-group {
    width: 100%;
    font-size: 0;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .form-cont .name {
    line-height: 40px;
  }
  .form-cont .form-control {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    height: 40px;
  }
  .form-cont .form-group-2 .form-control {
    width: calc(100% - 56px);
  }
  .form-cont .form-area .form-control {
    height: 140px;
  }
  .form-cont .checkbox {
    margin-bottom: 20px;
  }
  .form-cont .btn-submit {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0;
  }
}
/* 新闻 */
.news-main {
  padding-bottom: 40px;
  background-color: #f7f8f9;
}
.news-box .box-wrap {
  padding: 15px 20px 93px;
  background-color: #fff;
  width: 1500px;
  margin: auto;
}
.news-box .tabs-nav {
  padding-left: 0;
  padding-right: 0;
}
.news-box .title {
  width: 100%;
}
.news-box .title .h1 {
  font-size: 30px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 40px;
}
.news-box .title .time {
  font-size: 14px;
  color: #adadad;
  text-align: center;
  margin-bottom: 30px;
}
.news-box .title .share {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.news-box .title .share::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #dddddd;
}
.news-box .title .share::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #dddddd;
}
.news-box .title .share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.news-box .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  word-wrap: break-word;
}
/* 媒体查询 */
@media only screen and (max-width: 1199px) {
  .news-box .title .share::after {
    width: 37%;
  }
  .news-box .title .share::before {
    width: 37%;
  }
}
@media only screen and (max-width: 1024px) {
  .news-box .title .h1 {
    margin: 25px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .news-box .title .share::after {
    width: 35%;
  }
  .news-box .title .share::before {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .news-box .box-wrap {
    padding: 10px 2%;
  }
  .news-box .title .h1 {
    font-size: 18px;
    margin: 20px 0;
  }
  .news-box .title .time {
    margin-bottom: 20px;
  }
  .news-box .title .share {
    margin-bottom: 20px;
  }
  .news-box .title .share::after {
    width: 30%;
  }
  .news-box .title .share::before {
    width: 30%;
  }
  .news-box .title .share a {
    height: 20px;
    margin: 0 10px;
  }
  .news-box .title .share a img {
    max-height: 100%;
  }
  .news-box .text {
    font-size: 14px;
  }
}
/* 账户信息 */
.acco-main {
  padding-bottom: 50px;
}
.acco-box .left-nav {
  padding: 15px 0;
}
.acco-box .left-nav .item {
  padding: 14px 48px;
  background-image: url(/Public/Home/images/icon44.jpg);
  background-position: 25px center;
}
.acco-box .left-nav .dropdown {
  display: block;
}
.acco-box .left-nav .dropdown a {
  font-size: 12px;
  color: #5c5c5c;
  padding: 14px 48px;
}
.acco-box .right-box .box-wrap {
  padding: 35px 70px 90px;
}
.acco-box .right-box .h1 {
  font-size: 24px;
  color: #2d2d2d;
  margin-bottom: 40px;
}
.acco-box .l-box {
  float: left;
  width: 185px;
}
.acco-box .l-box .form-group {
  position: relative;
  margin-bottom: 45px;
}
.acco-box .l-box .line {
  font-size: 0;
  width: 185px;
  height: 185px;
  text-align: center;
  line-height: 183px;
  border: 1px solid #d1d3df;
  margin-bottom: 12px;
  overflow: hidden;
}
.acco-box .l-box .d1 {
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
  text-align: center;
}
.acco-box .l-box .s1 {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  padding: 0 5px;
  border: 1px solid #000;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.acco-box .l-box .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.acco-box .r-box {
  float: left;
  width: calc(100% - 185px);
  padding-left: 19%;
}
.acco-box .r-box .h2 {
  font-size: 16px;
  color: #000000;
  margin: 25px 0;
}
.acco-box .r-box .form-group {
  font-size: 0;
  margin-bottom: 15px;
}
.acco-box .r-box .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  line-height: 27px;
  text-align: center;
  margin-right: 20px;
}
.acco-box .r-box .name {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 27px;
  padding-right: 10px;
}
.acco-box .r-box .form-control {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 190px);
  height: 27px;
  border: 1px solid #d1d3df;
  box-shadow: none;
  border-radius: 0;
}
.acco-box .r-box .sign {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 27px;
  text-align: center;
}
.acco-box .r-box .form-btn {
  margin-top: 45px;
}
.acco-box .r-box .link-pass {
  float: left;
  font-size: 14px;
  color: #3591fc;
  line-height: 25px;
}
.acco-box .r-box .btn-submit {
  float: right;
  width: 55px;
  height: 25px;
  font-size: 14px;
  color: #fff;
  padding: 0;
  background-color: #3eabdf;
  margin-right: 55px;
  border-radius: 0;
}
/* 媒体查询 */
@media only screen and (max-width:1199px) {
  .acco-box .l-box {
    width: 140px;
  }
  .acco-box .l-box .line {
    width: 140px;
    height: 140px;
    line-height: 138px;
  }
  .acco-box .r-box {
    width: calc(100% - 140px);
    padding-left: 50px;
  }
}
@media only screen and (max-width:991px) {
  .acco-box .container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:767px) {
  .acco-box .right-box .h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .acco-box .l-box {
    width: 100%;
  }
  .acco-box .l-box .form-group {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 20px;
  }
  .acco-box .l-box .line {
    width: 120px;
    height: 120px;
    line-height: 118px;
  }
  .acco-box .r-box {
    width: 100%;
    padding: 0;
  }
  .acco-box .right-box .box-wrap {
    padding: 30px 15px;
  }
  .acco-box .r-box .icon {
    margin-right: 10px;
  }
  .acco-box .r-box .name {
    width: 80px;
    padding-right: 5px;
  }
  .acco-box .r-box .form-control {
    width: calc(100% - 140px);
  }
  .acco-box .r-box .sign {
    width: 30px;
  }
  .acco-box .r-box .form-btn {
    margin-top: 30px;
  }
  .acco-box .r-box .btn-submit {
    margin-right: 30px;
  }
}
/* news */
.nav-page {
  text-align: center;
  margin: 20px 0;
}
.nav-page a {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 25px;
  text-decoration: none;
  padding: 0;
  margin: 0 3px;
}
.nav-page a.active {
  color: #fff;
  background-color: #f0b100;
  border-radius: 6px;
}
.nav-page a:hover {
  background-color: #eee;
  border-radius: 6px;
}
@media only screen and (max-width:767px) {
  .nav-page {
    margin: 10px 0;
  }
}
/*产品*/
.m-img {
  display: none;
}
.top-nav {
  position: relative;
  line-height: 20px;
  padding: 15px 0;
  background: #fafafa;
  width: 100%;
  z-index: 9;
}
.top-nav .nav .clear {
  width: 95%;
}
.top-nav .l-nav {
  float: left;
  font-size: 18px;
  color: #424242;
  font-weight: normal;
}
.top-nav .l-nav .h1 {
  float: left;
  font-size: 16px;
  color: #424242;
  font-weight: normal;
  line-height: 24px;
}
.top-nav .prlink {
  float: left;
  font-size: 12px;
  margin: 5px 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  width: 560px;
  line-height: 1;
}
.top-nav .prlink a {
  display: inline-block;
  padding: 0 8px 0 8px;
  color: #b5b5b5;
  border-left: 1px solid #b5b5b5;
  height: 14px;
  line-height: 14px;
}
.top-nav .r-nav {
  float: right;
  font-size: 14px;
  color: #5d5d5d;
  font-weight: normal;
}
.top-nav .r-nav a {
  color: #5d5d5d;
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #e0e0e0;
}
.top-nav .r-nav a:hover, .top-nav .r-nav a.current {
  color: #f0b100;
}
.top-nav .r-nav a:last-child {
  border-right: 0;
  padding-right: 0;
}
.top-nav-2 {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ededed;
  z-index: 9;
}
.top-nav-2 .container {
  justify-content: space-between;
  align-items: center;
}
.top-nav-2 .container::after {
  display: none;
}
.top-nav-2 .container::before {
  display: none;
}
.top-nav-2 .head_menu-2 {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 16px;
  background: url(/Public/Home/static/images/head_button.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.top-nav-2 .head_menu-2.on {
  background: url(/Public/Home/images/icon67.png) no-repeat center center;
  background-size: auto;
}
.top-nav-2 .h1 {
  width: calc(100% - 117px);
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-nav-2 .arrow {
  width: 19px;
  height: 8px;
  background-image: url(/Public/Home/images/icon68.png);
  cursor: pointer;
}
.top-nav-2 .arrow.on {
  background-image: url(/Public/Home/images/icon68-2.png);
}
.top-nav-2 .more {
  float: right;
}
.top-nav-2 .more .name {
  display: inline-block;
  width: 54px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background-color: #f89d1e;
  border-radius: 5px;
  margin-left: 10px;
}
.top-nav-2 .drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #000;
  display: none;
  z-index: 2;
}
.top-nav-2 .head_menu-2 .drop-down a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  border-bottom: 1px solid #8c8a8a;
}
.top-nav-2 .head_menu-2 .drop-down a:last-child {
  border-bottom: 0;
}
.top-nav-2 .head_menu-2 .drop-down a.on {
  color: #999797;
}
.top-nav-2 .more .drop-down::before {
  position: absolute;
  content: "";
  top: -7px;
  right: 10%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #000;
}
.top-nav-2 .more .drop-down a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  border-bottom: 1px solid #8c8a8a;
}
.top-nav-2 .more .drop-down a:last-child {
  border-bottom: 0;
}
.top-nav-2 .more .drop-down a.on {
  color: #999797;
}
.prod-main .location {
  background-color: #f7f8f9;
}
.product-list {
  width: 85%;
  margin: 40px auto;
}
.bt-9562 {
  width: 65%;
  margin: 140px auto;
}
.bt-9562 .video-box::before{
	background-color: #fff;
}
.product-list .table > tbody > tr > td, .product-list .table > tbody > tr > th, .product-list .table > tfoot > tr > td, .product-list .table > tfoot > tr > th, .product-list .table > thead > tr > td, .product-list .table > thead > tr > th {
  border: 1px solid #a7a7a7;
}
.bt-9562 .table > tbody > tr > td, .bt-9562 .table > tbody > tr > th, .bt-9562 .table > tfoot > tr > td, .bt-9562 .table > tfoot > tr > th, .bt-9562 .table > thead > tr > td, .bt-9562 .table > thead > tr > th {
  border: 2px solid #ffffff;
  background-color: #f0b100;
  text-align:center;
  font-size: 16px;
  font-weight:600;
}
.product-list .table-box .top {
  background-color: #eee;
}
.product-list .table .back {
  border: 1px solid #a7a7a7;
  background-color: #fff8eb;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  font-weight: 600;
}
.bt-9562 .table .back {
  font-size: 20px;
  border: 2px solid #ffffff;
  background-color: #f0b100;
  color: #fff;
  vertical-align:middle;
}
.product-list .table > thead > tr > td {
  border: 1px solid #a7a7a7;
  background-color: #f0b100;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
.product-list .table > thead > tr > td a {
  background-color: #f0b100;
  padding: 0px;
  line-height: 1.42857143;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
.product-list .table > tbody > tr > th {
  border: 1px solid #a7a7a7;
  text-align: center;
  color: #f0b100;
}
.bt-9562 .table > tbody > tr > th {
  font-size: 16px;
  border: 2px solid #ffffff;
  color: #000;
  background:#bfbfbf;
}
.product-list .table > caption + thead > tr:first-child > td, .product-list .table > caption + thead > tr:first-child > th, .product-list .table > colgroup + thead > tr:first-child > td, .product-list .table > colgroup + thead > tr:first-child > th, .product-list .table > thead:first-child > tr:first-child > td, .product-list .table > thead:first-child > tr:first-child > th {
  border: 1px solid #a7a7a7;
}
.prod-main .prod-list .banner {
  position: relative;
  margin-bottom: 10px;
}
.prod-main .prod-list .banner .suspen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-main .prod-list .banner .play {
  cursor: pointer;
}
.prod-main .prod-list .h1 {
  font-size: 30px;
  color: #757373;
  line-height: 84px;
  text-align: center;
  font-weight: 500;
  margin: 40px 0;
}
.prod-main .prod-list ul {
  font-size: 0;
  width: 85%;
  margin: auto;
}
.prod-main .prod-list .wrap {
  position: relative;
  padding-bottom: 0;
}
.prod-main .prod-list .wrap .suspen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-main .prod-list .wrap .play {
  cursor: pointer;
  width: 64px;
}
.prod-main .prod-list li {
  float: none;
  display: none;
  vertical-align: top;
  margin-bottom: 130px;
}
.prod-main .prod-list .video-list-wrap li {
  display: block;
}
.prod-main .prod-list li .prod-main .prod-list .wrap:hover {
  box-shadow: 0 0 25px #d4d4d4;
}
.prod-main .prod-list li .img {
  height: auto;
}
.prod-main .prod-list li h1 {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.prod-main .prod-list li p {
  height: 20px;
  line-height: 20px;
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 14px;
  margin-top: 5px;
}
.prod-main .prod-list .more-box {
  text-align: center;
  margin-bottom: 105px;
  margin-top: 10px;
}
.prod-main .prod-list .more {
  font-size: 24px;
  color: #ff6700;
  font-weight: 500;
  padding-right: 45px;
  background-image: url(/Public/Home/static/picture/icon1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.prod-10 .swiper-button-next, .prod-10 .swiper-button-prev {
  width: 23px;
  height: 50px;
  margin-top: -300px;
  background-position: center center;
  background-size: cover;
}
.prod-10 .swiper-button-prev {
  /*20210719*/
  /*left: 5%;*/
  left: 180px;
  background-image: url(/Public/Home/static/picture/left_03.png);
}
.prod-10 .swiper-button-next {
  /*20210719*/
  /*right: 5%;*/
  right: 180px;
  background-image: url(/Public/Home/static/picture/left_05.png);
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev {
  width: 41px;
  height: 41px;
  background-position: center center;
  background-size: cover;
}
.swiper2 .swiper-button-prev {
  left: 60%;
  background-image: url(/Public/Home/static/images/jtl03.png);
}
.swiper2 .swiper-button-next {
  right: 35%;
  background-image: url(/Public/Home/static/images/jtr03.png);
}

.swiper2 .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  margin: 0 3px;
  background-color: #f0b100;
  opacity: .6;
  border-radius: 0;
}
.swiper2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
  width: 125px;
  height: 130px;
  margin-top: -300px;
  background-position: center center;
  background-size: cover;
}
.swiper3 .swiper-button-prev {
  left: 5%;
  background-image: url(/Public/Home/static/picture/rig_06.png);
}
.swiper3 .swiper-button-next {
  right: 5%;
  background-image: url(/Public/Home/static/picture/rig_03.png);
}
.chamber .swiper3 .swiper-button-next, .chamber .swiper3 .swiper-button-prev {
  width: 30px;
  height: 31px;
  margin-top: -5px;
  background-position: center center;
  background-size: cover;
}
.chamber .swiper3 .swiper-button-prev {
  left: 5%;
  background-image: url(/Public/Home/static/picture/icon_MGDW_02.png);
}
.chamber .swiper3 .swiper-button-next {
  right: 5%;
  background-image: url(/Public/Home/static/picture/icon_MGDW_01.png);
}
.chamber .swiper3 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #f0b100;
  opacity: .6;
}
.chamber .swiper3 .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #f0b100;
  opacity: .6;
}
.swiper3 .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper4 {
  margin: 120px 0 30px;
}
.swiper4 .swiper-slide {
  text-align: center;
}
.swiper5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}
.swiper5 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.page_tws2 .swiper1 .swiper-button-prev {
  background-image: url(/Public/Home/static/picture/left_tws03.png);
}
.page_tws2 .swiper1 .swiper-button-next {
  background-image: url(/Public/Home/static/picture/left_tws05.png);
}
/* 媒体查询 */
@media screen and (max-width: 1280px) {
  .tws_page7 .txt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .top-nav {
    display: none;
  }
  .top-nav-2 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav-2 .more .drop-down::before {
    right: 6.3%;
  }
  .prod-main .banner .p-img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tws_page7 .txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-nav-2 .more .drop-down::before {
    right: 10%;
  }
  .prod-main .location {
    margin-bottom: 30px;
  }
  .prod-main .prod-list .h1 {
    font-size: 18px;
    line-height: 40px;
  }
  .prod-main .prod-list ul {
    margin: 0 -5px;
    padding-top: 20px;
  }
  .prod-main .prod-list li {
    padding: 0 5px;
    margin-bottom: 110px;
  }
  .prod-main .prod-list li .img {
    height: auto;
  }
  .prod-main .prod-list li h1, .prod-main .prod-list li p {
    color: #ffffff;
    font-size: 14px;
  }
  .prod-main .prod-list .more {
    font-size: 16px;
    padding-right: 30px;
    background-size: auto 20px;
  }
  .prod-main .prod-list .more-box {
    margin-bottom: 30px;
  }
  .swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
    width: 12px;
    height: 25px;
    margin-top: -22px;
  }
  .swiper2 .swiper-button-next, .swiper2 .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .swiper2 .swiper-button-prev {
    left: 5%;
  }
  .swiper2 .swiper-button-next {
    right: 5%;
  }
  .swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
    width: 35px;
    height: 36px;
    margin-top: -18px;
  }
  .swiper3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper4 {
    margin: 50px 0 30px;
  }
  .page6 .list-nav .column {
    font-size: 14px;
    padding: 5px 10px;
  }
  .page6 .text-box .text {
    font-size: 14px;
    min-height: 180px;
    padding: 20px 0;
  }
  .tws_page7 .txt {
    left: 5%;
    transform: translate(0, 0);
    padding-top: 20px;
  }
  .tws_page1 .textbox {
    padding: 50px 0 0;
  }
  .tws_page1 .textbox h5 {
    font-size: 14px;
  }
  .tws_page1 .textbox h3 {
    display: flex;
    font-size: 18px;
  }
  .tws_page1 .textbox h3 span {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 8px;
  }
  .tws_page1 .textbox h4 {
    font-size: 16px;
  }
  .tws_page1 {
    height: 500px;
  }
  .TWS_text-box_NEWARE {
    width: 100%;
    left: 0;
  }
  .TWS_text-box_NEWARE .TWS_FEATURE_LIST_NEWARE {
    width: 100%;
  }
  .TWS_text-box_NEWARE .TWS_FEATURE_LIST_NEWARE .TWS_LIST_NEWARE {
    width: 50%;
  }
  .prod-main .prod-list .wrap .suspen .play {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .tws_page7 .txt {
    font-size: 14px;
    padding: 0;
  }
  .tws_page7 .txt h4 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .page_tws8 .txt_tws {
    font-size: 18px;
  }
}
/* 招聘 */
.recruit {
  min-height: calc(100vh - 87px);
  padding: 0 0 30px;
  background: #f5f5f5;
}
.recruit .l-box {
  padding-left: 0;
}
.recruit .r-box {
  padding-right: 0;
}
.screen {
  position: relative;
  padding: 0 30px;
  padding-bottom: 28px;
  margin-bottom: 10px;
  background-color: #fff;
}
.screen .h1 {
  height: 56px;
  font-size: 16px;
  color: #222831;
  line-height: 56px;
}
.screen .form-2 {
  font-size: 0;
}
.screen .form-2 .form-group {
  width: calc(100% - 104px);
}
.screen .form-2 .form-control {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  line-height: 36px;
  border: 1px solid #dddfe3;
  border-right: none;
  font-size: 12px;
  color: #a2a4a8;
  box-shadow: none;
  border-radius: 2px 0 0 2px;
}
.screen .form-2 .btn-submit {
  height: 36px;
  font-size: 14px;
  color: #fff;
  padding: 0 23px;
  border-radius: 2px;
  background-color: rgb(34, 40, 49);
}
.screen .form-3 {
  font-size: 0;
  margin-top: 15px;
}
.screen .form-3 .form-group {
  width: 200px;
  margin-right: 12px;
  border: 1px solid #c1c5cc;
  border-radius: 5px;
}
.screen .form-3 .form-group .dropmenurel01 {
  width: 100%;
  border-radius: 5px;
}
.screen .form-3 .form-group .dropmenurel01-tit {
  height: 40px;
  line-height: 38px;
}
.screen .form-3 .form-control {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #292c32;
  font-weight: 400;
  font-variant: normal;
  line-height: 1.5;
  list-style: none;
  text-align: left;
  box-shadow: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #c1c5cc;
  border-radius: 4px;
}
.post-list {
  background-color: #fff;
}
.post-list .column {
  position: relative;
  padding: 0 30px;
  transition: all .3s;
}
.post-list .column:hover {
  background-color: #f9f9fa;
}
.post-list .wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.post-list .text-box {
  width: calc(100% - 135px);
}
.post-list .h1 {
  max-width: 350px;
  font-size: 16px;
  line-height: 22px;
  color: #222831;
  margin-bottom: 10px;
}
.post-list .h1 .icon {
  display: inline-block;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background: #ff6b6b;
  padding: 0 4px;
  margin-right: 4px;
}
.post-list .attr {
  font-size: 0;
}
.post-list .d1 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #a2a4a8;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #f4f4f4;
}
.post-list .times {
  width: 135px;
  text-align: right;
}
.post-list .addr {
  font-size: 14px;
  color: #575d6a;
  margin-top: 10px;
  white-space: pre;
}
.post-list .time {
  font-size: 12px;
  color: #a2a4a8;
}
.new-post {
  background-color: #fff;
}
.new-post .h1 {
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  color: #090a0b;
}
.new-post .more {
  float: right;
  line-height: 60px;
  font-size: 12px;
  color: #9a9fac;
  cursor: pointer;
}
.post-list-2 {
  padding-left: 20px;
}
.post-list-2 .column {
  padding: 16px 62px 16px 0px;
  line-height: 20px;
  color: #5c6170;
  font-size: 14px;
  border-bottom: 0.5px dashed #eee;
}
.post-list-2 .column a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #5c6170;
  transition: all .3s;
}
.post-list-2 .column a:hover {
  color: #0094e1;
}
.post-list-2 .icon {
  display: inline-block;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background: #ff6b6b;
  padding: 0 4px;
  margin-right: 4px;
}
.recruit .details {
  padding: 0 16px;
  background-color: #fff;
}
.recruit .details .top {
  position: relative;
  padding: 20px 20px 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.recruit .details .time {
  font-size: 12px;
  color: #89909e;
}
.recruit .details .h1 {
  margin-top: 6px;
  font-size: 20px;
  line-height: 28px;
  color: #222831;
  padding-right: 120px;
}
.recruit .details .icon {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background: #ff6b6b;
  padding: 0 4px;
  margin-top: 4px;
}
.recruit .details .belong {
  margin-top: 15px;
  color: #89909e;
  padding-right: 145px;
}
.recruit .details .d1 {
  padding: 0 10px;
  border-right: 1px solid #dddfe3;
}
.recruit .details .d1:first-child {
  padding-left: 0;
}
.recruit .details .d1:last-child {
  border-right: 0;
}
.recruit .details .address {
  padding-right: 145px;
  margin-top: 6px;
  font-size: 14px;
  color: #575d6a;
  line-height: 20px;
}
.recruit .details .btn-link {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 92px;
  line-height: 33px;
  padding: 0 23px;
  background-color: rgb(34, 40, 49);
}
.recruit .details .text-box-2 {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #292c32;
  margin-top: 5px
}
.recruit .details .h2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222831;
  margin-bottom: 19px;
}
.recruit .details .line {
  flex-grow: 1;
  margin-left: 12px;
  height: 1px;
  background-color: #f4f4f5;
}
.recruit .details .btn-box {
  text-align: center;
  padding: 30px 0 50px;
}
.recruit .details .btn-link-2 {
  font-size: 12px;
  color: #fff;
  line-height: 33px;
  padding: 0 23px;
  background-color: rgb(34, 40, 49);
  border-radius: 0;
}
.recruit .apply {
  position: relative;
  background-color: #fff;
}
.recruit .apply .top {
  padding: 32px 40px 16px 40px;
  border-bottom: 1px solid #dddfe3;
}
.recruit .apply .top .name {
  font-size: 14px;
  color: #89909e;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;
  text-align: left;
}
.recruit .apply .top .h1 {
  font-size: 20px;
  color: #575d6a;
  line-height: 30px;
  width: 100%;
}
.recruit .apply .top .s1 {
  color: #f50;
}
.recruit .apply .top .d1 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #575d6a;
}
.recruit .apply .top .d2 {
  float: left;
}
.recruit .apply .top .time {
  float: right;
  font-size: 14px;
  color: #89909e;
}
.recruit .apply .form-box {
  position: relative;
  padding-bottom: 40px;
}
.recruit .apply .form-box .form {
  float: left;
  max-width: 700px;
  width: 100%;
  margin-left: 30px;
}
.recruit .apply .form-box .box {
  padding-top: 130px;
  margin-top: -100px;
}
.recruit .apply .upload-box .wrap {
  padding: 13px;
}
.recruit .apply .form-box .h1 {
  font-size: 16px;
  color: #575d6a;
  line-height: 1.5;
  border-bottom: 1px solid #dddfe3;
}
.recruit .apply .form-box .h1 a {
  float: right;
  color: #0c8cf6;
  font-size: 13px;
}
.recruit .apply .form-box .name {
  font-size: 14px;
  color: #575d6a;
  line-height: 25px;
}
.recruit .apply .form-box .s1 {
  color: #e93130;
}
.recruit .apply .upload-box .form-group {
  position: relative;
  max-width: 280px;
  width: 100%;
  margin-bottom: 0;
}
.recruit .apply .upload-box .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.recruit .apply .upload-box .file-input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #dddfe3;
  color: #6e7686;
  font-size: 13px;
  text-align: center;
}
.recruit .apply .upload-box .form-group:hover .file-input {
  color: #fff;
  background-color: #89909e;
}
.recruit .apply .upload-box .text {
  font-size: 12px;
  color: #89909e;
  line-height: 1.5;
}
.recruit .apply .info-box .form-group {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 13px;
  margin-bottom: 0;
  font-size: 0;
}
.recruit .apply .info-box .wrap {
  font-size: 0;
  position: relative;
}
.recruit .apply .info-box .wrap .remove {
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
  color: #e93130;
  cursor: pointer;
  font-size: 12px;
}
.recruit .apply .info-box .wrap.add:hover {
  background: #f5f5f5;
}
.recruit .apply .info-box .wrap.add:hover .remove {
  display: block;
}
.recruit .apply .info-box .form-control {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding: 0 8px;
  border: 1px solid #c1c5cc;
  box-shadow: none;
}
.recruit .apply .info-box .form-control::-webkit-input-placeholder {
  color: #333;
}
.recruit .apply .info-box .select {
  display: inline-block;
  vertical-align: top;
  width: 126px;
  margin-right: 10px;
  color: #292c32;
}
.recruit .apply .info-box .number {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 136px);
}
.recruit .apply .info-box .form-group-2 {
  width: 100%;
}
.recruit .apply .line {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #575d6a;
  line-height: 38px;
  margin-left: -6px;
  margin-right: 4px;
}
.recruit .apply .info-box .area {
  min-height: 89px;
  padding: 11px 12px;
}
.recruit .apply .info-box .checkbox {
  font-size: 14px;
  color: #292c32;
  line-height: 1.5;
}
.recruit .apply .info-box .checkbox a {
  color: #0091ff;
}
.recruit .apply .btn-box {
  text-align: center;
  margin-top: 30px;
}
.recruit .apply .btn-submit {
  width: 100px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  padding: 0;
  background-color: #0C8CF6;
}
.recruit .import {
  background-color: #fff;
  padding-bottom: 10px;
  border-top: 2px #0C8CF6 solid;
  padding: 16px;
}
.recruit .import .h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 16px;
}
.recruit .import .d1 {
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.recruit .import .name {
  font-size: 14px;
  color: #333;
}
.recruit .import .btn {
  width: 72px;
  height: 32px;
  color: #575d6a;
  border: 1px solid #dddfe3;
  box-shadow: none;
}
.recruit .nav-bar {
  float: left;
  width: 180px;
  border-left: 1px solid #dddfe3;
  margin-left: 70px;
  margin-top: 30px;
}
.recruit .nav-bar a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #89909e;
  line-height: 34px;
  padding-left: 12px;
}
.recruit .nav-bar a.on {
  color: #121316;
}
.recruit .nav-bar a.on::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #0C8CF6;
}
.recruit .nav-bar.on {
  position: fixed;
  margin-left: 800px;
  top: 10%;
}
/* 媒体查询 */
@media screen and (max-width: 1600px) {
  .recruit .apply .form-box .form {
    width: 600px;
  }
  .recruit .nav-bar {
    width: 100px;
  }
  .recruit .nav-bar.on {
    margin-left: 700px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit .l-box {
    width: 100%;
    padding: 0;
  }
  .recruit .r-box {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .l-box {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .recruit .r-box {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .screen .form-2 .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .screen .form-3 .form-group {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
  }
  .screen .form-3 .form-group:last-child {
    margin-right: 0;
  }
  .recruit .apply .form-box .form {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .recruit .nav-bar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .screen {
    padding: 0 15px 5px;
  }
  .screen .form-2 .form-group {
    width: calc(100% - 88px);
    margin-bottom: 0;
  }
  .screen .form-2 .btn-submit {
    padding: 0 15px;
  }
  .screen .form-3 .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .post-list .column {
    padding: 0 15px;
  }
  .post-list .wrap {
    flex-wrap: wrap;
  }
  .post-list .text-box {
    width: 100%;
  }
  .post-list .times {
    width: auto;
    text-align: left;
    margin-top: 10px;
  }
  .recruit .details {
    padding: 0 15px;
  }
  .recruit .details .top {
    padding: 20px 0 0;
  }
  .recruit .details .h1 {
    padding-right: 0;
  }
  .recruit .details .belong {
    padding-right: 0;
  }
  .recruit .details .address {
    padding-right: 0;
  }
  .recruit .details .btn-link {
    display: none;
  }
  .recruit .details .text-box-2 {
    padding: 0;
  }
  .recruit .apply .top {
    padding: 15px;
  }
  .recruit .apply .form-box .form {
    padding: 0 15px;
  }
  .recruit .apply .info-box .form-group {
    width: 100%;
    padding: 5px 0;
  }
  .recruit .apply .upload-box .wrap {
    padding: 10px 0;
  }
  .recruit .apply .form-box .box {
    margin-top: 20px;
    padding: 0;
  }
  .recruit .apply .info-box .select {
    width: 22%;
    margin-right: 5px;
    padding: 0 5px;
  }
  .recruit .apply .line {
    margin-left: -2px;
  }
  .recruit .apply .info-box .form-control {
    padding: 0 5px;
  }
}
/* 销售页面 */
.sale-main .about-wrap {
  background-color: #fff;
}
.sale-main .about {
  padding: 0 15px;
}
.sale-table td {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}
/* 媒体查询 */
@media screen and (max-width: 767px) {
  .sale-table {
    overflow-x: auto;
  }
  .sale-table table {
    width: 650px;
    position: relative;
  }
}
/* 电池信息 */
/* 媒体查询 */
@media screen and (max-width: 1199px) {
  .software_list .list .t {
    width: calc(100% - 360px);
  }
  .software_list .list .img {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .software_list .list .t {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .software_list .list .img {
    float: none;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .software_list .text {
    font-size: 14px;
    padding: 30px 15px;
  }
  .software_list .list {
    padding: 30px 15px;
  }
  .software_list .list .t {
    font-size: 14px;
  }
  .software .content h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* 面向实验室 */
.software_list .list-box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.software_list.list1 li {
  width: 50%;
  height: auto;
}
/* 媒体查询 */
@media screen and (max-width: 767px) {
  .software_list.list1 li {
    width: 100%;
    font-size: 14px;
    padding: 30px 15px;
    border: 0;
    border-bottom: 1px solid #b0b0b0;
  }
}
/* MES管理系统 */
/* 媒体查询 */
@media screen and (max-width: 767px) {
  .software-main strong {
    font-size: 18px !important;
    padding: 0;
    margin: 0;
  }
  .software_list .text-2 {
    padding: 0 15px;
  }
}
/* 软件基本操作 */
@media screen and (max-width: 767px) {
  .software_operation h1 {
    font-size: 18px;
  }
  .software_operation.is-visible p {
    font-size: 14px;
  }
  .software_operation_01 .txt {
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .software_operation_01 h1 {
    font-size: 18px;
  }
  .software_operation_01.is-visible p {
    width: 100%;
    font-size: 14px;
  }
  .software_operation_02 h1 {
    font-size: 18px;
  }
  .software_operation_02.is-visible p {
    width: 100%;
    font-size: 14px;
  }
  .software_operation_03 h1 {
    width: 100%;
    font-size: 18px;
  }
  .software_operation_03.is-visible p {
    width: 100%;
  }
  .software_operation_04 h1 {
    font-size: 18px;
  }
  .software_operation_04.is-visible p {
    width: 100%;
    font-size: 14px;
  }
  .software_operation_05 h1 {
    font-size: 18px;
  }
  .software_operation_05.is-visible p {
    font-size: 14px;
  }
  .software_operation_06 h1 {
    font-size: 18px;
  }
  .software_operation_07 h1 {
    font-size: 18px;
  }
}
/* 解决方案 */
.prod-main .video-box {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.prod-main .video-box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-box.prod-106::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 66%);
  z-index: 1;
}
.prod-main .video-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.prod-main .video-box .suspen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.prod-main .video-box .h1 {
  font-size: 35px;
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 600;
  white-space: nowrap;
}
.prod-main .video-box .play {
  width: 45px;
  cursor: pointer;
  margin: 0 auto;
}
.prauto_5 {
  background: #333;
  padding: 80px 0;
}
.prauto_5 .img {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.prauto_5 .point {
  position: absolute;
}
.prauto_5 .point em, .prauto_5 .point i {
  display: block;
  width: 12px;
  height: 12px;
  background: #fffc00;
  border-radius: 100%;
}
.prauto_5 .point label {
  border: 1px solid #fffc00;
  width: 300px;
  display: block;
  transform: rotate(20deg);
}
.prauto_5 .point3 label, .prauto_5 .point4 label {
  transform: rotate(-20deg);
}
.prauto_5 .point1 {
  left: 10px;
  top: 290px;
}
.prauto_5 .point2 {
  left: 0;
  top: 200px;
}
.prauto_5 .point3 {
  left: 510px;
  top: 222px;
}
.prauto_5 .point4 {
  left: 490px;
  top: 315px;
}
.prauto_5 .point5 {
  right: 5px;
  top: 300px;
}
.prauto_5 .point6 {
  right: 140px;
  top: 495px;
}
.prauto_5 .point span {
  position: absolute;
  display: block;
  width: 76px;
  height: 40px;
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  background: #fffc00;
  border: 2px solid #fffc00;
  border-radius: 100%;
  box-sizing: initial;
}
.prauto_5 .point3 span {
  line-height: 40px;
}
.prauto_5 .point1 span, .prauto_5 .point6 span {
  line-height: 18px;
  height: 54px;
  padding: 11px 0;
}
.prauto_5 .point:hover span {
  background: #fff;
  color: #333;
}
.prauto_5 .point1 span {
  left: -60px;
  top: -70px;
  -webkit-animation: move1 1.5s infinite linear;
  animation: move1 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .point2 span {
  left: -60px;
  top: -100px;
  -webkit-animation: move2 1.5s infinite linear;
  animation: move2 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .point3 span {
  left: 290px;
  top: -100px;
  -webkit-animation: move3 1.5s infinite linear;
  animation: move3 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .point4 span {
  left: 280px;
  top: -110px;
  -webkit-animation: move5 1.5s infinite linear;
  animation: move5 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .point5 span {
  left: 0;
  top: -65px;
  line-height: 16px;
  height: 64px;
  padding: 6px 0;
  font-size: 12px;
  -webkit-animation: move4 1.5s infinite linear;
  animation: move4 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .point6 span {
  left: -10px;
  top: 5px;
  -webkit-animation: move2 1.5s infinite linear;
  animation: move2 1.5s infinite linear;
  -moz-animation: none
}
.prauto_5 .text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  margin: auto;
  max-width: 800px;
  text-align: center;
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
  50% {
    -webkit-transform: translate3d(-3px, 3px, 0)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
}
@keyframes move1 {
  0% {
    transform: translate3d(0px, 0px, 0)
  }
  50% {
    transform: translate3d(-3px, 3px, 0)
  }
  100% {
    transform: translate3d(0px, 0px, 0)
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
  50% {
    -webkit-transform: translate3d(-3px, -3px, 0)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
}
@keyframes move2 {
  0% {
    transform: translate3d(0px, 0px, 0)
  }
  50% {
    transform: translate3d(-3px, -3px, 0)
  }
  100% {
    transform: translate3d(0px, 0px, 0)
  }
}
@-webkit-keyframes move3 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
  50% {
    -webkit-transform: translate3d(3px, -3px, 0)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
}
@keyframes move3 {
  0% {
    transform: translate3d(0px, 0px, 0)
  }
  50% {
    transform: translate3d(3px, -3px, 0)
  }
  100% {
    transform: translate3d(0px, 0px, 0)
  }
}
@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
  50% {
    -webkit-transform: translate3d(-3px, -3px, 0)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
}
@keyframes move4 {
  0% {
    transform: translate3d(0px, 0px, 0)
  }
  50% {
    transform: translate3d(-3px, -3px, 0)
  }
  100% {
    transform: translate3d(0px, 0px, 0)
  }
}
@-webkit-keyframes move5 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
  50% {
    -webkit-transform: translate3d(3px, -3px, 0)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0)
  }
}
@keyframes move5 {
  0% {
    transform: translate3d(0px, 0px, 0)
  }
  50% {
    transform: translate3d(3px, -3px, 0)
  }
  100% {
    transform: translate3d(0px, 0px, 0)
  }
}
.tofeature {
  background: #f6f6f6;
  text-align: center;
  color: #535554;
  font-size: 18px;
}
.tofeature:hover {
  background: #eeeded;
}
.tofeature a {
  display: block;
  color: #535554;
  padding: 70px 0 60px 0;
}
.tofeature h1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 70px;
  margin: 0 0 10px 0;
}
.tofeature p {
  color: #ff6700;
}
.autompage2 .top {
  background: #e5e5e5;
  padding: 30px 0 40px 0;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #383838;
}
.autompage2 .top h1 {
  font-size: 40px;
  line-height: 70px;
  font-weight: normal;
}
.autompage2 .top p {
  margin: 0 0 15px 0;
}
.autompage2 .top h3 {
  padding: 20px 0 0 0;
}
.autompage2 .main2 {
  padding-bottom: 0;
}
.autompage2 .text {
  padding: 35px 0;
  background: #464646;
}
.autompage2 .text .list-box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.autompage2 .text li {
  float: left;
  padding: 20px 54px 10px 55px;
  width: 33.33%;
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #d9d9d9;
}
.autompage2 .text li:nth-child(1), .autompage2 .text li:nth-child(2), .autompage2 .text li:nth-child(3) {
  border-top: 0;
}
.autompage2 .text li:nth-child(1), .autompage2 .text li:nth-child(4) {
  border-left: 0;
}
.autompage2 .text li h2 {
  font-size: 25px;
  color: #fffd6c;
  font-weight: normal;
  line-height: 40px;
}
.autompage11 .top {
  background: #fff;
  padding: 30px 0 40px 0;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #383838;
}
.autompage11 .top h1 {
  font-size: 40px;
  line-height: 70px;
  font-weight: normal;
}
.autompage11 .top h3 {
  padding: 30px 0 0 0;
}
.autompage11 .text {
  padding: 30px 0;
  background: #464646;
}
.autompage11 .text .list-box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.autompage11 .text li {
  float: left;
  padding: 25px 10px;
  width: 33.33%;
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #d9d9d9;
}
.autompage11 .text li span {
  display: block;
  margin: 0 auto 15px auto;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background: #fbf801;
  font-size: 30px;
  color: #464646;
}
.autompage11 .text li:nth-child(1), .autompage11 .text li:nth-child(2), .autompage11 .text li:nth-child(3) {
  border-top: 0;
}
.autompage11 .text li:nth-child(1), .autompage11 .text li:nth-child(4) {
  border-left: 0;
}
b {
  font-weight: 700;
  width: 100%;
  margin-left: 30px;
}
strong {
  font-weight: 700;
  width: 100%;
  margin-left: 0px;
}
.autompage10 .top {
  background: #e5e5e5 url(../images/ocvbg.jpg) repeat-x 0 bottom;
  padding: 30px 0 20px 0;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #383838;
}
.autompage10 .top h1 {
  font-size: 40px;
  line-height: 70px;
  font-weight: normal;
}
.autompage10 .top h3 {
  padding: 30px 0 0 0;
}
.autompage10 .text {
  padding: 50px 0 70px 0;
  background: #464646;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #d9d9d9;
}
.autompage10 .text h1 {
  color: #fcff00;
  font-size: 40px;
  line-height: 70px;
  font-weight: normal;
}
.autompage10 .text dl {
  width: 100%;
  margin: 50px auto 0 auto;
}
.autompage10 .text dt, .autompage10 .text dd {
  zoom: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.autompage10 .text dt:after, .autompage10 .text dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
.autompage10 .text dt span, .autompage10 .text dd span {
  float: left;
  display: block;
  width: 33.33%;
  border-left: 1px solid #bdbdbd;
  overflow: hidden;
  padding: 5px;
}
.autompage10 .text dt span:first-child, .autompage10 .text dd span:first-child {
  border-left: 0;
}
.autompage10 .text dt {
  background: #fcff00;
  color: #464646;
}
.autompage10 .text dt span {
  line-height: 40px;
}
.autompage10 .text dd span {
  border-bottom: 1px solid #bdbdbd;
  min-height: 50px;
  line-height: 25px;
}
.autompage10 .text dd .span2 {
  width: 66.66%;
}
.autompage8_1 {
  padding: 30px 0 100px 0;
}
.autompage8_1 .txt {
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 16px;
  color: #383838;
  line-height: 35px;
}
.autompage8_1 h1, .autompage8_1 p {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
}
.autompage8_1 h1 {
  transition-delay: 0.3s;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 10px 0;
}
.autompage8_1 p {
  transition-delay: 0.5s;
}
.autompage8_1.is-visible h1, .autompage8_1.is-visible p {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.autompage8_1 .img {
  max-width: 1200px;
  position: relative;
  margin: 50px auto 0;
  background: url(/Public/Home/images/auto8-img1.png) no-repeat center 0;
  height: 590px;
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
  transform: translate3d(0, 30px, 0px);
  z-index: 1;
  transition-delay: 0.7s;
}
.autompage8_1 .line {
  position: absolute;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #383838;
}
.autompage8_1 .line1 {
  top: 205px;
  left: 65px;
}
.autompage8_1 .line2 {
  top: -10px;
  left: 815px;
}
.autompage8_1 .line3 {
  top: 50px;
  right: 150px;
}
.autompage8_1 .line4 {
  top: 380px;
  left: 805px;
}
.autompage8_1 .line5 {
  top: 440px;
  right: 160px;
}
.autompage8_3 {
  padding: 50px 0 40px 0;
}
.autompage8_3 .img {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  height: 660px;
  background: url(/Public/Home/images/auto8-img2.png) no-repeat 30px 0;
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
  transform: translate3d(0, 30px, 0px);
  z-index: 1;
}
.autompage8_3 .line {
  position: absolute;
  line-height: 34px;
  font-size: 16px;
  width: 100px;
  color: #383838;
}
.autompage8_3 .line1 {
  padding-left: 360px;
  left: 795px;
  top: 335px;
  background: url(/Public/Home/images/auto8-line7.png) no-repeat 0 0;
}
.autompage8_3 .line2 {
  padding-left: 320px;
  left: 840px;
  top: 578px;
  background: url(/Public/Home/images/auto8-line8.png) no-repeat 0 0;
}
.autompage8_3 .dashline {
  position: absolute;
  top: 135px;
  left: 730px;
  width: 150px;
  height: 470px;
  background: url(/Public/Home/images/auto8-line6.png) no-repeat 0 0;
}
.autompage9_1 {
  padding: 40px 0;
}
.autompage9_1 .txt {
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 16px;
  color: #383838;
  line-height: 35px;
}
.autompage9_1 h1, .autompage9_1 p {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
}
.autompage9_1 h1 {
  transition-delay: 0.3s;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 10px 0;
}
.autompage9_1 p {
  transition-delay: 0.5s;
}
.autompage9_1.is-visible h1, .autompage9_1.is-visible p {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.autompage9_1 .img {
  position: relative;
  background: url(/Public/Home/static/images/auto9-img1.png) no-repeat 110px 0;
  height: 690px;
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
  transform: translate3d(0, 30px, 0px);
  z-index: 1;
  transition-delay: 0.7s;
}
.autompage9_1 .img2 {
  position: absolute;
  top: 5px;
  left: 550px;
  width: 480px;
  height: 390px;
  background: url(/Public/Home/static/images/auto9-img2.png) no-repeat 0 0;
}
.autompage9_1 .line {
  position: absolute;
  line-height: 30px;
  font-size: 16px;
  color: #383838;
  white-space: nowrap;
}
.autompage9_1 .line i, .autompage9_1 .line .c1, .autompage9_1 .line .c2 {
  position: absolute;
  display: block;
}
.autompage9_1 .line .c1 {
  border: 3px solid #ffff00;
  border-radius: 50%;
  left: 0;
}
.autompage9_1 .line .c2 {
  background: #ffff00;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 8px;
  top: 0;
}
.autompage9_1 .line i {
  display: block;
  height: 4px;
  background: #ffff00;
  margin-top: 13px;
  top: 0;
}
.autompage9_1 .line1 {
  top: 250px;
  left: 195px;
  padding-left: 380px;
}
.autompage9_1 .line1 .c1 {
  width: 88px;
  height: 88px;
  top: -34px;
}
.autompage9_1 .line1 .c2 {
  left: 350px;
}
.autompage9_1 .line1 i {
  left: 92px;
  width: 268px;
}
.autompage9_1 .line2 {
  top: 338px;
  left: 370px;
  padding-left: 200px;
}
.autompage9_1 .line2 .c1, .autompage9_1 .line3 .c1 {
  width: 28px;
  height: 28px;
  top: -3px;
}
.autompage9_1 .line2 .c2 {
  left: 170px;
}
.autompage9_1 .line2 i, .autompage9_1 .line3 i {
  left: 34px;
}
.autompage9_1 .line2 i {
  width: 140px;
}
.autompage9_1 .line3 {
  top: 450px;
  left: 150px;
  padding-left: 420px;
}
.autompage9_1 .line3 i {
  width: 360px;
}
.autompage9_1 .line3 .c2 {
  left: 390px;
}
.autompage9_1 .line4 {
  top: 10px;
  left: 295px;
  width: 200px;
  text-align: center;
}
.autompage9_1 .line4 .c1, .autompage9_1 .line5 .c1, .autompage9_1 .line6 .c1 {
  width: 20px;
  height: 20px;
}
.autompage9_1 .line4 .c1 {
  top: 170px;
  left: 50%;
  margin-left: -13px;
}
.autompage9_1 .line4 .c2 {
  top: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: 0;
}
.autompage9_1 .line4 i {
  left: 50%;
  margin-left: -2px;
  height: 128px;
  width: 4px;
  top: 42px;
  margin-top: 0;
}
.autompage9_1 .line5 {
  top: 222px;
  left: 240px;
  padding-left: 298px;
  width: 120px;
  white-space: nowrap;
}
.autompage9_1 .line5 .c1 {
  top: 2px;
}
.autompage9_1 .line5 .c2 {
  left: 275px;
}
.autompage9_1 .line5 i {
  left: 26px;
  width: 250px;
}
.autompage9_1 .line6 {
  top: 285px;
  left: 383px;
  padding-left: 148px;
  width: 120px;
  white-space: nowrap;
}
.autompage9_1 .line6 .c1 {
  top: 2px;
}
.autompage9_1 .line6 .c2 {
  left: 125px;
}
.autompage9_1 .line6 i {
  left: 26px;
  width: 95px;
}
.autompage9_2 {
  background: #464646;
  padding: 70px 0;
  text-align: center;
}
.autompage9_2 li {
  margin: 0 25px;
  display: inline-block;
  width: 240px;
  height: 240px;
  padding: 75px 0;
  background: #686868;
  color: #fffc00;
  font-size: 28px;
  line-height: 45px;
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.5s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.5s;
}
.autompage9_2 .li1 {
  transition-delay: 0.3s;
}
.autompage9_2 .li2 {
  transition-delay: 0.6s;
}
.autompage9_2 .li3 {
  transition-delay: 0.9s;
}
.autompage9_2 .li4 {
  transition-delay: 1.2s;
}
.autompage9_2.is-visible li {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.autompage9_3 {
  padding: 40px 0 50px 0;
}
.autompage9_3 .img {
  position: relative;
  width: 680px;
  height: 650px;
  margin-left: 18%;
  background: url(/Public/Home/static/images/auto9-img3.png) no-repeat 0 0;
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s, opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 0s;
  opacity: 0;
  transform: translate3d(0, 30px, 0px);
  z-index: 1;
}
.autompage9_3 .img {
  /* transform: translate3d(0px, 0px, 0px); */
  opacity: 1;
}
.autompage9_3 .line {
  position: absolute;
  line-height: 30px;
  font-size: 16px;
  color: #383838;
  width: 200px;
}
.autompage9_3 .line i, .autompage9_3 .line .c1, .autompage9_3 .line .c2 {
  position: absolute;
  display: block;
}
.autompage9_3 .line .c1 {
  border: 3px solid #ffff00;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
}
.autompage9_3 .line .c2 {
  background: #ffff00;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 8px;
  top: 0;
}
.autompage9_3 .line i {
  display: block;
  height: 4px;
  background: #ffff00;
  left: 32px;
  margin-top: 13px;
  top: 0;
}
.autompage9_3 .line1 {
  top: 30px;
  left: 320px;
  padding-left: 280px;
}
.autompage9_3 .line1 .c2 {
  left: 252px;
}
.autompage9_3 .line1 i {
  width: 220px;
}
.autompage9_3 .line2 {
  top: 440px;
  left: 335px;
  padding-left: 420px;
}
.autompage9_3 .line2 .c2 {
  left: 392px;
}
.autompage9_3 .line2 i {
  width: 360px;
}
.autompage9_3 .dashline {
  position: absolute;
  top: 320px;
  left: 238px;
  width: 252px;
  height: 4px;
  background: url(/Public/Home/static/images/auto9-line1.png) repeat-x 0 0;
}
.autompage9_3 .dashline2 {
  position: absolute;
  top: 330px;
  left: 350px;
  width: 4px;
  height: 330px;
  background: url(/Public/Home/static/images/auto9-line2.png) repeat-y 0 0;
}
.pallet {
  padding: 100px 0;
}
.pallet .row {
  margin: 0 -40px;
}
.pallet .text {
  font-size: 25px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 50px;
}
.pallet .column {
  padding: 0 40px;
}
.product-box {
  position: relative;
}
.prod-8 {
  background-color: #000;
}
.product-box .suspen {
  position: absolute;
}
.product-box .back-img {
  display: none;
}
.prod-1 .suspen {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-1.one-animation .suspen {
  top: 50%;
}
.prod-1.one-animation .p-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.prod-1 .text-box {
  max-width: 670px;
  width: 100%;
}
.prod-1 .h1 {
  font-size: 38px;
  color: #ffdf73;
  margin-bottom: 20px;
  line-height: 1.3;
}
.prod-1 .text {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.prod-2 .suspen {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-2 .text-box {
  text-align: center;
}
.prod-2 .h1 {
  font-size: 72px;
  color: #1578bf;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}
.prod-2 .h-1 {
  font-size: 72px;
  color: #1578bf;
  margin-bottom: 20px;
  margin-top: -150px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}
.prod-2 .h-2 {
  font-size: 72px;
  color: #1578bf;
  margin-bottom: 20px;
  margin-top: -80px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  text-align: left;
  margin-left: 10%;
  width: max-content;
}
.prod-2 .h-3 {
  font-size: 60px;
  color: #1578bf;
  margin-bottom: 20px;
  margin-top: -20px;
  font-weight: 600;
  background-image: linear-gradient(288deg, rgb(157, 157, 157), rgb(255, 208, 255), rgb(195, 195, 251), rgb(156, 255, 255), rgb(207, 255, 207), rgb(255, 255, 192), rgb(255, 197, 197));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  text-align: left;
  margin-left: 10%;
  width: max-content;
}
.prod-2 .text {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.prod-2 .text0 {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: 600
}
.prod-3 {
  background-color: #000;
}
.prod-3-02 {
  background-color: #fff;
}
.prod-3-01 {
  background-color: #abb1bf;
  max-height: 300px;
}
.prod-3-01 .container {
  max-width: 1500px;
  width: 100%;
}
.prod-3-01 .h1 {
  font-size: 45px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 60px 0 100px;
}
.prod-3-01 .h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin-bottom: 150px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
.prod-3 .container {
  max-width: 1500px;
  width: 100%;
}
.prod-3-02 .container {
  max-width: 1500px;
  width: 100%;
}
.prod-3 .h1 {
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 150px 0 70px;
}
.prod-list-1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-list-1 li {
  padding: 30px;
  text-align: center;
}
.prod-list-1 .name {
  font-size: 25px;
  color: #fff;
  line-height: 40px;
}
.prod-list-1 .number {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.prod-list-02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-list-02 li {
  padding: 30px;
  text-align: center;
}
.prod-list-02 .name {
  font-size: 25px;
  color: #333;
  line-height: 40px;
}
.prod-list-02 .number {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}
.prod-4 .suspen {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-4 .text-box {
  text-align: center;
}
.prod-4 .h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
.prod-4 .text {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.prod-5 .suspen {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-5 .text-box {
  text-align: center;
}
.prod-5 .h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
.prod-5 .text {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.prod-6 .suspen {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-6 .text-box {
  max-width: 740px;
  width: 100%;
}
.prod-6 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-6 .text {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding-right: 70px;
}
.prod-8 .text-box {
  padding: 100px 0 120px;
  text-align: center;
}
.prod-8 .h1 {
  font-size: 72px;
  color: #000;
  line-height: 80px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  text-align: left;
  margin-left: 10%;
  margin-top: -60px;
}
.prod-8 .text {
  max-width: 900px;
  width: 50%;
  font-size: 16px;
  color: #adadad;
  margin: 25px 0;
  margin-bottom: 170px;
  line-height: 1.7;
  text-align: left;
  margin-left: 10%;
}
.boxs-1 {
  padding: 70px 0 10px;
  background-color: #000;
}
.prod-list-2 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 70%;
}
.prod-list-2 li {
  width: 22%;
  padding: 100px 25px;
  margin-right: 4%;
  margin-bottom: 60px;
  font-size: 16px;
  color: #b3e3ff;
  line-height: 30px;
  text-align: left;
  background-color: #398abf45;
  border-radius: 20%;
}
.prod-list-2 li:nth-child(4n) {
  margin-right: 0;
}
.prod-8 .imgs {
  padding: 100px 250px;
}
.prod-8 .imgs .img {
  margin-bottom: 150px;
}
.prod-8 .imgs .img:last-child {
  margin-bottom: 0;
}
.prod-9 {
  width: 100%;
  height: 1000px;
  background-image: url(/Public/Home/images/img116.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80px;
  background-attachment: fixed;
}
.prod-bt-9562 {
  width: 100%;
  height: 892px;
  background-image: url(https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CR-20V-2000m%CE%A9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80px;
  background-attachment: fixed;
}
.prod-bt-9562 .suspen {
  top: 10%;
  left: 30%;
  transform: translate(-50%, 0);
}
.prod-bt-9562 .text-box {
  max-width: 600px;
  width: 100%;
}
.prod-bt-9562 .h1 {
  font-size: 20px;
  color: rgba(0, 0, 0, .45);
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-bt-9562 .h2 {
  font-size: 36px;
  color: #333;
  margin: 25px 0;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-bt-9562 .s1 {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  background-color: #f0b100;
  padding: 15px 20px;
  margin-top: 15px;
  margin-left: 0px;
  border-radius: 25px;
}
.prod-bt-9562 .text {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-bt-9562 .img {
  margin-top: 150px;
  margin-left: -40px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-bt-9562 .h3 {
  font-size: 42px;
  color: #514e73;
  margin-top: 140px;
  margin-bottom: 20px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-bt-9562 .h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}

.CT4-20A {
  width: 100%;
  height: 892px;
  background-image: url(https://neware-web.oss-cn-shenzhen.aliyuncs.com/Pro-Testers/5V20A/power.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80px;
  background-attachment: fixed;
}
.prod-9 .suspen {
  top: 10%;
  left: 30%;
  transform: translate(-50%, 0);
}
.prod-9 .text-box {
  max-width: 600px;
  width: 100%;
  margin:auto;
}
.prod-17 img {
  width: 60%;
  margin: auto;
  margin-left: 400px;
}
.prod-9 .h1 {
  font-size: 20px;
  color: rgba(0, 0, 0, .45);
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-9 .h2 {
  font-size: 36px;
  color: #333;
  margin: 25px 0;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-9 .s1 {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  background-color: #f0b100;
  padding: 15px 20px;
  margin-top: 15px;
  margin-left: 0px;
  border-radius: 25px;
}
.prod-9 .text {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-9 .img {
  margin-top: 150px;
  margin-left: -40px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-9 .h3 {
  font-size: 42px;
  color: #514e73;
  margin-top: 140px;
  margin-bottom: 20px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-9 .h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.CT4-20A .h3 {
  font-size: 42px;
  color: #fff;
  margin-top: 140px;
  margin-bottom: 20px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.CT4-20A .h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  letter-spacing: 2px;
}
.CT4-20A .text-box {
  max-width: 800px;
  width: 100%;
}
@-webkit-keyframes anim_wy {
  0% {
    transform: translate3d(0px, 30px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes anim_wy {
  0% {
    transform: translate3d(0px, 30px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
.prod-boxs.prod-boxs-2 {
  padding-top: 100px;
}
.prod-10 {
  padding-top: 90px;
  background-color: #e3e3e370;
}
.prod-10 .text-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-10 .h1 {
  font-size: 26px;
  color: #666;
  line-height: 1.5;
}
.prod-10 .h2 {
  font-size: 36px;
  color: #514e73;
  line-height: 1.5;
  padding: 15px 0;
}
.prod-10 .text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.prod-10 .img {
  display: flex;
  align-items: center;
  height: 700px;
  justify-content: space-evenly;
}
.prod-10 .sup {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #f55c00;
  font-weight: bold;
  padding: 3px 20px;
  border-radius: 10px;
  border: 2px solid #f55c00;
  margin-top: 7px;
  margin-left: 20px;
}
.prod-11 {
  background-color: #fff;
}
.prod-11 .title {
  text-align: center;
  margin-bottom: 100px;
}
.prod-11 .title .container {
  position: relative;
}
.prod-11 .title .h1 {
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  color: #514e73;
  padding-top: 90px;
}
.prod-11 .title .img-1 {
  position: absolute;
  top: 20px;
  left: 140px;
}
.prod-11 .title .img-2 {
  position: absolute;
  top: 120px;
  right: 140px;
}
.prod-11 .bot {
  position: relative;
  padding: 80px 0;
}
.prod-11 .list-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.prod-11 .prod-list-3 {
  position: relative;
  z-index: 1;
}
.prod-list-3 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.prod-list-3 li {
  width: 10%;
  min-height: 190px;
  margin: 0 5%;
  text-align: center;
  cursor: pointer;
}
.prod-list-3 img {
  width: 40%;
}
.prod-list-3 .img2 {
  display: none;
}
.prod-list-3 li.on .img1 {
  display: none;
}
.prod-list-3 li.on .img2 {
  display: inline-block;
}
.prod-list-3 .data {
  font-size: 16px;
  padding-top: 20px;
}
.prod-list-3 li.on .data {
  color: #f5a533;
}
.prod-11 .column {
  display: none;
  height: 100%;
}
.prod-11 .column .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.prod-11 .column.on {
  display: block;
}
.prod-11 .column .img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px;
}
.prod-11 .text-box {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 10px;
  text-align: left;
  margin-left: 5%;
}
.prod-11 .column6 .text-box {
  margin-left: 18.5%;
}
.prod-11 .column9 .img {
  width: 65%;
}
.prod-11 .column9 .text-box {
  width: 26%;
}
.prod-11 .column .h1 {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  padding: 15px 0;
}
.prod-11 .text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.prod-11 .column1 {
  background-color: #f6f6f6;
}
.prod-11 .column2 {
  background-color: #f6f6f6;
}
.prod-11 .column2 .img img {
  width: 48%;
}
.prod-11 .column2 .h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding: 30px 0;
}
.prod-11 .column3 {
  background-color: #f0f0f0;
}
.prod-11 .column3 .img {
  text-align: center;
}
.prod-11 .column3 .h1 {
  font-weight: bold;
}
.prod-11 .column4 {
  background-color: #f6f6f6;
}
.prod-11 .column5 {
  background-color: #f6f6f6;
}
.prod-11 .column6 {
  background-color: #000;
}
.prod-11 .column6 .img {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-11 .column6 .img img {
  width: 38%;
}
.prod-11 .column6 .h1 {
  color: #fff;
}
.prod-11 .column6 .text {
  color: #fff;
}
.prod-11 .column7 {
  background-color: #f6f6f6;
}
.prod-11 .column7 .h1 {
  color: #514e73;
}
.prod-11 .column8 {
  background-color: #fff4c3;
}
.prod-11 .column8 .img {
  max-width: 400px;
}
.prod-11 .column9 {
  background-color: #000;
}
.prod-11 .column9 .img img {
  width: 48%;
}
.prod-11 .column9 .text {
  color: #fff;
}
.prod-11 .column10 {
  background-color: #fff;
}
.prod-12 {
  background-color: #fff;
}
.prod-12 .top {
  text-align: center;
  margin-bottom: 100px;
}
.prod-12 .top .h1 {
  font-size: 26px;
  line-height: 1.5;
  padding-top: 80px;
  margin-bottom: 10px;
}
.prod-12 .top .h2 {
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 1.5;
  color: #514e73;
}
.prod-12 .top .text {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}
.prod-12 .swiper-slide .word{
	font-size: 22px;
	text-align:center;
	float: inline-end;
	width: 100%;
	align-content:center;
	padding: 25px 25px 5px 25px;
	color: #f0b100;
	font-weight: 400;
}
.prod-12 .swiper-slide .explain{
	font-size: 16px;
	text-align:center;
	float: inline-end;
	width: 100%;
	align-content:center;
	padding: 0 10px;
	color: #646464;
}
.prod-12 .swiper-slide img{
	border-radius: 40px;
}
.prod-13 .top {
  text-align: left;
  padding-bottom: 100px;
  background-color: #fff;
}
.prod-13 .top .h1 {
  font-size: 36px;
  padding-bottom: 15px;
  line-height: 1.5;
  padding-top: 100px;
  text-align: center;
}
.prod-list3 .top {
  text-align: left;
  padding-bottom: 30px;
  background-color: #fff;
}
.prod-list3 .top .h1 {
  font-size: 36px;
  padding-bottom: 15px;
  line-height: 1.5;
  padding-top: 100px;
  text-align: center;
}
.prod-13 .top .h2 {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.prod-13 .s-img {
  display: none;
}
.prod-14 {
  background-color: #f0f1f2;
}
.prod-14 .top {
  padding: 100px 0 50px;
  background-color: #fff;
}
.prod-14 .top .h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #727293;
  text-align: left;
  width: 85%;
  margin: auto;
}
.prod-14 .top .h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  color: #727293;
  text-align: left;
  width: 85%;
  margin: auto;
}
.prod-14 .list-nav {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.prod-14 .list-nav .column {
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}
.prod-14 .list-nav .column.on {
  color: #ff722e;
  border-color: #ff722e;
}
.prod-14 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-14 .text-box .text {
  min-height: 200px;
  font-size: 18px;
  color: #4c4c4c;
  padding: 50px 0;
  display: none;
  line-height: 1.5;
}
.prod-14 .text-box .text.on {
  display: block;
}
.prod-15 {
  background-color: #fff;
}
.prod-15 .suspen {
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-15-2 .suspen {
  top: 5%;
}
.prod-15 .suspen .text-box {
  margin-left: -563px;
}
.prod-15 .h1 {
  font-size: 36px;
  color: #646464;
  font-weight: bold;
  padding: 16px 0;
  line-height: 1.5;
}
.prod-15 .text {
  font-size: 24px;
  color: #646464;
  line-height: 1.4;
}
.prod-16 .top {
  padding: 120px 0 0;
  background-color: #000;
}
.prod-16 .top .h1 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.prod-16 .img {
  padding: 80px 0;
  text-align: center;
  background-color: #000;
}
.prod-17 {
  background-color: #dfdfdf;
}
.prod-17 .suspen {
  top: 2%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-17 .text-box {
  text-align: center;
}
.prod-17 .text-box .h1 {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
}
.prod-18 .swiper-button-next, .prod-18 .swiper-button-prev {
  width: 23px;
  height: 50px;
  margin-top: -25px;
  background-position: center center;
  background-size: cover;
}
.prod-18 .swiper-button-prev {
  /*20210719*/
  /*left: 5%;*/
  left: 180px;
  background-image: url(/Public/Home/static/picture/left_tws03.png);
}
.prod-18 .swiper-button-next {
  /*20210719*/
  /*right: 5%;*/
  right: 180px;
  background-image: url(/Public/Home/static/picture/left_tws05.png);
}
.prod-19 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-19 .text-box {
  text-align: center;
}
.prod-19 .h1 {
  font-size: 45px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bold;
  margin-bottom: 20px;
}
.prod-19 .text {
  font-size: 25px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  color: hsla(0, 0%, 100%, 0.65);
}
.prod-20 {
  overflow: hidden;
}
.prod-20 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-20 .text-box {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: -150px;
}
.prod-20 .h1 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  max-width: 75%;
}
.prod-21 .suspen {
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.prod-21 .text-box {
  max-width: 650px;
  width: 100%;
  margin-right: auto;
}
.prod-21 .h1 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.prod-21 .text {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.prod-22 .suspen {
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-22 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-22 .h1 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.prod-22 .text {
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
}
.prod-23 .suspen {
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-23 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-23 .h1 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.prod-24 .top {
  padding-bottom: 80px;
}
.prod-24 .img {
  padding-top: 0;
  background-color: #e3e3e3;
}
.prod-25 .suspen {
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-25 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-25 .h1 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.prod-25 .text {
  font-size: 25px;
  line-height: 1.5;
  color: #333;
}
.prod-26 .suspen {
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-26 .text-box {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-26 .h1 {
  font-size: 30px;
  color: #000;
  line-height: 70px;
}
.prod-26 .h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.prod-26 .text-box {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding-top: 15px;
}
.prod-27 {
  padding: 100px 0;
  background-color: #ffffff;
}
.prod-27 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-27 .text-box {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-27 .h1 {
  font-size: 30px;
  color: #000;
  line-height: 50px;
}
.prod-27 .text-box {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.prod-28 .suspen {
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-28 .text-box {
  max-width: 680px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-28 .h1 {
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bolder;
  margin-bottom: 20px;
}
.prod-28 .text {
  font-size: 16px;
  color: #333;
}
.prod-28-01 .suspen {
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-28-01 .text-box {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
.prod-28-01 .h1 {
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bolder;
  margin-bottom: 20px;
}
.prod-28-01 {
  height: 400px;
  background-color: #d7dde3;
}
.prod-28-01 .text {
  font-size: 32px;
  color: #333;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1.25;
}
.prod-29 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-29 .text-box {
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-top: -230px;
}
.prod-29 .h1 {
  font-size: 38px;
  line-height: 1;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bolder;
  margin-bottom: 20px;
}
.prod-29 .text {
  font-size: 16px;
  color: #333;
}
.prod-30 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-30 .text-box {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-30 .h1 {
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bolder;
  margin-bottom: 20px;
}
.prod-30 .text {
  font-size: 16px;
  color: #333;
}
.prod-32 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-32 .text-box {
  text-align: center;
}
.prod-32 .h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 20px;
}
.prod-32 .h1 {
  /*20210715*/
  /*font-size: 75px;*/
  font-size: 45px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: bolder;
  margin-bottom: 40px;
}
.prod-32 .text {
  font-size: 16px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
.prod-34 .suspen {
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-34 .text-box {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-34 .h1 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 0, 255), rgb(0, 0, 255), rgb(0, 255, 255), rgb(0, 255, 0), rgb(255, 255, 0), rgb(255, 0, 0));
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  margin-bottom: 20px;
}
.prod-34 .text {
  font-size: 16px;
  color:#333;
}
.prod-35 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-35 .text-box {
  max-width: 650px;
  width: 100%;
}
.prod-35 .h1 {
  font-size: 38px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-35 .text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.prod-36 {
  background-color: #000;
}
.prod-list-4 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 10px 0;
}
.prod-list-4 li {
  width: 20%;
  text-align: center;
  padding: 30px;
}
.prod-list-4 .name {
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
.prod-list-4 .number {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.prod-37 .suspen {
  top: 35%;
  left: 30%;
  transform: translate(-50%, 0);
}
.prod-37 .text-box {
  max-width: 650px;
  width: 100%;
}
.prod-37 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-37 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-38 .suspen {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-38 .text-box {
  text-align: center;
}
.prod-38 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 15px;
}
.prod-38 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-38 .link {
  display: inline-block;
  font-size: 20px;
  color: #6bf;
  line-height: 1.5;
  margin-top: 10px;
}
.prod-40 {
  padding: 50px 0;
  background-color: #000;
}
.prod-40 .view {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.prod-40 .preview {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}
.prod-40 .preview .swiper-slide {
  height: 70px;
  font-size: 20px;
  color: #000;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #798591;
  cursor: pointer;
}
.prod-40 .preview .arrow-left, .prod-40 .preview .arrow-right {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  background-color: #fff;
  font-family: "simsun";
}
.prod-40 .preview .arrow-left {
  top: 0;
  left: -70px;
  border-radius: 5px 0 0 5px;
}
.prod-40 .preview .arrow-right {
  top: 0;
  right: -70px;
  border-radius: 0 5px 5px 0;
}
.prod-40 .preview .active-nav {
  background-color: #f1f4f8;
}
.prod-41 {
  padding: 150px 0;
  overflow: hidden;
}
.prod-41 .text-box {
  max-width: 660px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-41 .h1 {
  font-size: 30px;
  color: #cca36c;
  margin-bottom: 20px;
}
.prod-41 .text {
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
}
.prod-41 .h2 {
  font-size: 30px;
  color: #1a95d4;
  margin-top: 20px;
}
.prod-41 .imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.prod-41 .img2 {
  background-color: rgba(224, 224, 224);
}
.prod-42 {
  padding: 150px 0;
  width: 75%;
  margin: auto;
}
.prod-42 .text-box {
  float: left;
  width: calc(100% - 800px);
  padding-right: 10%;
}
.prod-42 .imgs {
  position: relative;
  float: left;
}
.prod-42 .img1 {
  position: absolute;
  left: 104px;
  bottom: 58px;
  width: 0;
  height: 510px;
  background-image: url(/Public/Home/static/images/pr9_8line.png);
  background-position: 0 0;
  background-size: cover;
  /* transition-delay: 1s; */
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.9s;
}
.prod-42 .img1.on {
  width: 540px;
}
.prod-42 .h1 {
  font-size: 30px;
  color: #ff6700;
  font-weight: 600;
  margin-bottom: 30px;
}
.prod-42 .text-box {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.prod-42 .box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-43-01 {
  height: 790px;
  background-color: #e4e4e6;
}
.prod-43-01 .suspen-img {
  position: absolute;
  left: 15%;
  bottom: 7%;
  width: 650px;
}
.prod-43-01 .suspen-img-2 {
  right: 22%;
  bottom: 3.5%;
}
.prod-43-01 .suspen {
  top: 38%;
  left: 50%;
}
.prod-43-01 .text-box {
  max-width: 750px;
  width: 100%;
}
.prod-43-01 .h1 {
  font-size: 40px;
  color: #7789a1;
  margin-bottom: 20px;
  font-weight: 600;
}
.prod-43-01 .h2 {
  font-size: 24px;
  color: #7789a1;
  margin-bottom: 20px;
}
.prod-43-02 {
  height: 790px;
  background-color: #c5d0d8;
}
.prod-43-03 {
  height: 790px;
  background-color: #f4f4f5;
}
.prod-43-04 {
  height: 790px;
  background-color: #fff;
}
.prod-43-04 .suspen-img {
  position: absolute;
  left: 35%;
  bottom: 0;
  width: 880px;
}
.prod-43-03 .suspen-img {
  position: absolute;
  left: 35%;
  bottom: 0;
  width: 650px;
}
.prod-43-02 .suspen-img {
  position: absolute;
  left: 15%;
  bottom: 7%;
  width: 650px;
}
.prod-43-02 .suspen-img-2 {
  right: 22%;
  bottom: 3.5%;
}
.prod-43-02 .suspen {
  top: 65%;
  left: 15%;
}
.prod-43-02 .text-box {
  max-width: 240px;
  width: 100%;
}
.prod-43-02 .h1 {
  font-size: 40px;
  color: #7789a1;
  margin-bottom: 20px;
  font-weight: 600;
}
.prod-43-02 .h2 {
  font-size: 24px;
  color: #7789a1;
  margin-bottom: 20px;
}
.prod-43 {
  height: 790px;
  background-color: #fff;
}
.prod-43 .suspen-img {
  position: absolute;
  right: 15%;
  bottom: 7%;
  width: 650px;
}
.prod-43 .suspen-img-2 {
  right: 22%;
  bottom: 3.5%;
}
.prod-43 .suspen {
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.prod-43 .text-box {
  max-width: 750px;
  width: 100%;
}
.prod-43 .h1 {
  font-size: 40px;
  color: #393939;
  margin-bottom: 20px;
}
.prod-43 .h2 {
  font-size: 46px;
  color: #000000;
  margin-bottom: 20px;
}
.prod-43 .text {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
}
.prod-43-05 {
  height: 790px;
  background-color: #fff;
}
.prod-43-05 .suspen-img {
  position: absolute;
  right: 15%;
  bottom: 7%;
  width: 650px;
}
.prod-43-05 .suspen-img-2 {
  right: 22%;
  bottom: 3.5%;
}
.prod-43-05 .suspen {
  top: 35%;
  left: 50%;
}
.prod-43-05 .text-box-05 {
  max-width: 400px;
  width: 100%;
}
.prod-43-05 .h1 {
  font-size: 40px;
  color: #393939;
  margin-bottom: 20px;
}
.prod-43-05 .h2 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.5;
}
.prod-43-05 .text {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
}
.prod-43 .s1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 40px;
  padding: 0 20px;
  background-image: linear-gradient(to right, #3bd6d3, #3bd9b8);
  border-radius: 5px;
  margin-left: 30px;
}
.prod-43 .s1::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 3px;
}
.prod-43 .s1 > span {
  position: relative;
  background: -webkit-linear-gradient(left, #3bd6d3, #3bd9b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-43 .s01 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 40px;
  padding: 20px;
  background-image: linear-gradient(to right, #002e73, #002e73);
  border-radius: 12px;
  margin: 20px 40px 20px 0px;
}
.prod-43 .s01::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 10px;
}
.prod-43 .s01 > span {
  position: relative;
  background: -webkit-linear-gradient(left, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-box-01 {
  width: 800px;
}
.back-img-01 {
  display: none;
}
.prod-43 .s001 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 37px;
  line-height: 40px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.prod-43 .s001::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #415374;
  border-radius: 10px;
}
.prod-43 .s001 > span {
  position: relative;
  background: -webkit-linear-gradient(left, #fff, #fff6e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-63-01 .suspen-img {
  bottom: 7%;
  width: 530px;
}
.prod-63-03 .suspen-img {
  bottom: 7%;
  width: 580px;
  left: 35%;
}
.prod-63-04 .suspen-img {
  bottom: 7%;
  width: 860px;
  left: 27%;
}
.prod-63-02 .suspen-img {
  bottom: 7%;
  width: 830px;
  left: 32%;
}
.prod-63 .suspen-img {
  bottom: 7%;
  width: 530px;
}
.prod-63 .suspen-img-2 {
  right: 17%;
}
.prod-44 {
  padding: 140px 0 10px;
  background-color: #f0f1f2;
}
.prod-list-5 {
  margin: 0 -35px;
  width: 85%;
  margin: auto;
}
.prod-list-5 li {
  padding: 0 35px;
  margin-bottom: 40px;
}
.prod-list-5 .name {
  font-size: 36px;
  text-align: center;
  margin-top: 30px;
  background: -webkit-linear-gradient(left, #3dd9ed, #3d90ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 3;
}
.prod-list-5 .img {
  border-radius: 10px;
}
.prod-45 .top {
  position: relative;
  min-height: 595px;
  padding: 200px 0 50px;
}
.prod-45 .top .text-box {
  max-width: 660px;
  width: 100%;
}
.prod-45 .top .h1 {
  font-size: 48px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom right, #b5daff 0%, #73fffe 30%, #8cbeef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-45 .top .text {
  font-size: 32px;
  color: #242424;
  line-height: 1.5;
}
.prod-45 .suspen-img {
  position: absolute;
  right: 10%;
  bottom: -35%;
}
.prod-45 .suspen-img-2 {
  right: 2%;
  bottom: -50%;
}
.prod-45 .bot {
  padding: 50px 0 80px;
  background: linear-gradient(to left, #3bd6d3, #3bd8bf);
}
.video-list .top {
  width: 85%;
  margin: auto;
}
.prod-45 .bot .text {
  width: 58%;
  font-size: 32px;
  color: #19958b;
  line-height: 1.8;
}
.prod-45 .bot .color {
  color: #fff;
}
.prod-45-2 .suspen-img {
  bottom: -15%;
}
.prod-45-2 .bot .text {
  width: 100%;
}
.prod-45-2 .bot {
  padding: 140px 0 70px;
}
.prod-46 {
  padding: 100px 0 115px;
  background-color: #f0f1f2;
}
.prod-46 .wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.prod-46 .text-box {
  width: 52%;
  padding-right: 15%;
}
.prod-46 .h1 {
  font-size: 48px;
  background: linear-gradient(to bottom right, #b5daff 0%, #73fffe 30%, #8cbeef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-46 .h2 {
  font-size: 48px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-46 .text {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
}
.prod-46 .img {
  width: 48%;
}
.prod-47 {
  padding: 115px 0 460px;
}
.back-title {
  display: inline-block;
  min-width: 204px;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  padding: 0 50px;
  height: 90px;
  line-height: 90px;
  background-image: url(/Public/Home/images/img37.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.prod-47 .back-title {
  margin-bottom: 100px;
}
.prod-47 .model {
  justify-content: center;
  align-items: flex-start;
  font-size: 68px;
  color: #737373;
  line-height: 1.2;
  width: fit-content;
}
.prod-47 .model .wrap {
  position: relative;
}
.prod-47 .model .d1 {
  font-size: 68px;
  color: #737373;
  line-height: 1.2;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
  text-align: center;
}
.prod-47 .model .d2 {
  margin: 0 5px;
  border-bottom: 1px solid #000000;
}
.prod-47 .model .d3 {
  position: absolute;
  top: 82px;
  left: 50%;
  min-width: 100%;
  font-size: 20px;
  color: #242424;
  padding-top: 230px;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 0);
}
.prod-47 .model .d3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 230px;
  background-color: #000;
  transform: translate(-50%, 0);
}
.prod-47 .model .d4 {
  padding-top: 330px;
}
.prod-47 .model .d4::before {
  height: 330px;
}
.prod-48 {
  padding: 100px 0 145px;
  background-color: #fff;
}
.prod-48 .container {
  width: 85%;
  margin: auto;
}
.prod-48 .back-title {
  margin-bottom: 40px;
}
.prod-48 .table {
  width: 100%;
}
.prod-48 .table th {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #333;
  border-top: 0;
  border-left: 0;
}
.prod-48 .table th:last-child {
  border-right: 0;
}
.prod-48 .table td {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding: 20px;
  border: 1px solid #333;
  border-left: 0;
}
.prod-48 .table td:last-child {
  border-right: 0;
}
.prod-49 {
  padding: 80px 0 140px;
  background-color: #18acc2;
}
.prod-49 .back-title {
  margin-bottom: 90px;
}
.prod-49 .wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.prod-49 .nav {
  position: relative;
  width: 36%;
  padding-left: 25px;
  border-left: 1px solid #ffffff;
}
.prod-49 .nav .active {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 2px;
  height: auto;
  background-color: #1490a3;
  transition: all .5s;
}
.prod-49 .name {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
  cursor: pointer;
}
.prod-49 li.on .name {
  font-weight: bold;
}
.prod-49 .drop-down {
  display: none;
  font-size: 16px;
  color: #00fffc;
  line-height: 1.5;
}
.prod-49 .nav li.on .drop-down {
  display: block;
}
.prod-49 .imgs {
  width: 64%;
  padding-left: 2%;
}
.prod-49 .img {
  display: none;
  text-align: center;
}
.prod-49 .img.on {
  display: block;
}
.prod-49 .img .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-49 .img img {
  margin: 0 10px;
}
.prod-49 .img-7 img {
  width: 80%;
}
.prod-49 .table {
  width: 100%;
}
.prod-49 .table th {
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
.prod-49 .table td {
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.prod-50 {
  padding: 110px 0 100px;
}
.prod-50 .back-title {
  margin-bottom: 110px;
}
.prod-list-6 {
  margin: 0 -30px;
}
.prod-list-6 li {
  padding: 0 30px;
  margin-bottom: 35px;
}
.prod-list-6 .d1 {
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 60px;
  background-image: linear-gradient(to right, #ffddb8, #68f5d7);
}
.prod-list-6 .d1::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 60px;
}
.prod-list-6 .number {
  position: relative;
  width: 33px;
  height: 33px;
  font-size: 20px;
  color: #a7573d;
  text-align: center;
  line-height: 31px;
  border: 1px solid #a7573d;
  border-radius: 50%;
  margin-right: 10px;
}
.prod-list-6 .name {
  position: relative;
  width: calc(100% - 43px);
  font-size: 24px;
  color: #a7573d;
}
.prod-51 {
  padding: 120px 0 140px;
  background-color: #18acc2;
}
.prod-51 .back-title {
  margin-bottom: 120px;
}
.prod-51 .boxs {
  text-align: center;
}
.prod-51 .l-box, .prod-51 .c-box, .prod-51 .r-box {
  display: inline-block;
  vertical-align: bottom;
}
.prod-51 .l-box {
  text-align: right;
}
.prod-51 .c-box {
  vertical-align: top;
  width: 615px;
}
.prod-51 .r-box {
  text-align: left;
}
.prod-51 .d-1 {
  font-size: 25px;
  color: #ffffff;
  line-height: 54px;
}
.prod-51 .d-2 {
  display: inline-block;
  width: 250px;
  height: 62px;
  line-height: 62px;
  font-size: 25px;
  color: #fff;
  padding: 0 30px;
  margin-top: 35px;
  background-image: url(/Public/Home/images/icon83.png);
}
.prod-51 .column {
  margin-bottom: 120px;
}
.prod-51 .h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.prod-51 .number {
  width: 33px;
  height: 33px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background-color: #00b7ee;
  margin-right: 25px;
}
.prod-51 .list-box-2 {
  align-items: center;
  flex-wrap: wrap;
}
.prod-51 .s1 {
  min-width: 170px;
  height: 54px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #00b7ee;
  margin-right: 20px;
}
.prod-52 {
  padding: 185px 0 160px;
}
.prod-52 .wrap {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
}
.prod-52 .l-box {
   width: 30%;
  min-width: 0;
  width: auto;
}
.prod-52 .img {
  width: 30%;
  min-width: 0;
  width: auto;
}
.prod-52 .back-title {
  margin-bottom: 110px;
}
.prod-52 .d1 {
  width: 296px;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #ffddb8, #68f5d7);
}
.prod-52 .d1::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 60px;
}
.prod-52 .number {
  position: relative;
  width: 33px;
  height: 33px;
  font-size: 20px;
  color: #a7573d;
  text-align: center;
  line-height: 31px;
  border: 1px solid #a7573d;
  border-radius: 50%;
  margin-right: 10px;
}
.prod-52 .name {
  position: relative;
  width: calc(100% - 43px);
  font-size: 24px;
  color: #a7573d;
}
.prod-53 .suspen {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}
.prod-53 .text-box {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
}
.prod-53 .h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.prod-53 .text {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}
.prod-53 .img1 {
  position: absolute;
  top: 0;
  left: 32%;
}
.prod-53 .img2 {
  position: absolute;
  top: 5%;
  left: 14%;
}
.prod-53 .img3 {
  position: absolute;
  right: 19%;
  bottom: 0;
}
.prod-53 .b1 {
  color: #fff;
}
.prod-54 {
  padding: 150px 0 100px;
  background-color: #727293;
}
.prod-54 .top {
  margin: 0 auto 120px auto;
  width: 85%;
}
.prod-list-7 {
  width: 85%;
  margin: auto;
}
.prod-54 .top .h1 {
  font-size: 30px;
  color: #c5c5c5;
  margin-bottom: 10px;
}
.prod-54 .top .h2 {
  font-size: 40px;
  color: #c5c5c5;
}
.prod-list-7 li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.prod-list-7 img {
  width: 115px;
}
.prod-list-7 .r-box {
  width: calc(100% - 115px);
  padding-left: 30px;
}
.prod-list-7 .number {
  font-size: 20px;
  color: #c5c5c5;
}
.prod-list-7 .name {
  font-size: 20px;
  color: #c5c5c5;
}
.prod-55 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
}
.prod-55 .text-box {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.prod-55 .h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
}
.prod-55 .text {
  font-size: 20px;
  color: #777777;
  line-height: 1.5;
}
.prod-55 .color {
  color: #000000;
}
.prod-55 .img {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}
.prod-56 {
  padding: 120px 0 110px;
  background-color: #fff;
}
.prod-56 .text-box {
  max-width: 1058px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.prod-56 .h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}
.prod-56 .text {
  font-size: 20px;
  color: #777777;
  line-height: 1.5;
}
.prod-56 .swiper6 {
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
}
.prod-56 .swiper-pagination {
  position: relative;
  margin: 20px auto 40px;
  z-index: 0;
}
.prod-56 .swiper-pagination-bullet {
  width: 156px;
  height: 2px;
  background-color: #b2b2b2;
  border-radius: 0;
  opacity: 1;
}
.prod-56 .swiper-pagination-bullet-active {
  background-color: #7c7c7c;
}
.prod-56 .text-2 {
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
.prod-57 {
  height: 900px;
  background: fixed;
  background-position: center center;
}
.prod-57 .img {
  display: none;
  background: fixed;
}
.prod-57 .suspen {
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-57 .text-box {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
}
.prod-57 .h1 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
.prod-57 .text {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}
.prod-58 {
  padding: 150px 0 160px;
  background-color: #727293;
}
.prod-58 .text-box {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 180px;
}
.prod-58 .text {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}
.prod-58 .img {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.prod-59 {
  padding: 170px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.prod-59 .top {
  text-align: center;
  margin-bottom: 130px;
}
.prod-59 .top .h1 {
  font-size: 50px;
  color: #646464;
  margin-bottom: 10px;
}
.prod-59 .top .h2 {
  font-size: 40px;
  color: #646464;
  line-height: 1.5;
}
.prod-list-8 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.prod-list-8 li {
  position: relative;
  padding: 0 20px;
  margin-bottom: 35px;
}
.prod-list-8 .suspen {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 480px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.prod-list-8 .suspen .h1 {
  font-size: 36px;
  color: #474747;
  margin-bottom: 20px;
}
.prod-list-8 .suspen .text {
  font-size: 18px;
  color: #474747;
  line-height: 1.5;
}
.prod-list-8 .column-2 .suspen {
  top: 50%;
  transform: translate(-50%, -50%);
}
.prod-60 {
  padding: 165px 0 130px;
  background-color: #fff;
}
.prod-60 .h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}
.prod-60 .swiper7 .swiper-button-next, .prod-60 .swiper7 .swiper-button-prev {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  background-position: center center;
  background-size: cover;
}
.prod-60 .swiper7 .swiper-button-prev {
  left: 15%;
  background-image: url(/Public/Home/static/picture/rig_06.png);
}
.prod-60 .swiper7 .swiper-button-next {
  right: 15%;
  background-image: url(/Public/Home/static/picture/rig_03.png);
}
.prod-60 .swiper7 .text {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding: 0 15px;
  margin-top: 35px;
  opacity: 0;
}
.prod-60 .swiper7 .swiper-slide-active .text {
  opacity: 1;
}
.prod-60 .swiper-pagination {
  position: relative;
  margin-top: 40px;
  z-index: 0;
}
.prod-60 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #7d7d7d;
}
.prod-61 {
  height: 900px;
  background-position: center center;
}
.prod-61 .img {
  display: none;
}
.prod-61 .suspen {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-61 .text-box {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-61 .h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}
.prod-61 .text {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.prod-62 {
  margin-top: 0px;
  height: calc(70vh - 157px);
  background-color: #727293;
}
.prod-62 .suspen {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.prod-62 .text-box {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.prod-62 .text {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 1.5;
}
.prod-62 .text .b1 {
  margin: 0;
}
.one-animation {
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 137px);
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.one-animation.top {
  top: 50px;
  height: calc(100vh - 50px);
}
.prod-26 .suspen {
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.prod-26 .text-box {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-26 .h1 {
  font-size: 48px;
  color: #fff;
  line-height: 70px;
  font-weight: 600;
}
.prod-26 .icon-copy:hover {
  color: #ffc900;
}
.prod-26 .icon-copy {
  color: #FFF;
}
.prod-26 .icon-copy-MGDW:hover {
  color: #ffc900;
}
.prod-26 .icon-copy-MGDW {
  color: #333;
}
.prod-26 .icon-copy-MHW {
  color: #333;
}
.prod-26 .icon-copy-MHW:hover {
  color: #ffc900;
}
.prod-26 .h2 {
  color: #fff;
  font-size: 22px;
  margin: 5px 0 35px 0;
  font-weight: 400;
  line-height: 1.5;
}
.prod-26 .text-box {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding-top: 15px;
}
.prod-26 .coincell {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding-top: 105px;
}
.back-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  z-index: 3;
}
.parameter .top {
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.parameter .top .name {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
}
.parameter .top .img {
  margin-top: 0;
}
.parameter .top .text {
  padding-top: 0;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.para-list {
  margin-bottom: 50px;
  width: 85%;
  margin: auto;
}
.para-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  /* border-bottom: 1px solid #d8d8d8;  */
}
.para-list li.er {
  padding: 14px 38px 14px 0;
}
.para-list li.title-column {
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
  padding: 55px 38px 55px 0;
}
.para-list li.tou {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}
.para-list li::before {
  position: absolute;
  content: "";
  top: 39px;
  right: 0;
  width: 19px;
  height: 8px;
  background-image: url(/Public/Home/images/icon68-2.png);
  cursor: pointer;
}
.para-list li.er::before {
  background-image: none;
}
.para-list li.on::before {
  background-image: url(/Public/Home/images/icon68.png);
}
.para-list .name {
  width: 304px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  color: #000;
}
.para-list .er .name {
  color: #666;
}
.para-list .r-box {
  width: calc(100% - 304px);
}
.para-list .h1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
}
.para-list .text-box {
  margin-bottom: 0;
  padding: 0 10px;
}
.para-list .text-box:last-child {}
.para-list .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, .85);
  padding: 6px 0 6px 24px;
  font-weight: 500;
}
.para-list .text-2 {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 16px;
}
.para-list .column-2 .r-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.para-list .column-2 .text-box {
  width: 50%;
  padding: 0 10px;
}
.para-list .column-3 .text {
  margin-top: 0;
}
.parameter .text-3 {
  padding: 24px 0;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.5;
}
.para-list .column-4 .r-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.para-list .column-4 .text-box {
  width: 33.33%;
  padding: 0 10px;
}
.para-list .column-4 .wrap {
  display: inline-block;
  text-align: center;
}
.para-list .column-4 .text {
  margin-top: 10px;
}
.para-list .title-column .name {
  width: 100%;
  font-size: 28px;
}
.prod-65 .suspen {
  top: 35%;
  left: 70%;
  transform: translate(-50%, 0);
}
.prod-65 .text-box {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
}
.prod-65 .h1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
}
.prod-65 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-66 {
  padding: 90px 0;
}
.prod-66 .text-box {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.prod-66 .h1 {
  font-size: 35px;
  color: #cca36c;
  line-height: 1.5;
  margin-bottom: 30px;
}
.prod-66 .text {
  font-size: 18px;
  color: #696969;
  line-height: 1.5;
}
.prod-list-9 li {
  text-align: center;
}
.prod-list-9 .number {
  font-size: 30px;
  color: #696969;
  line-height: 1.5;
  margin-top: 10px;
}
.prod-list-9 .name {
  font-size: 16px;
  color: #696969;
}
.prod-67 .suspen {
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-67 .text-box {
  text-align: center;
}
.prod-67 .h1 {
  font-size: 35px;
  color: #cca36c;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-67 .text {
  font-size: 18px;
  color: #c5c5c5;
  line-height: 1.5;
}
.prod-68 .suspen {
  top: auto;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-68 .text-box {
  text-align: center;
}
.prod-68 .h1 {
  font-size: 38px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-68 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-69 {
  padding: 70px 0;
  width: 75%;
  margin: auto;
}
.prod-69 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.prod-69 .h1 {
  display: inline-block;
  margin: 0 0 40px 0;
  border-bottom: 3px solid #696969;
  line-height: 80px;
  color: #696969;
  font-size: 40px;
}
.prod-69 .list-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.prod-69 .list-box .text {
  width: calc(100% - 102px);
  font-size: 25px;
  color: #696969;
  line-height: 1.5;
  padding-left: 100px;
  text-align: left;
}
.prod-70 {
  padding: 100px 0 60px;
  text-align: center;
  background-color: #000;
}
.prod-71 {
  padding: 150px 0;
}
.prod-71 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}
.prod-71 .h1 {
  font-size: 35px;
  color: #696969;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-71 .s1 {
  color: #f66200;
  padding: 0 25px;
  line-height: 40px;
  border: 1px solid #f66200;
  border-radius: 5px;
  margin-left: 15px;
}
.prod-71 .text {
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
}
.prod-72 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.prod-72 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-72 .h1 {
  font-size: 38px;
  color: #696969;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prod-72 .text {
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
}
.prod-73 {
  padding: 80px 0 120px;
}
.prod-73 .text-box {
  text-align: center;
  margin-bottom: 100px;
}
.prod-73 .h1 {
  font-size: 40px;
  color: #ed722c;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-73 .d1 {
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  padding: 0 30px;
  border: 2px solid #ed722c;
  border-radius: 5px;
}
.prod-74 .wrap {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #454545;
}
.prod-74 .l-box {
  padding: 60px 15px;
  text-align: right;
  background-color: #454545;
}
.prod-74 .r-box {
  padding: 60px 15px;
  background-color: #2c2c2c;
}
.prod-75 {
  padding-top: 50px;
}
.prod-75 .text-box {
  text-align: center;
  margin-bottom: 10px;
}
.prod-75 .h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 35px;
  color: #424242;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-75 .d1 {
  border: 1px solid #ff6c00;
  border-radius: 5px;
  color: #ff6c00;
  font-size: 18px;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  margin-left: 20px;
}
.prod-75 .text {
  font-size: 20px;
  color: #424242;
  line-height: 1.5;
}
.prod-75 .p-img {
  text-align: center;
}
.prod-76 {
  background-color: #000;
  padding: 100px 0 150px;
}
.prod-76 .list-box {
  min-height: 400px;
  text-align: center;
  margin-bottom: 60px;
}
.prod-76 .list-box li {
  display: none;
}
.prod-76 .list-box li.on {
  display: block;
}
.prod-76 .list-box .h1 {
  font-size: 35px;
  color: #929292;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-76 .list-box .text {
  font-size: 20px;
  color: #929292;
  line-height: 1.5;
}
.prod-76 .list-box li.last {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.prod-76 .list-box-2 .icon {
  width: 214px;
  height: 214px;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
}
.prod-76 .list-box-2 .icon img {
  transition: all 0.5s ease 0s;
}
.prod-76 .list-box-2 .name {
  font-size: 25px;
  color: #ff6700;
  text-align: center;
}
.prod-76 .list-box-2 li:hover .img1 {
  margin-top: -214px;
}
.prod-77 {
  padding: 70px 0;
  background-color: #e9e9e9;
}
.prod-77 .p-img {
  width: fit-content;
  margin: auto;
}
.prod-77 .text-box {
  text-align: center;
}
.prod-77 .h1 {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
}
.product {
  position: relative;
}
.prod-78 {
  width: 100%;
  height: 950px;
  background-image: url(/Public/Home/static/images/tws-1.jpg);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: cover;
  background-attachment: fixed;
}
.prod-78 .box-wrap {
  position: relative;
  width: 100%;
  height: 793px;
}
.prod-78 .img {
  position: absolute;
  top: 200px;
  left: 48%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.prod-78 .suspen {
  top: 10%;
  left: 30%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.prod-78 .text-box {
  max-width: 850px;
  width: 100%;
}
.fade-in {
  -webkit-animation: fade .8s ease-in 0s 1 normal forwards;
  animation: fade .8s ease-in 0s 1 normal forwards;
}
.fade-out {
  opacity: 1;
  -webkit-animation: fade-reverse .8s ease-out 0s 1 normal forwards;
  animation: fade-reverse .8s ease-out 0s 1 normal forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fade-reverse {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fade-reverse {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.prod-78 .h2 {
  font-size: 32px;
  color: #333;
  line-height: 1.5;
}
.prod-78 .h1 {
  font-size: 60px;
  color: #514e73;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.prod-78 .h1 .s1 {
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  padding: 0 10px;
  background-color: #ff6700;
  margin-left: 10px;
  border-radius: 22px;
}
.prod-78 .h3 {
  font-size: 25px;
  color: #333;
  line-height: 1.5;
}
.prod-78 .list-box {
  max-width: 500px;
  width: 100%;
  margin-top: 150px;
  transition: all .3s;
  opacity: 0;
}
.prod-78 .list-box li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
}
.prod-78 .name {
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  line-height: 20px;
  margin-top: 8px;
}
.s-img {
  display: none;
}
.prod-boxs {
  position: relative;
  padding-top: 793px;
}
.prod-text {
  height: 792px;
  /* padding-bottom: 200px; */
}
.prod-text .suspen {
  position: relative;
  /* top: 40%;

	left: 50%;

	transform: translate(-50%, 0); */
}
.prod-text .text-box {
  max-width: 600px;
  width: 100%;
}
.prod-text .h1 {
  font-size: 26px;
  margin: 25px 0;
  color: rgba(0, 0, 0, .45);
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  /* opacity: 0; */
  transition: all .7s;
}
.prod-text .h2 {
  font-size: 42px;
  color: #514e73;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  /* opacity: 0; */
  transition: all .7s;
}
.prod-text .s1 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
  background-color: #ff6700;
  padding: 10px;
  margin-top: 3px;
  margin-left: 10px;
  border-radius: 23px;
}
.prod-text .text {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  /* opacity: 0; */
  transition: all .7s;
}
.prod-text .img {
  margin-top: 150px;
  margin-left: -40px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
}
.prod-text .h3 {
  font-size: 42px;
  color: #514e73;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  /* opacity: 0; */
  margin-top: 150px;
  transition: all .7s;
}
.prod-text .h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5;
  -webkit-animation: anim_wy 0.7s alternate ease-in-out;
  animation: anim_wy 0.7s alternate ease-in-out;
  /* opacity: 0; */
  transition: all .7s;
}
.prod-79 {
  padding: 200px 0;
  background-color: #000;
}
.prod-79-2 {
  background-color: #fff;
}
.prod-79 .text-box {
  width: 47%;
  float: left;
}
.prod-79-2 .text-box {
  margin-top: 150px;
}
.prod-79 .text-wrap {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
}
.prod-79 .h1 {
  font-size: 30px;
  color: #fbf968;
  line-height: 40px;
  margin: 0 0 10px 0;
  font-weight: bold
}
.prod-79-2 .h1 {
  color: #000;
}
.prod-79 .text {
  font-size: 16px;
  color: #d3d3d3;
  line-height: 30px;
}
.prod-79-2 .text {
  color: #000;
}
.prod-79 .img {
  width: 53%;
  float: left;
  margin-top: 105px;
}
.prod-79-2 .img {
  margin-top: 0;
}
.prod-80 .text-box {
  float: left;
  width: 45%;
}
.prod-80 .text-wrap {
  max-width: 470px;
  width: 100%;
  margin-top: 160px;
  margin-left: 30px;
}
.prod-80 .h1 {
  font-size: 30px;
  color: #000;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.prod-80 .text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.prod-80 .img {
  float: left;
  width: 55%;
}
.prod-80 .box-wrap-2 .img {
  float: right;
  width: 55%;
  margin-top: -60px;
}
.prod-81 {
  padding: 250px 0;
  background-color: #000;
}
.prod-81 .img {
  float: left;
  width: 60%;
}
.prod-81 .text-box {
  float: left;
  width: 40%;
}
.prod-81 .text-wrap {
  max-width: 440px;
  width: 100%;
  margin-top: 200px;
  margin-left: 30px;
}
.prod-81 .h1 {
  font-size: 30px;
  color: #fbf968;
  margin-bottom: 10px;
}
.prod-81 .text {
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
}
.prod-82 {
  padding: 50px 0;
}
.prod-82 .container {
  max-width: 1230px;
}
.prod-82 .text-box {
  text-align: center;
  margin-bottom: 50px;
}
.prod-82 .h1 {
  font-size: 30px;
  color: #696969;
  margin-bottom: 30px;
}
.prod-82 .text {
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-83 .suspen {
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-83 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-83 .h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
.prod-83 .text {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.prod-84 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-84 .text-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-84 .h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
.prod-84 .text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.prod-87 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-87 .text-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-87 .h1 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
.prod-87 .text-box {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
.prod-88 .suspen {
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-88 .text-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-88 .h1 {
  font-size: 38px;
  color: #000;
  line-height: 1.5;
}
.prod-89 .suspen {
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-89 .text-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-89 .h1 {
  font-size: 38px;
  color: #000;
  line-height: 1.5;
}
.prod-91 .suspen {
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-91 .text-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-91 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-91 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-92 .suspen {
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-92 .text-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-92 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-92 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-93 .suspen {
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-93 .text-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-93 .h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-93 .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.prod-94 {
  padding: 130px 0 180px;
  background-color: #000;
}
.prod-94 .suspen {
  bottom: 180px;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod-94 .text-box {
  max-width: 1200px;
  width: 100%;
}
.prod-94 .text {
  max-width: 600px;
  font-size: 18px;
  color: #c5c5c5;
  line-height: 35px;
}
.prod-95 {
  overflow: hidden;
}
.prod-95 .img-1 {
  position: absolute;
  bottom: -200px;
  left: 800px;
  opacity: 0;
  transition: all 1.5s ease-in-out 0.5s;
}
.prod-95 .img-1.animated {
  opacity: 1;
  left: 530px;
  bottom: 20px;
}
.prod-95 .img-2 {
  position: absolute;
  top: 119px;
  left: 620px;
  opacity: 0;
  transition: all 2s ease-in-out 0.5s;
  transition-delay: 1.8s;
}
.prod-95 .img-2.hide-2 {
  display: none;
}
.prod-95 .img-2.animated {
  opacity: 1;
}
.prod-96 {
  padding: 115px 0 0;
  background-color: #000;
}
.prod-96 .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-96 .l-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.prod-96 .r-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.prod-96 .list-box {
  font-size: 0;
  text-align: center;
  margin-top: 210px;
  margin-bottom: 70px;
}
.prod-96 li {
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: #fff;
  font-size: 30px;
  background-color: #008ad5;
  border-radius: 50%;
  margin: 0 90px;
  transition: all 1s ease-in-out 0s;
  transition-delay: 1s;
  transform: scale(0);
  opacity: 0;
}
.prod-96 li.animated {
  transform: scale(1);
  opacity: 1;
}
.prod-96 .img {
  position: absolute;
  bottom: 70px;
  width: 100%;
  padding: 60px 0 50px 0;
  text-align: center;
  background-color: rgba(75, 75, 75, 0.9);
}
.prod-97 {
  padding: 115px 0;
  text-align: center;
}
.prod-97 .imgs {
  position: relative;
  display: inline-block;
}
.prod-97 li {
  position: absolute;
}
.prod-97 .name {
  font-size: 25px;
  color: #424242;
  line-height: 40px;
  margin-top: 10px;
}
.prod-97 .li-1 {
  position: absolute;
  top: 0;
  left: -70%;
}
.prod-97 .li-2 {
  position: absolute;
  top: 0;
  right: -70%;
}
.prod-97 .li-3 {
  position: absolute;
  bottom: 15%;
  left: -70%;
}
.prod-97 .li-4 {
  position: absolute;
  bottom: 15%;
  right: -70%;
}
.prod-98 {
  padding: 295px 0;
  text-align: center;
  background-color: #000;
}
.prod-98 .imgs {
  position: relative;
  display: inline-block;
}
.prod-98 li {
  position: absolute;
  width: 280px;
  text-align: left;
}
.prod-98 .d1 {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #c5c5c5;
}
.prod-98 .number {
  font-size: 50px;
  color: #ff6d11;
  line-height: 50px;
}
.prod-98 .s-1 {
  font-size: 30px;
}
.prod-98 .s1 {
  font-size: 30px;
  margin-left: 10px;
  font-style: normal;
}
.prod-98 .d2 {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 30px;
  margin-top: 10px;
}
.prod-98 .li-1 {
  top: -10%;
  left: -90%;
}
.prod-98 .li-2 {
  top: -10%;
  right: -90%;
}
.prod-98 .li-3 {
  bottom: 10%;
  left: -90%;
}
.prod-98 .li-4 {
  bottom: 10%;
  right: -90%;
}
.prod-99 {
  padding: 120px 0;
}
.prod-99 .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-99 .h1 {
  font-size: 40px;
  color: #696969;
  line-height: 50px;
  font-weight: normal;
}
.prod-99 .text {
  font-size: 18px;
  color: #696969;
  line-height: 25px;
  margin: 15px 0;
}
.prod-99 .h2 {
  font-size: 30px;
  color: #696969;
  line-height: 50px;
  margin-bottom: 200px;
}
.prod-99 .imgs {
  position: relative;
}
.prod-99 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 180px;
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.9s;
  transition-delay: 1s;
}
.prod-99 .img.animated {
  width: 100%;
  opacity: 1;
}
.prod-100 {
  padding: 150px 0 60px;
  background-color: #000;
}
.prod-100 .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-100 .h1 {
  font-size: 40px;
  line-height: 80px;
  color: #ff6700;
}
.prod-100 .text {
  font-size: 18px;
  color: #c5c5c5;
  line-height: 30px;
  margin-bottom: 170px;
}
.prod-101 {
  padding: 220px 0;
  background-color: #000;
}
.prod-101 .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.prod-101 .img {
  margin-bottom: 165px;
}
.prod-101 .text {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 30px;
}
.prod-102 .suspen {
  top: 40%;
  left: 30%;
  transform: translate(-50%, 0);
}
.prod-102 .text-box {
  max-width: 600px;
  width: 100%;
}
.prod-102 .h1 {
  font-size: 30px;
  color: #fff;
  line-height: 85px;
}
.prod-102 .text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.prod-list-10 li {
  padding: 30px;
  text-align: center;
}
.prod-list-10 .d1 {
  font-size: 25px;
  color: #4a4a4a;
  line-height: 40px;
}
.prod-list-10 .d2 {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 30px;
}
.prod-104 .text-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 180px 0 200px;
  margin: 0 auto;
}
.prod-104 .h1 {
  font-size: 35px;
  color: #000;
  line-height: 2;
  font-weight: bold;
}
.prod-104 .text {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
.prod-104 .bot {
  padding: 50px 0;
  background-color: #0CF;
}
.prod-104 .table {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
.prod-104 .table th {
  border: 2px solid #fff;
  padding: 15px 20px;
  text-align: center;
  background: #0CF;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}
.prod-104 .table td {
  border: 2px solid #fff;
  padding: 15px 20px;
  text-align: center;
  background: #0CF;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.prod-105 {
  padding: 80px 0 215px;
  background-size: cover;
  background-position: center center;
}
.prod-105 .suspen {
  position: relative;
  top: auto;
  left: auto;
}
.prod-105 .text-box {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-105 .h1 {
  font-size: 30px;
  color: #fff;
  line-height: 85px;
}
.prod-105 .text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 100px;
}
.prod-106 {
  font-size: 0;
}
.prod-106 .suspen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.prod-106 .text-box {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.prod-106 .h1 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 46px;
  color: #fff;
}
.prod-106 .about {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 300;
}
.prod-106 .text {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 20px;
  max-width: 600px;
  background-color: #f0b100;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 35px;
  float: none;
  display: inline-block;
  font-weight: bolder;
}
.prod-106 .text2 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 16px;
}
.prod-106 .btns {
  display: inline-block;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  vertical-align: middle;
}
.prod-106 .play {
  vertical-align: top;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: rgba(194, 200, 204, .5);
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.prod-106 .play::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 40%;
  border-left: solid 9px #fff;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}
.prod-107 {
  padding: 60px 0;
  background-color: #000;
}
.prod-107 .img {
  position: relative;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.prod-107 .point {
  position: absolute;
}
.prod-107 .point i {
  display: block;
  width: 12px;
  height: 12px;
  background: #fffc00;
  border-radius: 100%;
}
.prod-107 .point1 {
  left: 8.5%;
  top: 43.5%;
}
.prod-107 .point2 {
  left: 24.5%;
  top: 38.5%;
}
.prod-107 .point3 {
  left: 48%;
  top: 20%;
}
.prod-107 .point4 {
  left: 50.5%;
  top: 16.5%;
}
.prod-107 .point5 {
  right: 13.5%;
  top: 22%;
}
.prod-107 .point6 {
  right: 13.5%;
  top: 50%;
}
.prod-107 .point7 {
  right: 35%;
  top: 64%;
}
.prod-107 .point span {
  position: absolute;
  display: block;
  width: 76px;
  height: 76px;
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  background: #fffc00;
  border: 2px solid #fffc00;
  border-radius: 100%;
}
.prod-107 .point1 span, .prod-107 .point6 span {
  line-height: 20px;
}
.prod-107 .point:hover span {
  background: #fff;
  color: #333;
}
.prod-107 .point1 span {
  left: -60px;
  top: -70px;
  -webkit-animation: move1 1.5s infinite linear;
  animation: move1 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point2 span {
  left: -65px;
  top: -65px;
  -webkit-animation: move2 1.5s infinite linear;
  animation: move2 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point3 span {
  left: -70px;
  top: -55px;
  -webkit-animation: move3 1.5s infinite linear;
  animation: move3 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point4 span {
  left: -35px;
  top: -80px;
  -webkit-animation: move5 1.5s infinite linear;
  animation: move5 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point5 span {
  left: 0;
  top: -65px;
  -webkit-animation: move4 1.5s infinite linear;
  animation: move4 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point6 span {
  left: -10px;
  top: 5px;
  -webkit-animation: move2 1.5s infinite linear;
  animation: move2 1.5s infinite linear;
  -moz-animation: none
}
.prod-107 .point7 span {
  left: -10px;
  top: 5px;
  font-size: 13px;
  -webkit-animation: move3 1.5s infinite linear;
  animation: move3 1.5s infinite linear;
  -moz-animation: none
}
.prod-108 {
  padding: 130px 0;
  background-color: #cdfff5;
}
.prod-108 .h1 {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, #3dd9ed 30%, #3d90ed 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
.prod-108 .prod-list-4 {
  margin-top: 110px;
}
.prod-108 .prod-list-4 i {
  display: block;
  width: 120px;
  height: 120px;
  font-size: 0;
  text-align: center;
  line-height: 120px;
  margin: 0 auto;
}
.prod-108 .prod-list-4 .name {
  font-size: 22px;
  color: #606060;
  line-height: 1.5;
}
.prod-108 .prod-list-4 .number {
  font-size: 22px;
  color: #606060;
  line-height: 1.5;
}
.prod-109 .swiper-button-next, .prod-109 .swiper-button-prev {
  width: 166px;
  height: 172px;
  margin-top: -86px;
  background-size: cover;
}
.prod-109 .swiper-button-prev {
  left: 5%;
  background-image: url(/Public/Home/static/picture/rig_06.png);
}
.prod-109 .swiper-button-next {
  right: 5%;
  background-image: url(/Public/Home/static/picture/rig_03.png);
}
.prod-109 .suspen {
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, 0);
}
.prod-109 .text-box {
  max-width: 480px;
  width: 100%;
}
.prod-109 .h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.5;
}
.prod-109 .text {
  font-size: 36px;
  color: #ffffff;
}
.prod-109 .text-box-2 {
  margin-left: auto;
}
.prod-110 {
  padding: 105px 0;
  background-color: #f0f1f2;
}
.prod-110 .container {
  width: 100%;
  max-width: 1600px;
}
.prod-110 .text-box {
  float: left;
  width: 41%;
  margin-top: 180px;
}
.prod-110 .text-wrap {
  max-width: 550px;
  width: 100%;
}
.prod-110 .h1 {
  font-size: 46px;
  color: #000000;
  line-height: 70px;
  font-weight: bold;
}
.prod-110 .text {
  font-size: 28px;
  color: #000000;
  line-height: 46px;
  margin-top: 20px;
  font-weight: 300;
}
.prod-110 .img {
  float: left;
  width: 59%;
}
.prod-111 {
  padding: 55px 0 125px;
}
.prod-111 .text-box {
  float: left;
  width: 50%;
  margin-top: 300px;
}
.prod-111 .text-wrap {
  max-width: 450px;
  width: 100%;
}
.prod-111 .h1 {
  font-size: 46px;
  color: #000000;
  line-height: 70px;
  font-weight: bold;
}
.prod-111 .text {
  font-size: 32px;
  color: #000000;
  line-height: 46px;
  margin-top: 20px;
  font-weight: 300;
}
.prod-111 .img {
  float: right;
  width: 50%;
}
.prod-112 {
  text-align: center;
  padding: 0 0 70px;
  background-image: linear-gradient(to right, #f8b730, #ef8103);
}
.prod-112 .h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 35px;
}
.prod-112 .text {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 70px;
}
.prod-113 .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 170px 0;
  border-bottom: 1px solid #a0a0a0;
}
.prod-113 .text-box {
  float: left;
  width: 35%;
  padding-right: 5.5%;
}
.prod-113 .img {
  float: left;
  width: 65%;
}
.prod-113 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-113 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 40px;
}
.prod-114 .wrap {
  text-align: center;
  padding: 90px 0 100px;
  border-bottom: 1px solid #a0a0a0;
}
.prod-114 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-114 .text-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.prod-114 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 30px;
}
.prod-114 .img {
  margin-top: 80px;
}
.prod-115 .wrap {
  text-align: center;
  padding: 100px 0;
  border-bottom: 1px solid #a0a0a0;
}
.prod-115 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-115 .text-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.prod-115 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 30px;
}
.prod-115 .img {
  margin-top: 80px;
}
.prod-116 .wrap {
  padding: 90px 0 210px;
  border-bottom: 1px solid #a0a0a0;
}
.prod-116 .h1 {
  font-size: 48px;
  color: #221815;
  text-align: center;
  font-weight: bold;
}
.prod-116 .list-box {
  margin-top: 120px;
}
.prod-116 li {
  text-align: center;
}
.prod-116 .name {
  font-size: 24px;
  color: #221815;
  margin-top: 35px;
}
.prod-116 .text {
  font-size: 18px;
  color: #221815;
  margin-top: 20px;
}
.prod-116 .text-2 {
  font-size: 18px;
  color: #221815;
  margin-top: 80px;
}
.prod-116 .li-wrap {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.prod-117 {
  padding-top: 70px;
}
.prod-117 .h1 {
  font-size: 48px;
  color: #221815;
  text-align: center;
  font-weight: bold;
}
.prod-117 .nav-box {
  font-size: 0;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
.prod-117 .nav-box li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
  padding-bottom: 40px;
  text-align: center;
  cursor: pointer;
}
.prod-117 .nav-box li.on::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff6700;
}
.prod-117 .icon {
  width: 70px;
  margin: 0 auto;
}
.prod-117 .name {
  font-size: 20px;
  color: #221815;
  margin-top: 20px;
}
.prod-117 .list-box {
  margin-top: 27px;
}
.prod-117 .list-box li {
  display: none;
}
.prod-117 .list-box li.on {
  display: flex;
  align-items: stretch;
}
.prod-117 .img {
  width: 600px;
}
.prod-117 .text-box {
  width: calc(100% - 600px);
  background-image: url(/Public/Home/images/img166.jpg);
  background-size: cover;
  padding: 70px 60px;
  font-size: 0;
}
.prod-117 .symbol {
  display: inline-block;
  vertical-align: top;
}
.prod-117 .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 73px);
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  margin-top: 100px;
}
.prod-117-2 {
  padding-bottom: 170px;
}
.prod-118 {
  text-align: center;
  padding: 130px 0 80px;
  background-image: linear-gradient(to right, #8288e4, #6870d3);
}
.prod-118 .text-box {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.prod-118 .h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
.prod-118 .text {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
}
.prod-118 .img {
  margin-top: 40px;
}
.prod-119 .wrap {
  align-items: center;
  padding: 120px 0 110px;
  border-bottom: 1px solid #a0a0a0;
}
.prod-119 .text-box {
  width: 55%;
  padding-right: 15%;
}
.prod-119 .img {
  width: 45%;
}
.prod-119 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-119 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 40px;
}
.prod-120 .wrap {
  align-items: center;
  padding: 180px 0 160px;
}
.prod-120 .text-box {
  width: 45%;
  padding-left: 10%;
}
.prod-120 .img {
  width: 55%;
}
.prod-120 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-120 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 40px;
}
.prod-121 {
  background-color: #f5f6f7;
}
.prod-121 .wrap {
  align-items: center;
  padding: 75px 0 120px;
}
.prod-121 .text-box {
  width: 45%;
  padding-left: 10%;
}
.prod-121 .img {
  width: 55%;
}
.prod-121 .h1 {
  font-size: 48px;
  color: #221815;
  font-weight: bold;
}
.prod-121 .text {
  font-size: 20px;
  color: #221815;
  margin-top: 40px;
}
.prod-121 .d-1 {
  font-size: 14px;
  color: #221815;
  margin-top: 40px;
}
.prod-117-3 {
  padding: 170px 0 280px;
}
.prod-117-3 .nav-box {
  margin-top: 130px;
}
.prod-122 {
  padding: 170px 0 200px;
  background-color: #f0f5f7;
}
.software .prod-113, .software .prod-114, .software .prod-115, .software .prod-116, .software .prod-117, .software .prod-119, .software .prod-120 {
  background: #ffffff;
}
.prod-122 .wrap {
  max-width: 1060px;
  width: 100%;
  padding: 65px 160px 60px 60px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.prod-122 .l-box {
  float: right;
  width: 220px;
}
.prod-122 .r-box {
  float: left;
  width: calc(100% - 350px);
}
.prod-122 .l-box .text {
  font-size: 36px;
  color: #403c3d;
  line-height: 48px;
  font-weight: bold;
}
.prod-122 .link {
  display: inline-block;
  width: 235px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #4a67fc;
  margin-top: 125px;
}
.prod-122 .h1 {
  font-size: 36px;
  color: #403c3d;
  font-weight: bold;
  padding-left: 24px;
}
.prod-122 .h1 .icon {
  margin-left: -24px;
  margin-bottom: 15px;
}
.prod-122 .r-box .text {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 30px;
  margin-top: 15px;
  padding-left: 24px;
}
.prod-123 .suspen-img {
  right: 14.5%;
  width: 600px;
  transition: all .5s;
}
.prod-123 .suspen-img.on {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.prod-123 .s1 {
  margin-left: 5px;
  background-image: linear-gradient(to right, #92cef5, #c5e6ff);
}
.prod-123 .s1 > span {
  background: -webkit-linear-gradient(left, #3dadff, #1c73d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-124 {
  background-color: #dcf5ff;
}
.prod-124 .h1 {
  background: linear-gradient(to right, #30e5f4 30%, #3097f4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-125 {
  background-color: #f5f6f7;
}
.prod-125 .prod-list-5 .name {
  background: -webkit-linear-gradient(left, #3dadff, #1c73d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod-126 .slide-1 .suspen {
  bottom: 7%;
  width: 100%;
  padding: 60px 0 70px;
  background-color: rgba(220, 235, 249, .85)
}
.prod-126 .slide-1 .text-box {
  text-align: center;
  margin: 0 auto;
}
.prod-126 .slide-1 .h1 {
  color: #1a254e;
}
.prod-126 .slide-1 .text {
  color: #1a254e;
}
.prod-126 .swiper-pagination {
  bottom: 7%;
}
.prod-126 .swiper-pagination-bullet {
  background-color: #7d7d7d;
  opacity: 1;
}
.back-title-1 {
  background-image: url(/Public/Home/images/icon111.png);
}
.prod-127 {
  padding-bottom: 160px;
  background-color: #fff;
}
.prod-127 .container {
  width: 95%;
}
.prod-127 .list-box {
  margin-top: 450px;
  font-size: 28px;
  color: #193e8a;
  line-height: 40px;
}
.prod-127 .model .d6 {
  padding-top: 90px;
}
.prod-127 .model .d6::before {
  height: 90px;
}
.prod-127 .model .d7 {
  padding-top: 155px;
}
.prod-127 .model .d7::before {
  height: 155px;
}
.prod-127 .model .d8 {
  padding-top: 300px;
}
.prod-127 .model .d8::before {
  height: 300px;
}
.prod-127 .model .d4 {
  padding-top: 350px;
}
.prod-127 .model .d4::before {
  height: 350px;
}
.prod-128 .table .text {
  text-align: left;
}
.prod-129 .top .h2 {
  color: #646464;
}
.prod-130 {
  background-color: #fff;
}
.prod-130 .l-box {
  padding-right: 5%;
}
.prod-130 .number {
  color: #fff;
  border: 0;
  background-color: #38c5f2;
  margin-top: 9px;
}
.prod-130 .d1 {
  align-items: flex-start;
  max-width: 470px;
  width: 100%;
  height: auto;
  background: none;
}
.prod-130 .name {
  font-size: 30px;
  color: #242d3e;
}
.prod-131 {
  background-color: #2ea4d6;
}
.prod-131 .container {
  width: 85%;
}
.prod-131 .back-title {
  margin-bottom: 0;
}
.prod-131 .boxs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.prod-131 .d-1 {
  font-size: 25px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px;
}
.prod-132 .swiper3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.prod-133 {
  background-color: #fff;
}
.prod-135 {
  padding: 50px 0;
  background-color: #fff;
}
.prod-135 .container {
  width: 100%;
  max-width: 2000px;
}
.prod-135 .text-box {
  width: 40%;
  margin-top: 250px;
}
.prod-135 .text-wrap {
  max-width: 100%;
  padding-right: 5%;
}
.prod-135 .img {
  width: 50%;
}
.prod-136 .text {
  font-size: 30px;
  color: #c5c5c5;
  line-height: 60px;
}
.prod-136 .text .b1 {
  color: #fff;
}
.prod-32-2 {
  /*20210715*/
  /*display: none;*/
  display: block;
}
/*.prod-32-1 {

	position: relative;

	top: auto;

	height: auto;

}*/
.prod-32-1 {
  background: #444444;
}
.prod-32-2 {
  margin-top: calc(100vh - 137px);
  height: calc(100vh - 137px);
}
.prod-32-1 .suspen .h2, .prod-32-1 .suspen .text {
  display: none;
}
.prod-32-1 .suspen .h1 {
  font-size: 42px;
}
.prod-32-1 .back-color {
  /*display: none;*/
  display: block;
}
/*20210715*/
/*.prod-34-1 {

	position: relative;

	top: auto;

	height: auto;

}*/
.prod-34-1 .h1 {
  font-weight: bold;
}
/*20210715*/
/*.prod-34-1 .back-color {

	display: none;

}*/
.prod-34-1 .back-color {
  display: block;
}
.prod-34-1 {
  background: #444444;
}
.prod-34-2 {
  margin-top: 0;
  height: 400px;
}
.prod-34-1 .suspen .h2, .prod-34-1 .suspen .text {
  display: none;
}
.prod-34-1 .suspen .h1 {
  font-size: 42px;
}
/* 媒体查询 */
@media screen and (max-width: 1680px) {
  .prod-63 .suspen-img-2 {
    right: 23%;
  }
  /*20210715*/
  .prod-34-1 .suspen .h1 {
    text-align: left;
  }
}
@media screen and (max-width: 1600px) {
  .autompage8_1 .img {
    background-size: cover;
    height: 575px;
  }
  .autompage8_1 .line1 {
    top: 200px;
    left: 55px;
  }
  .autompage8_1 .line1 img {
    width: 660px;
  }
  .autompage8_1 .line2 {
    top: 0;
    left: 780px;
  }
  .autompage8_1 .line2 img {
    width: 115px;
  }
  .autompage8_1 .line3 {
    top: 65px;
    right: 130px;
  }
  .autompage8_1 .line3 img {
    width: 30px;
  }
  .autompage8_1 .line4 {
    top: 370px;
    left: 770px;
  }
  .autompage8_1 .line4 img {
    width: 30px;
  }
  .autompage8_1 .line5 {
    top: 430px;
    right: 140px;
  }
  .autompage8_1 .line5 img {
    width: 30px;
  }
  .autompage9_2 li {
    width: 200px;
    height: 200px;
    padding: 55px 0;
  }
  .prod-20 .text-box {
    margin-right: -120px;
  }
  .prod-43 .suspen-img {
    width: 35%;
    bottom: 12%;
  }
  .prod-63 .suspen-img {
    width: 230px;
    bottom: 7%;
  }
  .prod-123 .suspen-img {
    width: 500px;
    bottom: 5%;
  }
  .prod-45 .suspen-img {
    width: 30%;
  }
  .prod-list-6 {
    margin: 0 -20px;
  }
  .prod-list-6 li {
    padding: 0 20px;
  }
  .prod-list-6 .name {
    font-size: 16px;
  }
  .prod-53 .suspen {
    left: 59%;
  }
  .prod-53 .img3 {
    right: 10%;
  }
  .prod-41 .img1, .prod-41 .img2 {
    width: 48%;
  }
  /*.prod-63 .suspen-img {

		width: auto;

	}*/
  .prod-64 .suspen-img {
    width: auto;
  }
  .prod-65 .text-box {
    max-width: 520px;
  }
  .prod-80 .box-wrap-2 .img {
    margin-top: 0;
  }
  .prod-81 .text-wrap {
    margin-top: 150px;
  }
  .prod-95 .p-img {
    height: 750px;
  }
  .prod-95 .img-1.animated {
    width: 400px;
    left: 430px;
  }
  .prod-95 .img-2 {
    width: 600px;
    top: 150px;
    left: 500px;
  }
  .prod-43 .suspen-img-2 {
    right: 28%;
  }
  .prod-117 .img {
    width: 500px;
  }
  .prod-117 .text-box {
    width: calc(100% - 500px);
  }
  .prod-117 .symbol {
    width: 50px;
  }
  .prod-117 .text {
    margin-top: 70px;
  }
  .prod-63 .suspen-img-2 {
    right: 25%;
  }
}
@media screen and (max-width: 1440px) {
  /*20210715*/
  .one-animation .back-color {
    background: rgba(0, 0, 0, 0.95);
  }
  .prod-19 .h1 {
    font-size: 50px;
  }
  .prod-20 .text-box {
    max-width: 500px;
    margin-right: 0;
  }
  .prod-20 .h1 {
    font-size: 50px;
  }
  .prod-21 .text-box {
    max-width: 500px;
  }
  .prod-21 .h1 {
    font-size: 50px;
  }
  .prod-29 .text-box {
    max-width: 100%;
    white-space: nowrap;
  }
  .prod-43 .h1 {
    font-size: 30px;
  }
  .prod-43 .h2 {
    font-size: 36px;
  }
  .prod-list-5 li {
    padding: 0 15px;
  }
  .prod-43 .s1 {
    font-size: 18px;
    line-height: 29px;
  }
  .tofeature h1 {
    font-size: 28px;
  }
  .prod-43 .s01 {
    font-size: 20px;
    padding: 9px;
    border-radius: 10px;
    margin: 20px 5px 20px 0px;
  }
  .prod-43 .text {
    font-size: 18px;
  }
  .prod-list-5 .name {
    font-size: 26px;
  }
  .prod-45 .top .text-box {
    max-width: 500px;
  }
  .prod-45 .top .h1 {
    font-size: 40px;
  }
  .prod-45 .top .text {
    font-size: 30px;
  }
  .prod-45 .bot .text {
    font-size: 20px;
  }
  .prod-46 .h1 {
    font-size: 40px;
  }
  .prod-46 .h2 {
    font-size: 50px;
  }
  .prod-46 .text {
    font-size: 20px;
  }
  .back-title {
    min-width: 200px;
    height: 70px;
    line-height: 70px;
  }
  .prod-43 .s01::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 8px;
  }
  .prod-43 img {
    width: -webkit-fill-available;
  }
  .prod-43-01 .text-box {
    max-width: fit-content;
    text-align: center;
  }
  .prod-63-01 .suspen-img {
    width: 450px;
    left: 30%;
  }
  .prod-63-01 .suspen {
    top: 8%;
    left: 2%;
  }
  .prod-63-02 .suspen-img {
    width: 730px;
    left: 13%;
  }
  .prod-63-02 .text-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .prod-43-02 .suspen {
    top: 5%;
    left: 0;
  }
  .prod-63-03 .suspen-img {
    left: 25%;
  }
  .prod-63-04 .suspen-img {
    bottom: 8%;
    left: 0;
  }
  .prod-43-05 img {
    width: -webkit-fill-available;
  }
  .prod-43-05 {
    height: auto;
  }
  .prod-43-05 .suspen {
    top: 12%;
    left: 0;
  }
  .prod-43 .suspen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .prod-43-05 .text-box-05 {
    max-width: 100%;
    text-align: center;
  }
  .prod-43-05 .h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
  }
  .prod-51 .s1 {
    margin-bottom: 10px;
  }
  .prod-52 .back-title {
    margin-bottom: 120px;
  }
  .prod-53 .img1 {
    left: 28%;
    width: 18%;
  }
  .prod-53 .img2 {
    left: 8%;
    width: 20%;
  }
  .prod-53 .img3 {
    width: 43%;
  }
  .prod-53 .h1 {
    font-size: 40px;
  }
  .prod-53 .text {
    font-size: 20px;
  }
  .prod-53 .suspen {
    /*left: 50%;*/
    /*20210902*/
    top: 40%;
  }
  .prod-53 .text-box {
    max-width: 500px;
  }
  .prod-62 .text {
    font-size: 20px;
  }
  .prod-54 .top .h1 {
    font-size: 30px;
  }
  .prod-54 .top .h2 {
    font-size: 40px;
  }
  .prod-list-7 .number {
    font-size: 20px;
  }
  .prod-list-7 .name {
    font-size: 20px;
  }
  .prod-55 .h1 {
    font-size: 40px;
  }
  .prod-55 .text {
    font-size: 20px;
  }
  .prod-56 .h1 {
    font-size: 40px;
  }
  .prod-56 .text {
    font-size: 20px;
  }
  .prod-56 .text-2 {
    font-size: 20px;
  }
  .prod-57 .h1 {
    font-size: 30px;
  }
  .prod-57 .text {
    font-size: 20px;
  }
  .prod-61 .h1 {
    font-size: 40px;
  }
  .prod-61 .text {
    font-size: 20px;
  }
  .prod-58 .text {
    font-size: 20px;
  }
  .prod-59 .top .h1 {
    font-size: 50px;
  }
  .prod-59 .top .h2 {
    font-size: 30px;
  }
  .prod-list-8 .suspen .h1 {
    font-size: 40px;
  }
  .prod-list-8 .suspen .text {
    font-size: 16px;
  }
  .prod-60 .h1 {
    font-size: 30px;
  }
  .prod-60 .swiper7 .text {
    font-size: 16px;
  }
  .prod-48 .table th {
    font-size: 18px;
    padding: 15px;
  }
  .prod-48 .table td {
    font-size: 18px;
    padding: 15px;
  }
  .prod-64 .suspen-img {
    width: 40%;
    bottom: -40%;
  }
  .prod-46 .text-box {
    padding-right: 10%;
  }
  .prod-80 .text-wrap {
    margin-top: 120px;
  }
  .prod-79-2 .text-box {
    margin-top: 80px;
  }
  .prod-88 .suspen {
    top: 7%;
  }
  .prod-89 .suspen {
    top: 5%;
  }
  .prod-91 .suspen {
    top: 10%;
  }
  .prod-93 .suspen {
    top: 20%;
  }
  .prod-108 .h1 {
    font-size: 40px;
  }
  .prod-108 .prod-list-4 {
    margin-top: 70px;
  }
  .prod-108 .prod-list-4 .name {
    font-size: 18px;
  }
  .prod-108 .prod-list-4 .number {
    font-size: 18px;
  }
  .prod-109 .h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .prod-109 .text {
    font-size: 20px;
  }
  .prod-43 .suspen-img-2 {
    right: 30%;
  }
  .prod-63 .suspen-img-2 {
    right: 27%;
  }
  .prod-112 .img-1 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .prod-112 .h1 {
    font-size: 40px;
  }
  .prod-112 .text {
    font-size: 20px;
  }
  .prod-113 .h1 {
    font-size: 30px;
  }
  .prod-113 .text {
    font-size: 16px;
    margin-top: 30px;
  }
  .prod-114 .h1 {
    font-size: 30px;
  }
  .prod-114 .text {
    font-size: 16px;
  }
  .prod-115 .h1 {
    font-size: 30px;
  }
  .prod-115 .text {
    font-size: 16px;
  }
  .prod-116 .h1 {
    font-size: 30px;
  }
  .prod-116 .icon {
    width: 180px;
    margin: 0 auto;
  }
  .prod-116 .name {
    font-size: 18px;
    margin-top: 20px;
  }
  .prod-116 .text {
    font-size: 14px;
  }
  .prod-116 .text-2 {
    font-size: 14px;
    margin-top: 40px;
  }
  .prod-117 .h1 {
    font-size: 30px;
  }
  .prod-117 .nav-box li {
    padding: 0 30px;
    padding-bottom: 30px;
  }
  .prod-117 .icon {
    width: 70px;
    margin: 0 auto;
  }
  .prod-117 .name {
    font-size: 16px;
  }
  .prod-117 .text {
    font-size: 16px;
  }
  .prod-118 .h1 {
    font-size: 30px;
  }
  .prod-118 .text {
    font-size: 16px;
  }
  .prod-119 .h1 {
    font-size: 30px;
  }
  .prod-119 .text {
    font-size: 16px;
  }
  .prod-120 .h1 {
    font-size: 30px;
  }
  .prod-120 .text {
    font-size: 16px;
  }
  .prod-121 .h1 {
    font-size: 30px;
  }
  .prod-121 .text {
    font-size: 16px;
  }
  .prod-130 .l-box {
    width: 50%;
  }
  .prod-130 .img {
    width: 50%;
  }
  /*20210715*/
  .footer .search .btn-search {
    margin-right: 20px;
  }
  .footer .search .close {
    right: 20px;
  }
  .prod-34-1 .suspen .h1 {
    padding-left: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1366px) {
  /*20210715*/
  .prod-32 .text-box {
    max-width: 850px;
    margin: auto;
  }
  .prod-62 .text-box {
    max-width: 850px;
  }
  /*20210715*/
  .footer .search .btn-search {
    margin-right: 80px;
  }
  .footer .search .close {
    right: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .prod-43 .suspen-img {
    bottom: 20%;
  }
  .prod-81 .text-wrap {
    margin-top: 100px;
  }
  .prod-79-2 .text-box {
    margin-top: 50px;
  }
  .prod-45 .top {
    padding: 100px 0;
    min-height: 400px;
  }
  .prod-64 .suspen-img {
    bottom: -50%;
  }
  .prod-63 .suspen-img {
    width: 20%;
  }
  .prod-63 {
    height: 800px;
  }
  .prod-109 .swiper-button-next, .prod-109 .swiper-button-prev {
    width: 100px;
    height: 104px;
    margin-top: -52px;
  }
  .prod-51 .c-box {
    width: 400px;
  }
  .prod-51 .d-1 {
    font-size: 18px;
    line-height: 30px;
  }
  .prod-51 .d-2 {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 10px;
    background-size: cover;
  }
  .prod-14 .list-nav {
    width: 100%;
    overflow-x: auto;
  }
  .prod-14 .list-nav::-webkit-scrollbar {
    display: none;
  }
  .prod-130 .name {
    font-size: 20px;
  }
  .prod-63 .suspen-img-2 {
    right: 30%;
  }
  .prod-63 .suspen-img {
    bottom: 5%;
  }
  .prod-123 .suspen-img {
    bottom: 5%;
  }
  .prod-60 .swiper7 .swiper-button-next, .prod-60 .swiper7 .swiper-button-prev {
    margin-top: -60px;
  }
  .prod-main .video-box {
    min-height: 1px;
  }
  .prod-main .video-box .video {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 1199px) {
  .autompage8_3 .img {
    width: 1140px;
    height: 640px;
    background-size: cover;
    background-position: center;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin-left: -100px;
  }
  .autompage8_1 .img {
    width: 940px;
    height: 470px;
  }
  .autompage8_1 .line1 {
    top: 160px;
    left: 40px;
  }
  .autompage8_1 .line1 img {
    width: 540px;
  }
  .autompage8_1 .line2 {
    top: -20px;
    left: 640px;
  }
  .autompage8_1 .line2 img {
    width: 100px;
  }
  .autompage8_1 .line3 {
    top: 70px;
    right: 100px;
  }
  .autompage8_1 .line3 img {
    width: 22px;
  }
  .autompage8_1 .line4 {
    top: 310px;
    left: 610px;
  }
  .autompage8_1 .line4 img {
    width: 22px;
  }
  .autompage8_1 .line5 {
    top: 355px;
    right: 110px;
  }
  .autompage8_1 .line5 img {
    width: 22px;
  }
  .prauto_5 .img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  .autompage9_1 .img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin-left: -100px;
  }
  .autompage9_2 li {
    width: 140px;
    height: 140px;
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0;
  }
  .prod-1 .text-box {
    max-width: 500px;
  }
  .prod-6 .text-box {
    max-width: 500px;
  }
  .pallet .text {
    font-size: 18px;
  }
  .prod-list-2 li {
    padding: 30px 25px;
  }
  .prod-11 .title .img-1 {
    left: 70px;
  }
  .prod-11 .title .img-2 {
    right: 70px;
  }
  .swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
    width: 80px;
    height: 82px;
    margin-top: -241px;
  }
  .chamber .swiper3 .swiper-button-next, .chamber .swiper3 .swiper-button-prev {
    width: 30px;
    height: 31px;
    background-position: center center;
    margin-top: -5px;
  }
  .prod-19 .h1 {
    font-size: 28px;
  }
  .prod-19 .text {
    font-size: 16px;
  }
  .prod-20 .text-box {
    max-width: 360px;
  }
  .prod-20 .h1 {
    font-size: 28px;
  }
  .prod-3 .h1 {
    font-size: 30px;
  }
  .prod-list-1 .name {
    font-size: 20px;
  }
  .prod-list-1 .number {
    font-size: 16px;
  }
  .prod-21 .h1 {
    font-size: 28px;
  }
  .prod-21 .text {
    font-size: 16px;
  }
  .prod-22 .h1 {
    font-size: 28px;
  }
  .prod-22 .text {
    font-size: 16px;
  }
  .prod-23 .h1 {
    font-size: 28px;
  }
  .prod-24 .top .h1 {
    font-size: 30px;
  }
  .prod-25 .h1 {
    font-size: 28px;
  }
  .prod-25 .text {
    font-size: 16px;
  }
  .prod-32 .h2 {
    font-size: 20px;
  }
  .prod-32 .h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .prod-32 .text {
    font-size: 14px;
  }
  .prod-34 .h1 {
    font-size: 30px;
  }
  .prod-34 .text {
    font-size: 14px;
  }
  .prod-35 .text-box {
    max-width: 500px;
  }
  .prod-35 .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-35 .text {
    font-size: 14px;
  }
  .prod-list-4 .name {
    font-size: 20px;
  }
  .prod-list-4 .number {
    font-size: 14px;
  }
  .prod-42 .text-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .prod-42 .imgs {
    margin: 0 auto;
  }
  .prod-41 .img2 {
    position: relative;
    top: auto;
    right: 0;
    margin-top: 30px;
  }
  .one-animation {
    top: 0;
    height: 700px;
  }
  /*20210715*/
  .ac-visible .one-animation {
    top: 40px;
  }
  .prod-62 {
    margin-top: 874px;
    height: calc(60vh - 50px);
  }
  /*20210715*/
  .prod-32-2, .prod-34-2 {
    margin-top: 874px;
    height: 874px;
  }
  /**/
  .prod-48 .table th {
    font-size: 16px;
    padding: 10px;
  }
  .prod-48 .table td {
    font-size: 16px;
    padding: 10px;
  }
  .prod-65 .text-box {
    max-width: 400px;
  }
  .prod-47 .model {
    font-size: 40px;
  }
  .prod-47 .model .d1 {
    font-size: 36px;
  }
  .prod-47 .model .d3 {
    top: 49px;
    font-size: 16px;
  }
  .prod-79 {
    padding: 100px 15px;
  }
  .prod-79 .text-box {
    width: 100%;
  }
  .prod-79 .text-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .prod-79 .img {
    width: 100%;
    margin-top: 50px;
  }
  .prod-80 {
    padding: 15px;
  }
  .prod-80 .img {
    width: 100%;
  }
  .prod-80 .box-wrap-2 .img {
    width: 100%;
  }
  .prod-80 .text-box {
    width: 100%;
  }
  .prod-80 .text-wrap {
    text-align: center;
    margin: 50px auto;
  }
  .prod-81 {
    padding: 100px 0;
  }
  .prod-81 .img {
    width: 100%;
  }
  .prod-81 .text-box {
    width: 100%;
  }
  .prod-81 .text-wrap {
    text-align: center;
    margin: 50px auto 0;
  }
  .prod-79-2 .text-box {
    margin-top: 0;
  }
  .prod-96 .l-box {
    width: 70%;
    margin-right: 2%;
  }
  .prod-96 .r-box {
    width: 25%;
    margin-left: 0;
  }
  .prod-96 .list-box {
    margin: 100px 0 50px;
  }
  .prod-96 li {
    margin: 0 40px;
  }
  .prod-96 .img {
    padding: 20px 0;
  }
  .prod-94 .text {
    max-width: 58%;
  }
  .prod-95 .p-img {
    height: 600px;
  }
  .prod-95 .img-1.animated {
    width: 300px;
    left: 340px;
  }
  .prod-95 .img-2 {
    width: 500px;
    left: 400px;
    top: 120px;
  }
  .prod-97 .li-1 {
    left: -60%;
  }
  .prod-97 .li-2 {
    right: -60%;
  }
  .prod-97 .li-3 {
    left: -60%;
  }
  .prod-97 .li-4 {
    right: -60%;
  }
  .prod-98 .imgs {
    width: 380px;
  }
  .prod-98 .li-1 {
    left: -80%;
  }
  .prod-98 .li-2 {
    right: -80%;
  }
  .prod-98 .li-3 {
    left: -80%;
  }
  .prod-98 .li-4 {
    right: -80%;
  }
  .prod-99 .img {
    height: 147px;
    background-size: cover;
  }
  .prod-46 .h2 {
    font-size: 30px;
  }
  .prod-110 .text-box {
    width: 50%;
    margin-top: 100px;
  }
  .prod-110 .img {
    width: 50%;
  }
  .prod-110 .h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .prod-110 .text {
    font-size: 20px;
    line-height: 30px;
  }
  .prod-111 .h1 {
    font-size: 30px;
  }
  .prod-111 .text {
    font-size: 20px;
  }
  .prod-117 .img {
    width: 400px;
  }
  .prod-117 .text-box {
    width: calc(100% - 400px);
  }
  .prod-122 .wrap {
    padding: 60px;
  }
  .prod-123 .suspen-img {
    width: 400px;
    bottom: 15%;
  }
  /*20210715*/
  /*.prod-32-1 {

		top: auto;

		height: auto;

	}

	.prod-34-1 {

		top: auto;

		height: auto;

	}*/
  .prod-list-8 .suspen {
    max-width: 80%;
  }
  .prod-60 .swiper7 .swiper-button-next, .prod-60 .swiper7 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .prod-list-5 {
    width: 100%;
  }
  .neware .pr4_5V100A .ul {
    width: 85%;
    margin: auto;
  }
  .autompage8_3 .img {
    transform: scale(0.65);
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -o-transform: scale(0.65);
    -moz-transform: scale(0.65);
    margin-left: -120px;
  }
  .autompage8_3 .line {
    font-size: 30px;
  }
  .autompage9_1 .img {
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -moz-transform: scale(0.6);
    margin-left: -150px;
  }
  .autompage9_3 .img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin-left: 0;
  }
  .prod-1 .p-img {
    display: none;
  }
  .prod-1 .s-img {
    display: block;
    height: 800px;
    background-size: cover;
    background-position: center center;
  }
  .prod-1 .suspen {
    top: 5%;
  }
  .prod-1 .text-box {
    max-width: 100%;
    text-align: center;
  }
  .prod-6 .p-img {
    display: none;
  }
  .prod-6 .s-img {
    display: block;
    height: 850px;
    background-size: cover;
    background-position: center center;
  }
  .prod-8 .text {
    width: 85%;
  }
  .prod-8 .h1, .prod-2 .h-2 {
    font-size: 48px;
  }
  .prod-list-2 li {
    width: 40%;
    font-size: 18px;
    line-height: 2;
    padding: 50px;
    margin-right: 5%;
    margin-left: 4%;
    margin-bottom: 30px;
    border-radius: 40px;
  }
  .prod-2 .h-3 {
    font-size: 40px;
  }
  .prod-40 .preview {
    max-width: 80%;
  }
  .prod-40 .preview .swiper-slide {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .prod-40 .preview .arrow-left, .prod-40 .preview .arrow-right {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .prod-40 .preview .arrow-left {
    left: -50px;
  }
  .prod-40 .preview .arrow-right {
    right: -50px;
  }
  .prod-59 {
    padding-top: 100px 0 0;
  }
  .prod-59 .top {
    margin-bottom: 70px;
  }
  .prod-60 {
    padding: 70px 0;
  }
  .prod-65 .h1 {
    font-size: 20px;
  }
  .prod-65 .text {
    font-size: 14px;
  }
  .prod-66 .h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .prod-66 .text {
    font-size: 14px;
  }
  .prod-list-9 .number {
    font-size: 20px;
  }
  .prod-list-9 .name {
    font-size: 14px;
  }
  .prod-67 .p-img {
    display: none;
  }
  .prod-67 .s-img {
    height: 800px;
    display: block;
    background-size: cover;
    background-position: center;
  }
  .prod-67 .h1 {
    font-size: 20px;
  }
  .prod-67 .text {
    font-size: 14px;
  }
  .prod-68 .h1 {
    font-size: 20px;
  }
  .prod-68 .text {
    font-size: 14px;
  }
  .prod-69 .h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .prod-69 .list-box .text {
    font-size: 14px;
    padding-left: 50px;
  }
  .prod-71 .h1 {
    font-size: 20px;
  }
  .prod-71 .text {
    font-size: 14px;
  }
  .prod-72 .h1 {
    font-size: 20px;
  }
  .prod-72 .text {
    font-size: 14px;
  }
  .prod-78 {
    height: 600px;
    background-image: url(/Public/Home/images/img99.jpg);
    /*20210723*/
    /*background-size: 100% auto;

		background-position: center 85px;*/
    background-size: contain;
    background-position: center 40px;
  }
  .prod-78 .list-box {
    margin-top: 100px;
  }
  .prod-78 .box-wrap {
    height: 874px;
  }
  .prod-boxs {
    padding-top: 874px;
  }
  .prod-78 .img {
    top: 150px;
    left: 50%;
    width: 800px;
  }
  .prod-78 .suspen {
    top: 15%;
  }
  .prod-78 .h2 {
    font-size: 24px;
  }
  .prod-78 .h1 {
    font-size: 40px;
  }
  .prod-78 .h1 .s1 {
    font-size: 16px;
    line-height: 36px;
  }
  .prod-78 .h3 {
    font-size: 20px;
  }
  .swiper2 .swiper-button-prev {
    left: 20%;
  }
  .swiper2 .swiper-button-next {
    right: 20%;
  }
  .prod-13 .p-img {
    display: none;
  }
  .prod-13 .s-img {
    display: block;
  }
  .prod-17 .p-img {
    display: none;
  }
  .s-img {
    display: block;
  }
  .p-img {
    display: none;
  }
  .back-img-01 {
    display: none;
  }
  .prod-9 {
    height: 600px;
    background-image: url(/Public/Home/images/img104.jpg);
    background-size: 100% auto;
    background-position: center 90px;
  }
  .prod-bt-9562 {
    height: 600px;
    background-image: url(https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CR-20V-2000m%CE%A9-ipad.jpg);
    background-size: 100% auto;
    background-position: center 90px;
  }
  .prod-text {
    height: 773px;
  }
  .prod-list-3 li {
    width: 24%;
    min-height: 190px;
    margin: 0;
  }
  .prod-77 .p-img {
    display: none;
  }
  .prod-18 .p-img {
    display: none;
  }
  .prod-18 .s-img {
    display: block;
  }
  .prod-15 .p-img {
    display: none;
  }
  .prod-11 .column .container {
    flex-wrap: wrap;
  }
  .prod-11 .column .img {
    width: 80%;
    margin: 0 auto;
  }
  .prod-11 .text-box {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .prod-11 .column4 .text-box {
    margin-top: -100px;
  }
  .prod-11 .column9 .text-box {
    width: 70%;
  }
  .prod-62 {
    margin-top: calc(40vh - 500px);
  }
  .prod-62 .suspen {
    position: absolute;
    height: auto;
    top: auto;
    bottom: 10%;
    padding: 40px 0;
    opacity: 0;
    transition: all .3s;
  }
  .prod-62 .text-box {
    margin: 0 auto;
  }
  .prod-62 .text {
    font-size: 30px;
    color: #fff;
    text-align: justify;
  }
  .prod-53 .suspen {
    left: 52%;
    top: 57%;
  }
  .prod-53 .img1 {
    width: 20%;
    left: 38%;
  }
  .prod-53 .img2 {
    width: 21%;
    top: 24%;
    left: 14%;
  }
  .prod-53 .img3 {
    width: 46%;
    right: 10%;
  }
  .prod-38 .p-img {
    display: none;
  }
  .prod-26 .p-img {
    display: none;
  }
  .prod-26 .s-img {
    height: 700px;
    background-size: cover;
    background-position: center center;
  }
  .prod-26 .suspen {
    top: 5%;
  }
  .prod-27 .p-img {
    display: none;
  }
  .prod-27 .s-img {
    height: 700px;
    background-size: cover;
    background-position: center center;
  }
  .prod-83 .p-img {
    display: none;
  }
  .prod-83 .s-img {
    display: block;
  }
  .prod-37 .p-img {
    display: none;
  }
  .prod-37 .s-img {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% center;
  }
  .prod-37 .text-box {
    max-width: 55%;
  }
  .prod-85 .p-img {
    display: none;
  }
  .prod-85 .s-img {
    display: block;
  }
  .prod-86 .p-img {
    display: none;
  }
  .prod-86 .s-img {
    display: block;
  }
  .prod-87 .p-img {
    display: none;
  }
  .prod-87 .s-img {
    display: block;
  }
  .prod-88 .p-img {
    display: none;
  }
  .prod-88 .s-img {
    display: block;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .prod-89 .p-img {
    display: none;
  }
  .prod-89 .s-img {
    display: block;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .prod-90 .p-img {
    display: none;
  }
  .prod-90 .s-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-91 .p-img {
    display: none;
  }
  .prod-91 .s-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-92 .p-img {
    display: none;
  }
  .prod-92 .s-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-92 .suspen {
    top: 20%;
  }
  .prod-93 .p-img {
    display: none;
  }
  .prod-93 .s-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-93 .suspen {
    top: 15%;
  }
  .prod-94 {
    padding: 50px 0;
  }
  .prod-94 .suspen {
    bottom: 60px;
  }
  .prod-97 .imgs {
    width: 350px;
  }
  .prod-97 .icon {
    width: 120px;
    margin: 0 auto;
  }
  .prod-98 .d1 {
    font-size: 16px;
  }
  .prod-98 .number {
    font-size: 30px;
    line-height: 1;
  }
  .prod-98 .s-1 {
    font-size: 20px;
  }
  .prod-98 .d2 {
    font-size: 16px;
  }
  .prod-98 li {
    width: 180px;
  }
  .prod-98 .li-1 {
    left: -60%;
  }
  .prod-98 .li-2 {
    right: -60%;
  }
  .prod-98 .li-3 {
    left: -60%;
  }
  .prod-98 .li-4 {
    right: -60%;
  }
  .prod-102 .text-box {
    max-width: 60%;
  }
  .prod-102 .p-img {
    display: none;
  }
  .prod-102 .s-img {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-102 .suspen {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .prod-list-10 li {
    padding: 30px 20px;
  }
  .prod-106 .p-img {
    display: none;
  }
  .prod-106 .s-img {
    display: block;
    height: 650px;
    background-size: cover;
    background-position: center;
  }
  .prod-43 {
    height: 650px;
  }
  .prod-43 .suspen-img {
    width: 35%;
    bottom: 25%;
  }
  .prod-63 .suspen-img {
    width: 48%;
    bottom: 10%;
  }
  .prod-123 .suspen-img {
    bottom: 20%;
  }
  .prod-52 {
    padding: 120px 0;
  }
  .prod-109 .p-img {
    display: none;
  }
  .prod-95 .p-img {
    display: none;
  }
  .prod-95 .s-img {
    height: 800px;
    background-size: cover;
  }
  .prod-95 .img-1.animated {
    left: 280px;
  }
  .prod-95 .img-2 {
    top: 300px;
  }
  .prod-45 .top {
    min-height: 420px;
  }
  .prod-45-2 .bot {
    padding: 140px 0;
  }
  .prod-44 {
    padding: 145px 0;
  }
  .prod-46 {
    padding: 170px 0;
  }
  .prod-108 {
    padding: 120px 0;
  }
  .prod-108 .prod-list-4 {
    margin-top: 40px;
  }
  .prod-48 {
    padding: 100px 0;
  }
  .prod-50 {
    padding: 80px 0 55px;
  }
  .prod-50 .back-title {
    margin-bottom: 50px;
  }
  .prod-list-6 li {
    margin-bottom: 25px;
  }
  .prod-51 .back-title {
    margin-bottom: 80px;
  }
  .prod-110 {
    padding: 170px 0;
  }
  .prod-111 .text-box {
    margin-top: 150px;
  }
  .prod-111 {
    padding: 200px 0;
  }
  .prod-3 {
    /* padding: 170px 0; */
  }
  .prod-68 .p-img {
    display: none;
  }
  .prod-68 .s-img {
    display: block;
    height: 800px;
    background-size: cover;
    background-position: center;
  }
  .prod-130 .number {
    margin-top: 0;
  }
  .prod-130 .name {
    line-height: 33px;
  }
  .prod-130 .back-title {
    margin-bottom: 80px;
  }
  .prod-133 .back-title {
    margin-bottom: 80px;
  }
  .prod-135 {
    padding: 100px 0;
  }
  .prod-28 .p-img {
    display: none;
  }
  .prod-28 .s-img {
    display: block;
  }
  .prod-28 .suspen {
    top: 10%;
  }
  .prod-29 .suspen {
    top: 5%;
  }
  .prod-29 .p-img {
    display: none;
  }
  .prod-29 .s-img {
    display: block;
  }
  .prod-30 .p-img {
    display: none;
  }
  .prod-30 .s-img {
    display: block;
  }
  .prod-34 .suspen {
    top: 5%;
  }
  .prod-34 .p-img {
    display: none;
  }
  .prod-34 .s-img {
    display: block;
  }
  .prod-32 .p-img {
    display: none;
  }
  .prod-32-1 .s-img {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .prod-32 .suspen {
    top: 2%;
    transform: translate(-50%, 0);
  }
  .prod-3 .h1 {
    padding: 80px 0 60px;
  }
  .prod-32-1 {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
  }
  /*20210715*/
  .prod-32-1 .suspen {
    /*display: none;*/
    top: 10%;
  }
  .product-box.prod-32-2, .product-box.prod-34-2 {
    margin-top: 0px;
  }
  .prod-32-2 {
    display: block;
    height: 800px;
  }
  .prod-32-2 .suspen {
    top: auto;
    bottom: 10%;
    opacity: 0;
    transition: all .3s;
  }
  .prod-32-1 .back-color {
    display: block;
  }
  .prod-34-1 {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
  }
  /*20210715*/
  .ac-visible .prod-34-1 {
    top: 40px;
  }
  .prod-34-1 .s-img {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /*20210715*/
  .prod-34-1 .suspen {
    /*display: none;*/
    top: 10%;
  }
  .prod-34-2 {
    display: block;
    height: 800px;
  }
  .prod-34-2 .suspen {
    top: auto;
    bottom: 10%;
    opacity: 0;
    transition: all .3s;
  }
  .prod-34-1 .back-color {
    display: block;
  }
  .one-animation .back-color {
    background-color: #000;
  }
  /*20210715*/
  .footer .search .btn-search {
    margin-right: 0px;
  }
  .footer .search .close {
    right: 0px;
  }
  .prod-34-1 .suspen .h1 {
    text-align: center;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .prod-78 {
    /*20210723*/
    /*background-size: cover;

		background-position: center 60px;*/
  }
  .prod-9 {
    background-size: contain;
    background-position: center 90px;
  }
}
@media screen and (max-width: 991px) {
  .autompage8_3 .img {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    margin-left: -210px;
  }
  .autompage8_1 .img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin-left: -100px;
  }
  .prod-43 .suspen-img {
    right: 10%;
  }
  .prod-63 .suspen-img-2 {
    right: 4%;
  }
  .autompage2 .text li {
    padding: 15px;
  }
  .autompage9_2 li {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0;
    margin: 0 10px;
  }
  .prod-6 .text-box {
    max-width: 400px;
  }
  .prod-10 .img {
    height: 500px;
  }
  .prod-11 .title .img-1 {
    left: 20px;
    width: 100px;
  }
  .prod-11 .title .img-2 {
    right: 20px;
    width: 100px;
  }
  .prod-list-3 li {
    width: 14%;
    margin: 0 3%;
  }
  .prod-list-3 img {
    width: 60%;
  }
  .prod-41 .img1, .prod-41 .img2 {
    width: 100%;
  }
  .parameter .top {
    padding: 50px 0;
  }
  .para-list .name {
    width: 200px;
    font-size: 16px;
  }
  .para-list .r-box {
    width: calc(100% - 200px);
  }
  .para-list .title-column .name {
    font-size: 20px;
  }
  .para-list .text {
    font-size: 14px;
  }
  .prod-15 .suspen {
    top: 5%;
  }
  .prod-15 .h1 {
    font-size: 28px;
  }
  .prod-15 .text {
    font-size: 20px;
  }
  .prod-9 .text-box {
    max-width: 460px;
    margin-left: 180px;
  }
  .prod-bt-9562 .text-box {
    max-width: 1000px;
    margin:auto;
  }
  .prod-9 .s1 {
    margin-left: 0;
  }
  .prod-42 .img1 {
    left: 100px;
    height: 450px;
  }
  .prod-42 .img1.on {
    width: 475px;
  }
  .prod-65 .text-box {
    max-width: 350px;
  }
  .prod-15 .container img {
    width: 100%;
    margin: auto;
  }
  .prod-15 .suspen .text-box {
    margin-left: 30px;
  }
  .prod-17 img {
    width: 100%;
    margin: auto;
  }
  .prod-list-7 li {
    text-align: center;
  }
  .prod-list-7 .icon {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod-list-7 .icon img {
    margin: 0 auto;
  }
  .prod-list-7 .r-box {
    width: 100%;
    padding-left: 0;
  }
  .prod-95 .p-img {
    height: 500px;
  }
  .prod-95 .img-1.animated {
    width: 200px;
    left: 250px;
    bottom: 20%;
  }
  .prod-95 .img-2 {
    width: 450px;
    top: 250px;
    left: 300px;
  }
  .prod-96 .img {
    bottom: 20px;
    padding: 10px 0;
  }
  .prod-94 .suspen {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0);
  }
  .prod-94 .text {
    max-width: 100%;
  }
  .prod-96 {
    padding: 120px 0;
  }
  .prod-99 .img {
    height: 113px;
  }
  .prod-97 .imgs {
    width: 300px;
  }
  .prod-98 .imgs {
    width: 330px;
  }
  .prod-108 {
    padding: 80px 0 40px;
  }
  .prod-108 .prod-list-4 {
    margin-top: 10px;
  }
  .prod-108 .prod-list-4 li {
    padding: 15px;
  }
  .prod-64 .suspen-img {
    bottom: -60%;
  }
  .prod-45 .bot .text {
    line-height: 30px;
  }
  .prod-109 .swiper-button-next, .prod-109 .swiper-button-prev {
    width: 60px;
    height: 64px;
    margin-top: -32px;
  }
  .prod-51 .l-box {
    width: 100%;
    text-align: left;
  }
  .prod-51 .d-1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 45px;
  }
  .prod-51 .d-2 {
    margin-top: 0;
  }
  .prod-51 {
    padding: 50px 0;
  }
  .prod-110 .text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .prod-110 .text-wrap {
    max-width: 100%;
  }
  .prod-110 .img {
    width: 100%;
  }
  .prod-111 .text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .prod-111 .text {
    margin-top: 0;
  }
  .prod-111 .img {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .prod-52 .l-box {
    width: 100%;
  }
  .prod-52 .list-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .prod-52 .img {
    width: 100%;
  }
  .prod-113 .text-box {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .prod-113 .img {
    width: 100%;
  }
  .prod-116 .li-wrap {
    margin-bottom: 30px;
  }
  .prod-117 .list-box li.on {
    flex-wrap: wrap;
  }
  .prod-117 .img {
    width: 100%;
  }
  .prod-117 .img img {
    width: 100%;
  }
  .prod-117 .text-box {
    width: 100%;
  }
  .prod-119 .wrap {
    flex-wrap: wrap;
  }
  .prod-119 .text-box {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .prod-119 .img {
    width: 100%;
  }
  .prod-120 .wrap {
    flex-wrap: wrap;
  }
  .prod-120 .img {
    width: 100%;
    margin-bottom: 50px;
  }
  .prod-120 .text-box {
    width: 100%;
    padding: 0;
  }
  .prod-121 .wrap {
    flex-wrap: wrap;
  }
  .prod-121 .text-box {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .prod-121 .img {
    width: 100%;
  }
  .prauto_5 .point label {
    width: 200px;
  }
  .prauto_5 .point2 {
    top: 32%;
    left: 10%;
  }
  .prauto_5 .point3 {
    top: 35%;
    left: 50%;
  }
  .prauto_5 .point3 span {
    left: 190px;
  }
  .prauto_5 .point4 {
    top: 49%;
    left: 49%;
  }
  .prauto_5 .point4 span {
    left: 180px;
  }
  .prauto_5 .point1 {
    top: 45%;
  }
  .prauto_5 .point5 {
    top: 47%;
  }
  .prauto_5 .point6 {
    top: 72%;
  }
  .prod-122 .l-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .prod-122 .r-box {
    width: 100%;
  }
  .prod-63 .text-box {
    max-width: 50%;
  }
  .prod-123 .suspen-img {
    right: 10%;
  }
}
@media screen and (max-width: 875px) {
  .prod-78 .suspen {
    top: 10%;
  }
  .back-img-md {
    height: 700px;
  }
  .autompage8_1 .img {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -moz-transform: scale(0.7);
    margin-left: -120px;
  }
  .autompage8_1 .line {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prod-6 .s-img {
    height: 700px;
  }
  .prod-list-5 {
    width: 100%;
    margin: auto;
  }
  .prod-63-02 .suspen-img {
    width: 730px;
    left: 3%;
  }
  .prod-63-03 .suspen-img {
    left: 15%;
  }
  .prod-63-04 .suspen-img {
    bottom: 14%;
    left: 0;
  }
  .prod-15 .p-img {
    display: none;
  }
  .prod-15 .suspen {
    top: 5%;
  }
  .prod-15 .suspen .text-box {
    padding-left: 7%;
  }
  .prod-21 .text-box {
    max-width: 400px;
  }
  .prod-22 .suspen {
    top: 10%;
  }
  .prod-22 .text-box {
    max-width: 500px;
  }
  .prod-23 .suspen {
    top: 5%;
  }
  .prod-25 .suspen {
    top: 5%;
  }
  .prod-28 .suspen {
    top: 7%;
  }
  .prod-43 .s01 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    padding: 6px;
    background-image: linear-gradient(to right, #002e73, #002e73);
    border-radius: 7px;
    margin: 20px 5px 20px 0px;
  }
  .prod-106 .about {
  font-size: 12px;
}
  .prod-63-01 .suspen-img {
    width: 450px;
    left: 20%;
  }
  .prod-29 .text-box {
    max-width: 100%;
    width: 100%;
    white-space: normal;
    margin-top: auto;
  }
  .prod-29 .h1 {
    white-space: nowrap;
  }
  .prod-35 .text-box {
    max-width: 470px;
  }
  .prod-list-4 li {
    padding: 30px 20px;
  }
  .tofeature {
    font-size: 14px;
    line-height: 1.5;
  }
  .tofeature h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .tofeature a {
    padding: 40px 0;
  }
  .prod-40 .preview .swiper-slide {
    font-size: 14px;
  }
  .prod-43 {
    height: auto;
    padding: 0;
  }
  .prod-43 .suspen {
    position: relative;
    top: 40px;
    left: auto;
    transform: translate(0, 0);
  }
  .prod-43 .text-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .prod-43 .text-box-01 {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0px;
    width: auto;
    margin-top: -400px;
    padding-left: 24px;
  }
  .prod-43 .h2 {
    font-size: 36px;
  }
  .prod-43 .s001 {
    font-size: 28px;
    line-height: 1.5;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .prod-43 .s001::before {
    border-radius: 10px;
  }
  .prod-43 .suspen-img {
    max-width: 60%;
    width: auto;
    display: block;
    position: relative;
    right: auto;
    bottom: 20px;
    margin: 0 auto;
  }
  .prod-44 {
    padding: 50px 0 10px;
  }
  .prod-list-5 {
    margin: auto;
    width: 100%;
  }
  .prod-list-5 li {
    padding: 0 10px;
  }
  .col-sm-4 {
    width: 50%;
  }
  .prod-list-5 .name {
    font-size: 28px;
  }
  .prod-45 .top {
    min-height: auto;
    padding: 100px 0;
  }
  .prod-45 .top .text-box {
    max-width: 340px;
  }
  .prod-45 .top .h1 {
    font-size: 30px;
  }
  .prod-45 .top .text {
    font-size: 20px;
  }
  .prod-45 .bot {
    padding: 100px 0;
  }
  .prod-45 .bot .text {
    font-size: 16px;
  }
  .prod-43 .s01::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 5px;
  }
  .prod-46 {
    padding: 150px 0;
  }
  .prod-46 .h1 {
    font-size: 30px;
  }
  .prod-46 .h2 {
    font-size: 30px;
  }
  .prod-46 .text {
    font-size: 16px;
  }
  .prod-47 {
    padding: 100px 0 350px;
  }
  .back-title {
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 30px;
  }
  .prod-47 .back-title {
    margin-bottom: 80px;
  }
  .prod-48 {
    padding: 50px 0;
  }
  .prod-49 {
    padding: 50px 0;
  }
  .prod-49 .back-title {
    margin-bottom: 40px;
  }
  .prod-49 .wrap {
    justify-content: center;
  }
  .prod-49 .nav {
    width: 100%;
    overflow-x: auto;
    padding-left: 0;
    border-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #525252;
    font-size: 0;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .prod-49 .nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .prod-49 .nav li.on::before {
    top: auto;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
  }
  .prod-50 {
    padding: 50px 0 30px;
  }
  .prod-50 .back-title {
    margin-bottom: 40px;
  }
  .prod-51 .back-title {
    margin-bottom: 40px;
  }
  .prod-51 .column {
    margin-bottom: 50px;
  }
  .prod-51 .h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .prod-51 .number {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 16px;
  }
  .prod-51 .s1 {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .prod-52 {
    padding: 50px 0;
  }
  .prod-52 .back-title {
    margin-bottom: 40px;
  }
  .prod-57 {
    height: auto;
    background: none;
  }
  .prod-57 .img {
    position: relative;
    height: 700px;
    display: block;
    background: fixed center no-repeat;
    background-size: cover;
  }
  .prod-61 {
    height: auto;
    background: none;
  }
  .prod-61 .img {
    display: block;
  }
  .prod-49 .nav .active {
    display: none;
  }
  .prod-63 {
    text-align: center;
  }
  .prod-63 .suspen-img {
    display: inline-block;
    max-width: 50%;
  }
  .prod-49 .imgs {
    width: 100%;
    padding: 0;
  }
  .prod-49 .img img {
    margin: 0 auto;
    padding: 0 10px;
  }
  .prod-65 .text-box {
    max-width: 350px;
  }
  .prod-66 {
    padding: 50px 0;
  }
  .prod-65 .h1 {
    margin-bottom: 10px;
  }
  .prod-66 .h1 {
    margin-bottom: 10px;
  }
  .prod-66 .text-box {
    margin-bottom: 50px;
  }
  .prod-67 .h1 {
    margin-bottom: 10px;
  }
  .prod-68 .h1 {
    margin-bottom: 10px;
  }
  .prod-69 {
    padding: 50px 0;
  }
  .prod-69 .list-box li {
    margin-bottom: 20px;
  }
  .prod-69 i {
    width: 80px;
  }
  .prod-69 .list-box .text {
    width: calc(100% - 80px);
  }
  .prod-69 .img {
    width: 300px;
  }
  .prod-47 .model .d3 {
    padding-top: 150px;
  }
  .prod-47 .model .d3::before {
    height: 150px;
  }
  .prod-47 .model .d4 {
    padding-top: 200px;
  }
  .prod-47 .model .d4::before {
    height: 200px;
  }
  .prod-73 .text-box {
    margin-bottom: 50px;
  }
  .prod-73 .h1 {
    font-size: 20px;
  }
  .prod-73 .d1 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
  }
  .prod-75 .h1 {
    font-size: 20px;
  }
  .prod-75 .d1 {
    font-size: 14px;
  }
  .prod-75 .text {
    font-size: 14px;
  }
  .prod-76 .list-box .h1 {
    font-size: 20px;
  }
  .prod-76 .list-box .text {
    font-size: 14px;
  }
  .prod-76 .list-box-2 .icon {
    width: 140px;
    height: 140px;
  }
  .prod-76 .list-box-2 li:hover .img1 {
    margin-top: -140px;
  }
  .prod-76 .list-box {
    min-height: 200px;
  }
  .prod-11 .text-box {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .prod-11 .column4 .text-box {
    margin-top: -50px;
  }
  .prod-11 .column .img {
    width: 80%;
    text-align: center;
  }
  .prod-11 .column2 .img {
    width: 100%;
  }
  .prod-11 .column7 .text {
    line-height: 1.8;
  }
  .prod-11 .column9 .img {
    width: 100%;
  }
  .prod-11 .column .h1 {
    font-size: 20px;
    padding: 5px 0;
  }
  .prod-11 .column6 .img img {
    width: 48%;
  }
  .prod-11 .column2 .img img {
    width: 48%;
  }
  .prod-11 .column9 .img img {
    width: 48%;
  }
  .prod-9 .suspen {
    top: 10%;
  }
  .prod-9 .text-box {
    max-width: 450px;
    text-align: left;
  }
  .prod-9 .h1 {
    font-size: 20px;
  }
  .prod-9 .h2 {
    font-size: 30px;
  }
  .prod-9 .s1 {
    font-size: 18px;
    padding: 5px 10px;
  }
  .prod-9 .text {
    font-size: 16px;
  }
  .prod-9 .h3 {
    font-size: 30px;
  }
  .prod-9 .h4 {
    font-size: 16px;
  }
  .prod-11 .column6 .text-box {
    margin: 15px auto;
  }
  .prod-16 .top {
    padding: 40px 0 0;
  }
  .prod-24 .top {
    padding: 40px 0;
  }
  .prod-16 .top .h1 {
    font-size: 30px;
  }
  .prod-16 .img {
    padding: 40px 0;
  }
  .prod-78 {
    height: 640px;
    background-size: 100% auto;
    background-position: center 85px;
  }
  .prod-78 .list-box {
    max-width: 400px;
  }
  .prod-78 .list-box img {
    width: 80px;
  }
  .prod-9 {
    height: 655px;
    background-size: 100% auto;
  }
  .prod-text {
    height: 555px;
  }
  .prod-boxs {
    padding-top: 656px;
  }
  .prod-text .text-box {
    max-width: 500px;
  }
  .prod-text .h2 {
    font-size: 30px;
  }
  .prod-text .s1 {
    font-size: 18px;
    padding: 5px;
  }
  .prod-text .h1 {
    font-size: 20px;
  }
  .prod-text .text {
    font-size: 16px;
  }
  .prod-text .h3 {
    margin-top: 50px;
  }
  .prod-20 {
    height: 500px;
    display: flex;
    align-items: center;
  }
  .prod-53 .img1 {
    left: 36%;
  }
  .prod-53 .text-box {
    max-width: 52%;
  }
  .prod-53 .h1 {
    font-size: 30px;
  }
  .prod-53 .text {
    font-size: 16px;
  }
  .prod-1 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-1 .text {
    font-size: 14px;
  }
  .prod-4 .suspen {
    top: 10%;
  }
  .prod-5 .suspen {
    top: 10%;
  }
  .prod-2 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-2 .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .prod-3 .h1 {
    font-size: 28px;
    padding: 70px 0 50px;
  }
  .prod-list-1 .name {
    font-size: 16px;
  }
  .prod-4 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-4 .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .prod-5 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-5 .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .prod-6 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-6 .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .pallet .text {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }
  .prod-8 .text {
    font-size: 20px;
    line-height: 1.5;
  }
  .prod-list-2 li {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
  }
  .prod-27 .s-img {
    height: 600px;
  }
  .prod-79 {
    padding: 50px 0;
  }
  .prod-79 .h1 {
    font-size: 20px;
  }
  .prod-80 .h1 {
    font-size: 20px;
  }
  .prod-16 .top .h1 {
    font-size: 28px;
  }
  .prod-83 .suspen {
    top: 10%;
  }
  .prod-83 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-37 .suspen {
    top: 30%;
  }
  .prod-37 .h1 {
    font-size: 30px;
  }
  .prod-38 .h1 {
    font-size: 30px;
  }
  .prod-41 .h2 {
    font-size: 20px;
  }
  .one-animation {
    height: 656px;
  }
  .prod-62 {
    height: 656px;
  }
  .prod-84 .text-box {
    max-width: 80%;
  }
  .prod-84 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-87 .h1 {
    font-size: 20px;
  }
  .prod-88 .h1 {
    font-size: 20px;
  }
  .prod-89 .h1 {
    font-size: 20px;
  }
  .prod-90 .s-img {
    display: none;
  }
  .prod-90 .m-img {
    display: block;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .prod-91 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-92 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-93 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-95 .p-img {
    margin-left: -100px;
  }
  .prod-95 .img-1.animated {
    left: 220px;
  }
  .prod-95 .img-2 {
    left: 280px;
  }
  .prod-97 li {
    width: 120px;
  }
  .prod-97 .icon {
    width: 80px;
  }
  .prod-97 .name {
    font-size: 20px;
    line-height: 30px;
  }
  .prod-99 .h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .prod-99 .text {
    font-size: 16px;
  }
  .prod-99 .h2 {
    font-size: 18px;
    margin-bottom: 100px;
  }
  .prod-100 .h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .prod-100 .text {
    font-size: 16px;
    margin-bottom: 100px;
  }
  .prod-101 {
    padding: 100px 0;
  }
  .prod-101 .img {
    margin-bottom: 100px;
  }
  .prod-101 .text {
    font-size: 16px;
  }
  .prod-100 {
    padding: 100px 0 50px;
  }
  .prod-102 .h1 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  }
  .prod-102 .text {
    font-size: 16px;
  }
  .prod-list-10 .d1 {
    font-size: 18px;
  }
  .prod-list-10 .d2 {
    font-size: 16px;
  }
  .prod-104 .h1 {
    font-size: 20px;
  }
  .prod-104 .bot {
    padding: 50px 15px;
  }
  .prod-104 .table th {
    font-size: 16px;
    vertical-align: middle;
  }
  .prod-104 .table td {
    font-size: 16px;
    vertical-align: middle;
  }
  .prod-105 {
    padding: 80px 0 150px;
  }
  .prod-105 .h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .prod-105 .text {
    font-size: 16px;
  }
  .prod-113 .wrap {
    padding: 100px 0;
  }
  .prod-116 .wrap {
    padding: 100px 0;
  }
  .prod-117 .nav-box {
    overflow-x: auto;
    white-space: nowrap;
  }
  .prod-117 .nav-box::-webkit-scrollbar {
    display: none;
  }
  .prod-117-2 {
    padding-bottom: 100px;
  }
  .prod-118 {
    padding: 100px 0 80px;
  }
  .prod-119 .wrap {
    padding: 100px 0;
  }
  .prod-120 .wrap {
    padding: 100px 0;
  }
  .prod-121 .wrap {
    padding: 75px 0;
  }
  .prod-117-3 {
    padding: 100px 0;
  }
  .prod-117-3 .nav-box {
    margin-top: 80px;
  }
  .prod-108 .prod-list-4 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .prod-108 .prod-list-4 i img {
    width: 70%;
  }
  .prauto_5 .point label {
    display: none;
  }
  .prauto_5 .point2 {
    top: 45%;
    left: 30%;
  }
  .prauto_5 .point3 {
    top: 45%;
    left: 25%;
  }
  .prauto_5 .point4 {
    top: 75%;
    left: 25%;
  }
  .prauto_5 .point6 {
    right: 15%;
  }
  .prod-108 {
    padding: 100px 0 80px;
  }
  .prod-108 .prod-list-4 {
    margin-top: 50px;
  }
  .prod-108 .prod-list-4 li {
    margin-bottom: 20px;
  }
  .prod-44 {
    padding: 120px 0 80px;
  }
  .prod-list-6 .d1 {
    height: 44px;
    line-height: 40px;
  }
  .prod-list-6 .number {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 24px;
  }
  .prod-list-6 .name {
    width: calc(100% - 36px);
  }
  .prod-list-6 li {
    margin-bottom: 20px;
  }
  .prod-52 .img {
    width: 80%;
    margin: 0 auto;
  }
  .prod-110 {
    padding: 50px 0;
  }
  .prod-110 .img {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .prod-111 {
    padding: 50px 0;
  }
  .prod-37 .s-img {
    height: 650px;
  }
  .prod-3 {
    /* padding: 100px 0; */
  }
  .prod-67 .s-img {
    height: 700px;
  }
  .prod-123 {
    height: 800px;
  }
  .prod-123 .suspen-img {
    max-width: 50%;
  }
  .prod-123 .suspen-img.on {
    bottom: auto;
    right: auto;
    transform: translate(0, 0);
  }
  .prod-136 {
    height: 280px;
  }
  .prod-108 .prod-list-4 li:nth-child(2) img {
    width: auto;
    max-height: 50%;
  }
  .prod-126 .slide-1 .suspen {
    padding: 50px 0;
  }
  .prod-127 .model .d6 {
    padding-top: 90px;
  }
  .prod-127 .model .d6::before {
    height: 90px;
  }
  .prod-127 .model .d8 {
    padding-top: 200px;
  }
  .prod-127 .model .d8::before {
    height: 200px;
  }
  .prod-127 .model .d4 {
    padding-top: 250px;
  }
  .prod-127 .model .d4::before {
    height: 250px;
  }
  .prod-127 .list-box {
    margin-top: 350px;
    font-size: 20px;
    line-height: 30px;
  }
  .prod-127 {
    padding: 100px 0;
  }
  .prod-63 .text-box {
    max-width: 100%;
  }
  .prod-32 .h2 {
    margin-bottom: 10px;
  }
  .prod-32 .h1 {
    margin-bottom: 10px;
  }
  .prod-32-1 {
    height: auto;
  }
  .prod-32-1 .s-img {
    height: 700px;
  }
  .prod-32-2 {
    height: 700px;
  }
  .prod-34-1 {
    height: 700px;
  }
  /*20210715*/
  .one-animation.prod-32-1 {
    height: 100vh;
  }
  .one-animation.prod-34-1 {
    height: 100vh;
  }
  .prod-34-1 .s-img {
    height: 700px;
  }
  .prod-34-2 {
    height: 700px;
  }
  .prod-28 .h1 {
    font-size: 28px;
  }
  .prod-29 .h1 {
    font-size: 28px;
  }
  .prod-30 .h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .prod-20 .h1 {
    max-width: 100%;
  }
  .prod-62 .text {
    font-size: 20px;
    line-height: 1.5;
  }
  .prod-98 {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .autompage8_3 .img {
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    margin-left: -230px;
  }
  .prod-43 {
    height: auto;
    padding: 50px 0;
  }
  .prod-43 .s001 {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .prod-43 .s01 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 40px;
    padding: 20px;
    background-image: linear-gradient(to right, #002e73, #002e73);
    border-radius: 12px;
    margin: 20px 40px 20px 0px;
  }
  .prod-43 .text-box-01 {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0px;
    width: auto;
    margin-top: -460px;
  }
  .autompage8_1 .img {
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -moz-transform: scale(0.6);
    margin-left: -130px;
  }
  .autompage8_1 h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .prod-1 .s-img {
    display: none;
  }
  .prod-1 .m-img {
    display: block;
    height: 800px;
    background-size: cover;
    background-position: center bottom;
  }
  .prod-6 .s-img {
    display: none;
  }
  .prod-6 .m-img {
    display: block;
    background-size: cover;
    background-position: center bottom;
    height: 750px;
  }
  .prauto_5 .text {
    font-size: 14px;
  }
  .tofeature {
    font-size: 14px;
  }
  .tofeature a {
    padding: 30px 0;
  }
  .tofeature h1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .autompage2 .top {
    font-size: 14px;
  }
  .autompage2 .top h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .autompage2 .text li {
    width: 50%;
    font-size: 14px;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #bdbdbd;
  }
  .autompage2 .text li:nth-child(2n) {
    border-left: 1px solid #bdbdbd;
  }
  .autompage2 .text li:last-child {
    border-bottom: 0;
  }
  .autompage2 .text li:nth-last-child(2) {
    border-bottom: 0;
  }
  .autompage2 .text li h2 {
    font-size: 18px;
  }
  .autompage11 .top {
    font-size: 14px;
  }
  .autompage11 .top h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .autompage11 .text li {
    font-size: 14px;
    line-height: 24px;
  }
  .autompage11 .text li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .autompage10 .top {
    font-size: 14px;
  }
  .autompage10 .top h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .autompage10 .text h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .prod-list-02 .name {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .prod-list-02 .number {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .autompage10 .text {
    font-size: 14px;
  }
  .autompage10 .text dd span {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .autompage9_1 h1 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .autompage9_1 .txt {
    font-size: 14px;
    padding-bottom: 0;
  }
  .autompage9_1 .img {
    transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -moz-transform: scale(0.3);
    /* margin-left: -200px; */
    margin-top: -170px;
  }
  .autompage9_1 {
    height: 500px;
    overflow: hidden;
  }
  .autompage9_2 {
    padding: 30px 0 20px;
  }
  .autompage9_2.is-visible li {
    margin-bottom: 10px;
  }
  .autompage9_3 .img {
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    margin-left: -30px;
    margin-top: -180px;
  }
  .autompage9_3 {
    height: 360px;
    overflow: hidden;
  }
  .product-box .suspen {
    top: 5%;
    width: 100%;
  }
  .prod-15 .suspen .text-box {
    padding-left: 0;
  }
  .p-img {
    display: none;
  }
  .m-img {
    display: block;
  }
  .back-img-md {
    display: none;
  }
  .product-box .back-img {
    display: block;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 15px;
  }
  .product-box .back-img-01 {
    display: block;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
  }
  .product-box .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .prod-28-01 .text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }
  .prod-1 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-2 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-3 .h1 {
    padding: 70px 0 50px;
  }
  .prod-list-1 .name {
    font-size: 18px;
  }
  .prod-list-1 .number {
    font-size: 16px;
  }
  .prod-5 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-4 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-6 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .pallet {
    padding: 70px 0 40px;
  }
  .pallet .row {
    margin: 0;
  }
  .pallet .column {
    padding: 0;
    margin-bottom: 30px;
  }
  .pallet .text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .prod-8 .text-box {
    padding: 50px 0;
  }
  .prod-list-2 li {
    width: 30%;
    padding: 50px 25px;
    margin-right: 5%;
  }
  .prod-list-2 li:nth-child(4n) {
    margin-right: 5%;
  }
  .prod-list-2 li:nth-child(3n) {
    margin-right: 0%;
  }
  .prod-8 .imgs {
    padding: 100px 0;
  }
  .prod-28 .s-img {
    display: none;
  }
  .prod-28 .back-img {
    display: block;
    height: auto;
    background: none;
    padding: 0;
    font-size: 0;
  }
  .prod-29 .s-img {
    display: none;
  }
  .prod-29 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-29 .suspen {
    top: 15%;
  }
  .prod-30 .s-img {
    display: none;
  }
  .prod-30 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-37 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-38 .back-img {
    height: auto;
    background: none;
    padding: 0;
  }
  .prod-41 {
    padding: 50px 0;
  }
  .prod-41 .h2 {
    font-size: 16px;
  }
  .prod-41 .imgs {
    margin-top: 30px;
  }
  .prod-42 {
    padding: 50px 0;
  }
  .prod-42 .img1 {
    width: 67%;
    left: 13%;
    bottom: 10%;
  }
  .prod-73 {
    padding: 50px 0;
  }
  .prod-73 .back-img {
    height: auto;
  }
  .prod-75 .back-img {
    height: auto;
  }
  .prod-76 {
    padding: 50px 0;
  }
  .prod-76 .list-box-2 .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  .prod-76 .list-box-2 li:hover .img1 {
    margin-top: -70px;
  }
  .prod-76 .list-box {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .prod-76 .list-box-2 .name {
    font-size: 14px;
  }
  .prod-77 {
    padding: 40px 0;
  }
  .prod-77 .back-img {
    height: auto;
  }
  .prod-78 .text-box {
    max-width: 60%;
    text-align: left;
  }
  .prod-78 .h2 {
    font-size: 16px;
  }
  .prod-78 .h1 {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .prod-78 .h1 .s1 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
  }
  .prod-78 .h3 {
    font-size: 14px;
  }
  .prod-78 .list-box {
    width: 50%;
  }
  .prod-78 .list-box li {
    padding: 0 10%;
    margin-bottom: 20px;
  }
  .prod-78 .list-box li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .prod-78 .list-box li:last-child {
    margin-bottom: 0;
  }
  .prod-main .video-box .h1 {
    font-size: 18px !important;
    padding: 0;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .prod-main .video-box .play {
    width: 50px;
  }
  .prod-17 {
    padding-top: 5%;
  }
  .prod-17 .suspen {
    top: 5%;
  }
  .prod-11 .column .img {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .prod-11 .column2 .img img {
    max-width: 90%;
    width: 100%;
  }
  .prod-11 .column .h1 {
    padding: 10px 0;
  }
  .prod-11 .column .container {
    flex-wrap: wrap;
  }
  .prod-11 .text-box {
    width: 100%;
    margin-left: 0;
  }
  .prod-78 {
    height: 900px;
    background-image: url(/Public/Home/images/img86.jpg);
    background-size: cover;
    background-position: center 0;
  }
  .prod-boxs {
    padding-top: 900px;
  }
  .prod-13 .s-img {
    display: none;
  }
  .prod-16 .top {
    padding-top: 80px;
  }
  .s-img {
    display: none;
  }
  .prod-9 {
    height: 500px;
    background-image: url(/Public/Home/images/img108.jpg);
    background-size: cover;
    background-position: center center;
  }
  .prod-bt-9562 {
    height: 500px;
    background-image: url(https://neware-web.oss-cn-shenzhen.aliyuncs.com/other-pro/CR-20V-2000m%CE%A9-SJ.jpg);
    background-size: cover;
    background-position: center center;
  }
  .prod-text {
    height: 801px;
  }
  .prod-text .text-box {
    max-width: 65%;
  }
  .home-product .video{
	width:100%;
	min-height:600px;
	}
  .prod-9 .text-box {
    max-width: 60%;
    margin-left: 0px;
  }
  .prod-11 .column6 .text-box {
    margin-left: 0;
  }
  .prod-18 .s-img {
    display: none;
  }
  .prod-78 .list-box img {
    width: 60px;
  }
  .prod-11 .column9 .text-box {
    width: 100%;
    margin-top: -45px;
  }
  .prod-79 {
    padding: 50px 15px;
  }
  .prod-81 {
    padding: 50px 15px;
  }
  .prod-82 .text-box {
    margin-bottom: 20px;
  }
  .prod-19 .suspen {
    top: 10%;
  }
  .prod-20 .h1 {
    max-width: 100%;
  }
  .prod-20 {
    display: block;
  }
  .prod-53 .suspen {
    top: 50%;
  }
  .prod-42 .imgs {
    width: 500px;
  }
  .prod-42 .img1 {
    left: 70px;
    width: 0;
    height: 310px;
  }
  .prod-42 .img1.on {
    width: 330px;
  }
  .prod-65 .suspen {
    top: 5%;
  }
  .prod-72 .suspen {
    position: relative;
  }
  .prod-38 .link {
    font-size: 14px;
  }
  .prod-15 .suspen {
    top: 0;
    text-align: center;
  }
  .prod-65 .back-img {
    height: 700px;
  }
  .prod-65 .text-box {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .prod-26 .back-img {
    height: 600px;
  }
  .prod-83 .s-img {
    display: none;
  }
  .prod-83 .m-img {
    height: 450px;
    background-position: center center;
    background-size: cover;
  }
  .prod-37 .text-box {
    max-width: 100%;
  }
  .one-animation {
    height: calc(100vh - 130px);
  }
  .prod-62 {
    margin-top: calc(100vh - 130px);
    height: calc(100vh - 130px);
  }
  .prod-84 .m-img {
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .prod-85 .s-img {
    display: none;
  }
  .prod-86 .s-img {
    display: none;
  }
  .prod-86 .m-img {
    display: block;
    height: 650px;
    background-color: #ced4e4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .prod-87 .s-img {
    display: none;
  }
  .prod-88 .s-img {
    display: none;
  }
  .prod-88 .m-img {
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .prod-89 .s-img {
    display: none;
  }
  .prod-89 .m-img {
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .prod-91 .s-img {
    display: none;
  }
  .prod-91 .m-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-92 .s-img {
    display: none;
  }
  .prod-92 .m-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-92 .suspen {
    top: 20%;
  }
  .prod-93 .s-img {
    display: none;
  }
  .prod-93 .m-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-93 .suspen {
    top: 20%;
  }
  .prod-94 .s-img {
    display: none;
  }
  .prod-94 .m-img {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center;
  }
  .prod-94 .text {
    max-width: 100%;
  }
  .prod-95 .s-img {
    display: none;
  }
  .prod-95 .m-img {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .prod-95 .img-1.animated {
    left: 220px;
  }
  .prod-95 .img-2.hide-1 {
    display: none;
  }
  .prod-95 .img-2.hide-2 {
    display: block;
  }
  .prod-95 .img-2 {
    width: 300px;
    top: 150px;
    left: 250px;
  }
  .prod-85 .m-img {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .prod-97 .imgs {
    width: 250px;
  }
  .prod-98 {
    padding: 200px 0;
  }
  .prod-98 .imgs {
    width: 280px;
  }
  .prod-98 li {
    width: 140px;
  }
  .prod-99 .img {
    height: 62%;
  }
  .prod-104 .table-responsive {
    border: 0;
  }
  .prod-107 .point {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  .prod-52 .d1 {
    width: 45%;
  }
  .prod-52 .name {
    font-size: 16px;
  }
  .prauto_5 .point2 span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fffc00;
    border-radius: 100%;
    right: 0px;
    bottom: 0px;
  }
  .prauto_5 .point3 span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fffc00;
    border-radius: 100%;
    left: 0px;
    bottom: 0px;
  }
  .prauto_5 .point4 span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fffc00;
    border-radius: 100%;
    top: 0px;
    left: 0px;
  }
  .prauto_5 .point2 span {
    top: auto;
    left: auto;
  }
  .prauto_5 .point2 {
    top: 22%;
    left: 20%;
  }
  .prauto_5 .point3 span {
    top: auto;
    left: auto;
  }
  .prauto_5 .point3 {
    top: 25%;
    left: 50%;
  }
  .prauto_5 .point4 span {
    top: auto;
    left: auto;
  }
  .prauto_5 .point4 {
    top: 53%;
    left: 49%;
  }
  .prod-109 .suspen {
    top: auto;
  }
  .prod-1 .suspen {
    top: 5%;
  }
  .prod-6 .suspen {
    top: 5%;
  }
  .prod-6 .text-box {
    max-width: 100%;
    text-align: center;
  }
  .prod-67 .s-img {
    display: none;
  }
  .prod-67 .m-img {
    display: block;
    height: 700px;
    background-size: cover;
    background-position: center;
  }
  .prod-68 .s-img {
    display: none;
  }
  .prod-68 .m-img {
    display: block;
    height: 700px;
    background-size: cover;
    background-position: center;
  }
  .prod-63 .text-box {
    max-width: 100%;
  }
  .prod-102 .s-img {
    display: none;
  }
  .prod-102 .m-img {
    display: block;
    height: 800px;
    background-position: center -100px;
    background-size: cover;
  }
  .prod-102 .text-box {
    max-width: 100%;
  }
  .prod-102 .suspen {
    top: 5%;
    left: 0;
    transform: translate(0, 0);
  }
  .prod-32-1 {
    height: auto;
  }
  .prod-34-1 {
    height: auto;
  }
  /*20210715*/
  .one-animation.prod-32-1 {
    height: 100vh;
  }
  .one-animation.prod-34-1 {
    height: 100vh;
  }
  .prod-32 .s-img {
    display: none;
  }
  .prod-32 .m-img {
    display: block;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .prod-32-2 .suspen {
    top: auto;
    bottom: 10%;
  }
  .prod-34 .s-img {
    display: none;
  }
  .prod-34 .m-img {
    display: block;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .prod-34-2 {
    height: 800px;
  }
  .prod-34-2 .suspen {
    top: auto;
    bottom: 10%;
  }
  .prod-20 .suspen {
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .autompage8_3 .img {
    margin-left: -280px;
  }
  .autompage8_1 .img {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    margin-left: -185px;
  }
  .prod-list-02 li {
    padding: 20px;
  }
  .prod-list-02 .number {
    font-size: 14px;
  }
  .product-box .suspen {
    left: 50%;
  }
  .prod-78 .text-box .h4-link .icon-copy {
    font-size: 12px;
  }
  .prod-43-01 .suspen {
    top: 10%;
    left: 0;
    text-align: center;
  }
  .prod-43-02 .suspen {
    top: 10%;
    left: 0;
    text-align: center;
  }
  .prod-20 .suspen {
    top: 18%;
  }
  .prod-43-02 .text-box {
    width: auto;
    text-align: center;
    max-width: inherit;
  }
  .prod-43-02 {
    height: 500px;
  }
  .prod-63-03 {
    height: 500px;
  }
  .prod-43-04 {
    height: 370px;
  }
  .prod-63-04 .suspen-img {
    left: 0;
  }
  .prod-43-05 {
    height: 495px;
  }
  .prod-43-05 .h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .prod-63-03 .suspen-img {
    width: 350px;
    left: 5%
  }
  .prod-63-02 .suspen-img {
    bottom: 10%;
    width: 530px;
    left: 0;
  }
  .prod-3-01 .h2 {
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: -32px;
    width: 100%;
  }
  .prod-28-01 .suspen {
    top: 15%;
    left: 50%;
  }
  .prod-43-01 .h2 {
    font-size: 16px;
    color: #7789a1;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .product-box .h1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    white-space: normal;
    font-weight: 700;
  }
  .prod-28-01 {
    background-color: #d7dde3;
    min-height: 200px;
    height: auto;
  }
  .prod-43-01 {
    height: 600px;
  }
  .prod-63-01 .suspen-img {
    bottom: 4%;
    max-width: 350px;
    left: 5%;
    width: 100%;
  }
  .prod-3-01 .h1 {
    font-size: 24px;
    padding: 40px 0;
    margin-bottom: 0;
  }
  .prod-1 .text-box {
    max-width: 100%;
  }
  .prod-3 .h1 {
    padding: 50px 0 30px;
  }
  .prod-list-1 li {
    padding: 10px;
  }
  .prod-list-1 i img {
    width: 60px;
  }
  .prod-list-1 .name {
    font-size: 16px;
  }
  .prod-list-1 .number {
    font-size: 14px;
  }
  .prod-4 .suspen {
    top: 10%;
  }
  .prod-5 .suspen {
    top: 0;
  }
  .pallet {
    padding: 50px 0 0;
  }
  .pallet .text {
    font-size: 16px;
  }
  .prod-8 .text-box {
    padding: 10px 0 50px;
  }
  .prod-8 .h1 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .prod-8 .text {
    margin-bottom: 30px;
  }
  .boxs-1 {
    padding: 50px 0 10px;
  }
  .prod-list-2 li {
    width: 40%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    margin-right: 10%;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .prod-list-2 li:nth-child(3n) {
    margin-right: 10%;
  }
  .prod-list-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .prod-8 .imgs {
    padding: 50px 0;
  }
  .prod-9 .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }
  .prod-9 .s1 {
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
    margin-top: 0;
    margin-left: 0;
  }
  .prod-9 .img {
    margin-left: -30px;
    margin-top: 50px;
  }
  .prod-9 .h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .prod-9 .h4 {
    font-size: 14px;
  }
  .prod-10 {
    padding-top: 40px;
  }
	.prod-10 .swiper-button-next, .prod-10 .swiper-button-prev{
    margin-top:-150px;
	}
  .prod-10 .h1 {
    margin-bottom: 0;
  }
  .prod-10 .h2 {
    font-size: 20px;
    padding: 8px 0;
  }
  .prod-10 .img {
    height: 300px;
  }
  .prod-10 .sup {
    font-size: 14px;
    margin-top: 0;
  }
  .prod-11 .title {
    margin-bottom: 40px;
  }
  .prod-11 .title .h1 {
    font-size: 20px;
    padding-top: 40px;
    z-index: 2;
  }
  .prod-11 .title .img-1 {
    width: 60px;
    left: 10px;
  }
  .prod-11 .title .img-2 {
    top: 80px;
    width: 60px;
    right: 10px;
  }
  .prod-11 .bot {
    padding: 30px 0;
  }
  .prod-list-3 li {
    width: 19%;
    min-height: 120px;
  }
  .prod-list-3 img {
    width: 80%;
  }
  .prod-list-3 .data {
    font-size: 12px;
    padding-top: 10px;
  }
  .prod-11 .column3 .img {
    padding: 5px;
  }
  .prod-11 .text-box {
    padding: 5px;
    text-align: center;
  }
  .prod-11 .column2 .text-box {
    margin-top: -20px;
  }
  .prod-11 .column .h1 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .prod-11 .column .text {
    font-size: 12px;
    font-weight: 300;
  }
  .prod-11 .column6 .img img {
    width: 50%;
  }
  .prod-12 .top {
    margin-bottom: 40px;
  }
  .prod-12 .top .h1 {
    font-size: 16px;
    padding-top: 40px;
  }
  .prod-12 .top .h2 {
    font-size: 20px;
  }
  .prod-12 .top .text {
    font-size: 14px;
  }
  .prod-13 .top {
    padding-bottom: 40px;
  }
  .prod-13 .top .h1 {
    font-size: 20px;
    padding-top: 40px;
  }
  .prod-13 .top .h2 {
    font-size: 14px;
  }
  .swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
    width: 40px;
    height: 42px;
    margin-top: -151px;
  }
  .prod-14 .top {
    padding: 40px 0;
  }
  .prod-14 .top .h1 {
    font-size: 20px;
  }
  .prod-14 .top .h2 {
    font-size: 20px;
  }
  .swiper4 {
    margin-top: 40px;
  }
  .prod-14 .list-nav .column {
    font-size: 14px;
  }
  .prod-14 .text-box .text {
    font-size: 14px;
    padding: 40px 0;
  }
  .prod-15 {
    padding-top: 50px;
  }
  .prod-15 .suspen {
    top: 2%;
  }
  .prod-15-2 .suspen {
    top: 5%;
  }
  .prod-15 .text-box {
    padding-left: 30px;
  }
  .prod-15 .h1 {
    padding-bottom: 5px;
  }
  .prod-16 .top {
    padding-top: 40px;
  }
  .prod-16 .top .h1 {
    font-size: 20px;
  }
  .prod-16 .img {
    padding: 40px 0;
  }
  .prod-17 .suspen {
    top: 5%;
  }
  .prod-17 .text-box .h1 {
    font-size: 20px;
  }
  .prod-15 .suspen .text-box {
    padding-left: 0;
    text-align: center;
  }
  .prod-19 .back-img {
    height: 500px;
  }
  .prod-19 .suspen {
    top: 50%;
  }
  .prod-19 .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-20 .back-img {
    height: 500px;
    background-position: 20% 60%;
    background-repeat: no-repeat;
    background-size: 200%;
  }
  .prod-20 .h1 {
    font-size: 20px;
    text-align: center;
  }
  .prod-3 .h1 {
    font-size: 20px;
  }
  .prod-21 .back-img {
    height: 500px;
    background-position: 80% 80%;
    background-repeat: no-repeat;
    background-size: 200%;
  }
  .prod-21 .suspen {
    top: 15%;
  }
  .prod-21 .text-box {
    text-align: center;
  }
  .prod-21 .h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .prod-22 .back-img {
    height: 500px;
    background-position: 53% 50%;
    background-repeat: no-repeat;
  }
  .prod-22 .suspen {
    top: 15%;
  }
  .prod-22 .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-23 .back-img {
    height: 500px;
    background-position: 53% 50%;
    background-repeat: no-repeat;
    background-size: 120%;
  }
  .prod-23 .suspen {
    top: 5%;
  }
  .prod-23 .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-24 .top {
    padding-bottom: 40px;
  }
  .prod-25 .suspen {
    top: 5%;
  }
  .prod-25 .back-img {
    height: 600px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .prod-25 .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-26 .suspen {
    top: 15%;
  }
  .prod-26 .text-box {
    padding-top: 0;
  }
  .prod-26 .h1 {
    margin-bottom: 10px;
  }
  .prod-26 .h2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .prod-28 .back-img {
    background-position: 10% 50%;
  }
  .prod-28 .suspen {
    top: 20%;
    transform: translate(-50%, -50%);
  }
  .prod-29 .back-img {
    background-position: 80% 50%;
  }
  .prod-29 .suspen {
    top: 15%;
    transform: translate(-50%, -50%);
  }
  .prod-30 .suspen {
    top: 5%;
  }
  .prod-32 .s-img {
    display: none;
  }
  .prod-32 .back-img {
    height: auto;
    padding: 0;
  }
  .prod-32 .suspen {
    top: 5%;
  }
  .prod-32 .h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .prod-33 .prod-list-1 li {
    width: 50%;
  }
  .prod-34 .suspen {
    top: 5%;
  }
  .prod-34 .s-img {
    display: none;
  }
  .prod-34 .back-img {
    height: auto;
    padding: 0;
  }
  .prod-35 {
    padding: 40px 0;
  }
  .prod-35 .back-img {
    height: 200px;
    background-size: contain;
  }
  .prod-35 .suspen {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  .prod-37 .suspen {
    top: 5%;
  }
  .prod-list-4 {
    padding: 30px 0;
  }
  .prod-list-4 li {
    width: 33.33%;
    padding: 10px;
  }
  .prod-list-4 img {
    width: 50px;
  }
  .prod-list-4 .name {
    font-size: 16px;
  }
  .prod-38 .suspen {
    top: auto;
    bottom: 18%;
  }
  .prod-40 .preview {
    max-width: 75%;
  }
  .prod-40 .preview .swiper-slide {
    height: 40px;
    line-height: 40px;
  }
  .prod-40 .preview .arrow-left, .prod-40 .preview .arrow-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .prod-40 .preview .arrow-left {
    left: -40px;
  }
  .prod-40 .preview .arrow-right {
    right: -40px;
  }
  .prod-43 {
    padding: 0;
  }
  .prod-43 .suspen {
    top: auto;
    left: auto;
    margin-top: 40px;
  }
  .prod-43 .h2 {
    font-size: 20px;
  }
  .prod-43 .s1 {
    font-size: 16px;
    margin-left: 10px;
  }
  .prod-43 .s01 {
    font-size: 14px;
    margin: 0 10px;
    line-height: 1.5;
    padding: 10px;
    border-radius: 8px;
  }
  .prod-43 .s01::before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 6px;
  }
  .prod-44 {
    padding: 40px 0 10px;
  }
  .prod-list-5 li {
    margin-bottom: 30px;
	width:auto;
  }
  .prod-list-5 .name {
    font-size: 16px;
    margin-top: 15px;
  }
  .prod-45 .top {
    padding: 40px 0;
    text-align: center;
  }
  .prod-45 .top .text-box {
    margin-bottom: 20px;
  }
  .prod-45 .top .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-45 .top .text {
    font-size: 18px;
  }
  .prod-45 .suspen-img {
    position: relative;
    right: auto;
    bottom: auto;
    transform: translate(0, 0);
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .prod-45 .bot {
    padding: 40px 0;
  }
  .prod-45 .bot .text {
    width: 100%;
    font-size: 14px;
  }
  .prod-46 {
    padding: 40px 0;
  }
  .prod-46 .text-box {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .prod-46 .h2 {
    font-size: 20px;
  }
  .prod-46 .img {
    width: 70%;
    margin: 0 auto;
  }
  .prod-47 {
    padding: 40px 0 200px;
  }
  .prod-47 .back-title {
    margin-bottom: 20px;
  }
  .back-title {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  .prod-48 {
    padding: 40px 0;
  }
  .prod-48 .back-title {
    margin-bottom: 20px;
  }
  .prod-49 {
    padding: 40px 0;
  }
  .prod-49 .back-title {
    margin-bottom: 20px;
  }
  .prod-49 .imgs {
    width: 100%;
    padding: 0;
  }
  .prod-50 {
    padding: 40px 0 20px;
  }
  .prod-50 .back-title {
    margin-bottom: 20px;
  }
  .prod-list-6 {
    margin: 0 -5px;
  }
  .prod-list-6 li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .prod-list-6 .d1 {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
  .prod-list-6 .number {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 5px;
  }
  .prod-list-6 .name {
    width: calc(100% - 25px);
    font-size: 14px;
  }
  .prod-51 {
    padding: 40px 0 0;
  }
  .prod-51 .back-title {
    margin-bottom: 20px;
  }
  .prod-51 .column {
    margin-bottom: 30px;
  }
  .prod-51 .number {
    margin-right: 10px;
  }
  .prod-51 .s1 {
    min-width: 100px;
    font-size: 14px;
  }
  .prod-52 {
    padding: 40px 0;
  }
  .prod-52 .l-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod-52 .back-title {
    margin-bottom: 20px;
  }
  .prod-52 .d1 {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
  .prod-52 .number {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 5px;
  }
  .prod-52 .name {
    width: calc(100% - 25px);
    font-size: 14px;
  }
  .prod-52 .img {
    width: 100%;
  }
  .prod-53 .back-img {
    height: calc(100vh - 85px);
    background-size: cover;
  }
  .prod-53 .suspen {
    top: 50%;
  }
  .prod-53 .h1 {
    font-size: 20px;
  }
  .prod-62 .suspen {
    top: auto;
    left: auto;
  }
  .prod-54 {
    padding: 40px 0 20px;
  }
  .prod-54 .top {
    margin-bottom: 30px;
  }
  .prod-54 .top .h1 {
    font-size: 18px;
  }
  .prod-54 .top .h2 {
    font-size: 20px;
  }
  .prod-list-7 li {
    text-align: center;
    margin-bottom: 20px;
  }
  .prod-list-7 .icon {
    margin: 0 auto;
  }
  .prod-list-7 img {
    width: 60px;
  }
  .prod-list-7 .r-box {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .prod-list-7 .number {
    font-size: 14px;
  }
  .prod-list-7 .name {
    font-size: 14px;
  }
  .prod-55 {
    padding: 40px 0;
  }
  .prod-55 .h1 {
    font-size: 20px;
  }
  .prod-55 .text-box {
    margin-bottom: 20px;
  }
  .prod-56 {
    padding: 40px 0;
  }
  .prod-56 .text-box {
    margin-bottom: 30px;
  }
  .prod-56 .swiper-pagination {
    margin: 20px 0;
  }
  .prod-56 .swiper-pagination-bullet {
    width: 120px;
  }
  .prod-56 .text-2 {
    font-size: 14px;
  }
  .prod-57 .suspen {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .prod-57 .text-box {
    width: 65%;
    margin: 0 auto;
  }
  .prod-61 .suspen {
    top: auto;
  }
  .prod-58 {
    padding: 40px 0;
  }
  .prod-58 .text-box {
    margin-bottom: 40px;
  }
  .prod-59 {
    padding: 40px 0 20px;
  }
  .prod-59 .top .h1 {
    font-size: 20px;
  }
  .prod-59 .top .h2 {
    font-size: 16px;
  }
  .prod-59 .top {
    margin-bottom: 30px;
  }
  .prod-59 .suspen {
    top: 7%;
    padding: 0 30px;
  }
  .prod-list-8 li {
    margin-bottom: 20px;
  }
  .prod-list-8 .suspen .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prod-list-8 .suspen .text {
    font-size: 14px;
  }
  .prod-60 {
    padding: 0px 0 40px;
  }
  .prod-60 .h1 {
    margin-bottom: 30px;
  }
  .prod-60 .swiper7 .swiper-button-next, .prod-60 .swiper7 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -40px;
  }
  .prod-60 .swiper7 .swiper-button-prev {
    left: 5%;
  }
  .prod-60 .swiper7 .swiper-button-next {
    right: 5%;
  }
  .prod-60 .swiper7 .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .prod-60 .swiper-pagination {
    margin-top: 20px;
  }
  .prod-40 {
    padding: 40px 0;
  }
  .prod-41 {
    padding: 40px 0;
  }
  .prod-42 {
    padding: 40px 0;
  }
  .parameter .top .name {
    font-size: 20px;
  }
  .parameter .top .img {
    margin-top: 30px;
  }
  .parameter .top .text {
    padding-top: 30px;
  }
  .para-list li {
    padding: 20px 20px 20px 0;
  }
  .para-list .name {
    width: 100px;
    font-size: 14px;
  }
  .para-list .title-column .name {
    font-size: 18px;
  }
  .para-list .r-box {
    width: calc(100% - 100px);
  }
  .para-list .h1 {
    font-size: 14px;
  }
  .para-list li::before {
    top: 26px;
  }
  .para-list .text-box {
    margin-bottom: 10px;
  }
  .para-list .text {
    font-size: 14px;
  }
  .para-list .text-2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .parameter .text-3 {
    padding: 20px 0;
  }
  .para-list .column-4 .text-box {
    width: 50%;
  }
  .prod-48 .table th {
    font-size: 14px;
    padding: 5px;
  }
  .prod-48 .table td {
    font-size: 14px;
    padding: 5px;
  }
  .prod-49 .name {
    font-size: 16px;
  }
  .prod-49 .drop-down {
    font-size: 14px;
  }
  .prod-49 .table th {
    font-size: 14px;
    padding: 5px;
  }
  .prod-49 .table td {
    padding: 5px;
  }
  .prod-63 .suspen-img {
    max-width: 40%;
    width: 100%;
  }
  .prod-64 .suspen-img {
    display: inline-block;
    max-width: 40%;
    width: 100%;
  }
  .prod-list-9 li {
    margin-bottom: 15px;
  }
  .prod-68 .suspen {
    top: auto;
    bottom: 10%;
  }
  .prod-69 .h1 {
    margin-bottom: 30px;
  }
  .prod-69 i {
    width: 50px;
  }
  .prod-69 .list-box .text {
    width: calc(100% - 50px);
    padding-left: 20px;
  }
  .prod-69 .img {
    width: 220px;
    margin: 0 auto;
  }
  .prod-70 {
    padding: 150px 0;
  }
  .prod-70 .back-img {
    height: auto;
  }
  .prod-list-9 .number {
    font-size: 18px;
  }
  .prod-71 {
    padding: 50px 0;
  }
  .prod-71 .s1 {
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .prod-71 .text-box {
    margin-bottom: 30px;
  }
  .prod-71 .back-img {
    height: auto;
  }
  .prod-47 .model {
    font-size: 20px;
  }
  .prod-47 .model .d1 {
    font-size: 18px;
    margin: 0 5px;
  }
  .prod-47 .model .d3 {
    font-size: 14px;
  }
  .prod-47 .model .d3 {
    padding-top: 100px;
  }
  .prod-47 .model .d3::before {
    height: 100px;
  }
  .prod-47 .model .d3 {
    top: 22px;
  }
  .prod-47 .model .d5 {
    padding-top: 65px;
  }
  .prod-47 .model .d5::before {
    height: 65px;
  }
  .prod-47 .model .d4 {
    padding-top: 140px;
  }
  .prod-47 .model .d4::before {
    height: 140px;
  }
  .prod-78 .h2 {
    font-size: 14px;
  }
  .prod-9 .h1 {
    font-size: 14px;
  }
  .prod-text .suspen {
    left: 0;
  }
  .prod-19 .h1 {
    font-size: 28px;
  }
  .prod-20 .h1 {
    font-size: 20px;
  }
  .prod-3 .h1 {
    font-size: 20px;
  }
  .prod-21 .h1 {
    font-size: 20px;
  }
  .prod-22 .h1 {
    font-size: 20px;
  }
  .prod-23 .h1 {
    font-size: 20px;
  }
  .prod-65 .text-box {
    max-width: 100%;
  }
  .prod-1 .h1 {
    font-size: 16px;
    font-weight: bold;
  }
  .prod-1 .text {
    font-size: 12px;
  }
  .prod-94 .m-img {
    height: 550px;
  }
  /* .prod-95 .img-1.animated {

		width: 150px;

		left: 160px;

	} */
  .prod-95 .img-2 {
    left: 150px;
    top: 100px;
  }
  .prod-96 .list-box {
    margin: 80px 0 40px;
  }
  .prod-96 li {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
  .prod-94 .suspen {
    top: auto;
    left: auto;
  }
  .prod-98 .imgs {
    width: 230px;
  }
  .prod-98 .li-1 {
    padding-right: 15px;
  }
  .prod-98 .li-2 {
    padding-left: 15px;
  }
  .prod-98 .li-3 {
    padding-right: 15px;
  }
  .prod-98 .li-4 {
    padding-left: 15px;
  }
  .prod-105 .suspen {
    top: auto;
    left: auto;
  }
  .prod-list-10 .icon {
    width: 80px;
    margin: 0 auto;
  }
  .prod-list-10 li {
    padding: 15px;
  }
  .prod-list-10 .d1 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
  }
  .prod-list-10 .d2 {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-106 .suspen {
    top: 50%;
  }
  .prod-109 .suspen {
    top: auto;
    bottom: 10%;
  }
  .prod-109 .text-box-2 {
    max-width: 200px;
  }
  .prod-127 .model .d7 {
    padding-top: 150px;
  }
  .prod-127 .model .d7::before {
    height: 150px;
  }
  .prod-127 .model .d8 {
    padding-top: 150px;
  }
  .prod-127 .model .d8::before {
    height: 150px;
  }
  .prod-127 .model .d9 {
    padding-top: 170px;
  }
  .prod-127 .model .d9::before {
    height: 170px;
  }
  .prod-127 .model .d10 {
    padding-top: 170px;
  }
  .prod-127 .model .d10::before {
    height: 170px;
  }
  .prod-127 .model .d4 {
    padding-top: 200px;
  }
  .prod-127 .model .d4::before {
    height: 200px;
  }
  .prod-127 .list-box {
    margin-top: 250px;
    font-size: 16px;
  }
  .prod-127 .list-box > div {
    padding: 0;
  }
  .prod-127 {
    padding: 50px 0;
  }
  .prod-130 .l-box {
    padding-right: 0;
  }
  .prod-130 .number {
    margin-top: 5px;
  }
  .prod-102 .suspen {
    top: 5%;
    left: 0;
  }
  .prod-32-2 .suspen {
    top: auto;
    bottom: 10%;
  }
  .prod-20 .text-box {
    max-width: 100%
  }
  .autompage9_3 .img {
    margin-left: -50px;
  }
  .col-sm-4 {
    width: 50%;
  }
  .prod-2 .h-2 {
    font-size: 42px;
  }
  .prod-2 .h-3 {
    font-size: 30px;
  }
  .prod-8 .text {
    width: 100%;
    margin-left: 0;
  }
  .prod-8 .h1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .prod-97 .imgs {
    width: 200px;
  }
  .prod-97 .li-1 {
    padding-right: 15px;
  }
  .prod-97 .li-2 {
    padding-left: 15px;
  }
  .prod-97 .li-3 {
    padding-right: 15px;
  }
  .prod-97 .li-4 {
    padding-left: 15px;
  }
  .prod-97 .name {
    font-size: 16px;
  }
  .autompage9_3 .img {
    margin-left: -80px;
  }
  .prod-43 .s01 {
    margin: 0 5px;
  }
}
@media screen and (max-width: 540px) {
  .autompage8_3 .img {
    transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -o-transform: scale(0.25);
    -moz-transform: scale(0.25);
    margin-left: -320px;
  }
  .autompage8_1 {
    padding-bottom: 30px;
  }
  .autompage8_1 .txt {
    padding-bottom: 0;
  }
  .autompage8_1 .img {
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    margin-left: -240px;
  }
  .prod-1 .m-img {
    height: 500px;
  }
  .prod-6 .m-img {
    height: 500px;
  }
  .prod-6 .h1 {
    font-size: 18px;
  }
  .prod-6 .text {
    padding: 0;
  }
  .product-box .back-img-01 {
    height: 590px;
  }
  .prod-43 .text-box-01 {
    margin-top: -580px;
  }
  .prod-42 .imgs {
    width: 400px;
  }
  .prod-42 .img1 {
    left: 53px;
    width: 0;
    height: 250px;
  }
  .prod-42 .img1.on {
    width: 265px;
  }
  .prod-87 .m-img {
    background-position: 55% center;
  }
  .prod-90 .m-img {
    background-position: center;
    background-size: auto 80%;
  }
  .prod-94 .m-img {
    background-size: auto 40%;
  }
  .prod-95 .img-2 {
    width: 300px;
  }
  .prod-95 .img-2 {
    left: 100px;
  }
  .prod-97 {
    padding: 80px 0;
  }
  .prod-97 .imgs {
    width: auto;
    font-size: 0;
  }
  .prod-97 .imgs > img {
    width: 200px;
  }
  .prod-97 .list-box {
    width: 100%;
    margin-top: 20px;
  }
  .prod-97 .list-box li {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .prod-98 {
    padding: 100px 0;
  }
  .prod-98 .imgs {
    width: auto;
    font-size: 0;
  }
  .prod-98 .imgs > img {
    width: 300px;
  }
  .prod-98 .list-box {
    margin-top: 30px;
  }
  .prod-98 .list-box li {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .prod-99 {
    padding: 100px 0;
  }
  .prod-108 {
    padding: 40px 0;
  }
  .prod-108 .prod-list-4 {
    margin-top: 0;
    padding: 0;
  }
  .prod-108 .prod-list-4 li {
    padding: 5px;
  }
  .prod-108 .prod-list-4 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .prod-108 .prod-list-4 .name {
    font-size: 14px;
  }
  .prod-108 .prod-list-4 .number {
    font-size: 14px;
  }
  .prod-45 .top .text {
    font-size: 14px;
  }
  .prod-109 .swiper-button-next, .prod-109 .swiper-button-prev {
    width: 40px;
    height: 42px;
    margin-top: -21px;
  }
  .prod-51 .d-1 {
    font-size: 14px;
    line-height: 36px;
  }
  .prod-51 .d-2 {
    width: 140px;
    height: 34px;
    line-height: 36px;
    font-size: 14px;
  }
  .prod-51 {
    padding: 40px 0;
  }
  .prod-110 {
    padding: 40px 0;
  }
  .prod-111 {
    padding: 40px 0;
  }
  .prod-51 .c-box {
    width: 100%;
  }
  .prod-112 .text {
    margin-bottom: 30px;
  }
  .prod-112 {
    padding-bottom: 50px;
  }
  .prod-113 .wrap {
    padding: 50px 0;
  }
  .prod-114 .wrap {
    padding: 50px 0;
  }
  .prod-113 .text {
    margin-top: 20px;
  }
  .prod-114 .text {
    margin-top: 20px;
  }
  .prod-114 .img {
    margin-top: 50px;
  }
  .prod-115 .wrap {
    padding: 50px 0;
  }
  .prod-115 .text {
    margin-top: 20px;
  }
  .prod-115 .img {
    margin-top: 50px;
  }
  .prod-116 .wrap {
    padding: 50px 0 10px;
  }
  .prod-116 .list-box {
    margin-top: 50px;
  }
  .prod-116 .icon {
    width: 120px;
  }
  .prod-116 .text-2 {
    margin-top: 20px;
  }
  .prod-116 .li-wrap {
    margin-bottom: 40px;
  }
  .prod-117-1 {
    padding-top: 50px;
  }
  .prod-117 .nav-box {
    margin-top: 30px;
  }
  .prod-117 .nav-box li {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .prod-117 .name {
    font-size: 14px;
    margin-top: 10px;
  }
  .prod-117 .icon {
    width: 50px;
  }
  .prod-117 .text-box {
    padding: 30px;
  }
  .prod-117 .symbol {
    width: 30px;
  }
  .prod-117 .text {
    width: calc(100% - 30px);
    margin-top: 50px;
  }
  .prod-117-2 {
    padding: 20px 0 50px;
  }
  .prod-118 {
    padding: 50px 0;
  }
  .prod-118 .text {
    margin-top: 20px;
  }
  .prod-119 .wrap {
    padding: 50px 0;
  }
  .prod-119 .text {
    margin-top: 20px;
  }
  .prod-120 .wrap {
    padding: 50px 0;
  }
  .prod-120 .text {
    margin-top: 20px;
  }
  .prod-121 .wrap {
    padding: 50px 0;
  }
  .prod-121 .text {
    margin-top: 20px;
  }
  .prod-117-3 {
    padding: 50px 0;
  }
  .prod-63 .suspen-img {
    max-width: 80%;
  }
  .prod-108 .h1 {
    font-size: 24px;
  }
  .prod-list-5 .name {
    font-size: 20px;
  }
  .prod-45 .top .text-box {
    max-width: 100%;
  }
  .prod-45 .top .text {
    font-size: 16px;
  }
  .prod-64 .suspen-img {
    max-width: 80%;
  }
  .prod-45 .bot .text {
    font-size: 16px;
  }
  .prod-49 .img img {
    width: 80%;
  }
  .prod-49 .img-7 img {
    width: 60%;
  }
  .prod-91 .h1 {
    font-size: 18px;
  }
  .prauto_5 .point3 {
    top: 20%;
  }
  .prod-122 .wrap {
    padding: 20px;
  }
  .prod-122 .l-box .text {
    font-size: 20px;
    line-height: 30px;
  }
  .prod-122 .link {
    width: 150px;
    font-size: 14px;
    margin-top: 20px;
  }
  .prod-122 .r-box .text {
    font-size: 14px;
  }
  .prod-122 {
    padding: 50px 0;
  }
  .prod-3 {
    /* padding: 70px 0 50px; */
  }
  .prod-list-1 li {
    margin-bottom: 20px;
  }
  .prod-67 .m-img {
    height: 450px;
  }
  .prod-68 .m-img {
    height: 500px;
  }
  .prod-126 .slide-1 .suspen {
    padding: 30px 0;
  }
  .prod-127 .model .d1 {
    margin: 0 2px;
  }
  .prod-102 .suspen {
    top: 2%;
  }
  .prod-102 .m-img {
    height: 500px;
    background-position: center 0;
  }
  .prod-32 .m-img {
    height: 600px;
  }
  /*20210715*/
  /*.prod-32 .suspen {

		display: none;

	}*/
  .prod-32-1 .suspen .h1 {
    font-size: 28px;
  }
  .prod-32-1 .back-color {
    display: block;
  }
  .prod-32-2 {
    display: block;
    position: relative;
    top: auto;
    height: 600px;
  }
  .prod-32-2 .suspen {
    display: block;
    top: auto;
    bottom: 10%;
    opacity: 0;
    transition: all .3s;
  }
  .prod-34 {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
  }
  .prod-34 .m-img {
    height: 600px;
  }
  /*20210715*/
  /*.prod-34 .suspen {

		display: none;

	}*/
  .prod-34-1 .suspen .h1 {
    font-size: 28px;
  }
  .prod-34-1 .back-color {
    display: block;
  }
  .prod-34-2 {
    display: block;
    position: relative;
    top: auto;
    height: 600px;
  }
  .prod-34-2 .suspen {
    display: block;
    top: auto;
    bottom: 10%;
    opacity: 0;
    transition: all .3s;
  }
  .autompage9_3 .img {
    margin-left: -100px;
  }
}
@media screen and (max-width: 440px) {
  .autompage8_3 .img {
    margin-left: -380px;
  }
  .prod-boxs {
    padding-top: 497px;
  }
  .prod-78 .list-box {
    margin-top: 0;
  }
  .prod-78 .h1 .s1 {
    margin-left: 0;
    line-height: 24px;
  }
  .prod-text .h2 {
    font-size: 20px;
  }
  .prod-text .s1 {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
  }
  .product-box .back-img-01 {
    height: 460px;
  }
  .prod-43 .suspen {
    margin-top: 30px;
  }
  .prod-43 .text-box-01 {
    margin-top: -460px;
  }
  .product-box .text {
    font-size: 14px;
  }
  .prod-28-01 .text {
    font-size: 16px;
  }
  .prod-text .h3 {
    font-size: 20px;
  }
  .prod-text .h4 {
    font-size: 14px;
  }
  .prod-text .h1 {
    margin-top: 10px;
  }
  .prod-text .suspen {
    top: 0;
  }
  .prod-78 {
    height: 450px;
    /*20210723*/
    /*background-size: 100% auto;

		background-position: center 85px;*/
    background-size: 100% 56%;
    background-position: center 40px;
  }
  .prod-19 .suspen {
    top: 15%;
    transform: translate(-50%, 0);
  }
  .prod-20 .back-img {
    background-position: 10% 100%;
  }
  .prod-list-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .prod-21 .back-img {
    background-position: 95% 100%;
  }
  .prod-23 .suspen {
    top: 5%;
  }
  .prod-57 .img {
    height: 450px;
  }
  .prod-61 .suspen {
    top: auto;
  }
  .prod-53 .suspen {
    top: 50%;
  }
  .prod-42 .imgs {
    width: 300px;
  }
  .prod-42 .img1 {
    left: 40px;
    width: 0;
    height: 188px;
  }
  .prod-42 .img1.on {
    width: 200px;
  }
  .prod-1 .text {
    font-size: 12px;
  }
  .autompage9_3 .img {
    transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -moz-transform: scale(0.3);
    margin-left: -150px;
  }
}
@media screen and (max-width: 414px) {
  .autompage8_3 .img {
    margin-left: -400px;
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .autompage8_1 .img {
    margin-left: -275px;
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .autompage8_1 .line {
    font-size: 40px;
  }
  .autompage8_1 .line2 {
    top: -10px;
    left: 560px;
  }
  .autompage8_1 .line3 {
    right: 30px;
  }
  .autompage8_1 .line4 {
    top: 290px;
    left: 580px;
  }
  .autompage8_1 .line5 {
    top: 350px;
    right: 20px;
  }
  .prod-9 {
    height: 450px;
    background-size: 100% auto;
    background-position: center 70px;
  }
  .banner-swiper .text-box .h2 {
    font-size: 12px;
    line-height: 1.5;
  }
  .prod-65 .back-img {
    height: 450px;
  }
  .prod-65 .suspen {
    top: 3%;
  }
  .prod-26 .back-img {
    height: 550px;
    background-size: auto 100%;
    background-position: center;
    background-color: #f4f4f4;
  }
  .prod-27 .back-img {
    height: 250px;
    background-size: auto 116%;
    background-position: 51% center;
    background-color: #fff;
  }
  .prod-79 {
    padding: 50px 0 0;
  }
  .prod-83 .m-img {
    background-position: 51.5% center;
    background-size: auto 90%;
    background-repeat: no-repeat;
  }
  .one-animation {
    height: 497px;
  }
  .prod-62 {
    margin-top: calc(13vh - 112px);
    height: calc(30vh - 50px);
  }
  .prod-53 .img1 {
    width: 22%;
    left: 40%;
  }
  .prod-53 .img2 {
    width: 24%;
    top: 8%;
  }
  .prod-53 .img3 {
    width: 54%;
  }
  .prod-53 .suspen {
    top: 65%;
  }
  .prod-53 .text-box {
    max-width: 60%;
  }
  .prod-53 .h1 {
    margin-bottom: 0;
  }
  .prod-86 .m-img {
    height: 450px;
    background-size: auto 110%;
  }
  .prod-87 .m-img {
    background-size: auto 80%;
    background-position: 55% center;
  }
  .prod-88 .m-img {
    background-position: 55% center;
  }
  .prod-89 .suspen {
    top: 5%;
  }
  .prod-89 .m-img {
    background-size: cover;
    background-position: 52% center;
  }
  .prod-90 .m-img {
    background-position: 54% center;
    background-size: auto 70%;
  }
  .prod-91 .m-img {
    height: 450px;
  }
  .prod-91 .suspen {
    top: 5%;
  }
  .prod-92 .m-img {
    height: 450px;
  }
  .prod-93 .m-img {
    height: 450px;
  }
  .prod-94 {
    padding: 54px 0 20px;
  }
  .prod-94 .m-img {
    height: 250px;
    background-size: auto 84%;
  }
  .prod-96 .list-box {
    margin: 30px 0;
  }
  .prod-96 li {
    margin: 0 20px;
  }
  .prod-96 {
    padding: 80px 0;
  }
  .prod-95 .img-1 {
    transition: all 1s ease-in-out 0.5s;
  }
  .prod-95 .img-1.animated {
    width: 120px;
    left: 80px;
  }
  .prod-95 .img-2 {
    width: 250px;
    top: 50px;
    left: 80px;
  }
  .prod-85 .m-img {
    height: 450px;
    background-size: auto 140%;
  }
  .prod-97 {
    padding: 50px 0 40px;
  }
  .prod-98 {
    padding: 50px 0 40px;
  }
  .prod-99 {
    padding: 50px 0;
  }
  .prod-100 {
    padding: 50px 0;
  }
  .prod-100 .text {
    margin-bottom: 50px;
  }
  .prod-101 {
    padding: 50px 0;
  }
  .prod-101 .img {
    margin-bottom: 50px;
  }
  .prod-98 .d1 {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-98 .d2 {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-98 .number {
    font-size: 20px;
  }
  .prod-99 .h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .prod-102 .s-img {
    height: 450px;
    background-position: 65% center;
  }
  .prod-104 .text-box {
    padding: 50px 0;
  }
  .prod-104 .table th {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    border: 1px solid #fff;
  }
  .prod-104 .table td {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    border: 1px solid #fff;
  }
  .prod-105 {
    padding: 50px 0;
  }
  .prod-105 .text {
    margin-bottom: 50px;
  }
  .prod-106 .s-img {
    display: none;
  }
  .prod-106 .m-img {
    display: block;
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .prod-106 .text {
    margin-bottom: 20px;
  }
  .prod-107 .point {
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -moz-transform: scale(0.6);
  }
  .prod-95 .m-img {
    height: 500px;
  }
  .prod-95 .img-1.animated {
    bottom: 10%;
    left: 180px;
  }
  .prod-96 .wrap {
    font-size: 0;
  }
  .prod-96 .l-box {
    width: 65%;
    margin-right: 0;
  }
  .prod-96 .r-box {
    width: 35%;
  }
  .autompage2 .top h3 {
    max-width: 60%;
    margin: 0 auto;
  }
  .autompage2 .top p {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .prauto_5 .point2 {
    top: 13%;
    left: 12%;
  }
  .prauto_5 .point3 {
    top: 13%;
  }
  .prauto_5 .point5 {
    top: 40%;
    right: 5%;
  }
  /*20210715*/
  /*.prod-32 {

		height: 500px;

	}*/
  .prod-32 .m-img {
    height: 500px;
  }
  .prod-32-2 {
    height: 500px;
  }
  /*20210715*/
  /*.prod-34 {

		height: 500px;

	}*/
  .prod-34 .m-img {
    height: 500px;
  }
  .prod-34-2 {
    height: 500px;
  }
  .prod-62 .suspen {
    padding: 0;
  }
  .prod-62 .text {
    text-align: justify;
  }
  .autompage9_1 .line {
    font-size: 50px;
  }
  .autompage9_1 .img {
    margin-left: -220px;
  }
  .autompage9_1 .line6 {
    line-height: 1;
    white-space: normal;
  }
  .autompage9_3 .img {
    margin-left: -170px;
  }
  .autompage9_3 .line {
    font-size: 50px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 410px) {
  /*20210723*/
  .prod-78 {
    background-size: 100% 70%;
    background-position: center 40px;
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  /*20210723*/
  .prod-78 {
    background-size: contain;
    background-position: center 40px;
  }
}
@media screen and (max-width: 375px) {
  .autompage8_3 .img {
    margin-left: -410px;
  }
  .product-box .back-img-01 {
    height: 450px;
  }
  .prod-43 .text-box-01 {
    margin-top: -430px;
  }
  .prod-43-05 {
    height: 450px;
  }
  .prod-43-05 .h2 {
    font-size: 12px;
  }
  .prod-list-02 .name {
    font-size: 14px;
  }
  .prod-list-02 li {
    padding: 12px;
  }
  .autompage8_1 .img {
    transform: scale(0.35);
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    -o-transform: scale(0.35);
    -moz-transform: scale(0.35);
    margin-left: -300px;
  }
  .prod-9 {
    background-size: 100% auto;
    background-position: center 100px;
  }
  .prod-83 .m-img {
    background-size: auto 80%;
    background-position: 51.5% 70%;
  }
  .one-animation {
    height: 450px;
  }
  /*20210715*/
  .one-animation.prod-32-1 {
    height: 100vh;
  }
  .one-animation.prod-34-1 {
    height: 100vh;
  }
  .prod-62 {
    height: 250px;
    margin-top: calc(20vh - 135px);
  }
  .prod-87 .m-img {
    background-size: auto 70%;
  }
  .prod-95 .img-2 {
    width: 230px;
    top: 85px;
  }
  .prod-96 li {
    margin: 0 10px;
  }
  .prod-94 .m-img {
    background-size: auto 75%;
  }
  .prod-98 .imgs > img {
    width: 250px;
  }
  .prod-91 .h1 {
    font-size: 16px;
  }
  /*20210715*/
  /*.prod-32 {

		height: 500px;

	}

	.prod-34 {

		height: 500px;

	}*/
  .autompage9_3 .img {
    margin-left: -200px;
  }
  /*20210715*/
  .prod-32-1 .suspen .h1 {
    font-size: 24px;
  }
  .prod-34-1 .suspen .h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 340px) {
  html, body {
    min-width: 320px;
  }
  .prod-9 {
    height: 384px;
  }
  .prod-9 .h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .prod-9 .s1 {
    font-size: 12px;
  }
  .product-box .text {
    font-size: 12px;
  }
  .prod-9 .img {
    margin-left: -20px;
    margin-top: 30px;
  }
  .prod-9 .h3 {
    font-size: 16px;
    margin-top: 30px;
  }
  .prod-9 .h4 {
    font-size: 12px;
  }
  .prod-10 .h2 {
    font-size: 16px;
  }
  .prod-10 .sup {
    font-size: 12px;
    margin-left: 10px;
  }
  .prod-10 .img {
    height: 200px;
  }
  .prod-10 .swiper-button-next, .prod-10 .swiper-button-prev {
    width: 12px;
    height: 24px;
    margin-top: -12px;
  }
  .prod-11 .title .h1 {
    font-size: 16px;
    z-index: 2;
  }
  .prod-11 .title .img-2 {
    top: 60px;
  }
  .prod-11 .column .h1 {
    font-size: 16px;
  }
  .prod-12 .top .h2 {
    font-size: 16px;
  }
  .prod-12 .top .text {
    font-size: 12px;
  }
  .prod-13 .top .h1 {
    font-size: 16px;
  }
  .prod-13 .top .h2 {
    font-size: 12px;
  }
  .prod-14 .top .h1 {
    font-size: 16px;
  }
  .prod-14 .top .h2 {
    font-size: 16px;
  }
  .prod-14 .list-nav .column {
    font-size: 12px;
  }
  .prod-14 .text-box .text {
    font-size: 12px;
    min-height: 160px;
  }
  .prod-15 .h1 {
    font-size: 16px;
    padding-top: 0;
  }
  .prod-17 .text-box .h1 {
    font-size: 16px;
  }
  .top-nav-2 .h1 {
    font-size: 12px;
  }
  .top-nav-2 .head_menu-2 .drop-down a {
    font-size: 12px;
  }
  .top-nav-2 .more .drop-down a {
    font-size: 12px;
  }
  .top-nav-2 .more .name {
    font-size: 12px;
  }
  .prod-19 .back-img {
    height: 330px;
  }
  .prod-20 .back-img {
    height: 330px;
  }
  .prod-3 .h1 {
    padding: 40px 0 30px;
  }
  .prod-list-1 .name {
    font-size: 14px;
  }
  .prod-list-1 .number {
    font-size: 12px;
  }
  .prod-list-1 li {
    padding: 5px;
  }
  .prod-21 .back-img {
    height: 330px;
    background-size: 160%;
  }
  .prod-22 .back-img {
    height: 330px;
  }
  .prod-22 .suspen {
    top: 10%;
  }
  .prod-23 .back-img {
    height: 330px;
    background-size: 100%;
  }
  .prod-25 .back-img {
    height: 330px;
  }
  .tofeature h1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .prod-27 {
    padding: 50px 0;
  }
  .prod-27 .back-img {
    background-repeat: no-repeat;
    background-position: 50.5% 50%;
    background-size: 280%;
  }
  .prod-list-4 {
    padding: 35px 0;
  }
  .prod-list-4 .name {
    font-size: 14px;
  }
  .prod-list-4 .number {
    font-size: 12px;
  }
  .prod-list-4 li {
    padding: 5px;
  }
  .prod-list-6 li {
    width: 100%;
  }
  .prod-list-6 .d1 {
    padding: 0 10px;
  }
  .prod-list-9 .number {
    font-size: 16px;
  }
  .prod-78 {
    height: 384px;
  }
  .prod-boxs {
    padding-top: 384px;
  }
  .prod-78 .list-box li {
    margin-bottom: 10px;
  }
  .prod-78 .h1 .s1 {
    font-size: 12px;
  }
  .prod-boxs.prod-boxs-2 {
    padding-top: 20px;
  }
  .prod-text .h3 {
    margin-top: 30px;
  }
  .prod-42 .imgs {
    width: 280px;
  }
  .prod-42 .img1 {
    left: 37px;
    width: 0;
    height: 175px;
  }
  .prod-42 .img1.on {
    width: 186px;
  }
  .prod-83 .m-img {
    background-size: auto 70%;
  }
  .autompage9_3 .img {
    transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -o-transform: scale(0.25);
    -moz-transform: scale(0.25);
    margin-left: -220px;
  }
}
@media screen and (max-width: 320px) {
  .autompage8_3 .img {
    transform: scale(0.22);
    -ms-transform: scale(0.22);
    -webkit-transform: scale(0.22);
    -o-transform: scale(0.22);
    -moz-transform: scale(0.22);
    margin-left: -430px;
  }
  .prod-43 .s01 {
    margin: 0 2px;
  }
  .product-box .back-img-01 {
    height: 380px;
  }
  .prod-43 .suspen {
    margin-top: 0;
  }
  .prod-43 .text-box-01 {
    margin-top: -365px;
  }
  .prod-43 .s01 {
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
  }
  .prod-43 .s01::before {
    border-radius: 4px;
  }
  .autompage8_1 .img {
    transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -moz-transform: scale(0.3);
    margin-left: -325px;
  }
  .prod-78 .back-img {
    height: 380px;
  }
  .prod-26 .back-img {
    /*20210715*/
    /*background-size: auto 75%;*/
    background-size: auto 69%;
    background-position: 51% 110px;
  }
  .prod-27 {
    padding: 50px 0 20px;
  }
  .prod-27 .back-img {
    height: 350px;
    background-size: auto 68%;
    background-position: 51% center;
    margin-top: 30px;
  }
  .prod-27 .suspen {
    top: 10%;
  }
  .one-animation {
    height: 384px;
  }
  /*20210715*/
  .one-animation.prod-32-1 {
    height: 100vh;
  }
  .one-animation.prod-34-1 {
    height: 100vh;
  }
  .prod-62 {
    height: 384px;
  }
  .prod-87 .m-img {
    background-size: auto 60%;
    background-repeat: no-repeat;
  }
  .prod-88 .m-img {
    background-size: auto 90%;
    background-position: 54% center;
  }
  .prod-89 .m-img {
    background-size: auto 90%;
    background-position: 51.5% center;
  }
  .prod-90 .m-img {
    background-position: 53% center;
    background-size: auto 60%;
  }
  .prod-95 .img-1.animated {
    bottom: 20%;
    left: 140px;
  }
  .prod-95 .img-2 {
    width: 220px;
    top: 40px;
    left: 55px;
  }
  .prod-94 .m-img {
    background-size: auto 60%;
  }
  .prauto_5 .point1 span {
    left: -40px;
    top: -80px;
  }
  .prauto_5 .point2 {
    top: 5%;
  }
  .prauto_5 .point2 span {
    left: 10px;
  }
  .prauto_5 .point3 {
    top: 7%;
  }
  .prauto_5 .point5 span {
    top: -75px;
    left: -20px;
  }
  .prod-127 .model .d1 {
    font-size: 16px;
    margin: 0 1px;
  }
  .prod-127 .model .d3 {
    font-size: 12px;
  }
  .prod-123 {
    height: 400px;
  }
  .prod-136 {
    height: 400px;
  }
  /*20210715*/
  /*.prod-32 {

		height: 450px;

	}*/
  .prod-32 .m-img {
    height: 450px;
  }
  .prod-32-2 {
    height: 450px;
  }
  .prod-34 .m-img {
    height: 450px;
  }
  .prod-34-2 {
    height: 450px;
  }
  /*20210715*/
  /*.prod-34 {

		height: 450px;

	}*/
  .autompage9_1 .img {
    transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -o-transform: scale(0.25);
    -moz-transform: scale(0.25);
    margin-left: -200px;
  }
}
/* 售后完美体育网页版下载 */
.after_sales ul {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 150px;
}
.after_sales li {
  float: left;
  width: 33.33%;
  margin: auto;
  font-size: 20px;
  text-align: center;
  padding: 80px;
  color: #333;
}
.after_sales li h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
}
.after_sales li h2 a {
  color: #333;
}
.after_sales li p {
  font-size: 16px;
}
.after_sales li em {
  display: block;
  width: 100%;
  height: 105px;
  margin: auto;
}
.after_sales .li1 em {
  background: url(/Public/Home/images/after_sales_01.png) no-repeat center 0;
  background-size: contain;
}
.after_sales .li2 em {
  background: url(/Public/Home/images/after_sales_02.png) no-repeat center 0;
  background-size: contain;
}
.after_sales .li3 em {
  background: url(/Public/Home/images/after_sales_03.png) no-repeat center 0;
  background-size: contain;
}
.after_sales.is-visible li {
  opacity: 1;
}
.after_sales_1 {
  background-color: #fff;
}
.neware_after_sales {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
}
.after_sales_02 {
  text-align: center;
  margin-bottom: 20px;
  margin: auto auto 60px auto;
  max-width: 1200px;
  width: 100%;
  color: #333;
  padding: 15px;
}
/* 媒体查询 */
@media screen and (max-width: 767px) {
  .after_sales {
    padding: 0 15px;
  }
  .after_sales li {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
  }
  .after_sales li h2 {
    font-size: 16px;
  }
  .after_sales li p {
    font-size: 14px;
  }
  .after_sales_02 {
    margin-bottom: 20px;
  }
  .after_sales_02 > span {
    font-size: 12px !important;
  }
  .product-list .table > thead > tr > td a {
    padding: 0;
  }
}
/* 搜索 */
.search-box {
  min-height: 600px;
  padding-bottom: 70px;
}
.search-box .top {
  max-width: 730px;
  width: 100%;
  margin: 70px auto 80px;
}
.bot {
  width: 95%;
  margin: auto;
}
.search-box .top .h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.search-box .top .form {
  position: relative;
  width: 100%;
}
.search-box .top .form-control {
  width: 100%;
  height: 54px;
  padding: 0 54px;
  font-size: 16px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.search-box .top .btn-submit {
  position: absolute;
  top: 16px;
  left: 17px;
  font-size: 0;
  padding: 0;
  background: none;
}
.search-box .l-nav {
  float: left;
  width: 250px;
}
.search-box .l-nav .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.search-box .l-nav .category {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.search-box .l-nav .reset {
  font-size: 15px;
  color: #c7000b;
  font-weight: bold;
}
.search-box .l-nav .nav-box {
  margin-bottom: 15px;
}
.search-box .l-nav .item {
  display: flex;
  align-items: center;
}
.search-box .l-nav .s1 {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: relative;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-right: 8px;
}
.search-box .l-nav .item.on .s1::before {
  position: absolute;
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  background-color: #c7000b;
  border-radius: 2px;
  border-radius: 50%;
}
.search-box .l-nav .s2 {
  width: calc(100% - 23px);
  font-size: 18px;
  color: #666;
  margin: 7px 0;
}
.search-box .r-box {
  float: right;
  width: calc(100% - 250px);
  padding-left: 120px;
}
.search-box .r-box .number {
  font-size: 16px;
  color: #666;
  line-height: 33px;
}
.search-box .r-box .list-box li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.search-box .r-box .h1 {
  font-size: 20px;
  color: #333;
  line-height: 41px;
  font-weight: bold;
  margin-bottom: 5px;
}
.search-box .r-box .text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.search-box .r-box .text-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.search-box .r-box .img {
  width: 180px;
}
.search-box .r-box .column-2 .text {
  width: calc(100% - 180px);
  padding-left: 15px;
}
.search-box .nav-page {
  margin-top: 70px;
}
.search-box .nav-page a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #7e7e7e;
  margin: 0 4px;
  border-radius: 0;
  background: none;
  padding: 0;
}
.search-box .nav-page a.on {
  color: #c7000b;
}
.search-box .nav-page .arrow {
  border: 1px solid #a0a0a0;
  line-height: 40px;
}
.search-box .input-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box .input-box .input-wrap {
  display: flex;
  align-items: center;
  margin-right: 29px;
  color: #898989;
  height: 38px;
  line-height: 33px;
  font-size: 18px;
}
.search-box .input-box .sub {
  font-size: 18px;
  color: #898989;
  line-height: 33px;
  display: inline-block;
  background: #fff;
}
.search-box .input-text {
  width: 40px;
  height: 26px;
  color: #898989;
  border: 1px solid #898989;
  margin: 0 6px;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
}
/* 媒体查询 */
@media screen and (max-width: 1199px) {
  .search-box .r-box {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .search-box .l-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-box .r-box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-box .top {
    margin: 50px 0;
  }
  .search-box .top .h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .search-box .top .form-control {
    font-size: 14px;
    height: 40px;
  }
  .search-box .top .btn-submit {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .search-box {
    padding-bottom: 40px;
  }
  .search-box .top {
    margin: 40px 0;
  }
  .search-box .top .h1 {
    font-size: 20px;
  }
  .search-box .top .form-control {
    padding: 0 40px;
  }
  .search-box .top .btn-submit {
    left: 10px;
  }
  .search-box .l-nav {
    margin-bottom: 20px;
  }
  .search-box .l-nav .category {
    font-size: 16px;
  }
  .search-box .l-nav .reset {
    font-size: 14px;
  }
  .search-box .l-nav .s1 {
    margin-right: 5px;
  }
  .search-box .l-nav .s2 {
    font-size: 14px;
  }
  .search-box .r-box .number {
    margin-bottom: 10px;
  }
  .search-box .r-box .list-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .search-box .r-box .h1 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .search-box .r-box .img {
    width: 100px;
  }
  .search-box .r-box .column-2 .text {
    width: calc(100% - 100px);
  }
  .search-box .nav-page {
    margin-top: 30px;
  }
  .search-box .nav-page a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .search-box .nav-page .arrow {
    line-height: 28px;
  }
  .search-box .input-box .input-wrap {
    font-size: 14px;
    line-height: 30px;
    margin-right: 15px;
    display: inline-block;
  }
  .search-box .input-box a {
    font-size: 14px;
    line-height: 30px;
  }
  .search-box .input-text {
    font-size: 14px;
  }
}
/* 视频列表 */
.video-main {
  background-color: #f7f8f9;
}
.video-list .top .h1 {
  font-size: 32px;
  line-height: 48px;
  color: #3b3e40;
  margin: 40px 0;
  text-align: left;
  font-weight: bold;
}
.video-list .video-list-wrap {
  background-color: #fff;
  margin-bottom: 24px;
  width: 85%;
  margin: auto;
}
.video-list .video-list-wrap .h1 {
  font-size: 18px;
  line-height: 24px;
  color: #3b3e40;
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f1f2;
  font-weight: bold;
}
.video-list .video-list-wrap ul {
  padding: 24px;
}
.video-list .video-list-wrap .play {
  opacity: .5;
  transition: all .3s;
}
.video-list .video-list-wrap li:hover .play {
  opacity: 1;
}
.video-list .video-list-wrap .wrap:hover {
  box-shadow: none;
}
.video-list .video-list-wrap li {
  text-align: left;
  margin-bottom: 0;
}
.video-list .video-list-wrap .h2 {
  font-size: 16px;
  line-height: 24px;
  color: #3b3e40;
  overflow: hidden;
  max-height: 70px;
  margin-top: 10px;
}
.video-list .video-list-wrap .time {
  font-size: 10px;
  background: #f7f8f9;
  display: inline-block;
  padding: 3px 6px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.video-list .video-list-wrap .more-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .video-list .top .h1 {
    font-size: 20px;
    margin: 20px 0;
  }
  .video-list .video-list-wrap .h1 {
    padding: 15px;
  }
  .video-list .video-list-wrap ul {
    padding: 15px;
  }
  .video-list .video-list-wrap .time {
    margin: 5px 0 20px;
  }
}
/* 网站地图 */
.map-box .top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
}
.map-box .top .h1 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.map-list {
  margin: 50px -15px;
}
.map-list li {
  margin-bottom: 25px;
}
.map-list .h2 {
  font-size: 18px;
  color: #1d1d1f;
  font-weight: 600;
  margin-bottom: 10px;
}
.map-list .item {
  margin-bottom: 10px;
}
.map-list a {
  font-size: 18px;
  color: #06c;
}
/* 媒体查询 */
@media screen and (max-width: 540px) {
  .map-box .top .h1 {
    font-size: 20px;
  }
  .map-list {
    margin: 30px -15px;
  }
  .map-list a {
    font-size: 16px;
  }
}
.logon.register .logon-wrap {
  position: relative;
}
.logon.register .l-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.logon.register .l-box .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.logon.register .l-box .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.logon.register .l-box .swiper-container .swiper-slide a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.logon.register .r-box {
  float: right;
}
.logon.register .enroll {
  margin: 75px auto 0;
}
.register .tit {
  text-align: center;
  margin-bottom: 13%;
}
.register .tit .t1 {
  font-size: 30px;
  color: #707374;
  font-weight: 300;
  margin-top: 30px;
}
.register .tab {
  line-height: 48px;
  height: 48px;
  cursor: pointer;
  color: #333;
}
.register .tab div {
  font-size: 16px;
  padding: 3px;
  border-bottom: 1px solid #eee;
}
.register .tab .active {
  color: #44a8f2;
  border-bottom: 1px solid #44a8f2;
  background-color: #fff;
}
.register .switch {
  position: relative;
  margin-top: 20px;
}
.logon.register .enroll .form {
  display: block;
  position: absolute;
  z-index: -1;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.logon.register .enroll .form.on {
  position: static;
  height: auto;
  visibility: visible;
}
.register .d-select {
  float: left;
  width: 80px;
  color: #333;
  border-right: 1px solid #dddddd;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.register .d-select .btn {
  height: 46px;
  border-right: 0;
  font-size: 14px;
  cursor: auto;
  border: none;
  background-color: #FFFFFF;
}
.register .form-group .oth1 {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}
.register .d-input-button {
  width: 100%;
}
.register .md-input-container {
  width: 100%;
  height: 46px;
  display: flex;
  position: relative;
  border-radius: 2px;
  padding-right: 140px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.register .d-input-button .inner-button {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 130px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  background: #44a8f2;
  border: 1px solid #44a8f2;
}
.register .verify-wrap {
  position: relative;
  width: 100% !important;
  border-radius: 2px;
  height: 40px;
  margin: 0 auto 20px;
}
.register .verify-wrap .fix-tips {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none;
  color: #7f7f7f;
}
.register .verify-msg {
  color: #FFFFFF;
}
.register .to-login {
  padding-top: 15px;
  padding-bottom: 30px;
}
.register .to-login a {
  color: #44a8f2;
  cursor: pointer;
  text-decoration: none;
}
.register .to-login a:hover {
  text-decoration: underline;
}
.register .service-container {
  margin-top: 50px;
  width: 300px;
}
.register .faq-service {
  padding-bottom: 40px;
}
.register .faq-service .faq-tips {
  font-size: 14px;
  letter-spacing: -.28px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.register .faq-service .faq-links {
  font-size: 14px;
  letter-spacing: -.28px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin-top: 8px;
  width: 400px;
  margin-left: -50px;
}
.register .faq-service .faq-links a {
  padding-right: 8px;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, .09);
  color: #44a8f2;
  cursor: pointer;
  text-decoration: none;
}
.register .faq-service .faq-links a:hover {
  text-decoration: underline;
}
.register .tips {
  margin-top: 10px;
  word-wrap: normal;
  position: relative;
  display: inline-block;
}
.form-oth {
  text-align: left;
  margin-bottom: 20px;
}
.register .d-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #1f2d3d;
  font-size: 0;
  margin-bottom: 10px;
  /* white-space: pre-line;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.register .d-checkbox:last-child {
  margin-bottom: 0;
}
.register .d-checkbox .d-checkbox__input {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: left;
  white-space: nowrap;
  outline: none;
  line-height: 1;
  vertical-align: middle;
}
.register .d-checkbox__input.is-checked .d-checkbox__inner {
  background-color: #44a8f2;
  border-color: #44a8f2;
}
.register .d-checkbox__original[type=checkbox] + span {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #fff;
  z-index: 1;
  transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}
.register .d-checkbox__original[type=checkbox]:checked + span {
  background-color: #44a8f2;
  border-color: #44a8f2;
}
.register .d-checkbox__original[type=checkbox] + span:after {
  box-sizing: content-box;
  content: "";
  border: 2.4px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 8.4px;
  width: 4.8px;
  left: 7.8px;
  position: absolute;
  top: 3.6px;
  transform: rotate(45deg) scaleY(0);
  transform-origin: center;
}
.register .d-checkbox__original[type=checkbox]:checked + span:after {
  transform: rotate(45deg) scaleY(1);
}
.register .d-checkbox__original {
  display: inline-block;
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
}
.register .d-checkbox__label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  font-size: 12px;
  padding-left: 0;
  color: #707473;
}
.register .d-checkbox a {
  color: #333;
}
.register .d-checkbox a:hover {
  text-decoration: underline;
}
.verify-wrap .suc-drag-btn {
  margin-left: -1px;
}
.logon.register .enroll .btn-submit {
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .register .tit {
    margin-bottom: 8%;
  }
  .register .tit .t1 {
    margin-top: 20px;
    font-size: 24px
  }
  .register .service-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .logon.register .enroll {
    margin: 50px auto 0;
  }
  .logon.register .r-box {
    float: none;
  }
  .register .tab div {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .register .tit {
    margin-bottom: 10px;
  }
  .register .tit .t1 {
    font-size: 22px
  }
  .register .service-container {
    margin-top: 20px;
  }
}
.prod-main .prod-list ul {
  font-size: 0;
  width: 85%;
  margin: auto;
}
.prod-main .prod-list li {
  float: left;
  display: none;
  vertical-align: top;
}
.prod-main .prod-list li.on {
  display: block;
}
.prod-main .prod-list .wrap {
  position: relative;
  padding-bottom: 0;
}
.prod-main .prod-list li .img {
  height: auto;
}
.prod-main .prod-list li .tab {
  background: rgb(227 227 227 / 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  margin-bottom: -80px;
}
.prod-main .prod-list li h1, .prod-main .prod-list li h2, .prod-main .prod-list li p {
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
}
.chapternav {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  /*z-index:9987;*/
  width: 100%;
  position: relative;
}
.chapternav-wrapper {
  overflow-x: auto;
}
.table-responsive {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 500px;
}
.chapternav-items {
  width: max-content;
  position: relative;
  height: 100px;
  margin: auto;
  white-space: normal;
  padding-bottom: 50px;
}
.chapternav-item:first-child {
  margin-left: 0;
  padding-left: 4px;
}
.chapternav-item {
  animation: chapternav-slidein 350ms backwards;
  display: inline-block;
  vertical-align: top;
  margin: 0 -.11765em;
  padding: 0 20px;
}
.chapternav-item-BTS4000 .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/BTS4000.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-BTS5000 .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/BTS5000.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-CE6000 .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/CE6000.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-BTS8000 .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/BTS8000.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-BTS9000 .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/BTS9000.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-MGDW .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/MGDW.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-MFB .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/MFB.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-Polar-device .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/PolarDevice.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-CALI .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/BVIR.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-MIHW .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/MIHW.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-MGW .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/MGW.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-ACCESSORIES .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/ACCESSORIES.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
.chapternav-item-Formation-Grading .chapternav-icon {
  width: 100px;
  height: 75px;
  background-size: 100px 75px;
  background-image: url("/Public/Home/images/Formation-Grading.png");
  margin-bottom: 4px;
  margin: 0 auto 7px;
}
/*.chapternav-icon{

	width: 100px;

	height: 75px;

	background-size: 100px 75px;

	background-image:url("/Public/Home/images/BTS4000.png");

	margin-bottom: 4px;

	margin: 0 auto  7px;

}*/
.chapternav-label {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  display: block;
  margin: 0;
}
.chapternav-new {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400px;
  color: #bf4800;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1292px) {
  .prod-main .prod-list ul {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .prod-main .prod-list ul {
    font-size: 0;
    width: 100%;
    margin: auto;
  }
}
/*20210607*/
.newadd {
  width: 100%;
}
.newadd .time {
  float: left;
}
.newadd .x-share {
  float: right;
}
.newadd .x-share .tit {
  position: relative;
  padding-right: 15px;
  background: url(/Public/Home/images/icon13.jpg) top 5px right no-repeat;
  font-size: 12px;
  cursor: pointer;
  color: #9a9fac;
}
.newadd .x-share .cont {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 10;
  display: none;
  padding: 18px 15px;
  background-color: #fff;
  box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 10%);
  cursor: default;
}
.newadd .x-share:hover .cont {
  display: block;
}
.newadd .x-share .cont .t1 {
  font-size: 12px;
  cursor: pointer;
  color: #9a9fac;
}
.newadd .x-share .cont .img {
  margin-top: 6px;
  margin-bottom: 15px;
}
.newadd .x-share .cont .img img {
  width: 180px;
  height: 180px;
}
.newadd .x-share .cont .link-wrapper-A25ETQ9W6c {
  position: relative;
  margin-top: 4px;
  line-height: 30px;
}
.link-1Ytku413KQ {
  box-sizing: border-box;
  white-space: nowrap;
  width: 113px;
  height: 30px;
  padding: 0 9px;
  border: 0.5px solid #a2a4a8;
  border-radius: 2px;
}
.shadow-XwsLX6sRdE {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: auto;
}
.copy-2e9I79Ecrj {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: inline-block;
  transition: background-color 0.3s;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .newadd .x-share {
    display: none;
  }
}
.head-rbox > div.neware-ai:hover {
  background-color: rgb(255 188 0 / 26%);
  border-radius: 20px;
}
.head-rbox > div.neware-ai {
  float: left;
  margin-top: 26px;
}
.neware-ai a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  position: relative;
  max-width: 100px;
  line-height: 35px;
  padding: 0px 6px 0 2px;
  font-weight: 400;
}
.header.on .head-rbox .neware-ai a {
  color: #333;
}
.head-rbox .neware-ai .icon {
  background-image: url(/Public/Home/images/smart-icon.png);
  margin-top: 9px;
  height: 20px;
  width: 20px;
}
.header.on .neware-ai .icon {
  background-image: url(/Public/Home/images/smart-icon-2.png);
}
.head-rbox > div.neware-xy {
  float: left;
  margin-top: 26px;
}
.head-rbox .neware-xy {
  margin-top: -7.6px;
  padding: 0 4px;
}
.head-rbox .neware-xy:hover {
  padding: 0 4px;
  background-color: rgb(255 188 0 / 26%);
  border-radius: 20px;
}
.head-rbox > div.neware-xy:hover {
  padding: 0 4px;
  background-color: rgb(255 188 0 / 26%);
  border-radius: 20px;
}
.neware-xy a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  position: relative;
  max-width: 100px;
  line-height: 35px;
  padding: 0px 6px 0 2px;
  font-weight: 400;
}
.header.on .head-rbox .neware-xy a {
  color: #333;
}
.head-rbox .neware-xy .icon {
  background-image: url(/Public/Home/images/XY-icon.png);
  margin-top: 9px;
  height: 20px;
  width: 20px;
}
.header.on .neware-xy .icon {
  background-image: url(/Public/Home/images/XY-icon-2.png);
}
.head-rbox .nav-store {
  margin-top: -7.6px;
  padding: 0 4px;
}
.head-rbox .nav-store:hover {
  background-color: rgb(255 188 0 / 26%);
  border-radius: 20px;
  padding: 0 4px;
}
.head-rbox > div.nav-store:hover {
  background-color: rgb(255 188 0 / 26%);
  border-radius: 20px;
}
.head-rbox > div.nav-store {
  float: left;
  margin-top: 26px;
}
.nav-store a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  position: relative;
  max-width: 100px;
  line-height: 35px;
  padding: 0px 6px 0 2px;
  font-weight: 400;
}
.header.on .head-rbox .nav-store a {
  color: #333;
}
.head-rbox .nav-store .icon {
  background-image: url(/Public/Home/images/contact-icon.png);
  margin-top: 9px;
}
.header.on .nav-store .icon {
  background-image: url(/Public/Home/images/contact-icon-2.png);
}
.map-list .classify {
  display: block;
  padding-bottom: 5px;
}
.map-list .h2 {
  font-size: 22px;
  padding: 0px 0 20px 0;
}
.map-list a {
  color: #06c;
  font-size: 16px;
}
.map-list .classify a {
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 600;
}
.map-list .itemize {
  margin-top: 10px;
}
.map-list .itemize a {
  color: #06c;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .map-list .h2 {
    font-size: 20px;
    padding: 0px 0 15px 0;
  }
  .map-list .itemize a, .map-list a {
    font-size: 15px;
  }
  .map-list .classify a {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .map-list li.col-xs-6 {
    width: 100%;
  }
  .map-list .h2 {
    padding-bottom: 10px;
  }
  .table-responsive {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 350px;
  }
}
.left-nav .form .suggest-list {
  border-radius: 4px;
  position: absolute;
  display: none;
  width: 335px;
  max-height: 192px;
  top: 56px;
  left: 0px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  background-color: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
}
.left-nav .form .suggest-list li a {
  height: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #3b3e40;
  padding: 4px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .1s ease-in-out;
}
.left-nav .form .suggest-list li {
  display: block;
  line-height: 30px;
}
.err-page {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fff;
}
.err-page .err-main h1 {
  font-size: 100px;
  color: #4a4a4a;
  font-weight: 500;
}
.err-page .err-main p {
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
.err-page .err-desc p {
  color: #4a4a4a;
  font-size: 18px;
  margin-bottom: 25px;
}
.err-page .err-desc a {
  color: #44a8f2;
  cursor: pointer;
}
.pers-box .info .l-box .viewnum {
  margin-top: 15px;
  width: 240px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #f0f0f0;
}
/*模拟下拉菜单*/
.dropmenurel01 {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0px 20px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
}
.js-dropmenu.on .dropmenurel01-tit {
  background: #ffffff url(../images/icon-sh.png) center right no-repeat;
}
.dropmenurel01-tit {
  font-size: 14px;
  color: #666666;
  width: 100%;
  line-height: 67px;
  height: 67px;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 2px;
  background: #ffffff url(../images/icon-xia.png) center right no-repeat;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.dropmenurel01-options {
  display: none;
  position: absolute;
  left: 0;
  z-index: 110;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.dropmenurel01-options li {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 5px 10px 5px 20px;
  line-height: 2;
  font-weight: 400;
  color: #3b3e40;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .3s ease;
}
.dropmenurel01-options li:last-child {
  border-bottom: none;
}
.dropmenurel01-options li:hover {
  background-color: #f0f1f2;
  color: #3b3e40;
}
@media screen and (max-width: 767px) {
  .dropmenurel01-tit {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .pers-box .info .share a:hover .drop-down {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pers-box .info {
    position: relative;
  }
  .pers-box .info .code {
    position: absolute;
    right: 15px;
    top: 0;
    width: 100px;
  }
  .pers-box .info .l-box {
    float: none;
    width: 100%;
  }
  .pers-box .info .top {
    padding-right: 120px;
  }
  .pers-box .info-list {
    max-width: 350px;
    width: 100%;
  }
  .pers-box .info-list .text {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .r-box {
    float: none;
    max-width: 380px;
    width: 100%;
    margin-top: 20px;
  }
  .pers-box .info .l-box .viewnum {
    width: 150px;
  }
  .return-top {
    float: right;
    margin-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .return-top img {
    max-width: 45px;
  }
}
.xinbox {
  position: relative;
}
.x-drop-down {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 16px 0;
  box-shadow: -3px 5px 8px rgb(0 0 0 / 10%);
}
.x-drop-down .h1 {
  font-size: 12px;
  padding: 8px 0;
  margin: 0 40px;
  color: #919699;
  font-weight: bold;
}
.x-drop-down a {
  padding: 8px 40px;
  display: block;
  width: 100%;
  line-height: 16px;
  color: #303233;
  font-size: 16px;
  transition: all .3s;
}
@media only screen and (max-width: 767px) {
  .x-drop-down .h1 {
    padding: 8px 15px;
    margin: 0;
  }
  .x-drop-down a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.top-nav .l-nav {
  position: relative;
}
.prlink-box {
  position: relative;
  float: left;
  width: auto;
  max-width: 560px;
  padding-right: 30px;
  box-sizing: border-box;
}
.prlink-box .ic {
  display: none;
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(/Public/Home/images/icon68.png) center no-repeat;
}
.prlink-box .ic.on {
  background: url(/Public/Home/images/icon68-2.png) center no-repeat;
}
.top-nav .prlink-div {
  max-width: 530px;
  width: auto;
  overflow: hidden;
}
.top-nav .prlink {
  width: auto;
}
.top-nav .x-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  background: #FFFFFF;
  padding: 15px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: 600px;
}
.top-nav .x-drop a {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 3;
  padding: 0 15px;
  border-bottom: #EEEEEE solid 1px;
}
.top-nav .x-drop a:hover {
  background-color: #ebeff2;
}
.top-nav .x-drop a:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .pers-box .info .text-box {
    margin-bottom: 20px;
    width: calc(100% - 100px);
  }
  .pers-box .info .l-box .viewnum {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .pers-box .info .top .icon {
    float: none;
    display: block;
  }
  .pers-box .info .text-box {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .pers-box .info .l-box .viewnum {
    margin-left: 0px;
  }
}
.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autompage2 .text li {
  height: 170px;
}
@media only screen and (max-width: 1024px) {
  .autompage2 .text li {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .autompage2 .text li {
    height: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .autompage2 .text li {
    height: 130px;
  }
}
/*20210716*/
.code-login-tit {
  text-align: center;
  color: #797979;
  font-size: 12px;
  margin-bottom: 35px;
}
.code-login-tit .sp {
  display: inline-block;
  color: #ff6700;
}
.spcolor {
  color: #07a2e9;
}
.new-download {
  margin-top: 50px;
}
.new-download .tit {
  position: relative;
}
.new-download .tit span {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #575757;
  font-size: 14px;
  background: #FFFFFF;
  padding: 0 10px;
  box-sizing: border-box;
}
.new-download .tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-bottom: #e5e5e5 solid 1px;
}
.new-download ul {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
  position: relative;
}
.new-download ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 42%;
  margin-right: 15%;
}
.new-download ul li:nth-child(2n), .new-download ul li:last-child {
  margin-right: 0;
}
.new-download ul li .ic {
  width: 100%;
}
.new-download ul li .ic .drop-down {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  padding: 2px;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 12;
}
.new-download ul li .ic .drop-down i {
  position: absolute;
  right: 25px;
  bottom: -8px;
  width: 25px;
  height: 12px;
  background: url(/Public/Home/images/ximg15.png) center no-repeat;
}
.new-download ul li .ic:hover .drop-down {
  display: block;
}
.new-download ul li .ic img {
  max-width: 100%;
}
.new-download ul li .ic .drop-down img {
  max-width: 100%;
  width: 300px;
}
.new-download ul li .txt {
  color: #797979;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 1600px) {
  .logon .enroll {
    margin-top: 120px;
  }
  .head-rbox .search {
    max-width: 300px;
    margin: auto auto auto -330px;
  }
  .site-topbar {
    left: 173px;
  }
  .header .r-box {
    width: 58%;
    margin-left: 149px;
  }
  .header .r-box .hot {
    width: 58%;
    margin-left: 0px;
  }
  .header .l-box {
    left: 105px;
  }
}
@media only screen and (max-width: 1550px) {
  .head-rbox .search {
    max-width: fit-content;
    margin: auto auto auto -220px;
  }
  .site-topbar {
    left: 128px;
  }
}
@media only screen and (max-width: 1400px) {
  .head-rbox .search {
    max-width: fit-content;
    margin: auto auto auto -200px;
  }
}
@media only screen and (max-width: 1300px) {
  .head-rbox .search {
    max-width: fit-content;
    margin: auto auto auto -200px;
  }
  .head-rbox > div {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .logon .enroll {
    margin-top: 100px;
  }
  .code-logon .link-box {
    margin-top: 15px;
  }
  .new-download {
    margin-top: 50px;
  }
  .code-logon .code-icon {
    width: 150px;
    height: 150px;
  }
  .new-download ul li .ic img {
    max-width: 55px;
  }
}
.mbg {
  width: 100%;
  height: 100%;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1366px) {
  .logon {
    padding-top: 130px;
  }
  .logon-main .foot-box {
    padding-top: 60px;
    line-height: 1.5;
  }
  .logon-main .foot-box .text {
    margin-top: 15px;
  }
  .logon-main .foot-box a img {
    padding-bottom: 0px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .head-rbox .search {
    margin: auto auto auto -185px;
  }
}
@media only screen and (max-width: 1199px) {
  .logon {
    padding-top: 100px;
  }
  .logon-main .logon-wrap {
    position: relative;
    overflow: hidden;
  }
  .logon .l-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .logon-main .l-box .swiper-container {
    width: 100%;
    height: 100%;
  }
  .logon-main .l-box .swiper-container img {
    display: none;
  }
  .logon-main .l-box .swiper-container a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .mbg {
    display: block;
  }
  .logon .r-box {
    float: right;
    padding-bottom: 20%;
    padding-top: 5%;
  }
  .logon-main .foot-box {
    padding-top: 60px;
    width: auto;
  }
  /*20210719*/
  .prod-18 .swiper-button-prev {
    left: 5%;
  }
  .prod-18 .swiper-button-next {
    right: 5%;
  }
  .prod-10 .swiper-button-prev {
    left: 5%;
  }
  .prod-10 .swiper-button-next {
    right: 5%;
  }
  /**/
}
@media only screen and (max-width: 991px) {
  .logon {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .logon .r-box {
    min-height: 73vh;
  }
  .logon-main .foot-box {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .logon {
    padding-top: 75px;
  }
  .logon .l-box {
    display: none;
  }
  .logon .r-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .logon .enroll {
    margin-top: 60px;
  }
  .logon-main .foot-box {
    padding-top: 40px;
  }
  .logon-main .foot-box a img {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .logon .enroll {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .logon .r-box {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .logon-main .foot-box {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .logon .enroll {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .new-download {
    margin-top: 40px;
  }
  .logon .r-box {
    padding-bottom: 30px;
  }
  .logon-main .foot-box {
    padding-top: 20px;
  }
}
.home-news {
  display: none;
}
.login-m {
  padding-top: 70px;
  min-height: 100vh;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .login-m {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .login-m {
    padding-top: 103px;
  }
}
.down-box .down-list {
  font-size: 0;
}
.down-box .down-list .column {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .down-box .down-list .name {
    white-space: normal;
  }
  .down-box .down-list .edition {
    white-space: normal;
  }
}
.n-download {}
.n-download .n-head {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 15px;
  border-bottom: #7d7d7d solid 1px;
}
.n-download .n-head > div {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #010101;
  font-size: 14px;
}
.n-download .name {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
  width: calc(70% - 160px);
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.n-download .category, .n-download .date {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  padding-left: 2.8%;
  padding-right: 5px;
  box-sizing: border-box;
}
.n-download .n-head .category, .n-download .n-head .date, .n-download .n-head .operation {
  border-left: #dcdcdc solid 1px;
}
.n-download .operation {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding-left: 3%;
  padding-right: 5px;
  box-sizing: border-box;
}
.n-download .side1 {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: #f0f1f2 solid 1px;
}
.n-download .side1 i {
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(/Public/Home/images/icon13.jpg) center no-repeat;
  background-size: 10px 6px;
}
.n-download .side1.on, .n-download .side1:hover {
  background: #f1f1f1;
}
.n-download .side1.on i {
  background: url(/Public/Home/images/icon13-2.jpg) center no-repeat;
  background-size: 10px 6px;
}
.n-download .side1 > div {
  word-break: break-word;
  color: #010101;
  font-size: 14px;
  line-height: 1.6;
}
.n-download .side1 .operation a {
  display: inline-block;
  margin-right: 12px;
  color: #008aff;
}
.n-download .side1 .operation a:last-child {
  margin-right: 0;
}
.n-download .side1 .operation a img {
  display: inline-block;
  margin-left: 5px;
}
.n-download .side2 {
  display: none;
  color: #404040 font-size: 14px;
  line-height: 1.6;
  padding: 10px 15px;
  background: rgb(247, 248, 249);
}
.n-download .side2 > div {
  margin-bottom: 6px;
}
.n-download .side2 .t1 {
  display: none;
}
.n-download .side2 .t2 {
  display: none;
}
@media only screen and (max-width: 1536px) {
  .n-download .name {
    width: calc(100% - 380px);
  }
  .n-download .category, .n-download .date {
    padding-left: 12px;
    width: 120px;
  }
  .n-download .operation {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .n-download .date {
    display: none;
  }
  .n-download .side2 .t1 {
    display: block;
  }
  .n-download .name {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 767px) {
  .n-download .category {
    display: none;
  }
  .n-download .name {
    width: calc(100% - 130px);
  }
  .n-download .side2 .t2 {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .n-download .name {
    width: calc(100% - 110px);
  }
  .n-download .operation {
    width: 80px;
  }
  .n-download .side1 .operation a {
    padding: 5px 0px
  }
}
/*20210818*/
.xsubtit {
  padding: 0px 24px;
  overflow: hidden;
}
.xsubtit a {
  float: left;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding: 14px 0px;
}
.left-nav .xsubtit .ic {
  float: right;
  width: 48px;
  height: 48px;
  display: none;
}
@media screen and (max-width: 991px) {
  .left-nav .item {
    background-image: url(/Public/Home/images/icon13.jpg);
    background-repeat: no-repeat;
    background-position: right 6% center;
  }
  .left-nav .item-2 {
    background: none;
  }
  .left-nav .xsubtit .ic {
    display: block;
    background-image: url(/Public/Home/static/images/head_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;
  }
  .left-nav .xsubtit .ic.on {
    background-image: url(/Public/Home/static/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
  }
  .left-nav .nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .xsubtit {
    padding: 0px 10px;
  }
  .xsubtit a {
    width: 80%;
    padding: 10px 0px;
  }
  .left-nav .xsubtit .ic {
    width: 40px;
    height: 40px;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 640px) {
  .left-nav .xsubtit .ic {
    margin-right: 2%;
  }
}
@media screen and (max-width: 540px) {
  .left-nav .xsubtit .ic {
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .left-nav .xsubtit .ic {
    margin-right: 0;
  }
}
/*cookie*/
.n-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}
.n-cookies .box {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  overflow: hidden;
}
.n-cookies .leftbox {
  float: left;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  overflow: hidden;
}
.n-cookies .leftbox .t1 {
  color: #666;
  font-size: 18px;
}
.n-cookies .leftbox .t2 {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.n-cookies .leftbox .t2 a {
  color: #ee9732;
}
.n-cookies .rightbox {
  float: right;
  max-width: 120px;
}
.n-cookies .rightbox .nbtn {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  background: #ee9732;
  margin-top: 8px;
}
.n-cookies .n-close {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.n-cookies .n-close img {
  max-width: 15px;
}
@media screen and (max-width: 1199px) {
  .n-cookies .leftbox {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .n-cookies .rightbox {
    text-align: right;
    max-width: 100px;
  }
  .n-cookies .rightbox .nbtn {
    text-align: center;
  }
  .n-cookies .box {
    padding-right: 40px;
  }
  .n-cookies .rightbox .nbtn {
    height: auto;
    line-height: 1.5;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .n-cookies .rightbox .nbtn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .n-cookies .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .n-cookies .leftbox {
    float: none;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .n-cookies .rightbox {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .n-cookies .rightbox .nbtn {
    margin-top: 0;
    margin-right: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 80px;
  }
  .n-cookies .n-close {
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.footer {
  padding-bottom: 45px;
}
.footer .bot-box {
  padding-bottom: 20px;
  border-bottom: #bfbfbf solid 1px;
  width: 1350px;
  margin: auto;
}
.footer .bot-wrap {
  width: 1350px;
  overflow: hidden;
  padding-top: 10px;
  margin: auto;
}
.footer .bot-wrap .copyright {
  float: left;
  color: #777777;
  font-size: 12px;
  margin-right: 1%;
}
.footer .bot-wrap .copyright a {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .bot-wrap .copyright a:hover {
  color: #f39929;
}
.footer .bot-wrap .linkbox {
  float: left;
  overflow: hidden;
}
.footer .bot-wrap .linkbox ul {
  overflow: hidden;
}
.footer .bot-wrap .linkbox ul li {
  float: left;
  margin-right: 5px;
  color: #777777;
  font-size: 12px;
}
.footer .bot-wrap .linkbox ul li:last-child {
  margin-right: 0;
}
.footer .bot-wrap .linkbox ul li a {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .bot-wrap .linkbox ul li a:hover {
  color: #f39929;
}
.footer .foot_lang {
  float: right;
}
.footer .foot_lang a {
  color: #8d8d8e;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .foot_lang a:hover {
  color: #f39929;
}
.footer .foot_lang img {
  display: inline-block;
  margin-right: 5px;
  height: 16px;
  margin-top: -5px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 35px;
  }
  .n-cookies {
    padding-bottom: 62px;
  }
  .footer .bot-wrap {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .footer .bot-wrap .copyright {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .footer .info {
    float: none;
    display: block;
  }
  .copyright {
    margin-left: 0;
    padding-left: 0;
  }
  .lang-popup .box-wrap {
    width: 100%;
    max-height: 500px;
    height: 100%;
    overflow-y: auto;
  }
  .footer .bot-wrap .linkbox {
    margin-bottom: 40px;
  }
  .footer .info a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer .bot-wrap .linkbox {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .footer .foot_lang {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .other-word {
    line-height: 1.8;
    padding: 0;
    padding-bottom: 40px !important;
  }
}
.other-back {
  background-color: #f5f5f7;
}
.other-word {
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
}
.other-word .h1 {
  text-align: center;
  margin: 30px auto;
}
.other-word .word {
  max-width: 1350px;
  margin: 0 auto;
  font-size: 12px;
}
.banner-swiper .swiper-pagination-bullet {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner-swiper .groove, .banner-swiper .strip {
  height: 4px;
}
.banner-swiper .strip {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .banner-swiper .swiper-pagination-bullet {
    height: 2px;
  }
  .banner-swiper .groove, .banner-swiper .strip {
    height: 2px;
  }
}
/*3-12 轮播*/
.banner-items p {
  opacity: 0;
  transition: all 0.3s;
}
.banner-items:hover p {
  opacity: 1;
}
.slick-list {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-list.draggable {
  position: relative;
  z-index: 1;
}
.banner-down {
  z-index: 2;
}
.banner-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  transition: 0.35s;
}
.banner-prev:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.banner-prev.prev {
  left: 20px;
}
.banner-prev.next {
  right: 20px;
}
.banner-down {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner-info {
  display: flex;
}
.banner-items {
  margin-right: 10px;
  text-align: center;
  width: 140px;
  cursor: pointer;
}
.banner-items:hover p {
  color: #ffffff;
}
.banner-items:hover .banner-line {
  background: #ffffff;
}
.banner-items.active p {
  color: #ffffff;
}
.banner-items.active .banner-line {
  background: #ffffff;
}
.banner-items.active .banner-line span {
  animation: lineMove 6s linear forwards;
}
.banner-items.pause .banner-line span {
  animation-play-state: paused;
}
.banner-items:last-child {
  margin-right: 0;
}
.banner-items p {
  margin-bottom: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "Alibaba-SemiBold";
  transition: 0.2s;
  white-space: nowrap;
  text-align: center;
}
@keyframes lineMove {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.banner-line {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.banner-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f0b100;
}
.banner-play {
  margin-left: 16px;
  width: 10px;
  height: 12px;
  cursor: pointer;
  position: relative;
}
.banner-play.stop svg.play {
  visibility: hidden;
}
.banner-play.stop svg.pause {
  visibility: visible;
}
.banner-play svg {
  display: block;
  transition: 0s;
}
.banner-play svg.pause {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1280px) {
  .banner-swiper .swiper-slide {
    height: 880px;
  }
  .banner-items {
    width: 70px;
  }
  .banner-items p {
    font-size: 12px;
  }
  .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner-swiper .swiper-slide {
    height: 700px;
  }
  .slick-dots {
    display: none !important;
  }
  .banner-items {
    width: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .banner-swiper .swiper-slide {
    height: 900px;
  }
  .slick-dots {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .banner-items p {
    display: none !important;
  }
  .banner-line {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
  }
  .banner-items {
    width: auto !important;
  }
  .banner-play {
    margin-left: 8px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .banner-down {
    align-items: center !important;
    background: rgba(0, 0, 0, 1) !important;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
  }
  .banner-line span {
    background: transparent;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .banner-swiper .swiper-slide {
    height: 500px;
  }
}
*:focus {
  outline: none;
}
.banner-prev.next, .banner-prev.prev {
  width: 34px;
  height: 68px;
  margin-top: -34px;
  transition: all .3s;
  background-size: auto;
}
.banner-prev.prev {
  /*background-image: url(/Public/Home/images/icon57.png);

	background-repeat: no-repeat;

	background-position: center center;

	left: 0;*/
  width: .1850033751rem;
  height: .1850033751rem;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(-45deg);
  left: 8px;
}
.banner-prev.next, .banner-prev.prev:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
}
.banner-prev.next {
  /*background-image: url(/Public/Home/images/icon58.png);

	background-repeat: no-repeat;

	background-position: center center;

	right: 0;*/
  width: .1850033751rem;
  height: .1850033751rem;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(135deg);
  right: 8px;
}
.banner-prev.prev:hover {
  background-color: rgba(130, 130, 130, 0);
  border-radius: 0 5px 5px 0;
  border-top: 5px solid #f0b100;
  border-left: 5px solid #f0b100;
  width: 30px;
  height: 30px;
}
.banner-prev.next:hover {
  background-color: rgba(130, 130, 130, 0);
  border-radius: 5px 0 0 5px;
  border-top: 5px solid #f0b100;
  border-left: 5px solid #f0b100;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-prev.next, .banner-prev.prev {
    width: 17px;
    height: 17px;
    margin-top: -17px;
  }
}