@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.eot');
  src: local('Segoe UI'), local('SegoeUI'), url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Bold.eot');
  src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Microsoft YaHei', 'Montserrat', 'Segoe UI', Arial, 'Helvetica Neue', Helvetica,  'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
  max-width: 1440px;
}
.am-container2 {
  max-width: 1565px;
  padding: 0 15px;
  margin: 0 auto;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%!important;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 10px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
.table-box table td:first-child{
  white-space:nowrap;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 10px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
  transition: all 0.35s;
}
.suspended-list.semi-hidden {
  right: 0;
  transition: all 0.35s;
}
.suspended-list.semi-hidden .hide-btn {
  transform: translateY(-50%) rotateY(180deg);
  transition: all 0.35s;
}
.suspended-list .hide-btn {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 68px;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.suspended-list .hide-btn i {
  font-size: 12px;
  transition: all 0.35s;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  list-style: none;
  right: -162px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px){
  .suspended-list ul li:hover{
    right: 0;
    transition: all 0.35s;
  }
  .suspended-list ul li.suspended-list-wechat:hover{
    right: -162px;
    transition: all .35s;
  }
}
.suspended-list ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #000000;
  padding: 12px 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a i {
  font-size: 20px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 6px;
}
.suspended-list ul li a i img{
  width: 100%;
  height: auto;
}
.suspended-list ul li a span {
  font-size: 15px;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #FF0000;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #FF0000;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: url(../img/sus-line.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.suspended-list ul li:last-child:after {
  display: none;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #FF0000;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* @media screen and (max-width: 991px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
    position: static !important;
  }
} */
.banner .slickbanner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\e646';
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-prev {
  left: 96px;
}
.banner .slickbanner .slick-next {
  right: 96px;
}
.banner .slickbanner .slick-next::before {
  content: '\eb54';
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 25px;
  }
  .banner .slickbanner .slick-prev {
    left: 20px;
  }
  .banner .slickbanner .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-arrow {
    width: 40px;
    height: 40px;
    top: 57%;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 20px;
  }
  .banner .slickbanner .slick-prev {
    left: 10px;
  }
  .banner .slickbanner .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow {
    width: 35px;
    height: 35px;
    top: 59%;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 16px;
  }
  .banner .slickbanner .slick-prev {
    left: 0;
  }
  .banner .slickbanner .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 991px) {
  .banner .slickbanner .slick-arrow:hover {
    background-color: #FF0000;
    border-color: #FF0000;
  }
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
.banner .slickbanner .slick-list .item {
  display: block;
  position: relative;
}
.banner .slickbanner .slick-list .item a {
  display: block;
}
.banner .slickbanner .slick-list .item .video-box {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 50%;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper {
  position: absolute !important;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper .fluid_controls_container {
  display: none !important;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 50%;
}
@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner .slickbanner .slick-list .slick-current img {
  -webkit-animation: enlarge 8s 0s ease both;
  animation: enlarge 8s 0s ease both;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  top: calc(50% + 72px);
  left: 90px;
  bottom: auto;
  height: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  width: 30px;
  align-items: center;
  padding: 45px 0;
}
.banner .slickbanner .slick-dots li button:before {
  display: none;
}
.banner .slickbanner .slick-dots li {
  float: left;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.banner .slickbanner .slick-dots li:nth-child(n+2) {
  margin-top: 35px;
}
.banner .slickbanner .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 22px;
  color: #dfdfdf;
  padding: 0;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-dots .slick-active {
  background-color: #fff;
}
.banner .slickbanner .slick-dots .slick-active button {
  color: #000;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
header {
  /* position: fixed; */
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
header .header-t {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
header .header-t a {
  color: #fff;
}
header .header-t .header-tbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
header .header-t .header-share {
  display: flex;
  align-items: center;
}
header .header-t .header-share span {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
}
header .header-t .share-box {
  display: flex;
  align-items: center;
}
header .header-t .share-box a {
  line-height: 1;
  margin-left: 14px;
  transition: all 0.35s;
}
header .header-t .share-box a.icon-youtube {
  font-size: 22px;
  line-height: 16px;
}
@media screen and (min-width: 991px) {
  header .header-t .share-box a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
}
header .header-t .header-msg {
  display: flex;
  align-items: center;
}
header .header-t .header-msg i {
  font-size: 22px;
  line-height: 16px;
  margin-right: 14px;
}
header .header-t .header-msg span {
  font-size: 15px;
  font-weight: 300;
}
header .header-t .header-msg a:hover {
  text-decoration: underline;
}
header .header-b {
  background-color: rgba(255, 255, 255, 0.8);
}
header .header-b .header-logo {
  height: 66px;
}
header .header-b .header-logo img {
  height: 100%;
}
header .header-b .header-bbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header .header-b .header-allcont {
  display: flex;
  align-items: center;
}
header .header-b .header-language {
  margin-left: 36px;
  position: relative;
}
header .header-b .header-language a {
  display: none;
  border-radius: 50%;
  color: #000;
  font-size: 34px;
  line-height: 1;
  transition: all 0.35s;
}
header .header-b .header-language a.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  header .header-b .header-language a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
}
header .header-b .header-language:before {
  position: absolute;
  content: '';
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background-color: #BFBDBD;
}
header .header-b .header-btn {
  display: flex;
  align-items: center;
}
.header .nav .nav-list1 > li {
  margin: 0 17px;
}
@media screen and (min-width: 1199px) {
  .header .nav .nav-list1 > li:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF0000;
    content: '';
    display: block;
    bottom: 28px;
    opacity: 0;
    transition: all 0.35s;
  }
  .header .nav .nav-list1 > li.active:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.header-search {
  text-align: center;
  position: relative;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #000;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search i {
  font-size: 28px;
  color: #000;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    color: #FF0000;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #FF0000;
  border-color: #FF0000;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.more-btn {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.more-btn:before {
  content: '';
  width: 46px;
  height: 46px;
  display: block;
  background-image: url(../img/more-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.more-btn div {
  position: relative;
  z-index: 2;
  line-height: 24px;
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.35s;
}
.more-btn div span {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.more-btn div i {
  font-size: 20px;
  color: #000;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .more-btn:hover div {
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.35s;
  }
}
.index-solu {
  padding: 60px 0 85px;
}
.index-solu .more-btn {
  margin-bottom: 20px;
}
.index-solu .solu-t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-solu .solu-t .solu-tit .tit {
  max-width: 690px;
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222;
}
.index-solu .solu-t .solu-tit .desc {
  font-family: 'Segoe UI';
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  color: #666;
}
.index-solu .solu-slick {
  margin: 30px -15px 0;
}
.index-solu .solu-slick .img-box {
  padding-bottom: 131.11111111%;
}
.index-solu .solu-slick .solu-box {
  padding: 0 15px;
}
.index-solu .solu-slick .solu-box a {
  display: block;
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-solu .solu-slick .solu-box a:hover .solu-txt {
    top: 0;
    opacity: 1;
    transition: all 0.35s;
  }
  .index-solu .solu-slick .solu-box a:hover .solu-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-solu .solu-slick .solu-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.index-solu .solu-slick .solu-txt .txt {
  position: absolute;
  bottom: 70px;
  width: 100%;
  padding: 0 50px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Segoe UI';
  padding-bottom: 30px;
}
.index-solu .solu-slick .solu-txt .txt:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: block;
  width: 92px;
  height: 2px;
  background-color: #FF0000;
  content: '';
}
.index-solu .solu-slick .solu-img img {
  transition: all 0.35s;
}
.slick-slide > div {
  font-size: 0;
}
.slick-slide > div > div {
  font-size: 16px;
}
.index-why {
  background-color: #F2F2F2;
  padding: 70px 0 95px;
  overflow: hidden;
}
.index-why .why-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #000;
}
.index-why .why-title span {
  color: transparent;
  -webkit-text-stroke: 1px #FF0000;
}
.index-why .why-list {
  display: flex;
  flex-wrap: wrap;
  margin: 55px -75px 0;
}
.index-why .why-box {
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 75px;
  position: relative;
}
.index-why .why-box i {
  font-size: 42px;
  line-height: 1;
  transition: all 0.35s;
  color: #666;
  margin-bottom: 30px;
}
.index-why .why-box .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.index-why .why-box .desc {
  font-family: 'Segoe UI';
  line-height: 30px;
  color: #666;
}
@media screen and (min-width: 991px) {
  .index-why .why-box:hover i {
    color: #FF0000;
    transition: all 0.35s;
  }
  .index-why .why-box:hover .tit {
    text-decoration: underline;
  }
}
.index-why .why-box:first-child {
  padding-bottom: 70px;
}
.index-why .why-box:first-child:before {
  position: absolute;
  bottom: 0;
  content: '';
  width: calc(100% + 85px);
  left: -85px;
  height: 1px;
  background-image: url(../img/line1.png);
}
.index-why .why-box:first-child:after {
  position: absolute;
  height: 200px;
  width: 1px;
  background-image: url(../img/line2.png);
  content: '';
  bottom: 0;
  right: 0;
}
.index-why .why-box:nth-child(2) {
  padding-bottom: 70px;
}
.index-why .why-box:nth-child(2):before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #fbfbfb;
}
.index-why .why-box:nth-child(2):after {
  position: absolute;
  height: 200px;
  width: 1px;
  background-image: url(../img/line2.png);
  content: '';
  bottom: 0;
  right: 0;
}
.index-why .why-box:nth-child(3) {
  padding-bottom: 70px;
}
.index-why .why-box:nth-child(3):before {
  position: absolute;
  bottom: 0;
  content: '';
  width: calc(100% + 85px);
  right: -85px;
  height: 1px;
  background-image: url(../img/line1.png);
  background-position: right;
}
.index-why .why-box:nth-child(n+4) {
  padding-top: 65px;
}
.index-why .why-box:nth-child(4):after {
  position: absolute;
  height: 200px;
  width: 1px;
  background-image: url(../img/line2.png);
  content: '';
  top: 0;
  right: 0;
  background-position: bottom;
}
.index-why .why-box:nth-child(4):before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 5;
}
.index-why .why-box:nth-child(5):after {
  position: absolute;
  height: 200px;
  width: 1px;
  background-image: url(../img/line2.png);
  content: '';
  top: 0;
  right: 0;
  background-position: bottom;
}
.index-why .why-box:nth-child(5):before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 5;
}
.index-prod {
  overflow: hidden;
  background-image: url(../img/prod-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 65px 0 75px;
}
.index-prod .prod-desc {
  font-family: 'Segoe UI';
  line-height: 32px;
  text-align: center;
  padding: 0 120px;
  margin: 15px 0;
}
.index-prod .img-box {
  padding-bottom: 50.58139535%;
}
.index-prod .am-tabs-bd {
  border: none;
}
.index-prod .am-tabs-bd .am-tab-panel.am-active {
  display: flex;
  padding: 85px 0 0;
}
.index-prod .am-nav-tabs {
  display: flex;
  border-bottom: 2px solid #FF0000;
}
.index-prod .am-nav-tabs > li {
  float: none;
  flex: 1;
}
.index-prod .am-nav-tabs > li > a {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  padding: 32px 15px;
  border: none;
  position: relative;
}
.index-prod .am-nav-tabs > li > a:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #C5C5C5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-prod .am-nav-tabs > li > a:before {
  content: '';
  width: 176px;
  height: 10px;
  background-color: #FF0000;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  opacity: 0;
}
.index-prod .am-nav-tabs > li > a span {
  position: relative;
  display: flex;
}
.index-prod .am-nav-tabs > li > a span:first-child {
  width: 95px;
}
.index-prod .am-nav-tabs > li > a span img {
  width: 100%;
}
.index-prod .am-nav-tabs > li > a span img:first-child {
  opacity: 0;
}
.index-prod .am-nav-tabs > li > a span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.index-prod .am-nav-tabs > li > a span:last-child {
  margin-left: 15px;
}
.index-prod .am-nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
}
.index-prod .am-nav-tabs > li > a:focus {
  color: #fff;
}
.index-prod .am-nav-tabs > li.am-active > a {
  background-color: transparent;
  border: none;
}
.index-prod .am-nav-tabs > li.am-active > a:hover {
  color: #fff;
}
.index-prod .am-nav-tabs > li.am-active > a span {
  font-weight: bold;
}
.index-prod .am-nav-tabs > li.am-active > a span img:first-child {
  opacity: 1;
}
.index-prod .am-nav-tabs > li.am-active > a span img:last-child {
  opacity: 0;
}
.index-prod .am-nav-tabs > li.am-active > a:before {
  opacity: 1;
}
.index-prod .am-nav-tabs > li:last-child > a:after {
  display: none;
}
.index-prod .prod-txt {
  width: 41.5%;
  padding-right: 80px;
}
.index-prod .prod-img {
  width: 58.5%;
}
.index-prod .prod-img img {
  mix-blend-mode: multiply;
}
.index-prod .more-btn div span {
  color: #fff;
}
.index-prod .more-btn div i {
  color: #fff;
}
.index-prod .prod-tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.index-prod .prod-tit:after {
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #FF0000;
  content: '';
  bottom: 0;
  left: 0;
}
.index-prod .prod-text {
  line-height: 32px;
  font-family: 'Segoe UI';
  margin-bottom: 155px;
}
.index-prod .in-title .tit {
  color: #fff;
}
.in-title {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.in-title .tit {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000;
}
.in-title .desc {
  text-transform: uppercase;
  font-weight: bold;
  color: #FF0000;
}
.in-title .desc:before {
  content: '-';
  margin-right: 5px;
}
.index-application {
  padding: 70px 0 0;
  overflow: hidden;
}
.index-application .img-box {
  padding-bottom: 136.36363636%;
}
.index-application .application-slick {
  margin: 55px -175px 0;
}
.index-application .application-slick .slick-prev,
.index-application .application-slick .slick-next {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #000;
  transition: all 0.35s;
  z-index: 2;
}
.index-application .application-slick .slick-prev:hover,
.index-application .application-slick .slick-next:hover {
  background-color: #FF0000;
  transition: all 0.35s;
}
.index-application .application-slick .slick-prev {
  left: 240px;
}
.index-application .application-slick .slick-next {
  right: 240px;
}
.index-application .application-slick .slick-prev:before,
.index-application .application-slick .slick-next:before {
  font-family: 'iconfont';
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
  opacity: 1;
}
.index-application .application-slick .slick-prev:before {
  content: '\e615';
  display: block;
  transform: rotate(270deg);
}
.index-application .application-slick .slick-next:before {
  content: '\e615';
  display: block;
  transform: rotate(90deg);
}
.index-application .application-img {
  position: relative;
}
.index-application .application-img:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/application-hover.png);
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.index-application .application-img img {
  transition: all 0.35s;
}
.index-application .application-txt {
  position: absolute;
  bottom: 55px;
  z-index: 3;
  padding: 0 40px;
  transition: all 0.35s;
}
.index-application .application-tit {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.35s;
}
.index-application .more-btn {
  transition: all 0.35s;
  height: 0px;
  overflow: hidden;
}
.index-application .more-btn span {
  color: #fff;
}
.index-application .more-btn i {
  color: #fff;
}
.index-application .application-box {
  padding: 0 5px;
}
.index-application .application-box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .index-application .application-box a:hover .more-btn {
    transition: all 0.35s;
    height: 46px;
  }
  .index-application .application-box a:hover .application-tit {
    margin-bottom: 40px;
    transition: all 0.35s;
  }
  .index-application .application-box a:hover .application-txt {
    bottom: 70px;
    transition: all 0.35s;
  }
  .index-application .application-box a:hover .application-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-news {
  padding: 70px 0 80px;
}
.index-news .img-box {
  padding-bottom: 64.44444444%;
}
.index-news .news-box {
  padding: 0 15px;
}
.index-news .news-box > div {
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-news .news-box > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-date {
    background-color: rgba(255, 0, 0, 0.8);
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-txt {
    background-color: #000;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .more-btn span {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .more-btn i {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-news .news-slick {
  margin: 55px -15px 0;
}
.index-news .news-img {
  position: relative;
}
.index-news .news-img img {
  transition: all 0.35s;
}
.index-news .news-date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  font-size: 15px;
  padding: 8px 25px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s;
}
.index-news .news-txt {
  padding: 30px 50px 50px 30px;
  transition: all 0.35s;
}
.index-news .news-tit {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .news-tit a {
  color: #000;
  transition: all 0.35s;
}
.index-news .news-desc {
  line-height: 26px;
  color: #666;
  font-family: 'Segoe UI';
  margin-bottom: 40px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-faq {
  background-color: #F5F5F5;
  padding: 75px 0 150px;
}
.index-faq .faq-all {
  display: flex;
  margin: 0 -15px;
}
.index-faq .in-title {
  margin: 0;
}
.index-faq .in-title .tit span {
  display: block;
  margin-top: 20px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.index-faq .faq-msg {
  width: 41.66666667%;
  padding: 0 15px;
}
.index-faq .faq-msg .faq-img {
  padding-right: 12px;
  margin: 35px 0 75px;
}
.index-faq .faq-msg .faq-img img {
  width: 100%;
  transition: all 0.35s;
}
.index-faq .faq-msg .faq-img > div {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .index-faq .faq-msg .faq-img > div:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-faq .faq-cont {
  width: 58.33333333%;
  padding: 0 15px;
}
.index-faq .faq-cont .fold {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.index-faq .faq-cont .fold .am-list {
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li {
  background-color: #fff;
  border: none;
  box-shadow: none;
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li > a {
  font-size: 22px;
  transition: all 0.35s;
  color: #222;
  padding: 0;
  font-weight: bold;
  transition: 0.35s;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
}
.index-faq .faq-cont .fold .am-list > li > a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.index-faq .faq-cont .fold .am-list > li > a > span {
  transition: all 0.35s;
  padding: 23px 30px;
  max-width: calc(100% - 145px);
}
.index-faq .faq-cont .fold .am-list > li > a:after {
  content: '\e600';
  font-size: 16px;
  position: absolute;
  font-family: 'iconfont' !important;
  color: #000;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 20px;
  transition: all 0.35s;
  border-radius: 50%;
  display: none;
}
.index-faq .faq-cont .fold .am-list > li.rotate {
  transition: all 0.35s;
  box-shadow: 0px 1px 5px 0px rgba(99, 99, 99, 0.35);
}
.index-faq .faq-cont .fold .am-list > li.rotate .am-list {
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li.rotate > a {
  background-color: #FF0000;
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li.rotate > a div {
  color: #fff;
}
.index-faq .faq-cont .fold .am-list > li.rotate > a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.index-faq .faq-cont .fold .am-list > li.rotate > a > span {
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li.rotate > a > span:before {
  color: #fff;
  font-weight: 400;
  transition: all 0.35s;
}
.index-faq .faq-cont .fold .am-list > li.rotate > a:after {
  transform: rotateX(180deg);
  color: #fff;
  transition: all 0.35s;
}
.index-faq .faq-cont .am-list > li > a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.index-faq .faq-cont .am-list > li > a.son-fold.active {
  color: #28A30B;
}
.index-faq .faq-cont .rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.index-faq .faq-cont .faq-fold .am-list {
  background-color: transparent;
  margin: 0;
}
.index-faq .faq-cont .faq-fold .am-list > li {
  margin-bottom: 17px;
}
.index-faq .faq-cont .faq-fold .am-list > li:last-child {
  margin-bottom: 0;
}
.index-faq .faq-cont .faq-fold .am-list > li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
  background-color: #F6F6F6;
}
.index-faq .faq-cont .faq-fold .am-list > li > a > span {
  font-size: 18px;
  line-height: 26px;
  margin-right: 35px;
  display: flex;
  font-weight: 400;
  color: #666;
  align-items: center;
}
.index-faq .faq-cont .faq-fold .am-list > li > a > span:before {
  content: '\e614';
  font-family: 'iconfont';
  margin-right: 20px;
  font-size: 34px;
  line-height: 1;
  color: #999;
}
.index-faq .faq-cont .faq-fold .am-list > li > a > span span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-faq .faq-cont .faq-fold .am-list > li > a div {
  font-size: 18px;
  color: #999;
  position: relative;
  line-height: 32px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-faq .faq-cont .faq-fold .am-list .am-panel > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.index-faq .faq-cont .faqpage-answer {
  padding: 24px 35px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0!important;
}
.index-faq .faq-cont .faqpage-answer p {
  margin: 0;
  color: #000;
  font-family: 'Segoe UI';
  line-height: 30px;
  font-size: 16px;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-tit {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.page-tit:after {
  content: '';
  width: 120px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #FF0000;
}
.page-tit2 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-desc2 {
  line-height: 28px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin-bottom: 40px;
}
.about .about-text {
  padding: 70px 0;
}
.about .about-text .txt {
  line-height: 28px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: left;
  margin: 30px 0 20px;
}
.about .about-text .txt p{
  margin: 0;
}
.about .about-text .img a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .about .about-text .img a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-text .img img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-text .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: #FF0000;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.about .about-text .img i:after {
  width: 78px;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .about-text .img i:before {
  position: relative;
  z-index: 2;
}
.about .about-culture {
  background-color: #F5F5F5;
  padding: 70px 0 95px;
}
.about .about-culture .txt {
  line-height: 32px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin: 20px 0 20px;
}
.about .about-culture .list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.about .about-culture .box {
  width: 33.33333333%;
  padding: 0 10px;
}
.about .about-culture .box > div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 55px 25px 95px;
  position: relative;
  transition: all 0.35s;
  height: 100%;
}
.about .about-culture .box:nth-child(n+4){
  margin-top: 20px;
}
.about .about-culture .box > div:after {
  content: '';
  background-image: url(../img/culture-bg.png);
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .about-culture .box > div:hover {
    background-color: #000;
    transition: all 0.35s;
  }
  .about .about-culture .box > div:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .about .about-culture .box > div:hover i {
    background-color: #FF0000;
    transition: all 0.35s;
    box-shadow: 0px 0px 9px 6px rgba(255, 0, 0, 0.4);
  }
  .about .about-culture .box > div:hover .tit {
    color: #fff;
    transition: all 0.35s;
  }
  .about .about-culture .box > div:hover .desc {
    color: #fff;
    transition: all 0.35s;
  }
}
.about .about-culture .box i {
  width: 65px;
  height: 65px;
  font-size: 35px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.about .about-culture .box .tit {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.35s;
}
.about .about-culture .box .desc {
  line-height: 29px;
  color: #666;
  font-family: 'Segoe UI';
  transition: all 0.35s;
  text-align: left;
}
.about .about-culture .box .desc p{
  margin: 0;
}
.about .about-network {
  background-image: url(../img/about2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 55px;
}
.about .about-network .page-tit {
  color: #fff;
}
.about .about-network .txt {
  line-height: 32px;
  color: #fff;
  font-family: 'Segoe UI';
  text-align: center;
  margin: 20px 0;
}
.about .about-network .img {
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
}
.about .about-network .img .point {
  position: absolute;
  left: 20%;
  top: 32%;
  display: flex;
  align-items: center;
}
.about .about-network .img .point:hover .point-txt {
  transform: scale(1);
  opacity: 1;
  height: 44px;
  transition: all 0.35s;
}
.about .about-network .img .point:nth-child(3) {
  top: 69%;
  left: 34%;
}
.about .about-network .img .point:nth-child(4) {
  top: 52%;
  left: 47%;
}
.about .about-network .img .point:nth-child(5) {
  top: 39%;
  left: 76%;
}
.about .about-network .img .point:nth-child(6) {
  top: 25%;
  left: 79%;
}
.about .about-network .img .point .point-box {
  width: 22px;
  height: 22px;
  display: flex;
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.about .about-network .img .point .point-box:before {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.about .about-network .img .point .point-txt {
  color: #000;
  line-height: 32px;
  font-weight: bold;
  font-family: '';
  position: absolute;
  padding-left: 20px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.35s;
  height: 0;
  overflow: hidden;
  left: 20px;
}
.about .about-network .img .point .point-txt span {
  display: block;
  background-color: #fff;
  padding: 6px 12px;
  padding-left: 10px;
  width: max-content;
}
.about .about-network .img .point .point-txt span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  /*透明 黄 透明 透明 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.about .about-factory {
  padding: 65px 0 150px;
}
.about .about-factory .txt {
  line-height: 32px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin: 20px 0 30px;
}
.about .about-factory .img-box {
  padding-bottom: 77.77777778%;
}
.about .about-factory .list {
  margin: 0 -15px;
}
.about .about-factory .box {
  padding: 0 15px;
}
.about .about-factory .box img {
  transition: all 0.35s;
}
.about .about-factory .box > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .about .about-factory .box > a:hover i {
    transform: scale(1);
    opacity: 1;
    transition: all 0.35s;
  }
  .about .about-factory .box > a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-factory .box i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.about .about-factory .box i:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  border: 1px solid #fff;
}
.choose {
  padding: 70px 0 150px;
}
.choose .txt {
  line-height: 32px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin: 25px 0 45px;
}
.choose .list i {
  font-size: 70px;
  line-height: 1;
  transition: all 0.35s;
}
.choose .list .box {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 50px;
  transition: all 0.35s;
}
.choose .list .box:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 991px) {
  .choose .list .box:hover {
    background-color: #000;
    transition: all 0.35s;
  }
  .choose .list .box:hover i {
    color: #FF0000;
    transition: all 0.35s;
  }
  .choose .list .box:hover .cont .tit {
    color: #fff;
    transition: all 0.35s;
  }
  .choose .list .box:hover .cont .desc {
    color: #fff;
    transition: all 0.35s;
  }
}
.choose .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 70px;
  width: calc(100% - 140px);
  position: relative;
}
.choose .cont:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #9E9E9E;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.choose .cont .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: all 0.35s;
}
.choose .cont .desc {
  line-height: 30px;
  font-family: 'Segoe UI';
  color: #666;
  letter-spacing: 1.3px;
  transition: all 0.35s;
}
.prod-nav {
  border-bottom: 1px solid #E3E3E3;
}
.prod-nav .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
}
.prod-nav .box {
  width: 25%;
  display: flex;
  justify-content: center;
  position: relative;
}
.prod-nav .box a {
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  position: relative;
  transition: all 0.35s;
}
.prod-nav .box a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-nav .box a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
  .prod-nav .box a:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.prod-nav .box.active a {
  color: #FF0000;
  transition: all 0.35s;
}
.prod-nav .box.active a:after {
  opacity: 1;
  transition: all 0.35s;
}
.prod-nav .box:after {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #CDCDCD;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.prod-nav .box:last-child:after {
  display: none;
}
.prod {
  padding: 55px 0 0;
}
.prod .img-box {
  padding-bottom: 81.94444444%;
}
.prod .prod-tit {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.prod .prod-desc {
  line-height: 28px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin-bottom: 40px;
}
.prod .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod .box {
  width: 25%;
  padding: 0 15px;
}
.prod .box > div {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .prod .box > div:hover .txt {
    top: 0;
    opacity: 1;
    transition: all 0.35s;
  }
  .prod .box > div:hover .img-tit{
    opacity: 0;
    transition: all 0.35s;
  }
}
.prod .box:nth-child(n+5) {
  margin-top: 45px;
}
.prod .more-btn span {
  color: #fff;
}
.prod .more-btn i {
  color: #fff;
}
.prod .img{
  position: relative;
}
.prod .img-tit{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  border-top: 5px solid #ff0000;
  color: #fff;
  transition: all 0.35s;
}
.prod .img-tit a{
  color: #fff;
  display: flex;
  align-items: center;
}
.prod .img-tit a span{
  width: calc(100% - 70px);
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  padding: 0 20px;
}
.prod .img-tit a i{
  width: 70px;
  height: 70px;
  background-color: #FF0000;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  top: 100%;
  transition: all 0.35s;
}
.prod .txt .prod-btn {
  width: 50px;
  height: 50px;
  background-image: url(../img/prod-btn2.jpg);
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.prod .txt .prod-btn:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/prod-btn1.png);
  content: '';
  left: -10px;
  bottom: -10px;
  z-index: -1;
}
.prod .txt .tit {
  /*font-size: 30px;*/
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 15px;
  color: #fff;
}
.prod .txt .tit a {
  color: #fff;
}
.prod .txt .tit:after {
  content: '';
  width: 75px;
  height: 2px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prod .txt .desc {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: 'Segoe UI';
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prod .txt .desc p {
  margin: 0;
}
.prod-link {
  padding: 60px 0 150px;
}
.prod-link .link-tit {
  font-size: 28px;
  color: #010101;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.prod-link .more-btn {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.prod-link .more-btn span {
  color: #fff;
}
.prod-link .more-btn i {
  color: #fff;
}
.prod-link .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod-link .list .box {
  width: 50%;
  padding: 0 15px;
}
.prod-link .list .box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .prod-link .list .box a:hover .more-btn {
    height: 46px;
    transition: all 0.35s;
  }
  .prod-link .list .box a:hover .tit {
    margin-bottom: 75px;
    transition: all 0.35s;
  }
  .prod-link .list .box a:hover .txt {
    bottom: 65px;
    transition: all 0.35s;
  }
}
.prod-link .list .img-box {
  padding-bottom: 57.97101449%;
}
.prod-link .list .img {
  position: relative;
}
.prod-link .list .img:after {
  position: absolute;
  background-image: url(../img/link-bg.png);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.prod-link .list .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.35s;
}
.prod-link .list .txt {
  position: absolute;
  bottom: 55px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 30px);
  transition: all 0.35s;
}
.crumbs .crumbs-all {
  display: flex;
  align-items: flex-end;
  color: #666;
}
.crumbs .crumbs-all .crumbs-box {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.crumbs .crumbs-all .crumbs-box:last-child {
  text-transform: none;
}
.crumbs .crumbs-all .crumbs-box:last-child a {
  color: #000;
}
.crumbs .crumbs-all .crumbs-box:last-child:after {
  display: none;
}
.crumbs .crumbs-all .crumbs-box a {
  color: #666;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Segoe UI';
}
.crumbs .crumbs-all .crumbs-box a:hover {
  text-decoration: underline;
  color: #FF0000;
}
.crumbs .crumbs-all .crumbs-box:after {
  content: '>';
  padding: 0 5px;
}
.crumbs .crumbs-all i {
  margin-right: 10px;
  font-size: 27px;
  line-height: 39px;
}
.prod-deta {
  padding: 20px 0 0;
}
.prod-deta .prod-detaimg {
  display: flex;
  padding-top: 45px;
}
.prod-deta .prod-detaimg .img-box {
  padding-bottom: 81.94444444%;
}
.prod-deta .prod-detaslick {
  width: calc(50% + 15px);
}
.prod-deta .prod-detaslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .prod-detaslick .carousel-wrap > div {
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-msg {
  width: 51.45348837%;
  padding-left: 45px;
  padding-top: 12px;
}
.prod-deta .pro-details-msg h1 {
  font-weight: 900;
  font-size: 50px;
  color: #000;
  line-height: 1;
  margin-top: 30px;
}
.prod-deta .pro-details-msg h1:after {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #FF0000;
  display: block;
  margin-top: 25px;
}
.prod-deta .pro-details-msg .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.prod-deta .pro-details-msg h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  margin-bottom: 16px;
}
.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
  width: fit-content;
  height: fit-content;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
  color: #FF0000;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev {
  left: 15px;
}
.prod-deta .pro-details-topslick .slick-next {
  right: 15px;
}
.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 24px;
  color: #333;
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:before {
  content: '\e639';
}
.prod-deta .pro-details-topslick .slick-next:before {
  content: '\e97c';
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 0 6.5px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item > div {
  background-color: #f3f3f3;
  position: relative;
}
.prod-deta .pro-details-thumbslick .item > div:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
  border-color: #FF0000;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  font-family: 'iconfont' !important;
  font-size: 26px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e717';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-msgcont {
  margin-bottom: 100px;
  margin-top: 20px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 20px;
  color: #666;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  line-height: 34px;
  color: #666;
  font-family: 'Segoe UI';
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
}
.prod-deta .pro-details-share > span {
  color: #666;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  margin-right: 15px;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
  margin-top: 48px;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 150px;
  height: 48px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn a:hover {
    color: #fff;
    background-color: #FF0000;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn a i {
  font-size: 14px;
}
.prod-deta .pro-details-btn a span {
  font-size: 14px;
  margin-left: 10px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  margin-left: 20px;
  transition: all 0.35s;
}
.prod-deta .prod-detanav {
  height: 74px;
  display: flex;
  background-color: #000;
  align-items: center;
  padding: 0 10px;
  margin-top: 55px;
}
.prod-deta .prod-detanav a {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  padding: 0 50px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .prod-detanav a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
}
.prod-deta .prod-sontitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.prod-deta .prod-cont {
  padding: 60px 0;
  border-bottom: 1px dashed #E8E8E8;
}
.prod-deta .prod-cont .prod-contbox {
  margin-bottom: 50px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prod-deta .prod-cont .box {
  width: 50%;
  padding: 0 30px;
}
.prod-deta .prod-cont .box>div{
  border: 2px solid #FF0000;
  border-radius: 10px;
  padding: 55px 80px;
  height: 100%;
}
.prod-deta .prod-cont .tit {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 5px;
}
.prod-deta .prod-cont .tit span {
  font-family: 'Segoe UI';
  font-size: 18px;
  font-weight: bold;
  color: #888;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.prod-deta .prod-cont .tit span:before{
  content: '\eb95';
  font-family: 'iconfont';
  color: #fff;
  background-color: #FF0000;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 15px;
}
.prod-deta .prod-cont .tit2 {
  position: relative;
  font-family: 'Segoe UI';
  font-size: 20px;
  color: #222;
  line-height: 34px;
  margin-bottom: 15px;
}
.prod-deta .prod-cont .tit2:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  border: 1px solid #FF0000;
  display: none;
}
.prod-deta .prod-cont .tit2:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #FF0000;
  position: absolute;
  left: 4px;
  top: 57%;
  transform: translateY(-50%);
  display: none;
}

.prod-deta .prod-cont .tips p {
  line-height: 34px;
  font-family: 'Segoe UI';
  color: #999;
  margin: 0;
  align-items: center;
  display: flex;
}
.prod-deta .prod-cont .tips p:before {
  content: '\eb95';
  font-family: 'iconfont';
  color: #fff;
  background-color: #FF0000;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 15px;
}
.prod-deta .prod-cont .tips p:nth-child(n+2) {
  margin-top: 5px;
}
.prod-deta .feature {
  padding: 50px 0 55px;
  border-bottom: 1px dashed #E8E8E8;
}
.prod-deta .feature .prod-sontitle {
  margin-bottom: 35px;
}
.prod-deta .feature .feature-cont {
  display: flex;
  flex-wrap: wrap;
}
.prod-deta .feature .feature-cont .img {
  width: 600px;
  position: relative;
  overflow: hidden;
}
.prod-deta .feature .feature-cont .img img {
  position: absolute;
  width: 100%;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .feature .feature-cont .img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta .feature .feature-cont .txt {
  padding: 45px 60px 45px;
  width: calc(100% - 600px);
  background-color: #F5F5F5;
}
.prod-deta .feature .feature-cont .txt p {
  margin: 0;
  font-family: 'Segoe UI';
  line-height: 26px;
  color: #000;
}
.prod-deta .feature .feature-cont .txt p:before {
  content: '-';
  margin-right: 5px;
}
.prod-deta .feature .feature-cont .txt p:nth-child(n+2) {
  margin-top: 13px;
}
.prod-deta .feature .feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 95px;
}
.prod-deta .feature .feature-list .box {
  width: 20%;
  text-align: center;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .prod-deta .feature .feature-list .box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.prod-deta .feature .feature-list .box i {
  font-size: 82px;
  line-height: 1;
  color: #FF0000;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.prod-deta .feature .feature-list .box:nth-child(n+6) {
  margin-top: 65px;
}
.prod-deta .feature .feature-list .tit {
  line-height: 26px;
  font-family: 'Segoe UI';
  color: #000;
}
.prod-deta .control {
  padding: 50px 0 150px;
}
.prod-deta .control .prod-sontitle {
  margin-bottom: 45px;
}
.prod-deta .control .control-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prod-deta .control .control-all .img {
  width: 600px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .prod-deta .control .control-all .img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta .control .control-all .img img {
  width: 100%;
  transition: all 0.35s;
}
.prod-deta .control .control-all .txt {
  width: calc(100% - 600px);
  padding: 0 65px;
}
.prod-deta .control .control-all .tit {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  font-family: 'Segoe UI';
  margin-bottom: 15px;
}
.prod-deta .control .control-all .desc {
  line-height: 38px;
  color: #666;
  font-family: 'Segoe UI';
}
.prod-deta .control .control-all .desc p {
  margin: 0;
}
.prod-deta .control .control-all .desc p:before {
  content: '-';
  margin-right: 5px;
}
.solu {
  padding: 55px 0 150px;
}
.solu .solu-tit {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.solu .solu-desc {
  line-height: 28px;
  color: #666;
  font-family: 'Segoe UI';
  text-align: center;
  margin-bottom: 40px;
}
.solu .img-box {
  padding-bottom: 131.11111111%;
}
.solu .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 70px;
}
.solu .list .box {
  padding: 0 15px;
  width: 50%;
}
.solu .list .box:nth-child(n+3) {
  margin-top: 40px;
}
.solu .list .box > div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 991px) {
  .solu .list .box > div:hover .txt {
    background-color: #000;
    border-color: #000;
    transition: all 0.35s;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.64);
  }
  .solu .list .box > div:hover .more-btn {
    opacity: 1;
    transition: all 0.35s;
  }
  .solu .list .box > div:hover .tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .solu .list .box > div:hover .desc {
    color: #fff;
    transition: all 0.35s;
  }
  .solu .list .box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .solu .list .box > div:hover .img:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.solu .list .img {
  width: 345px;
  position: relative;
}
.solu .list .img:after {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s;
}
.solu .list .img img {
  transition: all 0.35s;
}
.solu .list .txt {
  width: calc(100% - 345px);
  padding: 60px 25px 0;
  border: 4px solid #F5F5F5;
  border-left: none;
  transition: all 0.35s;
}
.solu .list .tit {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.solu .list .tit:after {
  content: '';
  width: 46px;
  height: 2px;
  background-color: #FF0000;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.solu .list .tit a {
  color: #000;
  display: block;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solu .list .desc {
  line-height: 30px;
  color: #666;
  font-family: 'Segoe UI';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 45px;
  transition: all 0.35s;
}
.solu .list .more-btn {
  opacity: 0;
  transition: all 0.35s;
}
.solu .list .more-btn span {
  color: #fff;
}
.solu .list .more-btn i {
  color: #fff;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  color: #666;
  margin-left: 20px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  background-color: #000;
  transition: all 0.35s;
  border-color: #000;
}
.pagenum a:nth-child(2) {
  margin-left: 20px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child {
  margin-left: 20px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #FF0000;
    transition: all 0.35s;
    border-color: #FF0000;
  }
}
.pagenum i {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.solu-deta {
  padding: 20px 0 140px;
}
.solu-deta .crumbs .crumbs-all .crumbs-box:last-child {
  text-transform: uppercase;
}
.solu-deta .crumbs .crumbs-all .crumbs-box:last-child a {
  color: #FF0000;
}
.solu-deta .solu-detacont {
  padding: 45px 0 0;
}
.solu-deta .solu-detacont h1 {
  font-size: 32px;
  color: #000;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 35px;
  margin: 0;
}
.solu-deta .solu-detacont h1:after {
  width: 92px;
  height: 2px;
  background-color: #FF0000;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.solu-deta .solu-detacont .solu-txt {
  line-height: 32px;
  font-family: 'Segoe UI';
  margin-top: 30px;
}
.solu-deta .solu-detacont .solu-txt p {
  margin: 0;
}
.solu-deta .solu-detacont .solu-tips {
  margin-top: 40px;
}
.solu-deta .solu-detacont .solu-tips + .solu-tips {
  margin-top: 45px;
}
.solu-deta .solu-detacont .solu-tips h4 {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 5px;
}
.solu-deta .solu-detacont .solu-tips h4:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  border: 1px solid #FF0000;
}
.solu-deta .solu-detacont .solu-tips h4:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #FF0000;
  position: absolute;
  left: 4px;
  top: 52%;
  transform: translateY(-50%);
}
.solu-deta .solu-detacont .solu-tips p {
  color: #666;
  line-height: 30px;
  font-family: 'Segoe UI';
  margin: 0;
  padding-left: 30px;
}
.solu-deta .solu-detacont .solu-media {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.solu-deta .solu-detacont .solu-media .img-box {
  padding-bottom: 62.31884058%;
}
.solu-deta .solu-detacont .solu-media .solu-box {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.solu-deta .solu-detacont .solu-media .solu-box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .solu-deta .solu-detacont .solu-media .solu-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.solu-deta .solu-detacont .solu-media .solu-box a img {
  transition: all 0.35s;
}
.solu-deta .solu-detacont .solu-media .solu-box.video-box .img-box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.solu-deta .solu-detacont .solu-media .solu-box.video-box .img-box:before {
  content: '';
  background-color: rgba(255, 0, 0, 0.31);
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.solu-deta .solu-detacont .solu-media .solu-box.video-box a:before {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  z-index: 3;
}
.solu-deta .solu-detacont .solu-media .solu-box.video-box a:after {
  content: '\e717';
  font-family: 'iconfont';
  font-size: 66px;
  line-height: 1;
  color: #FF0000;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.solu-deta .solu-detacont .solu-page {
  display: flex;
  flex-direction: column;
  margin: 35px 0 0;
}
.solu-deta .solu-detacont .solu-page a {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .solu-deta .solu-detacont .solu-page a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
}
.application {
  padding: 70px 0 150px;
}
.application .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 65px;
}
.application .application-img {
  position: relative;
}
.application .application-img:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/application-hover.png);
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.application .application-img img {
  transition: all 0.35s;
}
.application .application-txt {
  position: absolute;
  bottom: 55px;
  z-index: 3;
  padding: 0 40px;
  transition: all 0.35s;
}
.application .application-tit {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.35s;
}
.application .more-btn {
  transition: all 0.35s;
  height: 0px;
  overflow: hidden;
}
.application .more-btn span {
  color: #fff;
}
.application .more-btn i {
  color: #fff;
}
.application .application-box {
  padding: 0 15px;
  width: 33.33333333%;
}
.application .application-box:nth-child(n+4) {
  margin-top: 35px;
}
.application .application-box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .application .application-box a:hover .more-btn {
    transition: all 0.35s;
    height: 46px;
  }
  .application .application-box a:hover .application-tit {
    margin-bottom: 40px;
    transition: all 0.35s;
  }
  .application .application-box a:hover .application-txt {
    bottom: 70px;
    transition: all 0.35s;
  }
  .application .application-box a:hover .application-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.application .img-box {
  padding-bottom: 136.36363636%;
}
.app-deta {
  padding: 20px 0 150px;
}
.app-deta .crumbs .crumbs-all .crumbs-box:last-child {
  text-transform: uppercase;
}
.app-deta .crumbs .crumbs-all .crumbs-box:last-child a {
  color: #FF0000;
}
.app-deta .appdeta-cont {
  padding: 10px 0 0;
}
.app-deta .appdeta-all {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.app-deta .app-txt {
  width: 50%;
  padding: 0 15px;
}
.app-deta .app-txt p {
  line-height: 32px;
  font-family: 'Segoe UI';
  color: #666;
  margin: 0;
}
.app-deta .app-txt p img{
  max-width: 100%;
  height: auto!important;
}
.app-deta .app-msg {
  width: 50%;
  padding: 0 15px;
}
.app-deta .img-box {
  padding-bottom: 72.46376812%;
}

.app-deta .app-slick .slick-prev,
.app-deta .app-slick .slick-next {
  width: 50px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.app-deta .app-slick .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.app-deta .app-slick .slick-prev:hover {
  background-image: linear-gradient(to right, #ff0000, rgba(255, 0, 0, 0));
  transition: all 0.35s;
}
.app-deta .app-slick .slick-next {
  right: 0;
  background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
}
.app-deta .app-slick .slick-next:hover {
  background-image: linear-gradient(to left, #ff0000, rgba(255, 0, 0, 0));
  transition: all 0.35s;
}
.app-deta .app-slick .slick-prev:before,
.app-deta .app-slick .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
  opacity: 1;
}
.app-deta .app-slick .slick-prev:before {
  content: '\e615';
  display: block;
  transform: rotate(270deg);
}
.app-deta .app-slick .slick-next:before {
  content: '\e615';
  display: block;
  transform: rotate(90deg);
}



.app-deta .app-slick2 .slick-prev,
.app-deta .app-slick2 .slick-next {
  width: 50px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.app-deta .app-slick2 .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.app-deta .app-slick2 .slick-prev:hover {
  background-image: linear-gradient(to right, #ff0000, rgba(255, 0, 0, 0));
  transition: all 0.35s;
}
.app-deta .app-slick2 .slick-next {
  right: 0;
  background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
}
.app-deta .app-slick2 .slick-next:hover {
  background-image: linear-gradient(to left, #ff0000, rgba(255, 0, 0, 0));
  transition: all 0.35s;
}
.app-deta .app-slick2 .slick-prev:before,
.app-deta .app-slick2 .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
  opacity: 1;
}
.app-deta .app-slick2 .slick-prev:before {
  content: '\e615';
  display: block;
  transform: rotate(270deg);
}
.app-deta .app-slick2 .slick-next:before {
  content: '\e615';
  display: block;
  transform: rotate(90deg);
}
.app-deta .app-thumbslick{
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.app-deta .app-thumbslick .app-img{
  padding: 0 10px;
}
.app-deta .app-thumbslick .slick-active.slick-current .img-box:after{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #FF0000;
  content: '';
  z-index: 5;
  transition: all .35s;
}
.app-deta .app-thumbslick .slick-track{
  margin: 0;
}

.app-deta .msg-box {
  border: 1px solid #B4B4B4;
  margin-top: 45px;
}
.app-deta .msg-box i {
  font-size: 18px;
  line-height: 1;
}
.app-deta .msg-box .box {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #B4B4B4;
}
.app-deta .msg-box .box:last-child {
  border-bottom: none;
}
.app-deta .msg-box .box span {
  font-family: 'Segoe UI';
  margin-left: 20px;
  line-height: 22px;
}
.app-deta .solu-b{
  display: flex;
  margin: 0 -25px;
  text-align: center;
}
.app-deta .solu-b .box{
  width: 33.33333333%;
  padding: 0 25px;
}
.app-deta .solu-b .box:last-child p{
  text-align: left;
  padding-left: 30px;
}
.app-deta .solu-b .box>div{
  border: 2px solid #ff0000;
  border-radius: 15px;
  padding: 5px 15px 35px;
  height: 100%;
}
.app-deta .solu-b h4{
  font-size: 18px;
  color: #ff0000;
  margin: 10px 0;
}
.app-deta .solu-b p{
  font-size: 16px;
  line-height: 26px;
  color: #898989;
  margin: 0 0 10px;
}
.app-deta .solu-b ul{
  text-align: left;
  margin: 0;
  padding-left: 40px;
}
.app-deta .solu-b li{
  line-height: 26px;
  color: #898989;
}
.news {
  padding: 70px 0 150px;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 65px;
}
.news .news-list .news-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.news .news-list .news-box > div {
  position: relative;
}
@media screen and (min-width: 991px) {
  .news .news-list .news-box > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .news-date {
    background-color: rgba(255, 0, 0, 0.8);
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .news-txt {
    background-color: #000;
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .more-btn span {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-list .news-box > div:hover .more-btn i {
    color: #fff;
    transition: all 0.35s;
  }
}
.news .news-list .news-box:nth-child(n+4) {
  margin-top: 65px;
}
.news .news-list .news-img {
  position: relative;
}
.news .news-list .news-img img {
  transition: all 0.35s;
}
.news .news-list .news-date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  font-size: 15px;
  padding: 8px 25px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s;
}
.news .news-list .news-txt {
  padding: 30px 50px 50px 30px;
  transition: all 0.35s;
}
.news .news-list .news-tit {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-list .news-tit a {
  color: #000;
  transition: all 0.35s;
}
.news .news-list .news-desc {
  line-height: 26px;
  color: #666;
  font-family: 'Segoe UI';
  margin-bottom: 40px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-list .img-box {
  padding-bottom: 64.44444444%;
}
.details {
  padding: 60px 0 150px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #FF0000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #FF0000;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.support-nav {
  border-bottom: 1px solid #E3E3E3;
}
.support-nav .list {
  display: flex;
  flex-wrap: wrap;
}
.support-nav .box {
  width: 20%;
  display: flex;
  justify-content: center;
  position: relative;
}
.support-nav .box a {
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  position: relative;
  transition: all 0.35s;
}
.support-nav .box a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .support-nav .box a:hover {
    color: #FF0000;
    transition: all 0.35s;
  }
  .support-nav .box a:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.support-nav .box.active a {
  color: #FF0000;
  font-weight: bold;
  transition: all 0.35s;
}
.support-nav .box.active a:after {
  opacity: 1;
  transition: all 0.35s;
}
.support-nav .box:after {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #CDCDCD;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.support-nav .box:last-child:after {
  display: none;
}
.oem {
  padding: 55px 0 150px;
}
.oem .oem-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.oem .oem-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.oem .oem-box > div {
  padding: 40px 45px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.35s;
}
.oem .oem-box > div:after {
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  display: block;
  left: 15px;
  top: 15px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #FF0000;
  opacity: 0;
  transition: all 0.35s;
}
.oem .oem-box > div i {
  font-size: 34px;
  line-height: 1;
  margin: 10px 0 0;
  transition: all 0.35s;
}
.oem .oem-box > div span {
  width: calc(100% - 34px);
  padding-left: 25px;
  font-family: 'Segoe UI';
  line-height: 30px;
  color: #666;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .oem .oem-box > div:hover {
    background-color: #000;
    transition: all 0.35s;
  }
  .oem .oem-box > div:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .oem .oem-box > div:hover i {
    color: #FF0000;
    transition: all 0.35s;
  }
  .oem .oem-box > div:hover span {
    color: #fff;
    transition: all 0.35s;
  }
}
.oem .oem-img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 0;
}
.oem .oem-img .box {
  padding: 0 15px;
  width: 50%;
}
@media screen and (min-width: 991px) {
  .oem .oem-img .box > div:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.oem .oem-img .box > div img {
  transition: all 0.35s;
}
.oem .oem-img .img-box {
  padding-bottom: 65.2173913%;
}
.warranty {
  padding: 55px 0 150px;
}
.warranty .img-box {
  padding-bottom: 43.39622642%;
}
.warranty .img {
  width: 530px;
}
.warranty .img img {
  transition: all 0.35s;
}
.warranty .warranty-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .warranty .warranty-box:hover {
    background-color: #F5F5F5;
    transition: all 0.35s;
  }
  .warranty .warranty-box:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
/* .warranty .warranty-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.warranty .warranty-box:nth-child(2n) .txt {
  text-align: right;
} */
.warranty .warranty-box:nth-child(n+2) {
  margin-top: 30px;
}
.warranty .txt {
  width: calc(100% - 530px);
  padding: 0 40px;
}
.warranty .desc {
  line-height: 30px;
  color: #666;
  font-family: 'Segoe UI';
}
.warranty .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  font-family: 'Segoe UI';
  margin-bottom: 10px;
}
.certificate {
  padding: 60px 0 150px;
}
.certificate .certificate-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 65px;
  justify-content: center;
}
.certificate .box {
  width: 25%;
  padding: 0 15px;
}
.certificate .box .img-box {
  padding-bottom: 142.42424242%;
  border: 2px solid #D1D1D1;
}
@media screen and (min-width: 991px) {
  .certificate .box .img-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.certificate .box .img-box img {
  transition: all 0.35s;
}
.certificate .box:nth-child(n+5) {
  margin-top: 40px;
}
.support .support-cont {
  padding: 55px 0 80px;
}
.support .support-cont .cont-box:nth-child(n+2) {
  margin-top: 70px;
}
.support .support-cont .img {
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .support .support-cont .img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.support .support-cont img {
  width: 100%;
  transition: all 0.35s;
}
.support .support-request {
  background-color: #F5F5F5;
  padding: 70px 0 75px;
}
.support .support-request form {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI';
  font-size: 18px;
}
.support .support-request input {
  width: calc(25% - 9px);
  margin-right: 12px;
  height: 60px;
  border: 1px solid #fff;
  padding: 0 40px;
  transition: all 0.35s;
  margin-bottom: 13px;
}
.support .support-request input:nth-child(4n) {
  margin-right: 0;
}
.support .support-request input:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
.support .support-request textarea {
  width: 100%;
  height: 270px;
  resize: none;
  border: 1px solid #fff;
  transition: all 0.35s;
  padding: 20px 40px;
  margin-bottom: 18px;
}
.support .support-request textarea:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
.support .support-request button {
  width: 100%;
  height: 66px;
  font-family: 'Montserrat';
  color: #fff;
  background-color: #FF0000;
  font-size: 24px;
  border: 1px solid #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .support .support-request button:hover {
    background-color: #fff;
    color: #FF0000;
    transition: all 0.35s;
  }
}
.support .support-download {
  padding: 70px 0 230px;
}
.support .support-download .img-box {
  padding-bottom: 90.47619048%;
}
.support .support-download .download-box {
  display: flex!important;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
}
.support .support-download .box {
  padding: 0 15px;
  width: 50%;
}
.support .support-download .box:nth-child(n+3) {
  margin-top: 30px;
}
.support .support-download .box > div {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .support .support-download .box > div:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .support .support-download .box > div:hover .tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .support .support-download .box > div:hover .desc {
    color: #fff;
    transition: all 0.35s;
  }
  .support .support-download .box > div:hover .download-btn {
    background-color: #FF0000;
    color: #fff;
    transition: all 0.35s;
  }
  .support .support-download .box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .support .support-download .box > div:hover .msg {
    color: #fff;
    transition: all 0.35s;
  }
}
.support .support-download .box > div:after {
  content: '';
  background-image: url(../img/download-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.support .support-download .box .img {
  width: 315px;
  position: relative;
  z-index: 2;
}
.support .support-download .box .img img {
  transition: all 0.35s;
}
.support .support-download .box .txt {
  width: calc(100% - 315px);
  padding-left: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.support .support-download .box .tit {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Segoe UI';
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.support .support-download .box .tit a {
  color: #000;
  transition: all 0.35s;
}
.support .support-download .box .desc {
  line-height: 26px;
  color: #666;
  font-family: 'Segoe UI';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.35s;
}
.support .support-download .box .msg {
  color: #666;
  line-height: 30px;
  font-family: 'Segoe UI';
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  transition: all 0.35s;
}
.support .support-download .box .msg span {
  margin-right: 35px;
}
.support .support-download .box .msg span:last-child {
  margin-right: 0;
}
.support .support-download .box .download-btn {
  width: 172px;
  height: 45px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: all 0.35s;
}
.support .support-download .box .download-btn span {
  font-weight: bold;
  margin-right: 15px;
}
.support .support-download .box .download-btn i {
  font-size: 27px;
  line-height: 1;
}
.support .support-download .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.support .support-download .slick-dots {
  font-size: 0;
  bottom: -70px;
}
.support .support-download .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin: 0 5px;
  opacity: 1;
  position: relative;
  transition: all 0.35s;
  background-color: #000;
}
.support .support-download .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.support .support-download .slick-dots li button:before {
  display: none;
}
.support .support-download .slick-dots li.slick-active {
  background-color: #FF0000;
  transition: all 0.35s;
}
.support .support-download .slick-dots li.slick-active:after {
  opacity: 1;
  transition: all 0.35s;
}
.faq {
  padding: 55px 0 150px;
}
.faq .faq-cont {
  width: 100%;
  padding: 0 120px;
  margin-bottom: 70px;
}
.faq .faq-cont .fold {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.faq .faq-cont .fold .am-list {
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li {
  background-color: #fff;
  border: none;
  box-shadow: none;
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li > a {
  font-size: 22px;
  transition: all 0.35s;
  color: #222;
  padding: 0;
  background-color: #F5F5F5;
  font-weight: bold;
  transition: 0.35s;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
}
.faq .faq-cont .fold .am-list > li > a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.faq .faq-cont .fold .am-list > li > a > span {
  transition: all 0.35s;
  padding: 23px 30px;
  max-width: calc(100% - 145px);
}
.faq .faq-cont .fold .am-list > li > a:after {
  content: '\e600';
  font-size: 16px;
  position: absolute;
  font-family: 'iconfont' !important;
  color: #000;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 20px;
  transition: all 0.35s;
  border-radius: 50%;
  display: none;
}
.faq .faq-cont .fold .am-list > li.rotate {
  transition: all 0.35s;
  box-shadow: 0px 1px 5px 0px rgba(99, 99, 99, 0.35);
}
.faq .faq-cont .fold .am-list > li.rotate .am-list {
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li.rotate > a {
  background-color: #FF0000;
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li.rotate > a div {
  color: #fff;
}
.faq .faq-cont .fold .am-list > li.rotate > a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.faq .faq-cont .fold .am-list > li.rotate > a > span {
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li.rotate > a > span:before {
  color: #fff;
  font-weight: 400;
  transition: all 0.35s;
}
.faq .faq-cont .fold .am-list > li.rotate > a:after {
  transform: rotateX(180deg);
  color: #fff;
  transition: all 0.35s;
}
.faq .faq-cont .am-list > li > a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.faq .faq-cont .am-list > li > a.son-fold.active {
  color: #28A30B;
}
.faq .faq-cont .rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.faq .faq-cont .faq-fold .am-list {
  background-color: transparent;
  margin: 0;
}
.faq .faq-cont .faq-fold .am-list > li {
  margin-bottom: 17px;
}
.faq .faq-cont .faq-fold .am-list > li:last-child {
  margin-bottom: 0;
}
.faq .faq-cont .faq-fold .am-list > li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
  background-color: #F6F6F6;
}
.faq .faq-cont .faq-fold .am-list > li > a > span {
  font-size: 18px;
  line-height: 26px;
  margin-right: 35px;
  display: flex;
  font-weight: 400;
  color: #666;
  align-items: center;
}
.faq .faq-cont .faq-fold .am-list > li > a > span:before {
  content: '\e614';
  font-family: 'iconfont';
  margin-right: 20px;
  font-size: 34px;
  line-height: 1;
  color: #999;
}
.faq .faq-cont .faq-fold .am-list > li > a > span span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq .faq-cont .faq-fold .am-list > li > a div {
  font-size: 18px;
  color: #999;
  position: relative;
  line-height: 32px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq-cont .faq-fold .am-list .am-panel > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.faq .faq-cont .faqpage-answer {
  padding: 24px 35px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0!important;
}
.faq .faq-cont .faqpage-answer p {
  margin: 0;
  color: #000;
  font-family: 'Segoe UI';
  line-height: 30px;
  font-size: 16px;
}
.contact {
  padding: 70px 0 0;
}
.contact .contact-cont .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.contact .contact-cont .box {
  padding: 0 15px;
  width: 25%;
}
.contact .contact-cont .box > div {
  background-color: #F5F5F5;
  padding: 45px 50px 65px;
  color: #666;
  height: 100%;
  position: relative;
  transition: all 0.35s;
}
.contact .contact-cont .box > div:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border: 2px solid #fff;
  display: block;
  left: 10px;
  top: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .contact-cont .box > div:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.35s;
  }
  .contact .contact-cont .box > div:hover a {
    color: #fff;
    transition: all 0.35s;
  }
  .contact .contact-cont .box > div:hover:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.contact .contact-cont .box > div a {
  color: #666;
  transition: all 0.35s;
}
.contact .contact-cont .box .tit {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact .contact-cont .box .desc {
  font-size: 18px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.contact .contact-cont .box .desc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF0000;
  width: 47px;
  height: 2px;
}
.contact .contact-cont .box .mail {
  font-size: 18px;
  font-family: 'Segoe UI';
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
.contact .contact-cont .box .addr {
  font-size: 18px;
  font-family: 'Segoe UI';
  line-height: 32px;
}
.contact .contact-form {
  padding: 65px 0 70px;
}
.contact .contact-form form {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI';
  font-size: 18px;
}
.contact .contact-form input {
  width: calc(25% - 9px);
  margin-right: 12px;
  height: 60px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  padding: 0 40px;
  transition: all 0.35s;
  margin-bottom: 13px;
}
.contact .contact-form input:nth-child(4n) {
  margin-right: 0;
}
.contact .contact-form input:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
.contact .contact-form textarea {
  width: 100%;
  height: 270px;
  resize: none;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  transition: all 0.35s;
  padding: 20px 40px;
  margin-bottom: 18px;
}
.contact .contact-form textarea:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
.contact .contact-form button {
  width: 100%;
  height: 66px;
  font-family: 'Montserrat';
  color: #fff;
  background-color: #FF0000;
  font-size: 24px;
  border: 1px solid #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .contact-form button:hover {
    background-color: #fff;
    color: #FF0000;
    transition: all 0.35s;
  }
}
.contact .map {
  width: 100%;
  height: 500px;
}
.contact .map .map-content {
  width: 100%;
  height: 100%;
}
footer {
  background-color: #000;
}
footer .footer-quote {
  background-image: url(../img/quote-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 80px;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
footer .footer-quote span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 225px);
  padding-right: 20px;
}
footer .footer-quote a {
  width: 225px;
  height: 55px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-quote a:hover {
    background-color: #fff;
    color: #FF0000;
    transition: all 0.35s;
  }
}
footer .footer-logo {
  height: 50px;
  margin-bottom: 30px;
}
footer .footer-logo img {
  height: 100%;
}
footer .mid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #999;
  font-size: 16px;
}
footer .footer-link li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.35s;
}
footer .footer-link li a:hover {
  color: #FF0000;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}
footer .footer-link h4:after {
  content: '';
  width: 37px;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-link .am-active .am-accordion-title {
  margin-bottom: 30px;
}
footer .footer-link2 {
  width: 25%;
}
footer .footer-link2 li {
  display: flex;
}
footer .footer-link2 li span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
footer .footer-link2 li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
footer .footer-link2 li i {
  margin-right: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
footer .footer-link2 li > span {
  display: flex;
  flex-direction: column;
}
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link2 form {
  border-bottom: 1px solid #999999;
  height: 58px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
footer .footer-link2 form button {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
footer .footer-link2 form button i {
  font-size: 24px;
  color: #999;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link2 form button:hover i {
    color: #FF0000;
    transition: all 0.35s;
  }
}
footer .footer-link2 form input {
  width: calc(100% - 24px);
  background-color: transparent;
  border: none;
  color: #fff;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 15px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
  display: flex;
  margin-bottom: 3px;
}
footer .footer-form1 li i {
  margin-right: 10px;
  line-height: 26px;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 100%;
}
footer .footer-link1 form {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 7px;
  display: flex;
  font-size: 16px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form:hover {
    border-color: #FF0000;
    transition: all 0.35s;
  }
}
footer .footer-link1 form *::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form input {
  padding: 0 18px;
  width: calc(100% - 110px);
  background-color: transparent;
  border: none;
}
footer .footer-link1 form input:focus {
  outline: none;
}
footer .footer-link1 form button {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #FF0000;
  background-color: #FF0000;
  height: 42px;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form button:hover {
    background-color: #fff;
    color: #FF0000;
    transition: all 0.35s;
  }
}
footer .footer-link1 .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-link1 .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-link1 .form-desc {
  font-size: 16px;
}
footer .footer-link3 {
  width: 15%;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li {
  display: flex;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-link3 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link3.footer-prod a {
  display: flex;
}
footer .footer-link4 {
  width: 21.5%;
}
footer .footer-link4 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link4 li {
  display: flex;
}
footer .footer-link4 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link4 form {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 22px;
  padding: 4px 3px;
  background-color: #fff;
}
footer .footer-link4 form input {
  height: 32px;
  width: calc(100% - 60px);
  font-size: 14px;
  background-color: transparent;
  border: none;
  transition: all 0.35s;
  padding: 0 15px;
  color: #222;
}
footer .footer-link4 form input:nth-child(2n) {
  margin-right: 0;
}
footer .footer-link4 form input:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
footer .footer-link4 form *::-webkit-input-placeholder {
  color: #222;
}
footer .footer-link4 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #222;
}
footer .footer-link4 form *::-moz-placeholder {
  /* FF 19+ */
  color: #222;
}
footer .footer-link4 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
footer .footer-link4 form textarea {
  width: 100%;
  height: 120px;
  font-size: 15px;
  resize: none;
  border: 1px solid #666;
  background-color: transparent;
  transition: all 0.35s;
  padding: 10px 15px;
  margin-bottom: 12px;
  color: #fff;
}
footer .footer-link4 form textarea:focus {
  outline: none;
  border-color: #FF0000;
  transition: all 0.35s;
}
footer .footer-link4 form button {
  width: 60px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  font-size: 14px;
  transition: all 0.35s;
}
footer .footer-link4 form button i {
  margin-right: 10px;
  font-size: 14px;
}
footer .footer-link4 form button span {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  footer .footer-link4 form button:hover {
    color: #FF0000;
    background-color: transparent;
    transition: all 0.35s;
  }
}
footer .footer-link5 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link5 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link5 .sitemap-btn {
  width: 120px;
  height: 48px;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  transition: all 0.35s;
}
footer .footer-link5 .sitemap-btn span {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 991px) {
  footer .footer-link5 .sitemap-btn:hover {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
    transition: all 0.35s;
  }
  footer .footer-link5 .sitemap-btn:hover span {
    border-color: #fff;
  }
}
footer .footer-share {
  padding-top: 15px;
  display: flex;
}
footer .footer-share a {
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  position: relative;
  border-radius: 4px;
  transition: all 0.35s;
}
footer .footer-share a:last-child {
  margin-right: 0;
}
footer .footer-share a i {
  font-size: 22px;
  line-height: 1;
  color: #999;
  transition: all 0.35s;
}
footer .footer-share a i + svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  transition: all 0.35s;
}
footer .footer-share a .icon-facebook-simple {
  font-size: 18px;
}
footer .footer-share a .icon-facebook-simple + svg {
  font-size: 18px;
}
footer .footer-share a .icon-linkedin {
  font-size: 17px;
}
footer .footer-share a .icon-linkedin + svg {
  font-size: 17px;
}
footer .footer-share a .icon-twitter {
  font-size: 18px;
}
footer .footer-share a .icon-twitter + svg {
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    text-decoration: none!important;
    color: #FF0000;
    transition: all 0.35s;
  }
  footer .footer-share a:hover i {
    opacity: 0;
    transition: all 0.35s;
  }
  footer .footer-share a:hover svg {
    opacity: 1;
    transition: all 0.35s;
  }
}
footer .footer-record {
  margin-top: 45px;
}
footer .footer-record .am-container > div {
  border-top: 3px solid #1F1F1F;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
  color: #999;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
footer .footer-record .am-container > div > a {
  text-decoration: underline;
}
footer .footer-record a {
  color: #999;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #FF0000;
  text-decoration: underline;
  transition: all 0.35s;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 150px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #FF0000;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #FF0000;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #FF0000;
  text-decoration: underline;
  transition: all 0.35s;
}
.search-failed {
  padding: 40px 0 110px;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}





.about-factory .list .slick-prev,
.about-factory .list .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.35s;
}
.about-factory .list .slick-prev:hover,
.about-factory .list .slick-next:hover {
  background-color: #FF0000;
  transition: all 0.35s;
}
.about-factory .list .slick-prev:hover:before,
.about-factory .list .slick-next:hover:before {
  color: #fff !important;
  transition: all 0.35s;
}
.about-factory .list .slick-prev {
  left: 15px;
  z-index: 2;
}
.about-factory .list .slick-next {
  right: 15px;
}
.about-factory .list .slick-prev:before,
.about-factory .list .slick-next:before {
  font-family: 'iconfont';
  font-size: 13px;
  color: #666;
}
.about-factory .list .slick-prev:before {
  content: '\e62d';
}
.about-factory .list .slick-next:before {
  content: '\eb95';
}
@media screen and (min-width: 991px) {
  .about-factory .list:hover .slick-prev,
  .about-factory .list:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}






.oem .oem-img .slick-prev,
.oem .oem-img .slick-next {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.35s;
}
.oem .oem-img .slick-prev:hover,
.oem .oem-img .slick-next:hover {
  background-color: #FF0000;
  transition: all 0.35s;
}
.oem .oem-img .slick-prev:hover:before,
.oem .oem-img .slick-next:hover:before {
  color: #fff !important;
  transition: all 0.35s;
}
.oem .oem-img .slick-prev {
  left: 15px;
  z-index: 2;
}
.oem .oem-img .slick-next {
  right: 15px;
}
.oem .oem-img .slick-prev:before,
.oem .oem-img .slick-next:before {
  font-family: 'iconfont';
  font-size: 13px;
  color: #666;
}
.oem .oem-img .slick-prev:before {
  content: '\e62d';
}
.oem .oem-img .slick-next:before {
  content: '\eb95';
}
@media screen and (min-width: 991px) {
  .oem .oem-img:hover .slick-prev,
  .oem .oem-img:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}





.warranty.benefits .img{
  overflow: hidden;
  width: 555px;
}
.warranty.benefits .img img{
  width: 100%;
  height: auto;
}
.warranty.benefits .txt{
  width: calc(100% - 555px);
}


.warranty.sus .img{
  overflow: hidden;
  width: 555px;
}
.warranty.sus .img img{
  width: 100%;
  height: auto;
}
.warranty.sus .img-box{
  padding-bottom: 56.21621622%;
}
.warranty.sus .img-box iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.warranty.sus .txt{
  width: calc(100% - 555px);
}
.sus .sus-box1{
  margin-bottom: 60px;
}
.sus .sus-box1 .list{
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}

.sus .sus-box1 .box{
  padding: 0 15px;
  width: 50%;
}
.sus .sus-box1 .box:nth-child(n+3){
  margin-top: 55px;
}

.sus .sus-box1 .sontit{
  font-size: 24px;
  margin: 20px 0 40px;
  line-height: 1;
  font-weight: 500;
}

.sus .sus-box1 .sontxt span{
  color: #FF0000;
}


.warranty.sus .sus-box2 .img-box{
  padding-bottom: 82.22222222%;
}

.sus .sus-box2{
  padding-top: 70px;
}
.sus .sus-box2 .list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sus .sus-box2 .box{
  padding: 0 15px;
  width: 33.33333333%;
}
.sus .sus-box2 .img{
  width: 100%;
}

.sus .sus-box2 .box>div{
  position: relative;
}

.sus .sus-box2 .hover{
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  z-index: 2;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 28px;
}

.sus .sus-box2 .hover .tit{
  font-size: 24px;
  margin-bottom: 40px;
}

.sus .sus-box2 .hover a{
  padding: 14px 20px;
  font-size: 14px;
  line-height: 18px;
  background-color: #1b1b1b;
  color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  width: fit-content;
}


.sus .sus-box2 .sus-more span{
  width: 220px;
  text-align: center;
}

.sus .sus-box2 .sus-more{
  display: flex;
  padding: 0 15px;
  align-items: center;
  margin: 0 0 40px;
}
.sus .sus-box2 .sus-more:before,.sus .sus-box2 .sus-more:after{
  content: '';
  width: calc(50% - 100px);
  height: 1px;
  background-color: #ebebeb;
  display: block;
}


/* .warranty .warranty-box.video-box .videocont{

} */



.contact-map img{
  width: 100%;
}



/**
 * Date : 2023年6月6日10:11:30
 * @author HSM
 * @toDo 导航加电话
 */

.header-t .info {
  display: flex;
  align-items: center;
}

.header-t .info > div {
  margin-left: 20px;
}

.header-t .info > div:first-child {
  margin-left: 0;
}


.prod .img-tit a span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  line-height: 1.5;
}



/*buy txd 2023年11月9日*/

.prod-deta .func-btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  max-width: 170px;
}
.prod-deta .func-btn a:before {
  margin-right: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}
.prod-deta .func-btn a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.prod-deta .func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .prod-deta .func-btn a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .prod-deta .func-btn a {
    font-size: 14px;
    font-size: 3.6vmin;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
}
.prod-deta .func-btn .inquiry-btn {
  background-color: #333;
  margin-bottom: 30px;
}
.prod-deta .func-btn .inquiry-btn:before {
  content: '\e69f';
}
.prod-deta .func-btn .inquiry-btn:hover{
	background-color: #FF0000;
}
.prod-deta .control{
	padding-bottom: 50px;
}
.inquire-wrap{
	padding-bottom: 130px;  overflow: hidden;
}
.inquiry-wrap .inquiry-form {
  overflow: hidden;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 40px;
  }
}
.inquiry-wrap .inquiry-form form {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form form {
    padding-top: 5px;
  }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #666666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #666666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #666666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #666666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form .details-tit {
  margin-bottom: 10px;
}
.inquiry-form p {
  color: #666666;
  font-size: 14px;
}
@media (min-width: 992px) {
  .inquiry-form p {
    margin-bottom: 15px;
  }
}
.inquiry-form form .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.inquiry-form form .row li {
  padding: 0 10px;
  width: 25%;
  list-style: none;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .inquiry-form form label {
    margin-bottom: 15px;
  }
}
.inquiry-form form input,
.inquiry-form form textarea {
  display: block;
  padding: 14px 20px;
  width: 100%;
  color: #666;
  font-size: 16px;
  background: #fff;
  outline: none;
  border: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.inquiry-form form textarea {
  height: 270px;
}
@media (max-width: 767px) {
  .inquiry-form form textarea {
    height: 160px;
  }
}
.inquiry-form form .pro-name {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  background-color: #d71618;
  color: #fff;
}
@media (max-width: 991px) {
  .inquiry-form form .pro-name {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .pro-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #d71618;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-90%) scale(0.95);
      -ms-transform: translateY(-90%) scale(0.95);
          transform: translateY(-90%) scale(0.95);
}
.inquiry-form form .func {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.inquiry-form form .func > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 48px;
  line-height: 48px;
}
.inquiry-form form .func > *:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .inquiry-form form .func > *:after {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .func > * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inquiry-form form .func > *:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:hover b {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .inquiry-form form .func > *:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:active b {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .func > * {
    font-size: 0.9em;
    height: 40px;
    line-height: 40px;
  }
}
.inquiry-form form .upload-btn {
  color: #5e6266;
  width: 170px;
  border: 1px solid #e5e5e5;
}
.inquiry-form form .upload-btn:after {
  content: '\e64e';
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inquiry-form form .upload-btn.active:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  content: '\e640';
}
@media (max-width: 767px) {
  .inquiry-form form .upload-btn {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .upload-btn {
    width: 110px;
  }
}
.inquiry-form form .submit {
  color: #fff;
  padding: 16px 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #111111;
  outline: none;
  border: none;
}
.inquiry-form form .submit span,
.inquiry-form form .submit:after {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-form form .submit span {
  font-weight: 500;
}
.inquiry-form form .submit:active {
  background-color: #d71618;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .inquiry-form form .submit:hover {
    background-color: #d71618;
  }
}
@media (max-width: 1199px) {
  .inquiry-form form .submit {
    padding: 12px 35px;
  }
}
@media (max-width: 991px) {
  .inquiry-form form .submit {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .submit {
    margin-top: 0;
  }
  .prod-deta .prod-cont .list{
	  margin: 0;
  }
  .prod-deta .prod-cont .box>div{
	  padding: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .submit {
    font-size: 14px;
    padding: 10px 30px;
  }
}

.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}